History log of /openbsd/usr.bin/ssh/monitor.c (Results 176 – 200 of 240)
Revision Date Author Comments
# a0b0b69d 08-Feb-2006 stevesk <stevesk@openbsd.org>

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


# 6b9bb283 13-Oct-2005 stevesk <stevesk@openbsd.org>

KNF; ok djm@


# 96dd1b33 10-Mar-2005 deraadt <deraadt@openbsd.org>

spacing


# d1d68bcc 30-Jan-2005 dtucker <dtucker@openbsd.org>

Make code match intent; ok djm@


# c5d09103 17-Jul-2004 dtucker <dtucker@openbsd.org>

Move "Last logged in at.." message generation to the monitor, right
before recording the new login. Fixes missing lastlog message when
/var/log/lastlog is not world-readable and incorrect datestamp

Move "Last logged in at.." message generation to the monitor, right
before recording the new login. Fixes missing lastlog message when
/var/log/lastlog is not world-readable and incorrect datestamp when
multiple sessions are used (bz #463); much assistance & ok markus@

show more ...


# ee400409 22-Jun-2004 dtucker <dtucker@openbsd.org>

Change login->username, will prevent -Wshadow errors in Portable; ok markus@


# b1773281 21-Jun-2004 avsm <avsm@openbsd.org>

make ssh -Wshadow clean, no functional changes
markus@ ok


# aa9fa46d 13-Jun-2004 djm <djm@openbsd.org>

implement diffie-hellman-group14-sha1 kex method (trivial extension to
existing diffie-hellman-group1-sha1); ok markus@


# 692488b6 11-May-2004 deraadt <deraadt@openbsd.org>

improve some code lint did not like; djm millert ok


# 89b54d61 09-May-2004 djm <djm@openbsd.org>

kill some more tiny files; ok deraadt@


# 05cf7aa5 05-Feb-2004 dtucker <dtucker@openbsd.org>

Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@


# 30e570c7 21-Nov-2003 djm <djm@openbsd.org>

unexpand and delete whitespace at EOL; ok markus@


# 163c06ef 18-Nov-2003 djm <djm@openbsd.org>

unbreak fake authloop for non-existent users (my screwup). Spotted and
tested by dtucker@; ok markus@


# 1615790e 17-Nov-2003 markus <markus@openbsd.org>

replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.


# 07fd2241 04-Nov-2003 djm <djm@openbsd.org>

standardise arguments to auth methods - they should all take authctxt.
check authctxt->valid rather then pw != NULL; ok markus@


# b8b8936d 23-Sep-2003 markus <markus@openbsd.org>

replace fatal_cleanup() and linked list of fatal callbacks with static
cleanup_exit() function. re-refine cleanup_exit() where appropriate,
allocate sshd's authctxt eary to allow simpler cleanup in

replace fatal_cleanup() and linked list of fatal callbacks with static
cleanup_exit() function. re-refine cleanup_exit() where appropriate,
allocate sshd's authctxt eary to allow simpler cleanup in sshd.
tested by many, ok deraadt@

show more ...


# 343f923b 28-Aug-2003 markus <markus@openbsd.org>

remove kerberos support from ssh1, since it has been replaced with GSSAPI;
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...


# d830d5a5 26-Aug-2003 markus <markus@openbsd.org>

fix passwd auth for 'username leaks via timing'; with djm@, original patches from solar


# 715bdabb 24-Aug-2003 deraadt <deraadt@openbsd.org>

64 bit cleanups; markus ok


# c9017d5d 22-Aug-2003 markus <markus@openbsd.org>

support GSS API user authentication; patches from Simon Wilkinson,
stripped down and tested by Jakob and myself.


# 493d1072 22-Jul-2003 markus <markus@openbsd.org>

remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
test+ok henning@


# 388e8bac 24-Jun-2003 markus <markus@openbsd.org>

int -> u_int; ok djm@, deraadt@, mouring@


# f69c7239 12-Jun-2003 markus <markus@openbsd.org>

typos; dtucker at zip.com.au


# 6338240c 02-Jun-2003 markus <markus@openbsd.org>

deprecate VerifyReverseMapping since it's dangerous if combined
with IP based access control as noted by Mike Harding; replace with
a UseDNS option, UseDNS is on by default and includes the
VerifyRev

deprecate VerifyReverseMapping since it's dangerous if combined
with IP based access control as noted by Mike Harding; replace with
a UseDNS option, UseDNS is on by default and includes the
VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
ok deraadt@, djm@

show more ...


# 4b7dbe6e 24-May-2003 djm <djm@openbsd.org>

cast some types for printing; ok markus@


12345678910