Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-26 | Make "dbclient -m help -c help" work | Matt Johnston | |
2020-05-26 | Get rid of unused "none" cipher option | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2014-07-27 | - Don't use multichar constants since recent gcc complains | Matt Johnston | |
- Add release script - Simplify print_version | |||
2014-07-27 | Add '-V' for version | Matt Johnston | |
-h should exit with success Update manpages | |||
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston | |
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h | |||
2013-11-01 | Fix specifying a keysize for key generation, fix key name arguments | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-20 | Fix "-c none" so that it allows aes during authentication | Matt Johnston | |
Default for options.h shouldn't allow "none" | |||
2012-06-29 | Improve RNG seeding. | Matt Johnston | |
Try to read from /dev/urandom multiple times, take input from extra sources, and use /dev/random when generating private keys | |||
2012-05-17 | Add rough support for choosing ciphers/hashes with "-c" or "-m" | Matt Johnston | |
2004-08-06 | - client pubkey auth works | Matt Johnston | |
- rearrange the runopts code for client and server (hostkey reading is needed by both (if the client is doing pubkey auth. otherwise....)) --HG-- extra : convert_revision : 5420858803bfff1e27dfe7fa877ba6fdd747e0c5 | |||
2004-07-27 | Progressing client support | Matt Johnston | |
--HG-- extra : convert_revision : 48946be1cef774d1c33b0f78689962b18720c627 |