summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_sec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code, make fns staticVolker Lendecke2008-02-161-20/+4
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r24067: Fix a type mismatch found by the IBM checkerVolker Lendecke2007-10-101-1/+1
* 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
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-101-7/+6
* r18846: Fix the same bug Volker noticed when marshalling/unmarshallingJeremy Allison2007-10-101-1/+10
* r18845: Fix a type-punned warning that turned out to be a real bug: The secdescVolker Lendecke2007-10-101-2/+20
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-43/+48
* r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter2007-10-101-1/+1
* r4875: Fix for bugid #221, inspired by Mrinal Kalakrishnan <mail@mrinal.net>.Jeremy Allison2007-10-101-13/+69
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-6/+6
* r196: merging struct uuid from trunkGerald Carter2007-10-101-2/+2
* split some security related functions in their own files.Simo Sorce2003-10-061-727/+0
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-9/+11
* Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison2003-06-301-7/+115
* Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-291-42/+15
* This function is a duplicate.Andrew Bartlett2003-04-251-18/+0
* Merge from HEAD:Andrew Bartlett2003-03-171-8/+8
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-4/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-5/+5
* more bug updates from headAndrew Tridgell2002-07-151-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-53/+56
* yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-101-23/+243
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-4/+4
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* A collection of fixes/cleanups to the security descriptor code byTim Potter2001-08-071-9/+10
* Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison2001-06-261-3/+7
* Fixed bug introduced by changeover of security descriptor code fromTim Potter2001-06-261-1/+8
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-100/+51
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-271-6/+0
* Fixed duplicate free_sec_acl() call in free_sec_desc() function.Tim Potter2001-01-311-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-1/+1
* Merged Tim's fixes from appliance-head.Jeremy Allison2000-12-181-8/+39
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-141-1/+9
* no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell2000-12-041-6/+8
* Merge of printer security descriptor, info level and printerdataTim Potter2000-11-071-0/+157
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-2/+2
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-1/+1
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-6/+11
* sec_desc_size() needs to handle a null secdescAndrew Tridgell2000-06-041-2/+5
* Back to building. Now to test with insure.Jeremy Allison2000-06-011-7/+30
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-341/+359
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-356/+341
* more mergingAndrew Tridgell2000-05-101-8/+8
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26