index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-agent.c
Age
Commit message (
Expand
)
Author
2002-10-01
allow root to access the agent, since there is no protection from root.
Markus Friedl
2002-09-12
%u for uid print; ok markus@
Kevin Steves
2002-09-10
check the euid of the connecting process with getpeereid(2); ok provos deraad...
Markus Friedl
2002-08-22
shutdown(SHUT_RDWR) not needed before close here; ok markus@
Kevin Steves
2002-08-22
use common close function; ok markus@
Kevin Steves
2002-08-21
raise listen backlog; ok markus@
Kevin Steves
2002-08-12
make ssh-agent setgid, disallow ptrace.
Markus Friedl
2002-07-21
extern char *optarg; for portable
Kevin Steves
2002-06-24
cat to (void) when output from buffer_get_X is ignored
Markus Friedl
2002-06-23
some minor KNF and %u
Theo de Raadt
2002-06-19
KNF done automatically while reading....
Theo de Raadt
2002-06-15
remove the CONSTRAIN_IDENTITY messages and introduce a new
Markus Friedl
2002-06-15
fix stupid typo
Markus Friedl
2002-06-15
break agent key lifetime protocol and allow other contraints for key usage.
Markus Friedl
2002-06-11
pid_t cleanup. Markus need this now to keep hacking.
Mike Pechkin
2002-06-09
use tab not spaces (|unexpand)
Markus Friedl
2002-06-05
ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@
Markus Friedl
2002-06-05
ssh-add -x for lock and -X for unlocking the agent.
Markus Friedl
2002-06-05
copy current request into an extra buffer and just flush this
Markus Friedl
2002-06-05
'-a bind_address' binds the agent to user-specified unix-domain
Markus Friedl
2002-04-02
check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199
Markus Friedl
2002-03-25
change sc_get_key to sc_get_keys and hide smartcard details in scard.c
Markus Friedl
2002-03-21
Add PIN-protection for secret key.
Jim Rees
2002-03-04
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
Kevin Steves
2002-02-05
use log interface and remove perror() in child. use
Kevin Steves
2002-02-04
unneeded includes
Kevin Steves
2002-01-18
unneeded cast cleanup; ok markus@
Kevin Steves
2002-01-13
change to use queue.h macros; okay markus@
Niels Provos
2001-12-29
remove unneeded casts and some char->u_char cleanup; ok markus@
Kevin Steves
2001-12-27
call fatal() for openssl allocation failures
Markus Friedl
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-12-05
minor KNF
Theo de Raadt
2001-11-17
enum/int type cleanup where it made sense to do so; ok markus@
Kevin Steves
2001-08-03
improve usage(). ok markus@
Jakob Schlyter
2001-08-02
clean up some /* SMARTCARD */. ok markus@
Jakob Schlyter
2001-08-02
add /* SMARTCARD */ to #else/#endif. ok markus@
Jakob Schlyter
2001-08-01
use strings instead of ints for smartcard reader ids
Markus Friedl
2001-07-20
do not exit() from signal handlers; ok deraadt@
Markus Friedl
2001-07-18
chdir("/") from bbraun@synack.net; ok markus@
Kevin Steves
2001-07-17
update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
Markus Friedl
2001-07-15
typo in usage; ok markus@
Kevin Steves
2001-07-04
handle mutiple adds of the same smartcard key
Markus Friedl
2001-07-04
for smartcards remove both RSA1/2 keys
Markus Friedl
2001-07-04
handle card removal more gracefully, add sc_close() to scard.h
Markus Friedl
2001-07-04
ignore SIGPIPE when debugging, too
Markus Friedl
2001-06-27
s/generate_additional_parameters/rsa_generate_additional_parameters/
Markus Friedl
2001-06-26
more smartcard support.
Markus Friedl
2001-06-26
update usage
Markus Friedl
2001-06-26
add debug flag
Markus Friedl
2001-06-25
update copyright for 2001
Markus Friedl
[next]