summaryrefslogtreecommitdiff
path: root/source3/lib/secace.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2
* Some C++ fixesVolker Lendecke2007-12-211-2/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-2/+6
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-9/+7
* r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2007-10-101-2/+2
* r13999: Quick fix for Coverity bug #11.Jeremy Allison2007-10-101-1/+7
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-13/+13
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r196: merging struct uuid from trunkGerald Carter2007-10-101-2/+2
* split some security related functions in their own files.Simo Sorce2003-10-061-0/+285