summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_sec.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Remove unused code, make fns staticVolker Lendecke1-20/+4
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r24067: Fix a type mismatch found by the IBM checkerVolker Lendecke1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-7/+6
2007-10-10r18846: Fix the same bug Volker noticed when marshalling/unmarshallingJeremy Allison1-1/+10
2007-10-10r18845: Fix a type-punned warning that turned out to be a real bug: The secdescVolker Lendecke1-2/+20
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-43/+48
2007-10-10r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter1-1/+1
2007-10-10r4875: Fix for bugid #221, inspired by Mrinal Kalakrishnan <mail@mrinal.net>.Jeremy Allison1-13/+69
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-6/+6
2007-10-10r196: merging struct uuid from trunkGerald Carter1-2/+2
2003-10-06split some security related functions in their own files.Simo Sorce1-727/+0
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-9/+11
2003-06-30Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison1-7/+115
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison1-42/+15
2003-04-25This function is a duplicate.Andrew Bartlett1-18/+0
2003-03-17Merge from HEAD:Andrew Bartlett1-8/+8
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-4/+4
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-5/+5
2002-07-15more bug updates from headAndrew Tridgell1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-53/+56
2002-03-10yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell1-23/+243
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-4/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-08-07A collection of fixes/cleanups to the security descriptor code byTim Potter1-9/+10
2001-06-26Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison1-3/+7
2001-06-26Fixed bug introduced by changeover of security descriptor code fromTim Potter1-1/+8
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-100/+51
2001-02-27As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison1-6/+0
2001-01-31Fixed duplicate free_sec_acl() call in free_sec_desc() function.Tim Potter1-1/+1
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2000-12-18Merged Tim's fixes from appliance-head.Jeremy Allison1-8/+39
2000-12-14Changes from APPLIANCE_HEAD:David O'Neill1-1/+9
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell1-6/+8
2000-11-07Merge of printer security descriptor, info level and printerdataTim Potter1-0/+157
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-2/+2
2000-06-08Cause printer SD's to be displayed correctly (full control).Jeremy Allison1-1/+1
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-6/+11
2000-06-04sec_desc_size() needs to handle a null secdescAndrew Tridgell1-2/+5
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-7/+30
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-341/+359
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-356/+341
2000-05-10more mergingAndrew Tridgell1-8/+8
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-26/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+26