summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/monitor_wrap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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