summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/rawacl.c
Commit message (Expand)AuthorAgeFilesLines
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-211-1/+2
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-1/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-6/+10
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij2007-10-101-3/+3
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-2/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-2/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-101-1/+1
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-101-1/+0
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell2007-10-101-1/+1
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-101-16/+17
* r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell2007-10-101-2/+13
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-0/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell2007-10-101-1/+1
* r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell2007-10-101-1/+1
* r1883: I don't know why this was broken...Stefan Metzmacher2007-10-101-3/+3
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-6/+6
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-2/+2
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-171-1/+1
* - corrected some lsa idlAndrew Tridgell2003-11-081-1/+5
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-031-4/+48
* - a few portability fixes from Jim MyersAndrew Tridgell2003-10-301-0/+97