index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
auth2-pubkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow key options (command="..." and friends) in AuthorizedPrincipals;
djm
2010-06-29
1
-7
/
+27
*
fix logspam when key options (from="..." especially) deny non-matching keys;
djm
2010-05-20
1
-6
/
+12
*
add some optional indirection to matching of principal names listed
djm
2010-05-07
1
-8
/
+94
*
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
djm
2010-04-16
1
-5
/
+4
*
correct certificate logging and make it more consistent between
djm
2010-03-10
1
-14
/
+17
*
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
djm
2010-03-04
1
-1
/
+52
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-4
/
+33
*
avoid nasty double free; ok dtucker@ djm@
otto
2008-07-03
1
-2
/
+1
*
Merge duplicate host key file checks, based in part on a patch from Rob
dtucker
2008-07-02
1
-33
/
+5
*
Include unistd.h for close(), prevents warnings in -portable
dtucker
2008-06-13
1
-1
/
+2
*
refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not
djm
2008-06-13
1
-9
/
+23
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-5
/
+8
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-1
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
move #include <sys/stat.h> out of includes.h; ok markus@
stevesk
2006-02-20
1
-1
/
+4
*
Fix debug call in error path of authorized_keys processing and fix related
dtucker
2004-12-11
1
-1
/
+2
*
Discard over-length authorized_keys entries rather than complaining when
dtucker
2004-12-06
1
-4
/
+5
*
make ssh -Wshadow clean, no functional changes
avsm
2004-06-21
1
-4
/
+4
*
fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
markus
2004-01-19
1
-3
/
+3
*
standardise arguments to auth methods - they should all take authctxt.
djm
2003-11-04
1
-4
/
+1
*
int -> u_int; ok djm@, deraadt@, mouring@
markus
2003-06-24
1
-2
/
+2
*
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
2003-04-08
1
-3
/
+3
*
move Authmethod definitons to per-method file.
markus
2002-05-31
1
-2
/
+8
*
split auth2.c into one file per method; ok provos@/deraadt@
markus
2002-05-25
1
-0
/
+273