Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 1 | -14/+11 |
| | | | | Jeremy. | ||||
* | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 1 | -12/+1 |
| | | | | Jeremy. | ||||
* | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2001-03-09 | 1 | -2/+2 |
| | | | | | | | | | We were reading the endainness in the RPC header and then never propagating it to the internal parse_structs used to parse the data. Also removed the "align" argument to prs_init as it was *always* set to 4, and if needed can be set differently on a case by case basis. Now ready for AS/U testing when Herb gets it set up :-). Jeremy. | ||||
* | Raft of fixes - many of these will be merged into HEAD/appliance-head. | Jeremy Allison | 2000-12-14 | 1 | -15/+24 |
| | | | | | | Fixed many memory leaks in new parse_lsa.c code (TIM - ALWAYS USE INSURE !!!!). Fixed smbcacls leaks. Jeremy. | ||||
* | removed SACL support (as it doesn't work with w2k if you ask for | Andrew Tridgell | 2000-12-04 | 1 | -2/+2 |
| | | | | SACLs) | ||||
* | changed an error message | Andrew Tridgell | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | getting/setting acls now works. The SIDs are still numeric, the next | Andrew Tridgell | 2000-12-03 | 1 | -1/+56 |
| | | | | step is to support usernames etc | ||||
* | - added client support for nttrans calls | Andrew Tridgell | 2000-12-03 | 1 | -0/+82 |
- added a cli_ function for querying a security descriptor on a remote file |