summaryrefslogtreecommitdiffstats
path: root/source/lib/secdesc.c
Commit message (Collapse)AuthorAgeFilesLines
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23211: merge security descriptor data structure changes from SAMBA_3_0Gerald Carter2007-05-291-30/+82
|
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-04-301-2/+6
| | | | Jeremy.
* r21420: Looks big, but isn't really. Move internal namesJeremy Allison2007-02-181-28/+26
| | | | | | | | | of SEC_DESC over from grp_owner -> group_owner, ace -> aces and info.mask -> mask. Makes it *much* easier to move code within branches as they're now referring to the same names for the same things (which is what the NDR code also uses). Jeremy.
* r14280: Fix Coverity #129 and 130: check before dereferencing a pointer. ThisJim McDonough2006-03-131-4/+4
| | | | | was especially silly as we checked immediately _after_ dereferencing it :-/
* r14249: We've dereferenced the_acl before, no point in checking.Volker Lendecke2006-03-121-1/+1
| | | | | | Fix Coverity bug # 128. Volker
* r14002: Quick fix for Coverity CID #12.Jeremy Allison2006-03-081-0/+4
| | | | Jeremy
* r13316: Let the carnage begin....Gerald Carter2006-02-031-0/+10
| | | | Sync with trunk as off r13315
* r6263: Get rid of generate_wellknown_sids, they are const static and ↵Volker Lendecke2005-04-091-2/+2
| | | | | | | | initializable statically. Volker
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-3/+3
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+522
metze