1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Jeremy Allison
0fdf60f051 Finish adding strings to all talloc_init() calls.
Jeremy.
(This used to be commit 784d15761c)
2002-12-23 23:53:56 +00:00
Tim Potter
14df81590c open_pipe_creds() now takes a pipe index instead of a pipe name.
(This used to be commit 3a0a30beda)
2002-10-17 04:45:25 +00:00
Tim Potter
269c713edf Compile fix for new cli_lsa_enum_trust_dom() argument list.
(This used to be commit 2f46bdeb4f)
2002-08-06 01:07:07 +00:00
Tim Potter
6aaaa165b7 Raise a ValueError if server name isn't given in UNC format.
(This used to be commit 77be88668d)
2002-05-28 03:14:28 +00:00
Tim Potter
d21f10d3e6 Allow None to be used as a valid credential in open_policy.
Added {get,set}_debuglevel() and setup_logging() functions.
(This used to be commit b6e860546a)
2002-05-28 02:08:39 +00:00
Tim Potter
343751ca95 Use new version of open_pipe_creds() function.
A compile fix for enumerating trusted domains.
(This used to be commit fc75c3ccc3)
2002-05-27 06:34:13 +00:00
Tim Potter
6a663f5a2a Compile fix for enum trust dom wrapper.
(This used to be commit 63e2c7c5fe)
2002-05-23 22:53:59 +00:00
Tim Potter
70da1dec97 Shorten some debug messages.
(This used to be commit 179c68bd0d)
2002-05-16 05:13:50 +00:00
Tim Potter
286d3a80fd More cleanups.
- removed dodgy fprintf() error handling

 - return an error string from open_pipe_creds() so the appropriate
   exception can be raised by the caller

 - reformatting
(This used to be commit d35cad359d)
2002-05-16 04:00:31 +00:00
Tim Potter
ce03ce2e56 Refactored open_pipe_creds() function to remove unused parameter.
(This used to be commit 36ed06cb50)
2002-05-16 02:24:22 +00:00
Tim Potter
520b40e423 General cleanup of compiler warnings etc.
(This used to be commit 18aeadc591)
2002-05-14 02:37:47 +00:00
Tim Potter
202341dbce Allow lookup_sids() and lookup_names() to take either a list of strings or
just a single string.
(This used to be commit 775549b70e)
2002-05-06 04:53:44 +00:00
Tim Potter
8d680f8796 Added enumerate trusted domains.
(This used to be commit 3a11ce31ca)
2002-04-14 12:26:09 +00:00
Tim Potter
f143cb6144 Added copyright.
Added lookup_names() and lookup_sids() functions.
(This used to be commit 2d2c925014)
2002-04-14 09:00:13 +00:00
Tim Potter
54bda76922 More open_pipe_creds() refactoring.
(This used to be commit 7f2c814237)
2002-04-14 00:59:50 +00:00
Tim Potter
d07cc9d8a1 Initial version.
(This used to be commit d35770d06f)
2002-03-20 03:29:03 +00:00