1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-21 03:17:08 +03:00

10 Commits

Author SHA1 Message Date
Tim Potter
9e36824d47 Implemented enum_domain_groups function. -
Tim Potter
97f70f2cff Added samr_open_domain() call. -
Tim Potter
166aee6cc2 Allow None to be used as a valid credential for functions that take a
credential as a parameter.
-
Tim Potter
b44e826672 Use new version of open_pipe_creds() function.
Fix memory leaks on error.
-
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
f2155aa3f4 Stubs for connect, domain, user, group and alias policy objects.
Wrote samr connect fn.
-
Tim Potter
70bd1a0f94 Skeleton for SAMR module. -