summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-03-04crank; ok markus, deraadtDamien Miller
2015-03-03In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi.Anthony J. Bentley
2015-03-03add SSH1 Makefile knob to make it easier to build without SSH1 support;Damien Miller
2015-03-03If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze
2015-03-03Allow "ssh -Q protocol-version" to list supported SSH protocolDamien Miller
2015-03-02If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze
2015-03-02use correct formatter (int, because of type promotion after operations)Brent Cook
2015-03-01Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets.Todd C. Miller
2015-03-01update currency exchange rates;Jason McIntyre
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-27Bring example up to date with share/misc/usb_hid_usages.Anthony J. Bentley
2015-02-27Fix URL-encoding of characters with the high order bit set.Jeremie Courreges-Anglas
2015-02-27When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze
2015-02-27When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze
2015-02-26don't printf NULL key comments; reported by Tom ChristensenDamien Miller
2015-02-26Wrap a long line. Use explicit_bzero. Fix comment describing extra.Ted Unangst
2015-02-25zero cmsgbuf before use; we initialise the bits we use butDamien Miller
2015-02-25No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.Todd C. Miller
2015-02-25fix small memory leak when UpdateHostkeys=noDamien Miller
2015-02-25don't leak validity of user in "too many authentication failures"Damien Miller
2015-02-25Avoid NULL pointer deref in hashinfo_free() when calling from error paths.Doug Hogan
2015-02-24increase prefbuf size so that 'encrypt -b 000000000000000000000012' works.Ted Unangst
2015-02-24add -v (show ASCII art) to -l's synopsis; ok djm@Christian Weisgerber
2015-02-23further silence spurious error message even when -v is specifiedDamien Miller
2015-02-23add an XXX to remind me to improve sshkey_load_publicDamien Miller
2015-02-23silence a spurious error message when listing fingerprints forDamien Miller
2015-02-23fix setting/clearing of TTY raw mode around UpdateHostKeys=askDamien Miller
2015-02-23oops, in NAME, don't nag about the comma after .NmIngo Schwarze
2015-02-23improve NAME section diagnostics;Ingo Schwarze
2015-02-22While slick, this isn't accessing multiple directories concurrently, soPhilip Guenther
2015-02-22Rename tls_config_insecure_noverifyhost() toJoel Sing
2015-02-22Set the TLS ciphers to "compat" mode, restoring the previous behaviour.Joel Sing
2015-02-21make "ssh-add -d" properly remove a corresponding certificate, and alsoAlexander Hall
2015-02-21Escape quotes when expanding macro arguments.Ingo Schwarze
2015-02-20For selecting a two-digit font size, support the historic syntax \s12Ingo Schwarze
2015-02-20sort options useable under Match case-insensitively;Damien Miller
2015-02-20more options that are available under Match;Damien Miller
2015-02-20Completely delete all carriage return characters from the input.Ingo Schwarze
2015-02-20UpdateHostKeys fixes:Damien Miller
2015-02-18When given an invalid style, don't set the option to the default. FixNicholas Marriott
2015-02-18fix coverity 105350 and 10345Bob Beck
2015-02-17add -M to disable progressmeter. ok dlg halex millertTed Unangst
2015-02-17Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze
2015-02-17Cope with another one of the many kinds of DocBook stupidity:Ingo Schwarze
2015-02-17Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze
2015-02-17Mark up email addresses semantically with Mt.Anthony J. Bentley
2015-02-17Convert a strcpy() call to strlcpy(); ok millert@ sthen@Miod Vallat
2015-02-17shuffle reallocarray arguments around for better overflow checkingTed Unangst
2015-02-17undef tryreallocarray like tryrealloc when done.Ted Unangst
2015-02-17Regression: I broke logging of public key fingerprints in 1.46.Damien Miller