summaryrefslogtreecommitdiffstats
path: root/source3/auth/pass_check.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-1/+1
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-2/+17
* passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison2001-04-101-62/+26
* Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison2001-04-101-134/+4
* add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter2001-02-081-0/+8
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-14/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-366/+459
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-54/+129
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-63/+1
* pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1999-03-081-1/+2
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-261-1/+3
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1