summaryrefslogtreecommitdiff
path: root/common-runopts.c
Commit message (Expand)AuthorAgeFilesLines
* Fix IPv6 address parsing for dbclient -bMatt Johnston2022-04-011-0/+55
* Default options comments, ignore localoptions.hBegley Brothers Inc2020-07-091-6/+5
* Use buf_burn_free() instead of two callsMatt Johnston2022-03-291-2/+1
* Increase max window size to 10MB, fallback rather thanMatt Johnston2021-10-121-0/+16
* Make "dbclient -m help -c help" workMatt Johnston2020-05-261-24/+21
* Get rid of unused "none" cipher optionMatt Johnston2020-05-261-6/+0
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
* - Don't use multichar constants since recent gcc complainsMatt Johnston2014-07-271-2/+2
* Add '-V' for versionMatt Johnston2014-07-271-0/+5
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston2013-11-011-1/+2
* Fix "-c none" so that it allows aes during authenticationMatt Johnston2013-03-201-0/+6
* Improve RNG seeding.Matt Johnston2012-06-291-0/+4
* Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-171-0/+40
* - client pubkey auth worksMatt Johnston2004-08-061-0/+29
* Progressing client supportMatt Johnston2004-07-271-0/+28