summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-14Merge create/delete domain user samr calls from HEAD.Tim Potter1-146/+325
(This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-1/+1
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-3/+3
Jeremy. (This used to be commit aa8439a49ec4b9f433745fefa1e769e45398f4df)
2002-11-04Sync with HEAD.Tim Potter1-2/+1
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
2002-08-27Implemented enum_domain_groups function.Tim Potter1-1/+43
(This used to be commit 9e36824d47f7d1aac14bb5aeded8da54962c90a8)
2002-06-20Added samr_open_domain() call.Tim Potter1-19/+77
(This used to be commit 97f70f2cfff72d6040c72d34a569f5c889cbff2e)
2002-05-28Allow None to be used as a valid credential for functions that take aTim Potter1-2/+8
credential as a parameter. (This used to be commit 166aee6cc2abb5f6e91ebf3d4ec37454034b8dcd)
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-4/+11
Fix memory leaks on error. (This used to be commit b44e82667252c0ff4477d77487ff92b3af8ad418)
2002-05-16Shorten some debug messages.Tim Potter1-1/+1
(This used to be commit 179c68bd0db7c2631fcf052a746acacedf3c47ac)
2002-05-16More cleanups.Tim Potter1-4/+8
- 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 d35cad359df3bd53e6bb49f6655d4c7b9993abb0)
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-6/+1
(This used to be commit 36ed06cb5078429445f3bbb0f69baa2e0f8356a4)
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-5/+22
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
2002-04-15Stubs for connect, domain, user, group and alias policy objects.Tim Potter1-39/+202
Wrote samr connect fn. (This used to be commit f2155aa3f4608b14777092002c39358b816dbea5)
2002-04-15Skeleton for SAMR module.Tim Potter1-0/+206
(This used to be commit 70bd1a0f94412236bf6603f16947336cb75c6415)