summaryrefslogtreecommitdiffstats
path: root/source3/pam_smbpass/pam_smb_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* pam_smbpass: Wrap calls in talloc_stackframe() to avoid warnings about leakin...Andrew Bartlett2014-04-021-1/+15
* s3:pam_smbpass: use lp_load_client() in pam_smbpassMichael Adam2011-07-281-1/+0
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-181-1/+1
* s3: Use asprintf where appropriateVolker Lendecke2010-09-221-11/+6
* s3-pam_smbpass: Remove obsolete signal type cast.Andreas Schneider2010-02-231-12/+12
* s3:pam_smbpass: make smb_update_db() static.Michael Adam2009-05-291-1/+1
* s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke2009-05-261-20/+20
* s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-05-251-4/+4
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-061-3/+1
* Fix build for pam_smbpassAlexander Bokovoy2008-01-161-1/+1
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-121-0/+5
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-211-14/+11
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* 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
* r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ...Günther Deschner2007-10-101-1/+1
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-0/+8
* r14577: BUG Fixes:Gerald Carter2007-10-101-1/+5
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-4/+2
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-11/+11
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+3
* r7126: fixing paranoid malloc checker failuresGerald Carter2007-10-101-1/+1
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-1/+1
* And finally IDMAP in 3_0Simo Sorce2003-05-121-7/+14
* Patch from Steve Langasek <vorlon@netexpress.net>John Terpstra2003-04-081-56/+68
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-3/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+3
* updates from 2.2Simo Sorce2002-01-121-21/+37
* pam_smbpass updates from a.bokovoy@sam-solutions.netAndrew Tridgell2001-12-111-1/+1
* Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-301-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+0
* Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra2001-04-241-0/+314