This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[ira/wip.git] / source3 / lib / util_sid.c
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-13 Andrew Bartlettmake this a ZERO_STRUCTP for consitancy with the rest...
2002-07-08 Andrew Bartlett(this should have been part of the previous commit)
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-14 Andrew BartlettPatch from ctrlsoft to make the pluggable passdb subsys...
2002-06-14 Andrew BartlettAdd const, kill of useless casts and therefore eliminat...
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-06-07 Andrew BartlettMove the code from lib/util_sid.c that deals with the...
2002-04-13 Andrew BartlettBetter handling of uid/gid -> RID and RID -> uid/gid...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-13 Jeremy AllisonAdd "Creator Group" - was in 2.2.x and I'm syncing...
2002-03-10 Andrew Tridgelladd a note about the meaning of global_sam_sid
2002-01-31 Andrew Tridgellthis fixes the problem of not being able to add a SD...
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-30 Simo Sorcefreeing the wrong pointer, sorry my mistake.
2001-12-30 Simo Sorceutil_sid.c - respect a const variabile (addedd strdup)
2001-12-19 Andrew Tridgellfixed sid_compare_domain()
2001-12-18 Jeremy AllisonFixup JF's weird SID return :-).
2001-12-10 Andrew Tridgellmake sid_binstring available without HAVE_ADS
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-03 Andrew Tridgellput sid_to_name behind the winbindd backend interface
2001-12-03 Andrew Tridgelladded a basic ADS backend to winbind. More work needed...
2001-11-05 Tim PotterRemoved totally annoying verbose debug in sid_to_string()
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-22 Jeremy AllisonIgnore unmappable (NT Authority, BUILTIN etc.) SIDs...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-05-10 Tim PotterAdded sid_peek_rid() function to return the rid of...
2001-05-03 Jeremy AllisonMerging Gerald's PDC SAM name fix.
2001-02-23 Andrew Tridgell- fixed the sort_acl bug, sorting now works right
2001-01-15 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-12 Jeremy AllisonRemoved the special casing of SIDs in se_access_check...
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-09-28 Tim PotterRemoved annoying unecessary debug message.
2000-08-23 Jeremy AllisonAdded code to do SID to uid/gid conversion. Needed...
2000-08-03 Jeremy AllisonAdded an NT_USER_TOKEN structure that is copied/passed...
2000-07-25 Andrew Tridgellif the sids are not the same pointer and either of...
2000-07-06 Tim PotterAdded global_sid_NULL S-1-0-0 to list of global sids.
2000-06-24 Jeremy Allisonlib/util_sid.c: Uninitialized memory read.
2000-06-08 Luke Leightonadded se_access_check.
2000-05-29 Matthew ChapmanFixed LsaQueryInformationPolicy level 3 to return prima...
2000-05-27 Luke Leightonfixed nttrans.c
2000-04-12 Jeremy AllisonRoll back to using static MACHINE.SID after consultatio...
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-02 Luke Leightondefault SID map now reads in "trusted domains" from...
1999-11-20 Luke Leightondoing a code reshuffle. want to add code to establish...
1999-11-01 Luke Leightonrewrote rpcclient enumaliases command.
1999-10-25 Luke Leighton- typecast malloc / Realloc issues.
1999-08-03 Luke Leightonreverted jeremy's c++-like security descriptor modifica...
1999-02-23 Luke Leightonadded jeremy's new c++-like code for parsing of securit...
1998-12-02 Luke Leightonstring_to_sid was using next_token() this is bad as...
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-24 Luke Leightonsorting out difference between aliases and groups in...
1998-11-23 Luke Leightonunix instance of group database API
1998-11-12 Luke Leightonsecurity descriptors.
1998-11-05 Luke Leightonutil_file.c: