summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison2007-10-101-0/+6
* r1370: BUG 1297 - prevent map_username() from being called twice during logonGerald Carter2007-10-101-15/+17
* r1175: Nowadays we actually do have local groups, so add the corresponding SI...Volker Lendecke2007-10-101-8/+11
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-101-1/+3
* r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2007-10-102-3/+5
* r86: This function was moved to lib/nterr.hAndrew Bartlett2007-10-101-28/+0
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-103-11/+11
* Fix most of bug #169.Andrew Bartlett2004-04-033-100/+90
* fix overlapping memory bug when copying usernameGerald Carter2004-03-161-2/+5
* BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter2004-03-163-72/+88
* Add calls to password lockout functions. Should now work against tdbsam only.Jim McDonough2004-02-211-0/+38
* Remove bogus check. No functional change, just cosmetics.Volker Lendecke2004-02-021-5/+0
* BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter2004-01-151-4/+9
* Doxygen comment fix.Rafal Szczesniak2004-01-071-2/+5
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-2/+5
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Move our basic password checking code from inside the authenticationAndrew Bartlett2003-12-301-345/+1
* Refactor our authentication and authentication testing code.Andrew Bartlett2003-12-301-148/+219
* * add a few useful debug linesGerald Carter2003-12-192-9/+30
* Final part of fix for #445. Don't add user for machine accounts.Jeremy Allison2003-12-091-0/+4
* Fix for bug #445 (missing unix user on kerberos auth doesn't call add userJeremy Allison2003-12-061-3/+13
* Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett2003-11-232-2/+15
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-224-30/+142
* Patch from Andrew Bartlett <abartlet@samba.org> for security=server coreJeremy Allison2003-11-101-6/+8
* Skip over the winbind separator when looking up a user.Volker Lendecke2003-11-091-0/+1
* run krb5 logins through the username map if the winbindd lookup fails; bug 698Gerald Carter2003-11-061-4/+9
* Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison2003-10-241-0/+16
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter2003-10-201-1/+25
* make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter2003-10-072-11/+22
* Tidy up some formatting. Get ready for allowing bad password lockout. (basedJeremy Allison2003-09-081-49/+38
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-053-7/+7
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-3/+0
* get rid of more compiler warningsHerb Lewis2003-08-153-4/+4
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-42/+76
* need to be able to connect to a domain member as a local account; don't alway...Gerald Carter2003-08-081-3/+3
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+1
* Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',Jeremy Allison2003-07-261-1/+1
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-252-9/+9
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-242-7/+7
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-1/+0
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Fix memleakVolker Lendecke2003-07-181-1/+1
* Fix a small typo in a comment and pretty it up a bit.Richard Sharpe2003-07-111-1/+1
* moving more code around.Gerald Carter2003-07-111-1/+5
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-3/+10
* standlone servers don't have any trusted domainsGerald Carter2003-07-081-0/+5
* fix bone head mistake when setting the uid in the server_info struct.Gerald Carter2003-07-081-11/+3
* Initialise the uid and gid values to a safe default in make_server_info()Tim Potter2003-07-081-0/+8
* fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter2003-07-081-1/+2