1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
* Note: Implied Consent -
If you send in a code patch or fix of one type or another you consent
to have your name and email address listed here unless you explicitly
note otherwise. Whether your name & email is actually listed depends
on how extensive the change. (If it's a minor code, document change,
or spelling correction your name will probably not be listed.)
**************************** Release 1.1 ******************************
pam-script 1.1.8 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* Fixed https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817198
pam-script 1.1.7 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* Fixed strcmp issue (thanks to Andy Igoshin)
* Moved from SF to Github
pam-script 1.1.6 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* Added pam-auth-update support (thanks to Gaudenz Steinlin)
* Changed /debian to maintainer version
pam-script 1.1.5 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* AC_CHECK_HEADERS improvements for libpam header files
* Changed LOG_AUTHPRIV to LOG_AUTH for better syslog portability
* fixed an expression in function pam_sm_chauthtok() used ==
for flags instead of a binary logic bit operator, report and
fix by Mikolaj Kucharski.
pam-script 1.1.4 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* Moved the manpage to the correct path
* fixed bug 2871389 - pam_sm_chauthtok() should first set
PAM_OLDAUTHTOK and not PAM_AUTHTOK. PAM_AUTHTOK should
contain the new password.
* pam_sm_chauthtok() - Don't ask current password for user root.
pam-script 1.1.3 R.K. Owen <rkowen@nersc.gov>
* fixed bugs 2787860 - extra echo in driver script &
* 2784468 - leaked PAM_* env.vars. (thanks to yvan-seth)
pam-script 1.1.2
Apr 14, 2009 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* Official release of pam-script 1.1.2
pam-script 1.1.2
Oct 21, 2008 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* Added converse functionality.
pam-script 1.1.2
May 22, 2008 R.K. Owen <rkowen@nersc.gov>
* Added the pam_script driver script and the ./pam-script.d/
directory for an easy way for other packages to include
PAM capability via pam-script (suggested by Petter Reinholdtsen).
* Further improvements in the Debian/Ubuntu packaging.
pam-script 1.1.1
Feb 5, 2008 R.K. Owen <rkowen@nersc.gov>
* conditional sections need to be after including config.h .
* improved the Debian/Ubuntu package build instructions.
pam-script 1.1.0
Dec 12, 2007 R.K. Owen <rkowen@nersc.gov>
* sources put under the GNU autotools: automake,libtool,autoconf.
* test whether the pam-script exists and is executable.
* added the pam.conf configure option - onerr=(success|fail)
to set the default behavior when the script test fails.
* added the pam.conf configure option - dir=/some/path/ to specify
an alternative directory of where to look for the scripts.
* set several PAM_* environment variables and pass them to
the scripts.
* pass the pam_script.so arguments to the script's command line.
* added a man page for pam-script.
* included examples: logscript and tally, where the latter mimics
much of the pam-tally module capability.
* package compatible to Debian and RedHat derivatives.
pam-script 1.0.0
Mar 01, 2005 Jeroen Nijhof <jeroen@jeroennijhof.nl>
* Written by Jeroen Nijhof
|