summaryrefslogtreecommitdiffstats
path: root/source/python/py_samr.c
Commit message (Collapse)AuthorAgeFilesLines
* 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