Age | Commit message (Expand) | Author |
2010-09-20 | missing #include | Damien Miller |
2010-09-20 | check that received values are smaller than the group size in the | Damien Miller |
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 |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-19 | - remove BUGS: it was out of date | Jason McIntyre |
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 |
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 |
2010-09-13 | Prevent .Pp and .Lp from looping endlessly on punctuation. | Ingo Schwarze |
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 |
2010-09-11 | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott |
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 |
2010-09-11 | Fixed typo. | Tobias Stoeckmann |
2010-09-10 | * mention ECDSA in more places | Christian Weisgerber |
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 |
2010-09-08 | aucat: getpwnam: No such file or directory | Theo de Raadt |
2010-09-08 | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott |
2010-09-08 | Improve buf.c comments, from zinovik. | Nicholas Marriott |
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 |
2010-09-08 | Use SIZE_LEFT macro to determine left size instead of calculating with | Tobias Stoeckmann |
2010-09-08 | work around name-space collisions some buggy compilers (looking at you | Theo de Raadt |
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 |
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 |
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 |
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | Tobias Stoeckmann |
2010-09-03 | Make second parameter of poll() the correct type. Removes compile warning. | lum |
2010-09-02 | Switch ECDSA default key size to 256 bits, which according to RFC5656 | Christian Weisgerber |
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 |
2010-09-02 | rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to | Tobias Stoeckmann |
2010-09-01 | prefer ECDH in a 256 bit curve field; prompted by naddy@ | Damien Miller |
2010-09-01 | Simplify xterm modifier detection by treating as a bitmask + 1. Spotted | Nicholas Marriott |
2010-09-01 | Reset running jobs when the status line is enabled or disabled as well, | Nicholas Marriott |
2010-09-01 | pick up ECDSA host key by default; ok djm@ | Christian Weisgerber |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller |