Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-15 | lseek(2) may return -1 when getting the public/private key lenght. | Federico G. Schwindt | |
Simplify the code and check for errors using fstat(2). Problem reported by Mauricio Sanchez, markus@ ok. | |||
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 ↵ | Markus Friedl | |
authentication in protocol v2 (needs to access the hostkeys). | |||
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 | |
to EVP, ok deraadt@ | |||
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 | |
TODO; cleanup headers | |||
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 | |
- more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | |||
2001-01-28 | spelling. use sizeof vs. strlen(). ok markus@ | Kevin Steves | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2000-12-20 | allow ssh -i userkey for root | Markus Friedl | |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-12-19 | remove() -> unlink() for consistency | Markus Friedl | |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-10-11 | new cipher framework | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-09-05 | enable ssh-add -d for DSA keys | Markus Friedl | |
2000-06-20 | OpenBSD tag | Markus Friedl | |
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl | |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl | |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl | |
1999-12-06 | properly name fd variable | Theo de Raadt | |
1999-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-10-11 | make sure ~/.ssh/authorized_keys is not writable for group/world (sshd) | Markus Friedl | |
don't load private keys if they are group/world-{rwx} (ssh,sshd and ssh-add) | |||
1999-09-30 | better way to deal with authfile cipher; dugsong@ | Niels Provos | |
1999-09-30 | off_t, but needs more looking at later | Theo de Raadt | |
1999-09-30 | we have to enable SSH_CIPHER_NONE for unprotected host keys, etc... | Niels Provos | |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos | |
convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada. | |||
1999-09-26 | all the idea code goes away | Theo de Raadt | |