summaryrefslogtreecommitdiff
path: root/source3/auth/pass_check.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-05s3:auth: Fix code spellingAndreas Schneider1-1/+1
2014-04-15auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett1-14/+0
2014-04-15auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.cAndrew Bartlett1-20/+0
2014-04-15auth: Remove linux_bigcrypt support from pass_check.cAndrew Bartlett1-32/+0
2014-04-15auth: Remove support for plaintext auth on systems that use getprpwnam()Andrew Bartlett1-10/+0
2014-04-15auth: Remove plaintext OSF1 password supportAndrew Bartlett1-64/+0
2014-04-15auth: Remove afs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett1-35/+0
2014-04-15auth: Remove dfs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett1-315/+0
2014-04-15auth: Remove unused PASSWORD_LENTH macro from pass_check.cAndrew Bartlett1-6/+0
2014-04-15auth: Remove static variable ths_user from password_check() codeAndrew Bartlett1-36/+9
2013-06-11auth: Remove "password level"Andrew Bartlett1-79/+0
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+6
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-2/+2
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison1-2/+2
2011-05-05More simple const fixes.Jeremy Allison1-8/+8
2011-03-30s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner1-0/+1
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-02-22s3-includes: move some chgpasswd related defines to the locations where they ...Günther Deschner1-0/+6
2010-08-28s3: Lift smbd_server_fd() from pass_check()Volker Lendecke1-7/+1
2010-08-28s3: Lift smbd_server_fd() from password_check()Volker Lendecke1-11/+13
2010-08-28s3: Fix some nonempty blank linesVolker Lendecke1-15/+15
2010-08-27s3: Lift smbd_server_fd() from smb_pam_passcheckVolker Lendecke1-1/+8
2010-08-27s3: Pass "private_data" through string_combinations()Volker Lendecke1-12/+24
2010-08-16s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider1-9/+4
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-4/+4
2007-12-17Correctly define prototypes for accessor functions.Jeremy Allison1-3/+3
2007-12-17More static fstring removal.Jeremy Allison1-33/+116
2007-11-14Remove pstring from auth/*Jeremy Allison1-2/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-2/+8
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-2/+2
2007-10-10r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-3/+2
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett1-1/+1
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-4/+4
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-37/+28
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+21
2001-11-11Remove built-in support for clear-text kerberos authentication.Andrew Bartlett1-123/+3
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-5/+0
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-80/+118
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett1-5/+6
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-1/+1
2001-08-30Fixed silly typo.Jeremy Allison1-3/+3
2001-08-30Fix from Paul Green to set correct lengths.Jeremy Allison1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-7/+2