summaryrefslogtreecommitdiffstats
path: root/source/python/py_lsa.c
Commit message (Collapse)AuthorAgeFilesLines
* GCC 3.x has deprecated multi-line string constants.Tim Potter2003-03-191-20/+20
|
* Check return code from string_to_sid.Martin Pool2003-02-181-2/+8
|
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+1
| | | | Jeremy.
* open_pipe_creds() now takes a pipe index instead of a pipe name.Tim Potter2002-10-171-1/+1
|
* Compile fix for new cli_lsa_enum_trust_dom() argument list.Tim Potter2002-08-061-2/+2
|
* Raise a ValueError if server name isn't given in UNC format.Tim Potter2002-05-281-0/+7
|
* Allow None to be used as a valid credential in open_policy.Tim Potter2002-05-281-2/+39
| | | | Added {get,set}_debuglevel() and setup_logging() functions.
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-16/+20
| | | | A compile fix for enumerating trusted domains.
* Compile fix for enum trust dom wrapper.Tim Potter2002-05-231-1/+1
|
* Shorten some debug messages.Tim Potter2002-05-161-1/+1
|
* More cleanups.Tim Potter2002-05-161-6/+9
| | | | | | | | | - 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-2/+1
|
* General cleanup of compiler warnings etc.Tim Potter2002-05-141-10/+32
|
* Allow lookup_sids() and lookup_names() to take either a list of strings orTim Potter2002-05-061-16/+50
| | | | just a single string.
* Added enumerate trusted domains.Tim Potter2002-04-141-1/+44
|
* Added copyright.Tim Potter2002-04-141-42/+160
| | | | Added lookup_names() and lookup_sids() functions.
* More open_pipe_creds() refactoring.Tim Potter2002-04-141-14/+68
|
* Initial version.Tim Potter2002-03-201-0/+141