summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass
Commit message (Expand)AuthorAgeFilesLines
* waf: Build pam_smbpass module only if enabled.Andreas Schneider2012-10-041-1/+2
* s3-waf: create a smbldap.so library.Günther Deschner2011-11-161-1/+1
* waf: install pam modules in PAMMODULESDIR.Günther Deschner2011-09-061-0/+1
* s3:pam_smbpass: use lp_load_client() in pam_smbpassMichael Adam2011-07-284-4/+1
* s3-waf: the passdb subsystem needs to be called pdbAndrew Tridgell2011-07-281-1/+1
* s3-build allow_undefined_symbols=False is the default nowAndrew Bartlett2011-07-041-1/+0
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-211-1/+1
* s3-build Don't allow undefined symbols in pam_smbpass.soAndrew Bartlett2011-05-311-0/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-4/+4
* lib: make asn1_util a private libraryAndrew Tridgell2011-04-061-1/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* lib/util: new merged debug systemAndrew Bartlett2011-03-011-1/+1
* s3-waf: rename LIBSAMBA subsystem to LIBNTLMSSP (which it is in fact).Günther Deschner2011-02-231-1/+1
* s3-waf: move GROUPDB into libpassdb.so.Günther Deschner2011-02-231-1/+1
* s3-waf: convert some subsystems into private librariesAndrew Tridgell2011-02-221-1/+1
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-183-3/+3
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-1/+1
* pam: share pam errors in a common location.Günther Deschner2011-02-082-1/+2
* s3-waf: check for "WITH_PAM_MODULES" to determine pam_smbpass build.Günther Deschner2010-12-141-1/+1
* s3-waf: fix pamsmbpass libwbclient dependency.Günther Deschner2010-12-141-1/+1
* s3-waf: add pam_smbpass.Günther Deschner2010-09-281-0/+13
* s3: Use asprintf where appropriateVolker Lendecke2010-09-223-16/+7
* s3: Fix pam_smbpass logging on FreeBSDVolker Lendecke2010-09-221-8/+6
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-061-0/+2
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3-pam_smbpass: Remove obsolete signal type cast.Andreas Schneider2010-02-233-21/+21
* s3:pam_smbpass: fix build error on some Linux distrosBjörn Jacke2009-07-031-1/+1
* s3:pam_smbpass: make smb_update_db() static.Michael Adam2009-05-291-1/+1
* s3: fix building of pam_smbpass.Bo Yang2009-05-291-0/+14
* s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke2009-05-265-80/+104
* s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-05-254-15/+42
* s3:fix build of the pam_smbpass shared moduleMichael Adam2009-04-271-0/+2
* Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.Jeremy Allison2008-07-021-8/+11
* Reformat: Remove indentation of part of pam_smbpass/support.c by one tab.Michael Adam2008-03-101-102/+102
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-063-7/+3
* Fix build for pam_smbpassAlexander Bokovoy2008-01-162-2/+2
* Fix pam_smbpass buildAlexander Bokovoy2007-12-131-6/+2
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-123-1/+17
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-212-89/+70
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-184-8/+8
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-103-6/+3
* 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-104-4/+4
* r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ...Günther Deschner2007-10-104-4/+4
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-104-0/+32
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-102-145/+155
* r15477: Committing parts of the patch Timur has submitted for bug 2961, as ag...Volker Lendecke2007-10-102-8/+4
* r14577: BUG Fixes:Gerald Carter2007-10-103-1/+7
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-103-8/+9