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

19 Commits

Author SHA1 Message Date
Deryck Hodge
fdb5be797a r15386: Missed some functions in my last commit.
deryck
2007-10-10 11:16:38 -05:00
Deryck Hodge
fd5bcecceb r15385: Some work to bring the python code up to date with the
rpc client rewrite.
2007-10-10 11:16:38 -05:00
Günther Deschner
5b89e8bc24 r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
* Fix a couple of related parsing issues.
* in the info3 reply in a samlogon, return the ACB-flags (instead of
  returning zero)

Guenther
2007-10-10 11:10:25 -05:00
Jeremy Allison
4b7a60e95e r10802: Janitor for tpot - remember to keep 3.0 in sync.
Jeremy.
2007-10-10 11:04:54 -05:00
Jeremy Allison
84651aca04 r8564: Sometimes we're too dumb to live... Fix samr calls where we were
using USER_INFO_XX structs and functions where XX was sometimes
in hex and sometimes in decimal. Now it's all in decimal (should
be no functionality change).
Jeremy.
2007-10-10 11:00:09 -05:00
Tim Potter
68075fb97f Merge create/delete domain user samr calls from HEAD. -
Tim Potter
dbea592877 Merge of cleanups and srvsvc implementation from HEAD. -
Jeremy Allison
aa8439a49e Finish adding strings to all talloc_init() calls.
Jeremy.
-
Tim Potter
0310e539bb Sync with HEAD. -
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. -