summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clisecdesc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-15/+24
| | | | | | | in fixes from appliance-head and 2.2. Fixed multiple connection.tdb open problem. Jeremy. (This used to be commit 0a40bc83e14c69a09948ec09bb6fc5026c4f4c14)
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-041-2/+2
| | | | | SACLs) (This used to be commit 52b27d75e12eeeb52b3a93952900809c2ee0b992)
* changed an error messageAndrew Tridgell2000-12-031-1/+1
| | | | (This used to be commit f9f14a4293cecb738f733c6c845275619f7bec40)
* getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2000-12-031-1/+56
| | | | | step is to support usernames etc (This used to be commit 6cea1647fcbc6f5a903c691273dcec44fcda1fc4)
* - added client support for nttrans callsAndrew Tridgell2000-12-031-0/+82
- added a cli_ function for querying a security descriptor on a remote file (This used to be commit e21994ff9d512d1c9d6d360e930809b135df4cf7)