Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GCC 3.x has deprecated multi-line string constants. | Tim Potter | 2003-03-19 | 1 | -20/+20 |
| | |||||
* | Check return code from string_to_sid. | Martin Pool | 2003-02-18 | 1 | -2/+8 |
| | |||||
* | Finish adding strings to all talloc_init() calls. | Jeremy Allison | 2002-12-23 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | open_pipe_creds() now takes a pipe index instead of a pipe name. | Tim Potter | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | 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 |