summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clisecdesc.c
Commit message (Collapse)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-14/+11
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-12/+1
| | | | Jeremy.
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-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 Allison2000-12-141-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 forAndrew Tridgell2000-12-041-2/+2
| | | | SACLs)
* changed an error messageAndrew Tridgell2000-12-031-1/+1
|
* getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2000-12-031-1/+56
| | | | step is to support usernames etc
* - added client support for nttrans callsAndrew Tridgell2000-12-031-0/+82
- added a cli_ function for querying a security descriptor on a remote file