summaryrefslogtreecommitdiff
path: root/source3/lib/util_sid.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-9/+12
2000-05-27fixed nttrans.cLuke Leighton1-1/+1
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-288/+0
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-1/+289
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-411/+297
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1-5/+2
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1-0/+296
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-1/+1
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-0/+20
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-20/+0
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-0/+20
1998-12-02string_to_sid was using next_token() this is bad as it stops you fromLuke Leighton1-43/+44
1998-11-29weekend work. user / group database API.Luke Leighton1-6/+31
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-5/+5
1998-11-24sorting out difference between aliases and groups in the cases whereLuke Leighton1-1/+4
1998-11-23unix instance of group database APILuke Leighton1-2/+9
1998-11-12security descriptors.Luke Leighton1-0/+13
1998-11-05util_file.c:Luke Leighton1-0/+178