diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ | |||
1 | 20110529 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2011/05/23 03:30:07 | ||
4 | [auth-rsa.c auth.c auth.h auth2-pubkey.c monitor.c monitor_wrap.c] | ||
5 | [pathnames.h servconf.c servconf.h sshd.8 sshd_config sshd_config.5] | ||
6 | allow AuthorizedKeysFile to specify multiple files, separated by spaces. | ||
7 | Bring back authorized_keys2 as a default search path (to avoid breaking | ||
8 | existing users of this file), but override this in sshd_config so it will | ||
9 | be no longer used on fresh installs. Maybe in 2015 we can remove it | ||
10 | entierly :) | ||
11 | |||
12 | feedback and ok markus@ dtucker@ | ||
13 | |||
1 | 20110520 | 14 | 20110520 |
2 | - (djm) [session.c] call setexeccon() before executing passwd for pw | 15 | - (djm) [session.c] call setexeccon() before executing passwd for pw |
3 | changes; bz#1891 reported by jchadima AT redhat.com; ok dtucker@ | 16 | changes; bz#1891 reported by jchadima AT redhat.com; ok dtucker@ |