index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
2007-10-10
1
-3
/
+4
*
r4236: More *alloc fixes.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
3
-17
/
+17
*
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
2007-10-10
1
-36
/
+16
*
r3616: Merge for 3.0.8.
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
r3563: During a typical logon a modern workstation makes a lot of anonymous s...
Volker Lendecke
2007-10-10
1
-1
/
+44
*
r3140: * try to ensure consistent usage of the username map.
Gerald Carter
2007-10-10
1
-11
/
+23
*
r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.
Tim Potter
2007-10-10
1
-1
/
+1
*
r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org>
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r1780: Remove the UTC comment as it isn't.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r1778: Fix based on code from Richard Renard <rrenard@idealx.com> to
Jeremy Allison
2007-10-10
1
-0
/
+42
*
r1492: Rework our random number generation system.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r1414: Memory leak fixes found by valgrind whilst checking the password histo...
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r1370: BUG 1297 - prevent map_username() from being called twice during logon
Gerald Carter
2007-10-10
1
-15
/
+17
*
r1175: Nowadays we actually do have local groups, so add the corresponding SI...
Volker Lendecke
2007-10-10
1
-8
/
+11
*
r991: Allow winbindd to use the domain trust account password
Gerald Carter
2007-10-10
1
-1
/
+3
*
r786: Memory leak fixes in (mostly) error code paths from
Jeremy Allison
2007-10-10
2
-3
/
+5
*
r86: This function was moved to lib/nterr.h
Andrew Bartlett
2007-10-10
1
-28
/
+0
*
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
2007-10-10
3
-11
/
+11
*
Fix most of bug #169.
Andrew Bartlett
2004-04-03
3
-100
/
+90
*
fix overlapping memory bug when copying username
Gerald Carter
2004-03-16
1
-2
/
+5
*
BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...
Gerald Carter
2004-03-16
3
-72
/
+88
*
Add calls to password lockout functions. Should now work against tdbsam only.
Jim McDonough
2004-02-21
1
-0
/
+38
*
Remove bogus check. No functional change, just cosmetics.
Volker Lendecke
2004-02-02
1
-5
/
+0
*
BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...
Gerald Carter
2004-01-15
1
-4
/
+9
*
Doxygen comment fix.
Rafal Szczesniak
2004-01-07
1
-2
/
+5
*
Change our Domain controller lookup routines to more carefully seperate
Andrew Bartlett
2004-01-05
1
-2
/
+5
*
auth/auth_util.c:
Andrew Bartlett
2003-12-31
1
-1
/
+1
*
Move our basic password checking code from inside the authentication
Andrew Bartlett
2003-12-30
1
-345
/
+1
*
Refactor our authentication and authentication testing code.
Andrew Bartlett
2003-12-30
1
-148
/
+219
*
* add a few useful debug lines
Gerald Carter
2003-12-19
2
-9
/
+30
*
Final part of fix for #445. Don't add user for machine accounts.
Jeremy Allison
2003-12-09
1
-0
/
+4
*
Fix for bug #445 (missing unix user on kerberos auth doesn't call add user
Jeremy Allison
2003-12-06
1
-3
/
+13
*
Patch by emil@disksites.com <Emil Rasamat> to ensure we always always
Andrew Bartlett
2003-11-23
2
-2
/
+15
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
4
-30
/
+142
*
Patch from Andrew Bartlett <abartlet@samba.org> for security=server core
Jeremy Allison
2003-11-10
1
-6
/
+8
*
Skip over the winbind separator when looking up a user.
Volker Lendecke
2003-11-09
1
-0
/
+1
*
run krb5 logins through the username map if the winbindd lookup fails; bug 698
Gerald Carter
2003-11-06
1
-4
/
+9
*
Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.
Jeremy Allison
2003-10-24
1
-0
/
+16
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-1
/
+1
*
more 2.2.x compatibility fixes - allow user looksup in the kerb5
Gerald Carter
2003-10-20
1
-1
/
+25
*
make sure to call get_user_groups() with the full winbindd name for a user if...
Gerald Carter
2003-10-07
2
-11
/
+22
*
Tidy up some formatting. Get ready for allowing bad password lockout. (based
Jeremy Allison
2003-09-08
1
-49
/
+38
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
3
-7
/
+7
*
Fix bug found by tridge in 2.2.x. Ensure that %U substitution is
Jeremy Allison
2003-08-28
1
-3
/
+0
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
3
-4
/
+4
*
fix for BUG #267 (problem with supplementary groups).
Gerald Carter
2003-08-09
1
-42
/
+76
*
need to be able to connect to a domain member as a local account; don't alway...
Gerald Carter
2003-08-08
1
-3
/
+3
*
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-1
/
+1
[next]