summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2015-02-16partial backout of:Damien Miller
2015-02-16Revise hostkeys@openssh.com hostkey learning extension.Damien Miller
2015-02-16Refactor hostkeys_foreach() and dependent codeDamien Miller
2015-02-16Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location.Jeremie Courreges-Anglas
2015-02-16clean up post_dt() validation function;Ingo Schwarze
2015-02-16Declare ge25519_base as extern, to prevent it from becoming a common. Gets usMiod Vallat
2015-02-16Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze
2015-02-16Clamp width and indent settings to sensible values. Ignore errors for now.Ted Unangst
2015-02-16Check if slot is NULL, and if so, drop the connection. For now slotAlexandre Ratchov
2015-02-16add missing protos, fix spacingAlexandre Ratchov
2015-02-16Allow files to be skipped in the poll(2) event loop, in caseAlexandre Ratchov
2015-02-16Use signed integers as offset in the buffer (as aucat does) toAlexandre Ratchov
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
2015-02-14Support for nc -T on IPv6 addresses.Jeremie Courreges-Anglas
2015-02-14shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid themIngo Schwarze
2015-02-13make rekey_limit for sshd w/privsep work; ok djm@ dtucker@Markus Friedl