summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-5/+5
* sorting out difference between aliases and groups in the cases whereLuke Leighton1998-11-241-1/+4
* unix instance of group database APILuke Leighton1998-11-231-2/+9
* security descriptors.Luke Leighton1998-11-121-0/+13
* util_file.c:Luke Leighton1998-11-051-0/+178