summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2-chall.c
AgeCommit message (Expand)Author
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2019-09-06lots of things were relying on libcrypto headers to transitivelyDamien Miller
2018-07-11treat ssh_packet_write_wait() errors as fatal; ok djm@Markus Friedl
2018-07-09sshd: switch authentication to sshbuf API; ok djm@Markus Friedl
2017-05-30switch auth2 to ssh_dispatch API; ok djm@Markus Friedl
2017-05-30protocol handlers all get struct ssh passed; ok djm@Markus Friedl
2017-05-30sshd: pass struct ssh to auth functions; ok djm@Markus Friedl
2017-05-30remove ssh1 references; ok djm@Markus Friedl
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2015-07-18only query each keyboard-interactive device once per authenticationDamien Miller
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2014-01-31replace most bzero with explicit_bzero, except a few that cna be memsetTed Unangst
2013-11-08use calloc for all structure allocations; from markus@Damien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-03-07add submethod support to AuthenticationMethods; ok and freedback djm@Markus Friedl
2012-12-03Fix compilation with -Wall -Werror (trivial type fixes)Damien Miller
2012-12-02Fixes logging of partial authentication when privsep is enabledDamien Miller
2008-12-09replace by-hand string building with xasprinf(); ok deraadt@Damien Miller
2007-09-21unifdef -DBSD_AUTHDamien Miller
2007-01-03spacesKevin Steves
2006-08-05Zap unused variables in -DSKEY code. ok djm@Darren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-01-19Have keyboard-interactive code call the drivers even for responses forDarren Tucker
2004-06-01Remove redundant #include; ok markus@Darren Tucker
2002-06-30minor KNFTheo de Raadt
2002-06-26make sure # of response matches # of queries, fixes int overflow; from ISSMarkus Friedl
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
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