summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-24Started working on python routines to add and delete domain users.Tim Potter1-146/+325
Unfortunately users get created with the ACB mask set to disabled and must change password. The set_user_info2 call required to fix this doesn't quite work yet... (This used to be commit 55a341a367a7d1b18ae7ef04678479eb74b68ea3)
2003-02-18Cleanup of header files for python extensions.Tim Potter1-1/+1
- combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined (This used to be commit 0659351b251aee438bb9e92682bc445f164923a5)
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-3/+3
Jeremy. (This used to be commit 784d15761c3271bfd602866f8f9f880dac77671c)
2002-10-17open_pipe_creds() now takes a pipe index instead of a pipe name.Tim Potter1-2/+1
(This used to be commit 3a0a30beda4b8be0038c98ccc6f8f01c6dae386a)
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)