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
/
authfile.c
Age
Commit message (
Expand
)
Author
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.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-11
need <errno.h> here also (it's also included in <openssl/err.h>)
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-04-25
Prevent ssh from trying to open private keys with bad permissions more than
Darren Tucker
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
whoever thought that break after return was a good idea needs to get their he...
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-13
Make ssh-add check file permissions before attempting to load private
Darren Tucker
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2004-12-11
Fix debug call in error path of authorized_keys processing and fix related
Darren Tucker
2004-12-06
Discard over-length authorized_keys entries rather than complaining when
Darren Tucker
2004-08-23
fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
Damien Miller
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-05-11
improve some code lint did not like; djm millert ok
Theo de Raadt
2003-09-18
missing buffer_free(&encrypted); #662; zardoz at users.sf.net
Markus Friedl
2003-05-24
cast some types for printing; ok markus@
Damien Miller
2003-05-11
change key_load_public to try to read a public from:
Markus Friedl
2003-03-13
move RSA_blinding_on to generic key load method
Markus Friedl
2002-11-15
lseek(2) may return -1 when getting the public/private key lenght.
Federico G. Schwindt
2002-06-24
cat to (void) when output from buffer_get_X is ignored
Markus Friedl
2002-05-23
add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...
Markus Friedl
2002-02-28
add some const EVP_MD for openssl-0.9.7
Markus Friedl
2002-02-24
signed vs. unsigned: make size arguments u_int, ok stevesk@
Markus Friedl
2002-02-14
hide some more implementation details of cipher.[ch] and prepares for move
Markus Friedl
2001-12-29
remove unneeded casts and some char->u_char cleanup; ok markus@
Kevin Steves
2001-12-27
missing include
Markus Friedl
2001-12-27
call fatal() for openssl allocation failures
Markus Friedl
2001-12-19
change the buffer/packet interface to use void* vs. char*; ok markus@
Kevin Steves
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-10-07
grammer; Matthew_Clarke@mindlink.bc.ca
Markus Friedl
2001-09-23
relax permission check for private key files.
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-05-29
typo
Markus Friedl
2001-05-28
key_load_private: set comment to filename for PEM keys
Markus Friedl
2001-05-16
return comments for private pem files, too; report from nolan@naic.edu
Markus Friedl
2001-04-18
error->debug; noted by fries@
Markus Friedl
2001-04-15
don't use errno for key_{load,save}_private; discussion w/ solar@openwall
Markus Friedl
2001-03-26
KNF
Markus Friedl
2001-03-26
simpler key load/save interface, see authfile.h
Markus Friedl
2001-02-21
improve fd handling
Theo de Raadt
2001-02-08
sync with netbsd tree changes.
Jun-ichiro itojun Hagino
[next]