summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perform strict ownership and modes checks for ~/.ssh/config files, as thesedjm2004-04-181-2/+2
* fix mem leaks; some fixes from Pete Flugstad; tested dtucker@markus2004-01-191-1/+2
* return error on msg send/receive failure (rather than fatal); ok markus@djm2003-11-171-2/+3
* fix AddressFamily option in config file, from brent@graveland.net; ok markus@djm2003-07-031-2/+1
* add AddressFamily option to ssh_config (like -4, -6 on commandline).djm2003-05-161-2/+4
* potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526markus2003-04-021-2/+2
* move RSA_blinding_on to generic key load methodmarkus2003-03-131-8/+1
* s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@djm2002-12-191-4/+4
* we cannot use HostbasedAuthentication for enabling ssh-keysign(8),markus2002-11-071-3/+3
* re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configmarkus2002-07-031-1/+15
* use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)markus2002-07-031-1/+14
* bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edumarkus2002-06-261-2/+2
* KNF done automatically while reading....deraadt2002-06-191-8/+8
* only accept 20 byte session idsmarkus2002-06-081-3/+7
* extent ssh-keysign protocol:markus2002-05-311-9/+28
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-0/+185