summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_wrap.h
AgeCommit message (Expand)Author
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