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