Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-21 | When calculating string lengths, resolve escape sequences and use | Ingo Schwarze | |
their actual lengths. Will improve vertical alignment in some uncommon situations, for example when escape sequences occur in list or column width strings or in .Nm block arguments in the SYNOPSIS. From kristaps@. | |||
2010-09-20 | remove remaining pod2man escapes, mandoc now uses the standard preamble; | Ingo Schwarze | |
from kristaps@ | |||
2010-09-20 | Format multiple authors (.%A) in the same way as groff: | Ingo Schwarze | |
Two authors with "and", but without a comma. Three or more with commata, and an "and" before the last one. From kristaps@. | |||
2010-09-20 | Make .Pp .Lp .br not FATAL when having arguments; | Ingo Schwarze | |
From kristaps@ | |||
2010-09-20 | "atomically" create the listening mux socket by binding it on a temorary | Damien Miller | |
name and then linking it into position after listen() has succeeded. this allows the mux clients to determine that the server socket is either ready or stale without races. stale server sockets are now automatically removed ok deraadt | |||
2010-09-20 | oops! missing quote in previous; | Jason McIntyre | |
2010-09-20 | missing #include | Damien Miller | |
2010-09-20 | check that received values are smaller than the group size in the | Damien Miller | |
disabled and unfinished J-PAKE code. avoids catastrophic security failure found by Sebastien Martini | |||
2010-09-20 | install a SIGCHLD handler to reap expiried child process; ok markus@ | Damien Miller | |
2010-09-19 | Shorten text pointing from -X to -print0. | Ingo Schwarze | |
Add pointer from -print0 to xargs(1). Add an EXAMPLE to demonstrate \( ... -or ... \) -print0. Stop advertising -print | xargs, which is dangerous. Add a CAVEAT about passing find(1) output to other programs. Mostly from joachimschipper dot nl; using feedback from jmc@ and sthen@, and tweaked myself; ok jmc@ | |||
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-09-19 | - remove BUGS: it was out of date | Jason McIntyre | |
- better Nd; from schwarze ok schwarze | |||
2010-09-18 | claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@ | Stuart Henderson | |
2010-09-18 | add forgotten ``return NULL'' when a .wav file fails to get the | Alexandre Ratchov | |
device with the required mode | |||
2010-09-15 | fix SYNOPSIS; | Jason McIntyre | |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze | |
ignore embedded escapes and mathematical roff subexpressions. In roff copy mode, resolve "\\" to '\'. Allow ".xx\}" where xx is a macro to close roff conditional scope. Mandoc now handles the special character definitions in the pod2man(1) preamble, so remove the explicit redefinitions in chars.c/chars.in. From kristaps@. I have checked that this causes no relevant change to the Perl manuals. The only change introduced is that some non-ASCII characters rendered incorrectly before are now rendered incorrectly in a different way. For example, e accent aigu was "e", now is "e'" and c cedille was "c", now is "c,". | |||
2010-09-13 | Prevent .Pp and .Lp from looping endlessly on punctuation. | Ingo Schwarze | |
Fix for .Pp from kristaps@, i applied the same to .Lp. Bug reported by espie@. | |||
2010-09-11 | mention RFC 5656 for ECC stuff | Damien Miller | |
2010-09-11 | Ugh. Pass the right type into tty_term_has. Teaches me to make last | Nicholas Marriott | |
minute changes :-/. | |||
2010-09-11 | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott | |
terminals (I'm looking at you, putty) which disable the vt100 ACS mode switching sequences in UTF-8 mode. Also on terminals without ACS at all, use ASCII equivalents where obvious. | |||
2010-09-11 | Ignore terminal overrides settings without a value. | Nicholas Marriott | |
2010-09-11 | When resizing the copy mode screen, don't allow it to end up with the | Nicholas Marriott | |
viewable position beyond the size of the history. | |||
2010-09-11 | Fixed typo. | Tobias Stoeckmann | |
ok ray, zinovik | |||
2010-09-10 | * mention ECDSA in more places | Christian Weisgerber | |
* less repetition in FILES section * SSHv1 keys are still encrypted with 3DES help and ok jmc@ | |||
2010-09-10 | fix ident | Damien Miller | |
2010-09-09 | nessesary -> necessary. | Miod Vallat | |
2010-09-09 | ECDH/ECDSA compliance fix: these methods vary the hash function they use | Damien Miller | |
(SHA256/384/512) depending on the length of the curve in use. The previous code incorrectly used SHA256 in all cases. This fix will cause authentication failure when using 384 or 521-bit curve keys if one peer hasn't been upgraded and the other has. (256-bit curve keys work ok). In particular you may need to specify HostkeyAlgorithms when connecting to a server that has not been upgraded from an upgraded client. ok naddy@ | |||
2010-09-08 | aucat: getpwnam: No such file or directory | Theo de Raadt | |
is not a proper error message. | |||
2010-09-08 | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott | |
session (yes, it doesn't match window/pane, but so what, nor does switch-client). Based on a diff long ago from "edsouza". | |||
2010-09-08 | Improve buf.c comments, from zinovik. | Nicholas Marriott | |
ok stsp | |||
2010-09-08 | Do not crash if the screen size is too small for the indicator in copy mode. | Nicholas Marriott | |
2010-09-08 | Set rcs_suffixes to default value on initialization. | Tobias Stoeckmann | |
ok ray zinovik | |||
2010-09-08 | Use SIZE_LEFT macro to determine left size instead of calculating with | Tobias Stoeckmann | |
pointers. ok zinovik | |||
2010-09-08 | work around name-space collisions some buggy compilers (looking at you | Theo de Raadt | |
gcc, at least in earlier versions, but this does not forgive your current transgressions) seen between zlib and openssl ok djm | |||
2010-09-08 | typo | Damien Miller | |
2010-09-07 | Remove stray spaces. No code change. | Marco Peereboom | |
2010-09-06 | add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com> | Christian Weisgerber | |
ok deraadt@ | |||
2010-09-06 | decl before code for compiler compatibility | Theo de Raadt | |
2010-09-06 | fix an off by one found by parfait | Jonathan Gray | |
ok schwarze@ and kristaps | |||
2010-09-04 | two more EXIT STATUS sections; | Jason McIntyre | |
2010-09-03 | add EXIT STATUS (these two were hiding...); | Jason McIntyre | |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre | |
2010-09-03 | zap trailing whitespace; | Jason McIntyre | |
2010-09-03 | Make 'file' an argument in -f description. | lum | |
ok jmc@ | |||
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | Tobias Stoeckmann | |
OpenRCS. ok xsa, zinovik | |||
2010-09-03 | Make second parameter of poll() the correct type. Removes compile warning. | lum | |
advice and ok martynas@ | |||
2010-09-02 | Switch ECDSA default key size to 256 bits, which according to RFC5656 | Christian Weisgerber | |
should still be better than our current RSA-2048 default. ok djm@, markus@ | |||
2010-09-02 | unbreak ControlPersist=yes for ControlMaster=yes; ok djm@ | Markus Friedl | |
2010-09-02 | permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ | Markus Friedl | |
2010-09-02 | remove trailing whitespace. | Igor Sobrado | |