Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile fix for new cli_lsa_enum_trust_dom() argument list. | Tim Potter | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | Raise a ValueError if server name isn't given in UNC format. | Tim Potter | 2002-05-28 | 1 | -0/+7 |
| | |||||
* | Allow None to be used as a valid credential in open_policy. | Tim Potter | 2002-05-28 | 1 | -2/+39 |
| | | | | Added {get,set}_debuglevel() and setup_logging() functions. | ||||
* | Use new version of open_pipe_creds() function. | Tim Potter | 2002-05-27 | 1 | -16/+20 |
| | | | | A compile fix for enumerating trusted domains. | ||||
* | Compile fix for enum trust dom wrapper. | Tim Potter | 2002-05-23 | 1 | -1/+1 |
| | |||||
* | Shorten some debug messages. | Tim Potter | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | More cleanups. | Tim Potter | 2002-05-16 | 1 | -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 Potter | 2002-05-16 | 1 | -2/+1 |
| | |||||
* | General cleanup of compiler warnings etc. | Tim Potter | 2002-05-14 | 1 | -10/+32 |
| | |||||
* | Allow lookup_sids() and lookup_names() to take either a list of strings or | Tim Potter | 2002-05-06 | 1 | -16/+50 |
| | | | | just a single string. | ||||
* | Added enumerate trusted domains. | Tim Potter | 2002-04-14 | 1 | -1/+44 |
| | |||||
* | Added copyright. | Tim Potter | 2002-04-14 | 1 | -42/+160 |
| | | | | Added lookup_names() and lookup_sids() functions. | ||||
* | More open_pipe_creds() refactoring. | Tim Potter | 2002-04-14 | 1 | -14/+68 |
| | |||||
* | Initial version. | Tim Potter | 2002-03-20 | 1 | -0/+141 |