summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass
AgeCommit message (Expand)AuthorFilesLines
2012-10-04waf: Build pam_smbpass module only if enabled.Andreas Schneider1-1/+2
2011-11-16s3-waf: create a smbldap.so library.Günther Deschner1-1/+1
2011-09-06waf: install pam modules in PAMMODULESDIR.Günther Deschner1-0/+1
2011-07-28s3:pam_smbpass: use lp_load_client() in pam_smbpassMichael Adam4-4/+1
2011-07-28s3-waf: the passdb subsystem needs to be called pdbAndrew Tridgell1-1/+1
2011-07-04s3-build allow_undefined_symbols=False is the default nowAndrew Bartlett1-1/+0
2011-06-21s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett1-1/+1
2011-05-31s3-build Don't allow undefined symbols in pam_smbpass.soAndrew Bartlett1-0/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-4/+4
2011-04-06lib: make asn1_util a private libraryAndrew Tridgell1-1/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-01lib/util: new merged debug systemAndrew Bartlett1-1/+1
2011-02-23s3-waf: rename LIBSAMBA subsystem to LIBNTLMSSP (which it is in fact).Günther Deschner1-1/+1
2011-02-23s3-waf: move GROUPDB into libpassdb.so.Günther Deschner1-1/+1
2011-02-22s3-waf: convert some subsystems into private librariesAndrew Tridgell1-1/+1
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett3-3/+3
2011-02-18s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell1-1/+1
2011-02-08pam: share pam errors in a common location.Günther Deschner2-1/+2
2010-12-14s3-waf: check for "WITH_PAM_MODULES" to determine pam_smbpass build.Günther Deschner1-1/+1
2010-12-14s3-waf: fix pamsmbpass libwbclient dependency.Günther Deschner1-1/+1
2010-09-28s3-waf: add pam_smbpass.Günther Deschner1-0/+13
2010-09-22s3: Use asprintf where appropriateVolker Lendecke3-16/+7
2010-09-22s3: Fix pam_smbpass logging on FreeBSDVolker Lendecke1-8/+6
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-0/+2
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-02-23s3-pam_smbpass: Remove obsolete signal type cast.Andreas Schneider3-21/+21
2009-07-03s3:pam_smbpass: fix build error on some Linux distrosBjörn Jacke1-1/+1
2009-05-29s3:pam_smbpass: make smb_update_db() static.Michael Adam1-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 Jacke5-80/+104
2009-05-25s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner4-15/+42
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
2008-03-06Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman3-7/+3
2008-01-16Fix build for pam_smbpassAlexander Bokovoy2-2/+2
2007-12-13Fix pam_smbpass buildAlexander Bokovoy1-6/+2
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison3-1/+17
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2-89/+70
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison4-8/+8
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell3-6/+3
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 Allison4-4/+4
2007-10-10r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ...Günther Deschner4-4/+4
2007-10-10r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach4-0/+32
2007-10-10r16241: Fix Klocwork #106 and others like it.Jeremy Allison2-145/+155
2007-10-10r15477: Committing parts of the patch Timur has submitted for bug 2961, as ag...Volker Lendecke2-8/+4
2007-10-10r14577: BUG Fixes:Gerald Carter3-1/+7
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter3-8/+9