make sid_binstring available without HAVE_ADS
[ira/wip.git] / source3 / lib / util_sid.c
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: