summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass/pam_smb_passwd.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28s3:pam_smbpass: use lp_load_client() in pam_smbpassMichael Adam1-1/+0
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1
2010-09-22s3: Use asprintf where appropriateVolker Lendecke1-11/+6
2010-02-23s3-pam_smbpass: Remove obsolete signal type cast.Andreas Schneider1-12/+12
2009-05-29s3:pam_smbpass: make smb_update_db() static.Michael Adam1-1/+1
2009-05-26s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke1-20/+20
2009-05-25s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner1-4/+4
2008-03-06Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman1-3/+1
2008-01-16Fix build for pam_smbpassAlexander Bokovoy1-1/+1
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison1-0/+5
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-14/+11
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
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-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-10r14577: BUG Fixes:Gerald Carter1-1/+5
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-4/+2
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-11/+11
2007-10-10r13316: Let the carnage begin....Gerald Carter1-3/+3
2007-10-10r7126: fixing paranoid malloc checker failuresGerald Carter1-1/+1
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-1/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-7/+14
2003-04-08Patch from Steve Langasek <vorlon@netexpress.net>John Terpstra1-56/+68
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+3
2002-01-12updates from 2.2Simo Sorce1-21/+37
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-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/+314