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