1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

9 Commits

Author SHA1 Message Date
Tim Potter
179c68bd0d Shorten some debug messages. -
Tim Potter
d35cad359d 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
-
Tim Potter
36ed06cb50 Refactored open_pipe_creds() function to remove unused parameter. -
Tim Potter
18aeadc591 General cleanup of compiler warnings etc. -
Tim Potter
775549b70e Allow lookup_sids() and lookup_names() to take either a list of strings or
just a single string.
-
Tim Potter
3a11ce31ca Added enumerate trusted domains. -
Tim Potter
2d2c925014 Added copyright.
Added lookup_names() and lookup_sids() functions.
-
Tim Potter
7f2c814237 More open_pipe_creds() refactoring. -
Tim Potter
d35770d06f Initial version. -