Committed test code by mistake... removing.
[sfrench/samba-autobuild/.git] / source3 / auth /
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,...
2003-07-01 Gerald Carter* fixed volker's wbinfo -a lockup again. This one...
2003-07-01 Gerald Carterfix typos in log messages and comments.
2003-07-01 Gerald Carter* revert change to get_global_sam_name()
2003-07-01 Gerald Carter* fix the trustdom_cache to work when winbindd is not...
2003-06-30 Gerald Carter* cleanup more DC name resolution issues in check_...
2003-06-30 Jeremy AllisonValgrind found a bug (subtracting a pointer from a...
2003-06-30 Gerald Carter* rename samstrict auth method to sam
2003-06-29 Gerald CarterHere's the code to make winbindd work on a Samba DC
2003-06-28 Gerald Carteradd check for NT_STATUS_NOT_IMPLEMENTED in auth check...
2003-06-25 Gerald Carterlarge change:
2003-06-23 Gerald Carter* s/get_dc_name/rpc_dc_name/g (revert a previous change)
2003-06-23 Gerald Carterfix typo (bug #170)
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-21 Gerald Cartermerge of the netsamlogon caching code from APPLIANCE_HEAD
2003-06-13 Jeremy AllisonForward port the app-head changes for dc name cache...
2003-06-12 Volker LendeckeAndrew's change to make 'security = domain' work again...
2003-06-12 Volker LendeckeFix some misleading debug messages.
next