summaryrefslogtreecommitdiff
path: root/source/lib/util_sid.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-1/+1
* working on creating the 3.0 release treeGerald Carter2003-06-061-1/+5
* Two character tabs - I don't think so.Tim Potter2003-04-281-10/+9
* Cleanup bogus initialisation in SID_NAME_USE enum.Tim Potter2003-03-201-1/+2
* Some progress towards gums and tdbsam2Simo Sorce2003-03-071-0/+18
* BIG patch...Andrew Bartlett2003-01-021-3/+4
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-7/+5
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-92/+108
* Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison2002-10-181-38/+68
* try to put every security descriptors related definitions in the same file.Simo Sorce2002-10-061-12/+28
* Fix the compile issue in bin/samtest, and make the 'system' token just have theAndrew Bartlett2002-09-301-5/+2
* Remove sam/api.c.Andrew Bartlett2002-09-291-0/+26
* Add const.Andrew Bartlett2002-09-281-4/+4
* Merge of "profile acls" code.Jeremy Allison2002-09-251-2/+7
* added a generic print_guid utility, and get the byte order handingAndrew Tridgell2002-08-191-0/+15
* make sure we zero the unusued elements in a SID when parsingAndrew Tridgell2002-07-311-0/+3
* make this a ZERO_STRUCTP for consitancy with the rest of Samba.Andrew Bartlett2002-07-131-1/+1
* (this should have been part of the previous commit)Andrew Bartlett2002-07-081-1/+37
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-23/+5
* Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett2002-06-141-2/+2
* Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett2002-06-141-3/+3
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-4/+27
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-4/+0
* Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett2002-06-071-241/+1
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-5/+12
* Add "Creator Group" - was in 2.2.x and I'm syncing up the two.Jeremy Allison2002-03-131-0/+2
* add a note about the meaning of global_sam_sidAndrew Tridgell2002-03-101-0/+3
* this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell2002-01-311-2/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* freeing the wrong pointer, sorry my mistake.Simo Sorce2001-12-301-5/+5
* util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-301-4/+12
* fixed sid_compare_domain()Andrew Tridgell2001-12-191-3/+29
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-2/+4
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-101-0/+17
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-1/+48
* put sid_to_name behind the winbindd backend interfaceAndrew Tridgell2001-12-031-12/+26
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-1/+17
* Removed totally annoying verbose debug in sid_to_string()Tim Potter2001-11-051-2/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2001-09-221-0/+24
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* Added sid_peek_rid() function to return the rid of a sid. Saves muckingTim Potter2001-05-101-0/+13
* Merging Gerald's PDC SAM name fix.Jeremy Allison2001-05-031-13/+76
* - fixed the sort_acl bug, sorting now works rightAndrew Tridgell2001-02-231-9/+20
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-151-4/+9
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-121-10/+43
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-3/+7
* Removed annoying unecessary debug message.Tim Potter2000-09-281-1/+0
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-231-2/+2
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-031-3/+5