summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2-chall.c
AgeCommit message (Expand)Author
2002-01-13use buffer API and avoid static strings of fixed size; ok provos@/mouring@Markus Friedl
2002-01-11use snprintf; mouring@Markus Friedl
2002-01-11use strlcpy not strlcat; mouring@Markus Friedl
2001-12-28remove plen from the dispatch fn. it's no longer used.Markus Friedl
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-09add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,Markus Friedl
2001-09-27typos; from solarMarkus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-03the challenge response device decides how to handle non-existing users.Markus Friedl
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-03-28check auth_root_allowed for kbd-int auth, too.Markus Friedl
2001-03-02make copyright lines the same formatTheo de Raadt
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-18rename *-skey.c *-chall.c since the files are not skey specificMarkus Friedl