Age | Commit message (Expand) | Author | Files | Lines |
2004-04-03 | Fix most of bug #169. | Andrew Bartlett | 3 | -100/+90 |
2004-03-16 | fix overlapping memory bug when copying username | Gerald Carter | 1 | -2/+5 |
2004-03-16 | BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us... | Gerald Carter | 3 | -72/+88 |
2004-02-21 | Add calls to password lockout functions. Should now work against tdbsam only. | Jim McDonough | 1 | -0/+38 |
2004-02-02 | Remove bogus check. No functional change, just cosmetics. | Volker Lendecke | 1 | -5/+0 |
2004-01-15 | BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t... | Gerald Carter | 1 | -4/+9 |
2004-01-07 | Doxygen comment fix. | Rafal Szczesniak | 1 | -2/+5 |
2004-01-05 | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 1 | -2/+5 |
2003-12-31 | auth/auth_util.c: | Andrew Bartlett | 1 | -1/+1 |
2003-12-30 | Move our basic password checking code from inside the authentication | Andrew Bartlett | 1 | -345/+1 |
2003-12-30 | Refactor our authentication and authentication testing code. | Andrew Bartlett | 1 | -148/+219 |
2003-12-19 | * add a few useful debug lines | Gerald Carter | 2 | -9/+30 |
2003-12-09 | Final part of fix for #445. Don't add user for machine accounts. | Jeremy Allison | 1 | -0/+4 |
2003-12-06 | Fix for bug #445 (missing unix user on kerberos auth doesn't call add user | Jeremy Allison | 1 | -3/+13 |
2003-11-23 | Patch by emil@disksites.com <Emil Rasamat> to ensure we always always | Andrew Bartlett | 2 | -2/+15 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 4 | -30/+142 |
2003-11-10 | Patch from Andrew Bartlett <abartlet@samba.org> for security=server core | Jeremy Allison | 1 | -6/+8 |
2003-11-09 | Skip over the winbind separator when looking up a user. | Volker Lendecke | 1 | -0/+1 |
2003-11-06 | run krb5 logins through the username map if the winbindd lookup fails; bug 698 | Gerald Carter | 1 | -4/+9 |
2003-10-24 | Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth. | Jeremy Allison | 1 | -0/+16 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-10-20 | more 2.2.x compatibility fixes - allow user looksup in the kerb5 | Gerald Carter | 1 | -1/+25 |
2003-10-07 | make sure to call get_user_groups() with the full winbindd name for a user if... | Gerald Carter | 2 | -11/+22 |
2003-09-08 | Tidy up some formatting. Get ready for allowing bad password lockout. (based | Jeremy Allison | 1 | -49/+38 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 3 | -7/+7 |
2003-08-28 | Fix bug found by tridge in 2.2.x. Ensure that %U substitution is | Jeremy Allison | 1 | -3/+0 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 3 | -4/+4 |
2003-08-09 | fix for BUG #267 (problem with supplementary groups). | Gerald Carter | 1 | -42/+76 |
2003-08-08 | need to be able to connect to a domain member as a local account; don't alway... | Gerald Carter | 1 | -3/+3 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -1/+1 |
2003-07-26 | Correctly detect an "add user script" - check that *lp_adduser_script() != '\0', | Jeremy Allison | 1 | -1/+1 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 2 | -9/+9 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 2 | -7/+7 |
2003-07-24 | Server side NTLM signing works - until the first async packet. Working on this | Jeremy Allison | 1 | -1/+0 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -1/+1 |
2003-07-18 | Fix memleak | Volker Lendecke | 1 | -1/+1 |
2003-07-11 | Fix a small typo in a comment and pretty it up a bit. | Richard Sharpe | 1 | -1/+1 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -1/+5 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -3/+10 |
2003-07-08 | standlone servers don't have any trusted domains | Gerald Carter | 1 | -0/+5 |
2003-07-08 | fix bone head mistake when setting the uid in the server_info struct. | Gerald Carter | 1 | -11/+3 |
2003-07-08 | Initialise the uid and gid values to a safe default in make_server_info() | Tim Potter | 1 | -0/+8 |
2003-07-08 | fix temporary bug so people can test 3.0 again; make sure to initialize the u... | Gerald Carter | 1 | -1/+2 |
2003-07-08 | Spelling. | Tim Potter | 1 | -1/+1 |
2003-07-07 | temporarily disable a sanity check to prevent winbindd from deadlocking | Gerald Carter | 1 | -1/+3 |
2003-07-07 | and so it begins.... | Gerald Carter | 2 | -49/+18 |
2003-07-06 | This changes our Unix primary GID behaviour back to what most people expect: | Andrew Bartlett | 1 | -6/+2 |
2003-07-05 | Add some debug statments to our vampire code - try to make it easier to track | Andrew Bartlett | 1 | -2/+8 |
2003-07-05 | PAM should operate on the Unix username, not the NT username (which might not | Andrew Bartlett | 1 | -6/+6 |
2003-07-04 | Fixed strlower changes I missed. Pointed out by metze. | Jeremy Allison | 1 | -2/+2 |