diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -31,6 +31,28 @@ | |||
31 | [sftp.c] | 31 | [sftp.c] |
32 | restore mput and mget which got lost in the tab-completion changes. | 32 | restore mput and mget which got lost in the tab-completion changes. |
33 | found by Kenneth Whitaker, ok djm@ | 33 | found by Kenneth Whitaker, ok djm@ |
34 | - djm@cvs.openbsd.org 2010/05/07 11:30:30 | ||
35 | [auth-options.c auth-options.h auth.c auth.h auth2-pubkey.c] | ||
36 | [key.c servconf.c servconf.h sshd.8 sshd_config.5] | ||
37 | add some optional indirection to matching of principal names listed | ||
38 | in certificates. Currently, a certificate must include the a user's name | ||
39 | to be accepted for authentication. This change adds the ability to | ||
40 | specify a list of certificate principal names that are acceptable. | ||
41 | |||
42 | When authenticating using a CA trusted through ~/.ssh/authorized_keys, | ||
43 | this adds a new principals="name1[,name2,...]" key option. | ||
44 | |||
45 | For CAs listed through sshd_config's TrustedCAKeys option, a new config | ||
46 | option "AuthorizedPrincipalsFile" specifies a per-user file containing | ||
47 | the list of acceptable names. | ||
48 | |||
49 | If either option is absent, the current behaviour of requiring the | ||
50 | username to appear in principals continues to apply. | ||
51 | |||
52 | These options are useful for role accounts, disjoint account namespaces | ||
53 | and "user@realm"-style naming policies in certificates. | ||
54 | |||
55 | feedback and ok markus@ | ||
34 | 56 | ||
35 | 20100423 | 57 | 20100423 |
36 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir | 58 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir |