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-chall.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace by-hand string building with xasprinf(); ok deraadt@
djm
2008-12-09
1
-7
/
+3
*
unifdef -DBSD_AUTH
djm
2007-09-21
1
-25
/
+1
*
spaces
stevesk
2007-01-03
1
-2
/
+2
*
Zap unused variables in -DSKEY code. ok djm@
dtucker
2006-08-05
1
-2
/
+3
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+6
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
introduce xcalloc() and xasprintf() failure-checked allocations functions
djm
2006-03-25
1
-1
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
knf says that a 2nd level indent is four (not three or five) spaces
djm
2005-07-17
1
-2
/
+2
*
make this -Wsign-compare clean; ok avsm@ markus@
djm
2005-06-17
1
-5
/
+4
*
Have keyboard-interactive code call the drivers even for responses for
dtucker
2005-01-19
1
-8
/
+3
*
Remove redundant #include; ok markus@
dtucker
2004-06-01
1
-2
/
+1
*
minor KNF
deraadt
2002-06-30
1
-2
/
+2
*
make sure # of response matches # of queries, fixes int overflow; from ISS
markus
2002-06-26
1
-6
/
+12
*
KNF done automatically while reading....
deraadt
2002-06-19
1
-2
/
+2
*
integrate privilege separated openssh; its turned off by default for now.
provos
2002-03-18
1
-1
/
+20
*
use buffer API and avoid static strings of fixed size; ok provos@/mouring@
markus
2002-01-13
1
-8
/
+12
*
use snprintf; mouring@
markus
2002-01-11
1
-4
/
+3
*
use strlcpy not strlcat; mouring@
markus
2002-01-11
1
-3
/
+2
*
remove plen from the dispatch fn. it's no longer used.
markus
2001-12-28
1
-3
/
+3
*
s/packet_done/packet_check_eom/ (end-of-message); ok djm@
markus
2001-12-28
1
-2
/
+2
*
Conformance fix: we should send failing packet sequence number when
djm
2001-12-20
1
-3
/
+3
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-2
/
+2
*
add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
markus
2001-12-09
1
-16
/
+19
*
typos; from solar
markus
2001-09-27
1
-2
/
+2
*
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
itojun
2001-06-23
1
-8
/
+8
*
the challenge response device decides how to handle non-existing users.
markus
2001-06-03
1
-2
/
+2
*
improved kbd-interactive support. work by per@appgate.com and me
markus
2001-05-18
1
-42
/
+237
*
check auth_root_allowed for kbd-int auth, too.
markus
2001-03-28
1
-6
/
+5
*
make copyright lines the same format
deraadt
2001-03-02
1
-2
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-2
/
+2
*
rename *-skey.c *-chall.c since the files are not skey specific
markus
2001-01-18
1
-0
/
+113