summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_sec.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-308/+396
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-2/+5
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-7/+7
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-33/+53
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-372/+226
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-232/+378
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-13ZERO_STRUCTP not PNLuke Leighton1-6/+6
1998-11-13use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)Luke Leighton1-6/+6
1998-11-13include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1-6/+6
1998-11-13security descriptorsLuke Leighton1-3/+38
1998-11-12security descriptors.Luke Leighton1-15/+255
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1-8/+22
1998-11-11security descriptor info, provided by jean-francoisLuke Leighton1-25/+64
1998-11-11clearing up security descriptorLuke Leighton1-34/+38
1998-11-09split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1-0/+176