History log of /openbsd/usr.bin/ssh/monitor.c (Results 226 – 240 of 240)
Revision Date Author Comments
# 9c373887 19-Jun-2002 markus <markus@openbsd.org>

make the monitor sync the transfer ssh1 session key;
transfer keycontext only for RC4 (this is still depends on EVP
implementation details and is broken).


# a757ebd4 04-Jun-2002 markus <markus@openbsd.org>

__FUNCTION__ -> __func__


# dadefd86 04-Jun-2002 markus <markus@openbsd.org>

save the session id (hash) for ssh2 (it will be passed with the initial sign request)
and verify that this value is used during authentication; ok provos@


# ea8d9e45 04-Jun-2002 markus <markus@openbsd.org>

only allow enabled authentication methods; ok provos@


# 26fed91c 15-May-2002 mouring <mouring@openbsd.org>

'monitor' variable clashes with at least one lame platform (NeXT). Renamed
to 'pmonitor'. provos@


# afce23d7 12-May-2002 djm <djm@openbsd.org>

Fix sshd Banner option for privsep; ok markus@ provos@


# d16f19a9 30-Mar-2002 markus <markus@openbsd.org>

check waitpid for EINTR; based on patch from peter@ifm.liu.se


# 38372cea 27-Mar-2002 mouring <mouring@openbsd.org>

monitor_allowed_key() returns int instead of pointer. ok markus@


# e27efb25 24-Mar-2002 stevesk <stevesk@openbsd.org>

remove "\n" from fatal()


# 4caecaa2 21-Mar-2002 stevesk <stevesk@openbsd.org>

fix NULL %s on debug3(); ok markus@


# 5bc82aa4 19-Mar-2002 markus <markus@openbsd.org>

use SSH_SESSION_KEY_LENGTH for key length


# bfc06260 19-Mar-2002 markus <markus@openbsd.org>

make getpwnamallow() allways call pwcopy()


# fa28a361 19-Mar-2002 markus <markus@openbsd.org>

whitespace KNF


# 081d937a 19-Mar-2002 markus <markus@openbsd.org>

clean up prototypes


# 848fbcd4 18-Mar-2002 provos <provos@openbsd.org>

implementation of the interface between privileged and unprivileged process
for ssh-privsep


12345678910