summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sid.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-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-51/+97
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-4/+27
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+22
* sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-270/+74
* 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
* if the sids are not the same pointer and either of the sids are NULLAndrew Tridgell2000-07-251-0/+3
* Added global_sid_NULL S-1-0-0 to list of global sids.Tim Potter2000-07-061-0/+2
* lib/util_sid.c: Uninitialized memory read.Jeremy Allison2000-06-241-0/+2
* added se_access_check.Luke Leighton2000-06-081-0/+2
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-9/+12
* fixed nttrans.cLuke Leighton2000-05-271-1/+1
* Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-121-288/+0
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-1/+289
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-411/+297
* default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-021-5/+2
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-0/+296
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-1/+1
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-0/+20
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-20/+0
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-0/+20
* string_to_sid was using next_token() this is bad as it stops you fromLuke Leighton1998-12-021-43/+44
* weekend work. user / group database API.Luke Leighton1998-11-291-6/+31