summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/monitor_wrap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove last references to active_statedjm2019-01-191-6/+5
* convert monitor.c to new packet APIdjm2019-01-191-3/+1
* convert auth.c to new packet APIdjm2019-01-191-2/+3
* remove legacy key emulation layer; ok djm@markus2018-07-111-3/+3
* switch over to the new authorized_keys options API and remove thedjm2018-03-031-4/+7
* pass negotiated signing algorithm though to sshkey_verify() anddjm2017-12-181-2/+2
* clear session keys from memory; ok djm@markus2017-05-311-2/+2
* switch auth2-pubkey.c to modern APIs; with & ok djm@markus2017-05-301-2/+3
* switch from Key typedef with struct sshkey; ok djm@markus2017-05-301-6/+8
* Remove support for pre-authentication compression. Doing compressiondjm2016-09-281-4/+1
* remove ssh1 server code; ok djm@markus2016-08-131-11/+2
* refactor canohost.c: move functions that cache results closer to thedjm2016-03-071-4/+6
* implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)markus2015-12-041-2/+2
* remove prototypes for long-gone s/key support; ok dtucker@djm2015-11-111-5/+1
* prevent authorized_keys options picked up on public key tests withoutdjm2015-05-011-3/+3
* Revise hostkeys@openssh.com hostkey learning extension.djm2015-02-161-2/+2
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-5/+2
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-21/+1
* make the pre-auth privsep slave log via a socketpair shared with thedjm2011-06-171-1/+2
* refactor the (disabled) Schnorr proof code to make it a little moredjm2009-03-051-5/+5
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-1/+21
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-9/+1
* don't need incompletely-typed 'struct passwd' now withstevesk2006-07-141-2/+1
* typo in commentstevesk2006-07-061-2/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+6
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* sprinkle u_int throughout pty subsystem, ok markusderaadt2006-03-201-2/+2
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-4/+4
* replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.markus2003-11-171-1/+2
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-2/+4
* remove kerberos support from ssh1, since it has been replaced with GSSAPI;markus2003-08-281-8/+1
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-1/+9
* remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);markus2003-07-221-4/+1
* krb4 + privsep; ok dugsong@, deraadt@markus2002-09-261-2/+5
* kerberos support for privsep. confirmed to work by lha@stacken.kth.seitojun2002-09-091-1/+8
* minor KNFderaadt2002-06-301-2/+2
* Fix sshd Banner option for privsep; ok markus@ provos@djm2002-05-121-1/+2
* $OpenBSD$stevesk2002-03-261-0/+2
* make getpwnamallow() allways call pwcopy()markus2002-03-191-3/+0
* clean up prototypesmarkus2002-03-191-0/+1
* implementation of the interface between privileged and unprivileged processprovos2002-03-181-0/+87