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