summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_wrap.h
AgeCommit message (Expand)Author
2019-01-19remove last references to active_stateDamien Miller
2019-01-19convert monitor.c to new packet APIDamien Miller
2019-01-19convert auth.c to new packet APIDamien Miller
2018-07-11remove legacy key emulation layer; ok djm@Markus Friedl
2018-03-03switch over to the new authorized_keys options API and remove theDamien Miller
2017-12-18pass negotiated signing algorithm though to sshkey_verify() andDamien Miller
2017-05-31clear session keys from memory; ok djm@Markus Friedl
2017-05-30switch auth2-pubkey.c to modern APIs; with & ok djm@Markus Friedl
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2016-09-28Remove support for pre-authentication compression. Doing compressionDamien Miller
2016-08-13remove ssh1 server code; ok djm@Markus Friedl
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2015-12-04implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)Markus Friedl
2015-11-11remove prototypes for long-gone s/key support; ok dtucker@Damien Miller
2015-05-01prevent authorized_keys options picked up on public key tests withoutDamien Miller
2015-02-16Revise hostkeys@openssh.com hostkey learning extension.Damien Miller
2015-01-19update packet.c & isolate, introduce struct sshMarkus Friedl
2014-01-29remove experimental, never-enabled JPAKE code; ok markus@Damien Miller
2011-06-17make the pre-auth privsep slave log via a socketpair shared with theDamien Miller
2009-03-05refactor the (disabled) Schnorr proof code to make it a little moreDamien Miller
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-14don't need incompletely-typed 'struct passwd' now withKevin Steves
2006-07-06typo in commentKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2003-11-17replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.Markus Friedl
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2002-09-26krb4 + privsep; ok dugsong@, deraadt@Markus Friedl
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
2002-06-30minor KNFTheo de Raadt
2002-05-12Fix sshd Banner option for privsep; ok markus@ provos@Damien Miller
2002-03-26$OpenBSD$Kevin Steves
2002-03-19make getpwnamallow() allways call pwcopy()Markus Friedl
2002-03-19clean up prototypesMarkus Friedl
2002-03-18implementation of the interface between privileged and unprivileged processNiels Provos