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
/
monitor_wrap.h
Age
Commit message (
Expand
)
Author
2011-06-17
make the pre-auth privsep slave log via a socketpair shared with the
Damien Miller
2009-03-05
refactor the (disabled) Schnorr proof code to make it a little more
Damien Miller
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-14
don't need incompletely-typed 'struct passwd' now with
Kevin Steves
2006-07-06
typo in comment
Kevin Steves
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-03-20
sprinkle u_int throughout pty subsystem, ok markus
Theo de Raadt
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2003-11-17
replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.
Markus Friedl
2003-09-23
replace fatal_cleanup() and linked list of fatal callbacks with static
Markus Friedl
2003-08-28
remove kerberos support from ssh1, since it has been replaced with GSSAPI;
Markus Friedl
2003-08-22
support GSS API user authentication; patches from Simon Wilkinson,
Markus Friedl
2003-07-22
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
Markus Friedl
2002-09-26
krb4 + privsep; ok dugsong@, deraadt@
Markus Friedl
2002-09-09
kerberos support for privsep. confirmed to work by lha@stacken.kth.se
Jun-ichiro itojun Hagino
2002-06-30
minor KNF
Theo de Raadt
2002-05-12
Fix sshd Banner option for privsep; ok markus@ provos@
Damien Miller
2002-03-26
$OpenBSD$
Kevin Steves
2002-03-19
make getpwnamallow() allways call pwcopy()
Markus Friedl
2002-03-19
clean up prototypes
Markus Friedl
2002-03-18
implementation of the interface between privileged and unprivileged process
Niels Provos