diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2011-05-30 19:36:56 +0200 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2011-05-30 19:36:56 +0200 |
commit | a1950248ee3fb08374b5733afc3d9f123634319b (patch) | |
tree | 1603c153ab6dbc46c620fc58ea2cca06b2ec8efb /ChangeLog | |
parent | 9ac26f8f0a23a396e3cec5c1949fb2f90a097643 (diff) | |
download | pam-a1950248ee3fb08374b5733afc3d9f123634319b.tar.gz pam-a1950248ee3fb08374b5733afc3d9f123634319b.tar.bz2 pam-a1950248ee3fb08374b5733afc3d9f123634319b.zip |
2011-05-30 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_timestamp/pam_timestamp.c (main): Remove unsused
variable pretval.
* modules/pam_stress/pam_stress.c (converse): **message is const.
(stress_get_password): pmsg is const.
(pam_sm_chauthtok): Likewise.
* libpam/pam_item.c (pam_get_user): Make pmsg const and remove
casts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2011-05-30 Thorsten Kukuk <kukuk@thkukuk.de> + * modules/pam_timestamp/pam_timestamp.c (main): Remove unsused + variable pretval. + + * modules/pam_stress/pam_stress.c (converse): **message is const. + (stress_get_password): pmsg is const. + (pam_sm_chauthtok): Likewise. + * libpam/pam_item.c (pam_get_user): Make pmsg const and remove + casts. + +2011-05-30 Thorsten Kukuk <kukuk@thkukuk.de> + * modules/pam_env/pam_env.c (_pam_parse): Implement debug option. Based on patch by Tomas Mraz. |