summaryrefslogtreecommitdiff
path: root/lib/libpam
AgeCommit message (Expand)Author
2010-01-17Close file handle after using it. Found by cppcheck.wiz
2009-12-14Merge from matt-nb5-mips64matt
2009-12-13if BSD_MK_COMPAT_FILE is defined, .include it.mrg
2009-12-13rename LD32DIR to MLIBDIR.mrg
2009-11-18if changing the password, don't clear PAM_AUTHTOK at the beginning -- thisdrochner
2009-07-20use new openssh treechristos
2009-07-20bump libcrypto and friends; OpenSSL abi change: do_cipher last argumentchristos
2009-07-20use the proper libcryptochristos
2009-06-14Restore the good old UNIX behavior of root password changing: only roottonnerre
2009-06-09build libnetpgp and libssh earlier.mrg
2009-03-08consistency in password prompt setting code (and with ssh)christos
2009-02-11custom password prompt that displays the user.christos
2009-01-26sign-compare fixeslukem
2009-01-11bump shared libraries.christos
2008-12-02Add missing copyright and license.reed
2008-10-27use LIBDPLIBS+= not =.mrg
2008-10-27don't set LIBDPLIBS in libpam/modules/Makefile - it is not necessarymrg
2008-10-26XXX: fix compat/libpam static build -- find the right libc via _CURDIRmrg
2008-05-11Recursively bump the major version number of the shared librarieshe
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-20pam_group needs libutil & libcryptlukem
2008-01-27Remove static module defines; they are done in openpam.h now.christos
2008-01-27Install a new include file.christos
2008-01-27Fix compilationchristos
2007-12-01eg -> e.g.wiz
2007-09-15__FUNCTION__ -> __func__.ragge
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-03-10bump datechristos
2007-03-10tyopchristos
2007-03-10off by one, reported by jukka salmi.christos
2007-03-10PR/35968: Jukka Salmi: add option to pam_krb5(8) to request renewable ticketschristos
2007-03-09Remove unneeded #include of <libgen.h>hubertf
2006-11-03init the syslog data.christos
2006-11-03use the re-entrant syslog functions so that we don't depend on the syslogchristos
2006-11-03don't include syslog.h if you are not going to use it.christos
2006-09-29new ssh import requires another includedogcow
2006-05-30PR/30730 force changing password via chsh failsjnemeth
2006-05-25Coverity CID 3783: Fix uninit variable.christos
2006-05-23Coverity CID 3677: Plug memory leakchristos
2006-03-20Remove old kerberos library (Jukka Salmi)christos
2006-03-20Goodbye KerberosIVchristos
2006-03-19Coverity CID 1909: Prevent memory leak.christos
2006-03-19Coverity CID 2480: Move variable initialization higher up to preventchristos
2006-03-19Coverity CID 2481: Move initialization of variable higher up to preventchristos
2006-03-19Coverity CID 2595: Don't call cc_destroy after cc_close because cc_closechristos
2006-03-19Fix coverity run 5, issue 2018 -- memory leak.jnemeth
2006-03-18Fix Coverity run 5, issue 2022 -- memory leak.jnemeth
2006-03-18Fix Coverity run 5, issue 2498 -- uninitialized variablejnemeth
2006-03-06PR/30923: Zafer Aydogan: pam too verbosejnemeth