summaryrefslogtreecommitdiffstats
path: root/source/python/py_samr.c
Commit message (Collapse)AuthorAgeFilesLines
* Started working on python routines to add and delete domain users.Tim Potter2003-03-241-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...
* Cleanup of header files for python extensions.Tim Potter2003-02-181-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
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-3/+3
| | | | Jeremy.
* open_pipe_creds() now takes a pipe index instead of a pipe name.Tim Potter2002-10-171-2/+1
|
* Implemented enum_domain_groups function.Tim Potter2002-08-271-1/+43
|
* Added samr_open_domain() call.Tim Potter2002-06-201-19/+77
|
* Allow None to be used as a valid credential for functions that take aTim Potter2002-05-281-2/+8
| | | | credential as a parameter.
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-4/+11
| | | | Fix memory leaks on error.
* Shorten some debug messages.Tim Potter2002-05-161-1/+1
|
* More cleanups.Tim Potter2002-05-161-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
* Refactored open_pipe_creds() function to remove unused parameter.Tim Potter2002-05-161-6/+1
|
* General cleanup of compiler warnings etc.Tim Potter2002-05-141-5/+22
|
* Stubs for connect, domain, user, group and alias policy objects.Tim Potter2002-04-151-39/+202
| | | | Wrote samr connect fn.
* Skeleton for SAMR module.Tim Potter2002-04-151-0/+206