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
2011-07-06
bzero the agent address. the kernel was for a while very cranky about
Ted Unangst
2011-05-15
use FD_CLOEXEC consistently; patch from zion AT x96.org
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-04-16
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2009-08-27
Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-03-30
replace {GET,PUT}_XXBIT macros with functionally similar functions,
Damien Miller
2006-03-25
needed casts (always will be needed)
Theo de Raadt
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
spacing
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-17
another unreachable found by lint
Damien Miller
2006-03-17
unreachanble statement, found by lint
Damien Miller
2006-02-20
move #include <sys/un.h> out of includes.h; ok djm@
Kevin Steves
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-05-24
Switch atomicio to use a simpler interface; it now returns a size_t
Anil Madhavapeddy
2004-08-11
use atomicio instead of homegrown equivalents or read/write.
Anil Madhavapeddy
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
[next]