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