summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass/support.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28s3:pam_smbpass: use lp_load_client() in pam_smbpassMichael Adam1-1/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-4/+4
2010-09-22s3: Use asprintf where appropriateVolker Lendecke1-4/+1
2010-09-22s3: Fix pam_smbpass logging on FreeBSDVolker Lendecke1-8/+6
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2009-07-03s3:pam_smbpass: fix build error on some Linux distrosBjörn Jacke1-1/+1
2009-05-29s3: fix building of pam_smbpass.Bo Yang1-0/+14
2009-05-26s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke1-38/+64
2009-05-25s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner1-9/+29
2009-04-27s3:fix build of the pam_smbpass shared moduleMichael Adam1-0/+2
2008-07-02Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.Jeremy Allison1-8/+11
2008-03-10Reformat: Remove indentation of part of pam_smbpass/support.c by one tab.Michael Adam1-102/+102
2007-12-13Fix pam_smbpass buildAlexander Bokovoy1-6/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
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-10r15477: Committing parts of the patch Timur has submitted for bug 2961, as ag...Volker Lendecke1-4/+4
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-2/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+1
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r7886: Fix building with pam_smbpass.Jeremy Allison1-14/+14
2007-10-10r7126: fixing paranoid malloc checker failuresGerald Carter1-4/+3
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-22/+20
2003-01-03Merge from HEAD - remove silly 'NT or LM# as password' stuff from pam_smbpass.Andrew Bartlett1-19/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-107/+115
2002-01-12updates from 2.2Simo Sorce1-35/+59
2001-12-11pam_smbpass updates from a.bokovoy@sam-solutions.netAndrew Tridgell1-28/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-10-22Renamed inbuilt xstrdup to smb_xstrdup.Jeremy Allison1-5/+5
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra1-0/+651