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
/
authfd.c
Age
Commit message (
Expand
)
Author
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-09-18
A few signedness fixes for harmless situations; markus@ ok
Miod Vallat
2003-06-28
deal with typing of write vs read in atomicio
Theo de Raadt
2003-06-11
make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@
Damien Miller
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
2003-01-23
ssh-add -c, prompt user for confirmation (using ssh-askpass) when
Markus Friedl
2002-09-11
don't connect to agent to test for presence if we've previously
Kevin Steves
2002-06-25
unnecessary cast
Markus Friedl
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-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-03-21
Add PIN-protection for secret key.
Jim Rees
2002-02-24
signed vs. unsigned: make size arguments u_int, ok stevesk@
Markus Friedl
2002-01-18
unneeded cast cleanup; ok markus@
Kevin Steves
2001-12-05
minor KNF
Theo de Raadt
2001-09-19
use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses
Kevin Steves
2001-08-07
extended failure messages from galb@vandyke.com
Markus Friedl
2001-08-01
use strings instead of ints for smartcard reader ids
Markus Friedl
2001-06-26
initial support for smartcards in the agent
Markus Friedl
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-06-07
use xxx_put_cstring()
Markus Friedl
2001-04-05
fix whitespace: unexpand + trailing spaces.
Markus Friedl
2001-03-06
EINTR/EAGAIN handling is required in more cases
Theo de Raadt
2001-03-04
log functions should not be passed strings that end in newline as they
Todd C. Miller
2001-03-01
split line so that p will have an easier time next time around
Theo de Raadt
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-02-04
remove duplicate #include's; ok markus@
Kevin Steves
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2000-12-20
fix prototypes; from stevesk@pobox.com
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-11-12
add support for RSA to SSH2. please test.
Markus Friedl
2000-10-09
interop with ssh-agent2, from <res@shore.net>
Markus Friedl
2000-09-21
bug compat for old ssh.com software
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-08-31
add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
Markus Friedl
2000-08-19
add SSH2/DSA support to the agent and some other DSA related cleanups.
Markus Friedl
2000-08-15
cleanup; ok niels@
Markus Friedl
2000-08-02
correct sun_len; Alexander@Leidinger.net
Theo de Raadt
2000-07-16
make ssh-add accept dsa keys (the agent does not)
Markus Friedl
2000-06-26
cleanup, less cut&paste
Markus Friedl
2000-06-20
OpenBSD tag
Markus Friedl
2000-04-29
keysize warnings error() -> log()
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
2000-04-12
#include <ssl/foo.h> -> <openssh/foo.h>
Markus Friedl
1999-12-15
keysize warnings talk about identity files
Markus Friedl
1999-12-06
move atomicio into it's own file. wrap all socket write()s which were doing
Theo de Raadt
1999-11-24
KNF, final part 3
Markus Friedl
[next]