History log of /openbsd/usr.bin/ssh/monitor.c (Results 151 – 175 of 240)
Revision Date Author Comments
# 925e80e1 19-Feb-2007 dtucker <dtucker@openbsd.org>

Teach Match how handle config directives that are used before authentication.
This allows configurations such as permitting password authentication from
the local net only while requiring pubkey from

Teach Match how handle config directives that are used before authentication.
This allows configurations such as permitting password authentication from
the local net only while requiring pubkey from offsite. ok djm@, man page
bits ok jmc@

show more ...


# 0e8234a0 07-Nov-2006 markus <markus@openbsd.org>

correctly check for bad signatures in the monitor, otherwise the monitor and
the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@


# 513bead9 12-Aug-2006 miod <miod@openbsd.org>

Revert previous include file ordering change, for ssh to compile under gcc2
(or until openssl include files are cleaned of parameter names in function
prototypes)


# a8a822cd 06-Aug-2006 stevesk <stevesk@openbsd.org>

"zlib.h" can be <zlib.h>; ok djm@ markus@


# e47b8373 04-Aug-2006 stevesk <stevesk@openbsd.org>

spaces


# bd9502d5 03-Aug-2006 deraadt <deraadt@openbsd.org>

almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step


# a121c4e0 26-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <stdlib.h> out of includes.h


# 2f43a2f8 26-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <sys/param.h> out of includes.h


# 0deb6794 22-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <string.h> out of includes.h


# ea82e68e 11-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <errno.h> out of includes.h; ok markus@


# 089803ec 09-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <fcntl.h> out of includes.h


# 0970d262 08-Jul-2006 stevesk <stevesk@openbsd.org>

missed these from last commit:
move #include <sys/socket.h> out of includes.h


# d57915d6 06-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <pwd.h> out of includes.h; ok markus@


# adf0e4b7 30-Mar-2006 dtucker <dtucker@openbsd.org>

Prevent duplicate log messages when privsep=yes; ok djm@


# 7ef31a41 25-Mar-2006 djm <djm@openbsd.org>

Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Theo nuked - our scripts to sync -portable need them in the files


# f846f1e3 25-Mar-2006 djm <djm@openbsd.org>

introduce xcalloc() and xasprintf() failure-checked allocations functions
and use them throughout openssh

xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject

introduce xcalloc() and xasprintf() failure-checked allocations functions
and use them throughout openssh

xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject to integer overflow) and it is time for it to
die

feedback and ok deraadt@

show more ...


# c4c8acf9 20-Mar-2006 deraadt <deraadt@openbsd.org>

spacing


# c64ced71 20-Mar-2006 deraadt <deraadt@openbsd.org>

annoying spacing fixes getting in the way of real diffs


# 2a215af7 20-Mar-2006 djm <djm@openbsd.org>

memory leaks detected by Coverity via elad AT netbsd.org;
deraadt@ ok

that should be all of them now


# e6acff29 19-Mar-2006 deraadt <deraadt@openbsd.org>

spacing


# 4bfeb04e 19-Mar-2006 deraadt <deraadt@openbsd.org>

RCSID() can die


# abd43086 07-Mar-2006 djm <djm@openbsd.org>

Implement the diffie-hellman-group-exchange-sha256 key exchange method
using the SHA256 code in libc (and wrapper to make it into an OpenSSL
EVP), interop tested against CVS PuTTY


# 5ef1c29b 20-Feb-2006 stevesk <stevesk@openbsd.org>

move #include <signal.h> out of includes.h; ok markus@


# 85e5e18c 10-Feb-2006 stevesk <stevesk@openbsd.org>

move #include <sys/wait.h> out of includes.h; ok markus@


# 784730b0 08-Feb-2006 stevesk <stevesk@openbsd.org>

small KNF


12345678910