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.c
Age
Commit message (
Expand
)
Author
2003-04-07
typo: get correct counters; introduced during rekeying change.
Markus Friedl
2003-04-02
reapply rekeying chage, tested by henning@, ok djm@
Markus Friedl
2003-04-01
backout rekeying changes (for 3.6.1)
Markus Friedl
2003-04-01
rekeying bugfixes and automatic rekeying:
Markus Friedl
2003-02-16
fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@
Markus Friedl
2003-02-04
skey/bsdauth: use 0 to indicate failure instead of -1, because
Markus Friedl
2002-11-21
KNF
Theo de Raadt
2002-09-26
krb4 + privsep; ok dugsong@, deraadt@
Markus Friedl
2002-09-09
signed vs unsigned from -pedantic; ok henning@
Markus Friedl
2002-09-09
kerberos support for privsep. confirmed to work by lha@stacken.kth.se
Jun-ichiro itojun Hagino
2002-07-04
don't allocate, copy, and discard if there is not interested in the data; ok ...
Markus Friedl
2002-07-04
patch memory leaks; grendel@zeitbombe.org
Theo de Raadt
2002-06-30
minor KNF
Theo de Raadt
2002-06-28
use ssize_t
Theo de Raadt
2002-06-26
more %u
Theo de Raadt
2002-06-19
make the monitor sync the transfer ssh1 session key;
Markus Friedl
2002-06-19
KNF done automatically while reading....
Theo de Raadt
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-04
__FUNCTION__ -> __func__
Markus Friedl
2002-05-15
'monitor' variable clashes with at least one lame platform (NeXT). Renamed
mouring
2002-05-12
Fix sshd Banner option for privsep; ok markus@ provos@
Damien Miller
2002-03-25
ssize_t args use "%ld" and cast to (long)
Kevin Steves
2002-03-19
make getpwnamallow() allways call pwcopy()
Markus Friedl
2002-03-19
whitespace KNF
Markus Friedl
2002-03-19
clean up prototypes
Markus Friedl
2002-03-18
implementation of the interface between privileged and unprivileged process
Niels Provos