summaryrefslogtreecommitdiff
path: root/source3/lib/util_sid.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-07Some progress towards gums and tdbsam2Simo Sorce1-0/+18
2003-01-02BIG patch...Andrew Bartlett1-3/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+5
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-92/+108
2002-10-18Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison1-38/+68
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce1-12/+28
2002-09-30Fix the compile issue in bin/samtest, and make the 'system' token just have theAndrew Bartlett1-5/+2
2002-09-29Remove sam/api.c.Andrew Bartlett1-0/+26
2002-09-28Add const.Andrew Bartlett1-4/+4
2002-09-25Merge of "profile acls" code.Jeremy Allison1-2/+7
2002-08-19added a generic print_guid utility, and get the byte order handingAndrew Tridgell1-0/+15
2002-07-31make sure we zero the unusued elements in a SID when parsingAndrew Tridgell1-0/+3
2002-07-13make this a ZERO_STRUCTP for consitancy with the rest of Samba.Andrew Bartlett1-1/+1
2002-07-08(this should have been part of the previous commit)Andrew Bartlett1-1/+37
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-23/+5
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-2/+2
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett1-3/+3
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-4/+27
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-4/+0
2002-06-07Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett1-241/+1
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-5/+12
2002-03-13Add "Creator Group" - was in 2.2.x and I'm syncing up the two.Jeremy Allison1-0/+2
2002-03-10add a note about the meaning of global_sam_sidAndrew Tridgell1-0/+3
2002-01-31this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell1-2/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-30freeing the wrong pointer, sorry my mistake.Simo Sorce1-5/+5
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce1-4/+12
2001-12-19fixed sid_compare_domain()Andrew Tridgell1-3/+29
2001-12-18Fixup JF's weird SID return :-).Jeremy Allison1-2/+4
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell1-0/+17
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-1/+48
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-12/+26
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell1-1/+17
2001-11-05Removed totally annoying verbose debug in sid_to_string()Tim Potter1-2/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-22Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison1-0/+24
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-05-10Added sid_peek_rid() function to return the rid of a sid. Saves muckingTim Potter1-0/+13
2001-05-03Merging Gerald's PDC SAM name fix.Jeremy Allison1-13/+76
2001-02-23- fixed the sort_acl bug, sorting now works rightAndrew Tridgell1-9/+20
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill1-4/+9
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison1-10/+43
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-3/+7
2000-09-28Removed annoying unecessary debug message.Tim Potter1-1/+0
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-2/+2
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-3/+5
2000-07-25if the sids are not the same pointer and either of the sids are NULLAndrew Tridgell1-0/+3
2000-07-06Added global_sid_NULL S-1-0-0 to list of global sids.Tim Potter1-0/+2
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison1-0/+2
2000-06-08added se_access_check.Luke Leighton1-0/+2