summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert a malloc+memset to a callocguenther2014-07-041-6/+4
* Clean up messages regarding excess arguments:schwarze2014-07-048-50/+65
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-044-8/+8
* Clean up messages related to missing arguments.schwarze2014-07-043-34/+29
* Fix formatting of empty .Bl -inset item heads.schwarze2014-07-034-31/+29
* remove leakmalloc droppingsdjm2014-07-031-5/+1
* Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isdjm2014-07-035-10/+32
* allow explicit ::1 and 127.0.0.1 forwarding bind addresses whendjm2014-07-031-3/+15
* when rekeying, skip file/DNS lookup if it is the same as the key sentdjm2014-07-031-4/+19
* MANDOCERR_NOARGS reported three completely unrelated classes of problems.schwarze2014-07-033-6/+12
* Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisjsing2014-07-031-3/+5
* make the "Too many authentication failures" message include thedjm2014-07-034-8/+20
* escape %C since groff thinks it part of an Rs/Re block;jmc2014-07-031-3/+3
* Add a %C escape sequence for LocalCommand and ControlPath that expandsdjm2014-07-032-13/+45
* document that -g will only work in the multiplexed case if applied todjm2014-07-031-2/+4
* mention '%%' escape sequence in HostName directives and how it maydjm2014-07-031-2/+8
* forward-declare struct sshbuf so consumers don't need to include sshbuf.hdjm2014-07-031-1/+2
* When hashing or removing hosts using ssh-keygen, don't choke ondjm2014-07-031-26/+44
* standardise on NI_MAXHOST for gethostname() string lengths; aboutdjm2014-07-033-7/+9
* use EVP_Digest() for one-shot hash instead of creating, updating,djm2014-07-031-8/+11
* make stdout line-buffered; saves partial output getting lost whendjm2014-07-031-1/+3
* Only cleanup agent socket in the main agent process and not in anydjm2014-07-031-1/+9
* make Ed25519 keys' title fit properly in the randomart border; bz#2247djm2014-07-031-8/+17
* Improve and test the messages about empty macros,schwarze2014-07-023-8/+12
* When .Sm is called without an argument, groff toggles the spacing mode,schwarze2014-07-024-29/+30
* Disentangle the MANDOCERR_CHILD message, which reported threeschwarze2014-07-023-8/+16
* Clean up warnings related to macros and nesting.schwarze2014-07-025-30/+23
* Fix the column numbers associated with in_line_argn() macros;schwarze2014-07-021-3/+3
* populate pool npages, as per src/sys/kern/subr_pool.c r1.135dlg2014-07-021-1/+2
* Change column display in -Ttree to be 1-based instead of 0-basedschwarze2014-07-021-4/+4
* properly process minherit(2) flags; ok guenther@ matthew@otto2014-07-021-2/+2
* Improve "skipping paragraph macro" messages,schwarze2014-07-023-21/+43
* fix ssh protocol 1 on the server that regressed with the sshkey changedjm2014-07-021-19/+18
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,schwarze2014-07-0211-50/+155
* info about pools is currently given to userland by copying eachdlg2014-07-025-26/+53
* Clean up the warnings related to document structure.schwarze2014-07-016-63/+87
* update currency exchange rates;jmc2014-07-011-39/+39
* The previous commit to this file broke the control flow keywords \{ and \}schwarze2014-07-011-2/+4
* garbage collect two unused enum mandocerr itemsschwarze2014-06-302-15/+7
* suppress spurious error message when loading key with a passphrase;djm2014-06-301-2/+3
* Use the freshly improved roff_getname() functionschwarze2014-06-291-17/+16
* Use the freshly improved roff_getname() functionschwarze2014-06-291-39/+19
* Major roff_getname() cleanup.schwarze2014-06-291-36/+52
* Bugfix in roff_setstrn():schwarze2014-06-291-2/+3
* Cleanup support for legacy mmap flagsmatthew2014-06-271-1/+3
* fix loading of private keysmarkus2014-06-272-9/+9
* fix remote fwding with same listen port but different listen addressmarkus2014-06-274-32/+79
* Handle escaped back slashes and missing new lines at end of line by usingtobias2014-06-251-48/+18
* unblock SIGSEGV before raising itderaadt2014-06-251-1/+2
* Alexander Schrijver posted a diff to remove references to the c_rehash script,jmc2014-06-251-3/+4