1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Tim Potter
68075fb97f Merge create/delete domain user samr calls from HEAD. 0001-01-01 00:00:00 +00:00
Tim Potter
dbea592877 Merge of cleanups and srvsvc implementation from HEAD. 0001-01-01 00:00:00 +00:00
Jeremy Allison
aa8439a49e Finish adding strings to all talloc_init() calls.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
0310e539bb Sync with HEAD. 0001-01-01 00:00:00 +00:00
Tim Potter
9e36824d47 Implemented enum_domain_groups function. 0001-01-01 00:00:00 +00:00
Tim Potter
97f70f2cff Added samr_open_domain() call. 0001-01-01 00:00:00 +00:00
Tim Potter
166aee6cc2 Allow None to be used as a valid credential for functions that take a
credential as a parameter.
0001-01-01 00:00:00 +00:00
Tim Potter
b44e826672 Use new version of open_pipe_creds() function.
Fix memory leaks on error.
0001-01-01 00:00:00 +00:00
Tim Potter
179c68bd0d Shorten some debug messages. 0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
Tim Potter
36ed06cb50 Refactored open_pipe_creds() function to remove unused parameter. 0001-01-01 00:00:00 +00:00
Tim Potter
18aeadc591 General cleanup of compiler warnings etc. 0001-01-01 00:00:00 +00:00
Tim Potter
f2155aa3f4 Stubs for connect, domain, user, group and alias policy objects.
Wrote samr connect fn.
0001-01-01 00:00:00 +00:00
Tim Potter
70bd1a0f94 Skeleton for SAMR module. 0001-01-01 00:00:00 +00:00