History log of /openbsd/usr.bin/ssh/auth.c (Results 101 – 125 of 161)
Revision Date Author Comments
# a0b0b69d 08-Feb-2006 stevesk <stevesk@openbsd.org>

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


# d7d07780 17-Jun-2005 djm <djm@openbsd.org>

make this -Wsign-compare clean; ok avsm@ markus@


# b33c0bff 06-Jun-2005 djm <djm@openbsd.org>

introduce a generic %foo expansion function. replace existing % expansion and
add expansion to ControlPath; ok markus@


# f3b0df85 14-Mar-2005 dtucker <dtucker@openbsd.org>

Populate host for log message for logins denied by AllowUsers and DenyUsers.
(bz #999); ok markus@


# 535d98b9 22-Jan-2005 dtucker <dtucker@openbsd.org>

Log source of connections denied by AllowUsers, DenyUsers, AllowGroups and
DenyGroups. bz #909, ok djm@


# d361b76e 28-Jul-2004 markus <markus@openbsd.org>

more s/illegal/invalid/


# ed60077e 21-Jul-2004 markus <markus@openbsd.org>

s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ...


# 7b76b7cc 23-May-2004 dtucker <dtucker@openbsd.org>

Add MaxAuthTries sshd config option; ok markus@


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

improve some code lint did not like; djm millert ok


# e16ee852 08-May-2004 deraadt <deraadt@openbsd.org>

make two tiny header files go away; djm ok


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

unexpand and delete whitespace at EOL; 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 ...


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

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


# 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 ...


# 7e56a8a6 08-Apr-2003 itojun <itojun@openbsd.org>

rename log() into logit() to avoid name conflict. markus ok, from netbsd


# 72969a2c 04-Nov-2002 markus <markus@openbsd.org>

don't compare against pw_home if realpath fails for pw_home (seen on AFS); ok djm@


# 6e5522e7 20-Sep-2002 stevesk <stevesk@openbsd.org>

log illegal user here for missing privsep case (ssh2).
this is executed in the monitor. ok markus@


# 6165d14f 08-Aug-2002 stevesk <stevesk@openbsd.org>

typo in comment


# 86fca273 17-May-2002 millert <millert@openbsd.org>

Fix typo/thinko. Pass in as to auth_approval(), not NULL.
Closes PR 2659.


# e6140718 13-May-2002 markus <markus@openbsd.org>

move the packet_send_debug handling from auth-options.c to auth.c; ok provos@


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

check for NULL; from provos@


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

make getpwnamallow() allways call pwcopy()


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

KNF whitespace


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

move auth_approval into getpwnamallow with help from millert@


# 7d9f1630 17-Mar-2002 provos <provos@openbsd.org>

getpwnamallow returns struct passwd * only if user valid; okay markus@


1234567