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-gss.c
Age
Commit message (
Expand
)
Author
2018-07-31
delay bailout for invalid authenticating user until after the packet
Damien Miller
2018-07-10
kerberos/gssapi fixes for buffer removal
Damien Miller
2018-07-09
sshd: switch GSSAPI to sshbuf API; ok djm@
Markus Friedl
2017-06-24
refactor authentication logging
Damien Miller
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
2015-01-19
move dispatch to struct ssh; ok djm@
Markus Friedl
2014-02-26
bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-05
hush some {unused, printf type} warnings
Damien Miller
2012-12-02
Fixes logging of partial authentication when privsep is enabled
Damien Miller
2011-03-10
allow GSSAPI authentication to detect when a server-side failure causes
Damien Miller
2007-10-29
Allow build without -DGSSAPI; ok deraadt@
Darren Tucker
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-03-20
GSSAPI related leaks detected by Coverity via elad AT netbsd.org;
Damien Miller
2005-10-13
KNF; ok djm@
Kevin Steves
2005-10-13
remove unneeded #includes; ok markus@
Kevin Steves
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
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-11-17
replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.
Markus Friedl
2003-11-02
remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
Markus Friedl
2003-10-21
make sure the doid is larger than 2
Markus Friedl
2003-09-01
fix leak
Markus Friedl
2003-08-24
64 bit cleanups; markus ok
Theo de Raadt
2003-08-22
support GSS API user authentication; patches from Simon Wilkinson,
Markus Friedl