summaryrefslogtreecommitdiff
path: root/source4/libcli/security/create_descriptor.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09s4:libcli/security/*.c - fix some wrong typed countersMatthias Dieter Wallnöfer1-2/+2
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-4/+4
2010-08-18s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett1-2/+5
2010-04-20Removed more excess looping and fixed problem with incorrect IO flag handling.Nadezhda Ivanova1-126/+81
2010-04-15A bit of refactoring in the SD creation code.Nadezhda Ivanova1-127/+71
2009-11-15Fixed some major bugs in inheritance and access checks.Nadezhda Ivanova1-13/+16
2009-11-03Fixed some missing flags and bugs in the security creation.Nadezhda Ivanova1-11/+47
2009-09-28s4-acl: fixed SD creationAndrew Tridgell1-12/+22
2009-09-24Fixed a dereferenced null pointer.Nadezhda Ivanova1-16/+14
2009-09-20Initial implementation of security descriptor creation in DSNadezhda Ivanova1-4/+348
2009-09-16Owner and group defaulting.Nadezhda Ivanova1-0/+117