summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ...Gerald Carter2007-10-101-2/+0
* r5385: when operating in security = domain, allow domain admins to manage rig...Gerald Carter2007-10-101-1/+13
* r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke2007-10-101-0/+33
* r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner2007-10-101-1/+1
* r4972: Fix a warning and some debugging-outputs.Günther Deschner2007-10-101-1/+1
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2007-10-101-12/+3
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-15/+39
* r4579: small changes to allow the members og the Domain Admins group on the S...Gerald Carter2007-10-101-0/+29
* r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner2007-10-101-3/+4
* r4236: More *alloc fixes.Jeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-103-17/+17
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2007-10-101-36/+16
* r3616: Merge for 3.0.8.Andrew Bartlett2007-10-101-3/+3
* r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke2007-10-101-1/+44
* r3140: * try to ensure consistent usage of the username map.Gerald Carter2007-10-101-11/+23
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-101-1/+1
* r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org>Jeremy Allison2007-10-101-1/+1
* r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter2007-10-101-1/+1
* r1780: Remove the UTC comment as it isn't.Jeremy Allison2007-10-101-2/+2
* r1778: Fix based on code from Richard Renard <rrenard@idealx.com> toJeremy Allison2007-10-101-0/+42
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* 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