summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass/pam_smb_auth.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28s3:pam_smbpass: use lp_load_client() in pam_smbpassMichael Adam1-1/+0
2011-03-01lib/util: new merged debug systemAndrew Bartlett1-1/+1
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1
2010-02-23s3-pam_smbpass: Remove obsolete signal type cast.Andreas Schneider1-2/+2
2009-05-26s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke1-10/+9
2009-05-25s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner1-2/+2
2008-03-06Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman1-2/+1
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison1-1/+7
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-75/+59
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ...Günther Deschner1-1/+1
2007-10-10r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach1-0/+8
2007-10-10r16241: Fix Klocwork #106 and others like it.Jeremy Allison1-79/+81
2007-10-10r14577: BUG Fixes:Gerald Carter1-0/+1
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-1/+1
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-8/+8
2007-10-10r13384: Adding in some more SuSE patchesGerald Carter1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-4/+4
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-4/+5
2007-10-10r7126: fixing paranoid malloc checker failuresGerald Carter1-1/+1
2007-10-10r75: patch from Cal Heldenbrand <calzplace@yahoo.com> for 'pam_smbpass migrate'Gerald Carter1-3/+3
2004-03-18BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change us...Gerald Carter1-1/+1
2003-04-08Patch from Steve Langasek <vorlon@netexpress.net>John Terpstra1-0/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+2
2002-01-12updates from 2.2Simo Sorce1-26/+31
2001-12-11pam_smbpass updates from a.bokovoy@sam-solutions.netAndrew Tridgell1-1/+1
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-2/+2
2001-08-24add a comment to make the code more readableSimo Sorce1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+0
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra1-0/+246