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
*
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
*
Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',
Jeremy Allison
2003-07-26
1
-1
/
+1
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
2
-9
/
+9
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
2
-7
/
+7
*
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
2003-07-24
1
-1
/
+0
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-1
/
+1
*
Fix memleak
Volker Lendecke
2003-07-18
1
-1
/
+1
*
Fix a small typo in a comment and pretty it up a bit.
Richard Sharpe
2003-07-11
1
-1
/
+1
*
moving more code around.
Gerald Carter
2003-07-11
1
-1
/
+5
*
Large set of changes to add UNIX account/group management
Gerald Carter
2003-07-09
1
-3
/
+10
*
standlone servers don't have any trusted domains
Gerald Carter
2003-07-08
1
-0
/
+5
*
fix bone head mistake when setting the uid in the server_info struct.
Gerald Carter
2003-07-08
1
-11
/
+3
*
Initialise the uid and gid values to a safe default in make_server_info()
Tim Potter
2003-07-08
1
-0
/
+8
*
fix temporary bug so people can test 3.0 again; make sure to initialize the u...
Gerald Carter
2003-07-08
1
-1
/
+2
*
Spelling.
Tim Potter
2003-07-08
1
-1
/
+1
*
temporarily disable a sanity check to prevent winbindd from deadlocking
Gerald Carter
2003-07-07
1
-1
/
+3
*
and so it begins....
Gerald Carter
2003-07-07
2
-49
/
+18
*
This changes our Unix primary GID behaviour back to what most people expect:
Andrew Bartlett
2003-07-06
1
-6
/
+2
*
Add some debug statments to our vampire code - try to make it easier to track
Andrew Bartlett
2003-07-05
1
-2
/
+8
*
PAM should operate on the Unix username, not the NT username (which might not
Andrew Bartlett
2003-07-05
1
-6
/
+6
*
Fixed strlower changes I missed. Pointed out by metze.
Jeremy Allison
2003-07-04
1
-2
/
+2
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
3
-6
/
+5
*
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
2003-07-03
7
-44
/
+92
*
* fixed volker's wbinfo -a lockup again. This one was my fault.
Gerald Carter
2003-07-01
1
-1
/
+44
*
fix typos in log messages and comments.
Gerald Carter
2003-07-01
1
-2
/
+2
*
* revert change to get_global_sam_name()
Gerald Carter
2003-07-01
1
-9
/
+5
*
* fix the trustdom_cache to work when winbindd is not running.
Gerald Carter
2003-07-01
1
-3
/
+0
*
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
2003-06-30
2
-212
/
+59
[next]