summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2003-12-31auth/auth_util.c:Andrew Bartlett1-1/+1
2003-12-30Move our basic password checking code from inside the authenticationAndrew Bartlett1-345/+1
2003-12-30Refactor our authentication and authentication testing code.Andrew Bartlett1-148/+219
2003-12-19* add a few useful debug linesGerald Carter2-9/+30
2003-12-09Final part of fix for #445. Don't add user for machine accounts.Jeremy Allison1-0/+4
2003-12-06Fix for bug #445 (missing unix user on kerberos auth doesn't call add userJeremy Allison1-3/+13
2003-11-23Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett2-2/+15
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett4-30/+142
2003-11-10Patch from Andrew Bartlett <abartlet@samba.org> for security=server coreJeremy Allison1-6/+8
2003-11-09Skip over the winbind separator when looking up a user.Volker Lendecke1-0/+1
2003-11-06run krb5 logins through the username map if the winbindd lookup fails; bug 698Gerald Carter1-4/+9
2003-10-24Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison1-0/+16
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-10-20more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter1-1/+25
2003-10-07make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter2-11/+22
2003-09-08Tidy up some formatting. Get ready for allowing bad password lockout. (basedJeremy Allison1-49/+38
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison3-7/+7
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-3/+0
2003-08-15get rid of more compiler warningsHerb Lewis3-4/+4
2003-08-09fix for BUG #267 (problem with supplementary groups).Gerald Carter1-42/+76
2003-08-08need to be able to connect to a domain member as a local account; don't alway...Gerald Carter1-3/+3
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-07-26Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',Jeremy Allison1-1/+1
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2-9/+9
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter2-7/+7
2003-07-24Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison1-1/+0
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-18Fix memleakVolker Lendecke1-1/+1
2003-07-11Fix a small typo in a comment and pretty it up a bit.Richard Sharpe1-1/+1
2003-07-11moving more code around.Gerald Carter1-1/+5
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-3/+10
2003-07-08standlone servers don't have any trusted domainsGerald Carter1-0/+5
2003-07-08fix bone head mistake when setting the uid in the server_info struct.Gerald Carter1-11/+3
2003-07-08Initialise the uid and gid values to a safe default in make_server_info()Tim Potter1-0/+8
2003-07-08fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter1-1/+2
2003-07-08Spelling.Tim Potter1-1/+1
2003-07-07temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter1-1/+3
2003-07-07and so it begins....Gerald Carter2-49/+18
2003-07-06This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett1-6/+2
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett1-2/+8
2003-07-05PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett1-6/+6
2003-07-04Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison1-2/+2
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison3-6/+5
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett7-44/+92
2003-07-01* fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter1-1/+44
2003-07-01fix typos in log messages and comments.Gerald Carter1-2/+2
2003-07-01* revert change to get_global_sam_name()Gerald Carter1-9/+5
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter1-3/+0
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2-212/+59
2003-06-30Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison1-1/+1