summaryrefslogtreecommitdiff
path: root/source3/auth/pass_check.c
Commit message (Expand)AuthorAgeFilesLines
* auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett2014-04-151-14/+0
* auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.cAndrew Bartlett2014-04-151-20/+0
* auth: Remove linux_bigcrypt support from pass_check.cAndrew Bartlett2014-04-151-32/+0
* auth: Remove support for plaintext auth on systems that use getprpwnam()Andrew Bartlett2014-04-151-10/+0
* auth: Remove plaintext OSF1 password supportAndrew Bartlett2014-04-151-64/+0
* auth: Remove afs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-35/+0
* auth: Remove dfs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-315/+0
* auth: Remove unused PASSWORD_LENTH macro from pass_check.cAndrew Bartlett2014-04-151-6/+0
* auth: Remove static variable ths_user from password_check() codeAndrew Bartlett2014-04-151-36/+9
* auth: Remove "password level"Andrew Bartlett2013-06-111-79/+0
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+6
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-2/+2
* More simple const fixes.Jeremy Allison2011-05-051-8/+8
* s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner2011-03-301-0/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: move some chgpasswd related defines to the locations where they ...Günther Deschner2011-02-221-0/+6
* s3: Lift smbd_server_fd() from pass_check()Volker Lendecke2010-08-281-7/+1
* s3: Lift smbd_server_fd() from password_check()Volker Lendecke2010-08-281-11/+13
* s3: Fix some nonempty blank linesVolker Lendecke2010-08-281-15/+15
* s3: Lift smbd_server_fd() from smb_pam_passcheckVolker Lendecke2010-08-271-1/+8
* s3: Pass "private_data" through string_combinations()Volker Lendecke2010-08-271-12/+24
* s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider2010-08-161-9/+4
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-4/+4
* Correctly define prototypes for accessor functions.Jeremy Allison2007-12-171-3/+3
* More static fstring removal.Jeremy Allison2007-12-171-33/+116
* Remove pstring from auth/*Jeremy Allison2007-11-141-2/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-2/+8
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-2/+2
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-101-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-3/+2
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-1/+1
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-4/+4
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-37/+28
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-3/+21
* Remove built-in support for clear-text kerberos authentication.Andrew Bartlett2001-11-111-123/+3
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-5/+0
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-201-80/+118
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-191-5/+6
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-1/+1
* Fixed silly typo.Jeremy Allison2001-08-301-3/+3
* Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-301-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-7/+2
* Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-011-1/+1