r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
[tprouty/samba.git] / source / lib / util_seaccess.c
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-02-24 Andrew BartlettMerge doxygen, signed/unsigned, const and other small...
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2002-11-02 Simo Sorceport sec_desc headers reordering from HEAD.
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-06 Simo Sorcetry to put every security descriptors related definitio...
2002-10-01 Gerald Cartersyncing up with HEAD. Seems to be a lot of differences...
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-28 Andrew BartlettAdd const.
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-31 Andrew BartlettAdd a bit of 'const' and move a lot of our 'repeditive...
2002-08-29 Jelmer VernooijMove samr_make_sam_obj_sd to lib/util_seaccess.c. samte...
2002-08-28 Jelmer VernooijMake const
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-10 Andrew BartlettRemove "sids.h" as it really wasn't being used anywhere...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-15 Gerald Cartersyncing up printing code with SAMBA_2_2 (already done...
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-17 Jean-François Mico... tidy up debug
2001-11-30 Tim PotterRenamed sid field in SEC_ACE to trustee to be more...
2001-11-16 Jeremy AllisonI *love* removing code :-). Removed 4 files that weren...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-26 Jeremy AllisonAdded Elrond patch to make se_access_check use NT datas...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-04-27 Jeremy AllisonDon't use variables called "acl" as it's the name of...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-01-19 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-12 Jeremy AllisonRemoved the special casing of SIDs in se_access_check...
2000-12-12 Jeremy AllisonOwner always has READ_CONTROL and WRITE_DAC access.
2000-08-10 Jeremy AllisonTidied up security rights definitions.
2000-08-10 Jeremy AllisonRemoved requirement that sid have an owner before being...
2000-08-09 Jeremy AllisonFixed memory leak with NT tokens.
2000-08-08 Jeremy AllisonAdded SID "Everyone" S-1-1-0 as always matching if...
2000-08-08 Jeremy AllisonChanged the sec desc access checks to match the spec...
2000-08-04 Jeremy AllisonFixed up se_access_check() to use the token list from...
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-07-17 Tim PotterAdded some debugs.
2000-07-10 Tim PotterFixes for various compile warnings on Solaris 8.
2000-07-10 Tim PotterMoved winbind client functions from various odd locatio...
2000-07-10 Tim PotterAdded some useful debugging stuff.
2000-07-06 Tim PotterRewrite of se_access_check() function. Added comments...
2000-06-08 Luke Leightonadded se_access_check.