summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_wrap.c
AgeCommit message (Expand)Author
2003-04-07typo: get correct counters; introduced during rekeying change.Markus Friedl
2003-04-02reapply rekeying chage, tested by henning@, ok djm@Markus Friedl
2003-04-01backout rekeying changes (for 3.6.1)Markus Friedl
2003-04-01rekeying bugfixes and automatic rekeying:Markus Friedl
2003-02-16fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@Markus Friedl
2003-02-04skey/bsdauth: use 0 to indicate failure instead of -1, becauseMarkus Friedl
2002-11-21KNFTheo de Raadt
2002-09-26krb4 + privsep; ok dugsong@, deraadt@Markus Friedl
2002-09-09signed vs unsigned from -pedantic; ok henning@Markus Friedl
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
2002-07-04don't allocate, copy, and discard if there is not interested in the data; ok ...Markus Friedl
2002-07-04patch memory leaks; grendel@zeitbombe.orgTheo de Raadt
2002-06-30minor KNFTheo de Raadt
2002-06-28use ssize_tTheo de Raadt
2002-06-26more %uTheo de Raadt
2002-06-19make the monitor sync the transfer ssh1 session key;Markus Friedl
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-14spelling; 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). Renamedmouring
2002-05-12Fix sshd Banner option for privsep; ok markus@ provos@Damien Miller
2002-03-25ssize_t args use "%ld" and cast to (long)Kevin Steves
2002-03-19make getpwnamallow() allways call pwcopy()Markus Friedl
2002-03-19whitespace KNFMarkus Friedl
2002-03-19clean up prototypesMarkus Friedl
2002-03-18implementation of the interface between privileged and unprivileged processNiels Provos