summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2015-02-13implicit declaration of function 'free'; add missing stdlib.hDavid Coppa
2015-02-13Call tls_config earlier; otherwise TLS_PROTOCOLS_ALL (to allow TLSv1.0 etc)Stuart Henderson
2015-02-12Free the buffers used for the sysctl. OK sthen@Claudio Jeker
2015-02-12Prevent sshd spamming syslog with "ssh_dispatch_run_fatal: disconnected".Darren Tucker
2015-02-12be more explicit about how -A and -P work, and fix a booboo in previous;Jason McIntyre
2015-02-12Initialize buffer pointers passed to get_sysctl to NULL; otherwise they pointStuart Henderson
2015-02-12Do not confuse .Bl -column lists that just broken another blockIngo Schwarze
2015-02-12Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze
2015-02-12Take a reference to prevent cmdq being freed during the command. CanNicholas Marriott
2015-02-12Don't clear ICRNL when editing mode is off, so that character local echoPhilip Guenther
2015-02-12qsort() compare functions MUST use memcmp() instead of bcmp() to havePhilip Guenther
2015-02-12Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALLJoel Sing
2015-02-12swap limits.h for sys/limits.hBrent Cook
2015-02-12Switch the printing of open sockets from ugly KVM internals to useClaudio Jeker
2015-02-11do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze
2015-02-11explicit blocks close out .Nd; fixing data structure corruptionIngo Schwarze
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-11Some packet error messages show the address of the peer, but might beDamien Miller
2015-02-10Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze
2015-02-10Introduce an openssl(1) certhash command.Joel Sing
2015-02-10Sanity check TZ environment variable; backport from sudo 1.8.12Todd C. Miller
2015-02-10Do not read past the end of the buffer if an "f" layout font modifierIngo Schwarze
2015-02-10trim trailing white space, no code change;Ingo Schwarze
2015-02-10Explain all WARNING, ERROR, and UNSUPP messages in the DIAGNOSTICS section.Ingo Schwarze
2015-02-09If the kmem options are in use, drop the gid earlier.Theo de Raadt
2015-02-09fix some leaks in error pathsJonathan Gray