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
/
auth-rhosts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
markus
2001-04-12
1
-6
/
+21
*
do gid/groups-swap in addition to uid-swap, should help if /home/group
markus
2001-04-06
1
-3
/
+3
*
sync with netbsd tree changes.
itojun
2001-02-08
1
-2
/
+3
*
make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
markus
2001-02-03
1
-2
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-3
/
+4
*
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
markus
2001-01-19
1
-5
/
+6
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-2
/
+2
*
move fake-auth from auth1.c to individual auth methods, disables s/key in debug-msg
markus
2000-10-03
1
-1
/
+4
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-8
/
+6
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
whitespace cleanup
markus
2000-04-14
1
-9
/
+9
*
check format string for packet_disconnect and packet_send_debug, too
markus
1999-12-27
1
-2
/
+2
*
KNF, final part 3
markus
1999-11-24
1
-23
/
+34
*
much more KNF
deraadt
1999-11-24
1
-16
/
+16
*
KNF part 1
markus
1999-11-23
1
-237
/
+209
*
more %d vs. %s in fmt-strings
markus
1999-11-18
1
-2
/
+2
*
split do_authentication() in subroutines
markus
1999-11-14
1
-17
/
+1
*
make all access to options via 'extern Options options'
markus
1999-11-11
1
-6
/
+7
*
use strcasecmp()
deraadt
1999-10-03
1
-23
/
+2
*
wringing out all the water
deraadt
1999-09-30
1
-13
/
+1
*
numerous sprintf, strncpy, strcpy cleanups
deraadt
1999-09-29
1
-5
/
+4
*
convert all uses of gmp to SSL bignum
provos
1999-09-28
1
-1
/
+1
*
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
deraadt
1999-09-26
1
-0
/
+332