Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverted jeremy's c++-like security descriptor modifications as the | Luke Leighton | 1999-08-03 | 1 | -1/+2 |
| | | | | | | | | | simplest method to get rpcclient's reggetsec command working. the buffers passed as arguments in do_reg_get_key_sec() do need to be locally allocated not dynamically allocated, as two calls to reg_get_key_sec() are needed. on the first, the server fills in the size of the security descriptor buffer needed. on the second, the server fills in the security descriptor buffer. | ||||
* | added jeremy's new c++-like code for parsing of security descriptors. | Luke Leighton | 1999-02-23 | 1 | -3/+1 |
| | |||||
* | security descriptors. | Luke Leighton | 1998-11-12 | 1 | -11/+17 |
| | | | | kanji const char* warnings. | ||||
* | security descriptor info, provided by jean-francois | Luke Leighton | 1998-11-11 | 1 | -12/+41 |
| | |||||
* | clearing up security descriptor | Luke Leighton | 1998-11-11 | 1 | -3/+2 |
| | |||||
* | oops! | Luke Leighton | 1998-11-10 | 1 | -0/+102 |