History log of /openbsd/usr.bin/ssh/authfd.c (Results 76 – 100 of 134)
Revision Date Author Comments
# 7e56a8a6 08-Apr-2003 itojun <itojun@openbsd.org>

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


# 12af6642 23-Jan-2003 markus <markus@openbsd.org>

ssh-add -c, prompt user for confirmation (using ssh-askpass) when
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@


# 98d71954 11-Sep-2002 stevesk <stevesk@openbsd.org>

don't connect to agent to test for presence if we've previously
connected; ok markus@


# d1ff34c2 25-Jun-2002 markus <markus@openbsd.org>

unnecessary cast


# 4d92f097 19-Jun-2002 deraadt <deraadt@openbsd.org>

KNF done automatically while reading....


# e01d29b9 15-Jun-2002 markus <markus@openbsd.org>

remove the CONSTRAIN_IDENTITY messages and introduce a new
ADD_ID message with contraints instead. contraints can be
only added together with the private key.


# f5a3f9f6 15-Jun-2002 markus <markus@openbsd.org>

fix stupid typo


# d77f6525 15-Jun-2002 markus <markus@openbsd.org>

break agent key lifetime protocol and allow other contraints for key usage.


# f9ca96dc 05-Jun-2002 markus <markus@openbsd.org>

ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@


# 712b8fde 05-Jun-2002 markus <markus@openbsd.org>

ssh-add -x for lock and -X for unlocking the agent.
todo: encrypt private keys with locked...


# 6ce25141 21-Mar-2002 rees <rees@openbsd.org>

Add PIN-protection for secret key.


# 46a655d6 24-Feb-2002 markus <markus@openbsd.org>

signed vs. unsigned: make size arguments u_int, ok stevesk@


# 775e3c00 18-Jan-2002 stevesk <stevesk@openbsd.org>

unneeded cast cleanup; ok markus@


# 5cf0410b 05-Dec-2001 deraadt <deraadt@openbsd.org>

minor KNF


# d940bfc6 19-Sep-2001 stevesk <stevesk@openbsd.org>

use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses
this and we do it this way elsewhere. this helps in portable because
not all systems have SUN_LEN() and sockaddr_un.sun_len. ok m

use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses
this and we do it this way elsewhere. this helps in portable because
not all systems have SUN_LEN() and sockaddr_un.sun_len. ok markus@

show more ...


# 9b40274e 07-Aug-2001 markus <markus@openbsd.org>

extended failure messages from galb@vandyke.com


# e5131907 01-Aug-2001 markus <markus@openbsd.org>

use strings instead of ints for smartcard reader ids


# 44986879 26-Jun-2001 markus <markus@openbsd.org>

initial support for smartcards in the agent


# fae73ca3 23-Jun-2001 itojun <itojun@openbsd.org>

more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
TODO; cleanup headers


# b7df4eae 07-Jun-2001 markus <markus@openbsd.org>

use xxx_put_cstring()


# 68a7d91b 05-Apr-2001 markus <markus@openbsd.org>

fix whitespace: unexpand + trailing spaces.


# bc8e9e80 06-Mar-2001 deraadt <deraadt@openbsd.org>

EINTR/EAGAIN handling is required in more cases


# 1b49324a 04-Mar-2001 millert <millert@openbsd.org>

log functions should not be passed strings that end in newline as they
get passed on to syslog() and when logging to stderr, do_log() appends
its own newline.


# 4215aa94 01-Mar-2001 deraadt <deraadt@openbsd.org>

split line so that p will have an easier time next time around


# c9984152 04-Feb-2001 stevesk <stevesk@openbsd.org>

unexpand and remove end-of-line whitespace; ok markus@


123456