summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.c
AgeCommit message (Collapse)AuthorFilesLines
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)