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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
pam_unix2 NEWS -- history of user-visible changes.
Copyright (C) 2005-2007 SUSE LINUX Products GmbH
Copyright (C) 2001-2004 SuSE Linux AG Nuernberg, Germany
Please send bug reports, questions and suggestions to <kukuk@suse.de>.
Version 2.4.1
* Update translations
Version 2.4
* Use local files if no /etc/nsswitch.conf is found.
Version 2.3
* Add translation for hr
* Always ask for password, even for unknown accounts
Version 2.2
* Add translation for bg
* Update translations for es, it, ja
* Fix disabling of native language support
Version 2.1.1
* Update translation for pt_BR
* Add translation for uk
* Minor bug fixes
Version 2.1
* Update translations for da, de, es, et, fi, fr, id, it, ja,
jm, lt, nb, pl, ru, sv, zh_CN and zh_TW.
* Fix handling of empty passwords.
Version 2.0.1
* Fix seg.fault for empty new passwords.
Version 2.0
* Remove pam_unix2.conf support.
* Update translations.
* Remove NIS+ support.
* Fix stacking for password changes.
* Query for login and password in auth section at once if possible.
Version 1.34
* New translation for hu, fi and pl.
Version 1.33
* New translation for hu and km.
Version 1.32
* Update translations for fi and pl
* New translation for Khmer
Version 1.31
* Fix crash in NIS+ part of pam_unix2
* Update translations for de, cs, pt, nb
Version 1.30
* Fix changing passwords with unknown PAM modules
Version 1.29
* Don't abort with error if no config file exist
Version 1.28
* Use Linux-PAM extensions if available
* Update translations for de, es, fr, fi, it, ja, pt_BR, zh_CN, zh_TW
Version 1.27
* Warn if application does not have permissions to read password files
* Add translations
Version 1.26
* Fix memory leak
Version 1.25
* Handle expired accounts reported by invoked PAM modules correct.
Version 1.24
* Fix problem that not always a password was requested for
non-existing user
Version 1.23
* Fix usage of uninitilized log level in session management
* Check always for valid arguments in session management
* Ignore call_modules for root authentication
* Prepare for translations
Version 1.22
* Remove dead code, simply query for new password
Version 1.21
* Read /etc/default/passwd for default crypt hash method
Version 1.20
* Adjust for libselinux v1.5
* Fix some memory leaks
Version 1.19
* Add SELinux support for changing passwords
* Preserve Extended Attributes of passwd/shadow file
* Fix use_first_pass handling
* Add more checks if username is not set
Version 1.18
* Add support for pam_krb5
Version 1.17
* Add call_modules=x,y,z option for better LDAP, Kerberos, ... support
Version 1.16
* Allow password changing requests for root
Version 1.15
* Abort if user press Ctrl-D when entering a username
* Fix compiling with gcc 2.95.x
Version 1.14
* Share more code with pam_pwcheck
* Export only official PAM interface functions
Version 1.13
* Add new option nisdir: Allows passwd to change source passwd/shadow
file for NIS user.
* Remove some password sanity checks, should be done only in pam_pwcheck.
Version 1.12
* Make debug mode more verbose
* Add fix to handle PAM_PERM_DENIED of pam_ldap correct
Version 1.11
* Fix blowfish support
Version 1.10
* Fix possible passwd/shadow file corruption
Version 1.9
* Compute path to pam_ldap at compile time (support for lib64)
* Remove blowfish source, use libxcrypt instead
* Fix usage of bigcrypt (bigcrypt should work again)
Version 1.8
* Allow usernames starting with "_"
Version 1.7
* Minor bug fixes
Version 1.6
* Read global options from /etc/security/pam_unix2.conf
* Fix seg.fault in cleanup function
* Use global function to read and parse options
* Use prefix for syslog messages, don't replace name of
calling programm
Version 1.5
* Load pam_ldap module on request (use_ldap option)
* Dynamic load necessary NSS libraries
Version 1.4
* Major bug fix: initialize data for crypt_rn
Version 1.3
* Create shared library with soname
Version 1.2
* add support for blowfish crypt
* use reentrant functions
Version 1.1
* use autoconf and automake
Version 1.0
* first initial version
|