index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
auth2-chall.c
Age
Commit message (
Expand
)
Author
2002-01-13
use buffer API and avoid static strings of fixed size; ok provos@/mouring@
Markus Friedl
2002-01-11
use snprintf; mouring@
Markus Friedl
2002-01-11
use strlcpy not strlcat; mouring@
Markus Friedl
2001-12-28
remove plen from the dispatch fn. it's no longer used.
Markus Friedl
2001-12-28
s/packet_done/packet_check_eom/ (end-of-message); ok djm@
Markus Friedl
2001-12-20
Conformance fix: we should send failing packet sequence number when
Damien Miller
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-12-09
add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
Markus Friedl
2001-09-27
typos; from solar
Markus Friedl
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-06-03
the challenge response device decides how to handle non-existing users.
Markus Friedl
2001-05-18
improved kbd-interactive support. work by per@appgate.com and me
Markus Friedl
2001-03-28
check auth_root_allowed for kbd-int auth, too.
Markus Friedl
2001-03-02
make copyright lines the same format
Theo de Raadt
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-18
rename *-skey.c *-chall.c since the files are not skey specific
Markus Friedl