diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-10-27 09:41:24 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-10-27 09:41:24 +0000 |
commit | 0c44a58532cbdc0ee7df92fcbc33d82519df9761 (patch) | |
tree | 64de578a8fe481241139e9667c126518894d00d6 /ChangeLog | |
parent | dba185605b1f9ce2d8d7e90b956abe9fa0487f24 (diff) | |
download | pam-0c44a58532cbdc0ee7df92fcbc33d82519df9761.tar.gz pam-0c44a58532cbdc0ee7df92fcbc33d82519df9761.tar.bz2 pam-0c44a58532cbdc0ee7df92fcbc33d82519df9761.zip |
Relevant BUGIDs: 1197444
Purpose of commit: cleanup
Commit summary:
---------------
doc/man/pam.8: Fix wording for authentication chapter
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -1,3 +1,7 @@ +2005-10-27 Thorsten Kukuk <kukuk@suse.de> + + * doc/man/pam.8: Fix wording for authentication chapter [#1197444] + 2005-10-26 Tomas Mraz <t8m@centrum.cz> * modules/pam_unix/pam_unix_acct.c (_unix_run_verify_binary), @@ -6,15 +10,15 @@ uid to 0 before executing the helper if SELinux is enabled. * modules/pam_unix/unix_chkpwd.c (main): Disable user check only if real uid is 0 (CVE-2005-2977). Log failed password check attempt. - - + + 2005-10-20 Tomas Mraz <t8m@centrum.cz> * configure.in: Added check for xauth binary and --with-xauth option. * config.h.in: Added configurable PAM_PATH_XAUTH. * modules/pam_xauth/README, modules/pam_xauth/pam_xauth.8: Document where xauth is looked for. - * modules/pam_xauth/pam_xauth.c (pam_sm_open_session): Implement + * modules/pam_xauth/pam_xauth.c (pam_sm_open_session): Implement searching xauth binary on multiple places. (run_coprocess): Don't use execvp as it can be a security risk. @@ -103,16 +107,16 @@ 2005-09-26 Tomas Mraz <t8m@centrum.cz> * NEWS: Add a few missing entries from CHANGELOG. - + * AUTHORS: Fixed entries for Toady and me. - + * Makefile.am (M4_FILES): Fixed out of tree build. * doc/specs/Makefile.am (EXTRA_DIST): Removed lex.yy.c (spec, lex.yy.c): Fixed out of tree build. - + * modules/pam_userdb/README: Document try_first_pass and use_first_pass options, remove use_authtok option. - + 2005-09-26 Dmitry V. Levin <ldv@altlinux.org> @@ -182,7 +186,7 @@ * po/zh_TW.po: Likewise. 2005-09-23 Tomas Mraz <t8m@centrum.cz> - + * modules/pam_access/pam_access.c (from_match): Support NULL from. (string_match): Support NULL string, add NONE keyword matching it. (pam_sm_acct_mgmt): Don't fail when ttyname returns NULL. |