summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* In the past, generating comment nodes stopped at the .TH or .Ddschwarze2019-11-092-5/+10
* Add that make-backup-files variable is enabled by defaultsolene2019-11-081-2/+3
* duplicate 'x' character in getopt(3) optstringdjm2019-11-081-2/+2
* Don't stop parsing functions when variables are declared before arguments.mpi2019-11-071-5/+12
* Do a better job at guessing the name of localy defined static variables.mpi2019-11-071-7/+48
* Stop remembering the type of local variables.mpi2019-11-071-3/+15
* Fill in missing man page bits for U2F security key support:naddy2019-11-079-44/+177
* Add -F flag to send-keys to expand formats in search-backward andnicm2019-11-073-12/+39
* Check return value and remove unnecessary variableinoguchi2019-11-061-7/+7
* Add -addext option to openssl(1) req subcommandinoguchi2019-11-061-3/+133
* Fix an out of bound read/write when using a proxy.millert2019-11-042-11/+21
* Apply more 'static' to help the compilerjca2019-11-041-23/+23
* Indent labels for diffability.jsing2019-11-041-5/+5
* Remove spaces between * and variable names.jsing2019-11-041-25/+25
* Remove explicit NULL checks before *_free() calls.jsing2019-11-041-21/+14
* Hook openssl(1) cms back up.jsing2019-11-043-4/+8
* Currently we need to include pem.h before cms.h...jsing2019-11-041-2/+3
* Remove engine argument from load_cert() calls.jsing2019-11-041-8/+8
* Bring openssl(1) cms back from the attic.jsing2019-11-041-0/+1142
* Also use stdio for TLS connectionsjca2019-11-031-143/+73
* Limit lazy resize to panes in attached sessions only - those innicm2019-11-011-4/+18
* fix miscellaneous text problems; ok djm@naddy2019-11-011-8/+8
* Handle the various different forms of rgb colour strings.nicm2019-11-011-5/+59
* update currency exchange rates;jmc2019-11-011-38/+38
* fix a race condition in the SIGCHILD handler that could turn indjm2019-11-011-4/+7
* remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL pathdjm2019-11-011-5/+1
* sort;jmc2019-11-011-6/+6
* undo debugging bits that shouldn't have been committeddjm2019-10-311-3/+3
* fix -Wshadow warningdjm2019-10-311-2/+2
* Refactor signing - use sshkey_sign for everything, including the newdjm2019-10-3120-86/+94
* ssh-agent support for U2F/FIDO keysdjm2019-10-318-35/+384
* ssh AddKeysToAgent support for U2F/FIDO keysdjm2019-10-311-3/+5
* ssh-add support for U2F/FIDO keysdjm2019-10-313-14/+40
* add new agent key constraint for U2F/FIDO providerdjm2019-10-314-13/+28
* ssh client support for U2F/FIDO keysdjm2019-10-315-31/+123
* Separate myproposal.h userauth pubkey typesdjm2019-10-312-4/+27
* ssh-keygen support for generating U2F/FIDO keysdjm2019-10-312-8/+37
* U2F/FIDO middleware interfacedjm2019-10-314-1/+490
* Initial infrastructure for U2F/FIDO supportdjm2019-10-315-31/+381
* Protocol documentation for U2F/FIDO keys in OpenSSHdjm2019-10-311-0/+224
* declare HAVE_DECL___FUNC__ so flex_die() output can include __func__.miko2019-10-311-1/+3
* Signal handler cleanup: remove leftover support for unreliable signalsdtucker2019-10-292-7/+2
* Start with empty rather than NULL window name to avoid NULL printf ifnicm2019-10-281-2/+2
* + resets P as wellkn2019-10-271-2/+2
* Remove common from "common options" in usage to be closer to SYNOPSIS.martijn2019-10-261-2/+2
* Shorten the SYNOPSIS greatly.martijn2019-10-261-170/+115
* Service names are still resolved with -nkn2019-10-241-4/+4
* add missing unveil of /etc/shells; ok benno@ deraadt@ mestre@ tb@anton2019-10-241-1/+3
* Print IP address in verbose modejob2019-10-241-12/+34
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-245-214/+214