summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-07-04Convert a malloc+memset to a callocPhilip Guenther
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-04Clean up messages related to missing arguments.Ingo Schwarze
2014-07-03Fix formatting of empty .Bl -inset item heads.Ingo Schwarze
2014-07-03remove leakmalloc droppingsDamien Miller
2014-07-03Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isDamien Miller
2014-07-03allow explicit ::1 and 127.0.0.1 forwarding bind addresses whenDamien Miller
2014-07-03when rekeying, skip file/DNS lookup if it is the same as the key sentDamien Miller
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-03Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisJoel Sing
2014-07-03make the "Too many authentication failures" message include theDamien Miller
2014-07-03escape %C since groff thinks it part of an Rs/Re block;Jason McIntyre
2014-07-03Add a %C escape sequence for LocalCommand and ControlPath that expandsDamien Miller
2014-07-03document that -g will only work in the multiplexed case if applied toDamien Miller
2014-07-03mention '%%' escape sequence in HostName directives and how it mayDamien Miller
2014-07-03forward-declare struct sshbuf so consumers don't need to include sshbuf.hDamien Miller
2014-07-03When hashing or removing hosts using ssh-keygen, don't choke onDamien Miller
2014-07-03standardise on NI_MAXHOST for gethostname() string lengths; aboutDamien Miller
2014-07-03use EVP_Digest() for one-shot hash instead of creating, updating,Damien Miller
2014-07-03make stdout line-buffered; saves partial output getting lost whenDamien Miller
2014-07-03Only cleanup agent socket in the main agent process and not in anyDamien Miller
2014-07-03make Ed25519 keys' title fit properly in the randomart border; bz#2247Damien Miller
2014-07-02Improve and test the messages about empty macros,Ingo Schwarze
2014-07-02When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze
2014-07-02Disentangle the MANDOCERR_CHILD message, which reported threeIngo Schwarze
2014-07-02Clean up warnings related to macros and nesting.Ingo Schwarze
2014-07-02Fix the column numbers associated with in_line_argn() macros;Ingo Schwarze
2014-07-02populate pool npages, as per src/sys/kern/subr_pool.c r1.135David Gwynne
2014-07-02Change column display in -Ttree to be 1-based instead of 0-basedIngo Schwarze
2014-07-02properly process minherit(2) flags; ok guenther@ matthew@Otto Moerbeek
2014-07-02Improve "skipping paragraph macro" messages,Ingo Schwarze
2014-07-02fix ssh protocol 1 on the server that regressed with the sshkey changeDamien Miller
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
2014-07-02info about pools is currently given to userland by copying eachDavid Gwynne
2014-07-01Clean up the warnings related to document structure.Ingo Schwarze
2014-07-01update currency exchange rates;Jason McIntyre
2014-07-01The previous commit to this file broke the control flow keywords \{ and \}Ingo Schwarze
2014-06-30garbage collect two unused enum mandocerr itemsIngo Schwarze
2014-06-30suppress spurious error message when loading key with a passphrase;Damien Miller
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Major roff_getname() cleanup.Ingo Schwarze
2014-06-29Bugfix in roff_setstrn():Ingo Schwarze
2014-06-27Cleanup support for legacy mmap flagsMatthew Dempsky
2014-06-27fix loading of private keysMarkus Friedl
2014-06-27fix remote fwding with same listen port but different listen addressMarkus Friedl
2014-06-25Handle escaped back slashes and missing new lines at end of line by usingTobias Stoeckmann
2014-06-25unblock SIGSEGV before raising itTheo de Raadt
2014-06-25Alexander Schrijver posted a diff to remove references to the c_rehash script,Jason McIntyre