r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() function to...
[ira/wip.git] / source3 / auth /
2007-10-10 Andrew Bartlettr3616: Merge for 3.0.8.
2007-10-10 Volker Lendecker3563: During a typical logon a modern workstation...
2007-10-10 Gerald Carterr3140: * try to ensure consistent usage of the username...
2007-10-10 Tim Potterr2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG...
2007-10-10 Jeremy Allisonr2703: Fix typo noticed by Igor Belyi <sambauser@kateho...
2007-10-10 Gerald Carterr2086: fix bug with winbindd_getpwnam() caused by Micro...
2007-10-10 Jeremy Allisonr1780: Remove the UTC comment as it isn't.
2007-10-10 Jeremy Allisonr1778: Fix based on code from Richard Renard <rrenard...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Jeremy Allisonr1414: Memory leak fixes found by valgrind whilst check...
2007-10-10 Gerald Carterr1370: BUG 1297 - prevent map_username() from being...
2007-10-10 Volker Lendecker1175: Nowadays we actually do have local groups, so...
2007-10-10 Gerald Carterr991: Allow winbindd to use the domain trust account...
2007-10-10 Jeremy Allisonr786: Memory leak fixes in (mostly) error code paths...
2007-10-10 Andrew Bartlettr86: This function was moved to lib/nterr.h
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-04-03 Andrew BartlettFix most of bug #169.
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-16 Gerald Cartermerges from 3.0
2004-03-16 Gerald Carterfix overlapping memory bug when copying username
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-10 Volker LendeckeRemove expanding sids from smbd, this will be done...
2004-03-02 Volker LendeckeIdra, your privileges patch allowed login only with...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-03-01 Volker LendeckeAdd aliases to winbindd_getgroups().
2004-02-29 Volker LendeckeApply my experimental aliases support to HEAD. This...
2004-02-21 Jim McDonoughAdd calls to password lockout functions. Should now...
2004-02-21 Jim McDonoughAdd calls to password lockout functions. Should now...
2004-02-02 Volker LendeckeRemove bogus check. Cosmetics.
2004-02-02 Volker LendeckeRemove bogus check. No functional change, just cosmetics.
2004-01-15 Gerald CarterBUG 936: fix bind credentials for schannel binds in...
2004-01-15 Gerald CarterBUG 936: fix bind credentials for schannel binds in...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-07 Rafal SzczesniakDoxygen comment fix.
2004-01-07 Rafal SzczesniakFixes to doxygen comment.
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew BartlettChange our Domain controller lookup routines to more...
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-30 Andrew BartlettMove our basic password checking code from inside the...
2003-12-30 Andrew BartlettRefactor our authentication and authentication testing...
2003-12-19 Gerald Carter* add a few useful debug lines
2003-12-19 Gerald Carter* add a few useful debug lines
2003-12-09 Jeremy AllisonFinal part of fix for #445. Don't add user for machine...
2003-12-09 Jeremy AllisonFinal part of fix for #445. Don't add user for machine...
2003-12-06 Jeremy AllisonFix for bug #445 (missing unix user on kerberos auth...
2003-12-06 Jeremy AllisonFix for bug #445 (missing unix user on kerberos auth...
2003-11-23 Andrew Bartlett(Merge from 3.0)
2003-11-23 Andrew BartlettPatch by emil@disksites.com <Emil Rasamat> to ensure...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-10 Jeremy AllisonPatch from Andrew Bartlett <abartlet@samba.org> for...
2003-11-10 Jeremy AllisonPatch from Andrew Bartlett <abartlet@samba.org> for...
2003-11-09 Volker LendeckeFrom 3_0:
2003-11-09 Volker LendeckeSkip over the winbind separator when looking up a user.
2003-11-06 Gerald Carterrun krb5 logins through the username map if the winbind...
2003-11-06 Gerald Carterrun krb5 logins through the username map if the winbind...
2003-10-24 Jeremy AllisonAndrew Bartlett patch to cope with Exchange 5.5 clearte...
2003-10-24 Jeremy AllisonAndrew Bartlett patch to cope with Exchange 5.5 clearte...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-10-07 Gerald Cartermake sure to call get_user_groups() with the full winbi...
2003-10-07 Gerald Cartermake sure to call get_user_groups() with the full winbi...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Jeremy AllisonTidy up some formatting. Get ready for allowing bad...
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-08-28 Jeremy AllisonFix bug found by tridge in 2.2.x. Ensure that %U substi...
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-09 Gerald Carterfix for BUG #267 (problem with supplementary groups).
2003-08-08 Gerald Carterneed to be able to connect to a domain member as a...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-30 Jeremy AllisonAdd a command line option (-S on|off|required) to enabl...
2003-07-26 Jeremy AllisonCorrectly detect an "add user script" - check that...
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-24 Jeremy AllisonServer side NTLM signing works - until the first async...
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-18 Volker LendeckeFix memleak
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-11 Richard SharpeFix a small typo in a comment and pretty it up a bit.
2003-07-11 Gerald Cartermoving more code around.
2003-07-09 Gerald CarterLarge set of changes to add UNIX account/group management
2003-07-08 Gerald Carterstandlone servers don't have any trusted domains
2003-07-08 Gerald Carterfix bone head mistake when setting the uid in the serve...
2003-07-08 Tim PotterInitialise the uid and gid values to a safe default...
2003-07-08 Gerald Carterfix temporary bug so people can test 3.0 again; make...
2003-07-08 Tim PotterSpelling.
2003-07-07 Gerald Cartertemporarily disable a sanity check to prevent winbindd...
2003-07-07 Gerald Carterand so it begins....
2003-07-06 Andrew BartlettThis changes our Unix primary GID behaviour back to...
2003-07-05 Andrew BartlettAdd some debug statments to our vampire code - try...
2003-07-05 Andrew BartlettPAM should operate on the Unix username, not the NT...
2003-07-04 Jeremy AllisonFixed strlower changes I missed. Pointed out by metze.
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-07-03 Andrew BartlettThis patch takes the work the jerry did for beta2,...
next