Age | Commit message (Expand) | Author |
2006-08-18 | make signal handler termination path shorter; risky code pointed out by | Theo de Raadt |
2006-08-18 | tip/cu always set "dc" because the code was reading from the wrong value | Jason Wright |
2006-08-18 | Move backward-paragraph, forward-paragraph to M-{, M-} respectively. | Kjell Wooding |
2006-08-16 | factor inetd connection, TCP listen and main TCP accept loop out of main() | Damien Miller |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-08-15 | The Hindenburg crashed at 6th May 1937 and not 6th March 1939 | Jasper Lievisse Adriaanse |
2006-08-15 | the war is over. everybody get naked! | Michael Shalayeff |
2006-08-14 | files_differ() should return -1 on error, according to comments. Make | Ray Lai |
2006-08-14 | Add Auto-Submitted header in generated mail as per RFC 3834. | Todd C. Miller |
2006-08-14 | Add ability to match groups to Match keyword in sshd_config. Feedback djm@, | Darren Tucker |
2006-08-12 | Revert previous include file ordering change, for ssh to compile under gcc2 | Miod Vallat |
2006-08-12 | a variation of netbsd -r1.18: | Jason McIntyre |
2006-08-11 | fix fidel bday as pt out by some revolutionary comarades | Michael Shalayeff |
2006-08-11 | correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@. | Xavier Santolaria |
2006-08-10 | Check for int oflow w/ -b option and unit suffixes, make usage() __dead, | Todd C. Miller |
2006-08-10 | missing full stop; from matt jibson | Jason McIntyre |
2006-08-10 | use .Sq for single letters; | Jason McIntyre |
2006-08-09 | Add -a option as per single unix. Rewrote the code to generate | Todd C. Miller |
2006-08-09 | - indicate that -b, -l, and -p are mutually exclusive | Jason McIntyre |
2006-08-08 | let ed_patch_lines work with a c command that encompasses the last line | Marc Espie |
2006-08-07 | More strlcpy/strlcat -> snprintf/xasprintf cleanup. | Ray Lai |
2006-08-07 | Flush printf buffer before directly writing to STDIN_FILENO. Prevents | Ray Lai |
2006-08-06 | +.Sh STANDARDS | Jason McIntyre |
2006-08-06 | "zlib.h" can be <zlib.h>; ok djm@ markus@ | Kevin Steves |
2006-08-05 | Remove "with with" typos. | Ray Lai |
2006-08-05 | Typo in comment | Darren Tucker |
2006-08-05 | Zap unused variables in -DSKEY code. ok djm@ | Darren Tucker |
2006-08-05 | Add headers required to build with -DSKEY. ok djm@ | Darren Tucker |
2006-08-05 | Add headers required to build with KERBEROS5=no. ok djm@ | Darren Tucker |
2006-08-04 | spaces | Kevin Steves |
2006-08-04 | Make -n flag refer to -N flag instead of the other way around, since the | Ray Lai |
2006-08-04 | Add bug: may not work with binary data. | Ray Lai |
2006-08-04 | Remove unnecessary strlcpy/strlcat. | Ray Lai |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-02 | strlcpy/strlcat overload made deraadt@ sick; change to xasprintf. | Ray Lai |
2006-08-02 | rcs_buf_set(), rcs_buf_append, and rcs_buf_fappend should not return | Ray Lai |
2006-08-02 | Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS. | Ray Lai |
2006-08-02 | Fix a lot of buffer overflows and make the code more binary safe. | Ray Lai |
2006-08-01 | clean extra spaces | Kevin Steves |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-08-01 | * move sys/queue.h inclusion to sysdef.h (it's system specific) | Jason Wright |
2006-08-01 | Allow fallback to known_hosts entries without port qualifiers for | Darren Tucker |
2006-08-01 | Reduce rcs_buf_release() usage, improving binary support. | Ray Lai |
2006-07-31 | Minor KNF. | Ray Lai |
2006-07-30 | order includes to KNF | Kevin Steves |
2006-07-30 | Remove double variable assignment. | Ray Lai |
2006-07-30 | Sync some whitespace changes from rcs. No binary change. | Ray Lai |
2006-07-28 | Recalculate buffer length after each expansion. | Ray Lai |
2006-07-27 | unused function | Theo de Raadt |
2006-07-27 | avoid confusing wording in HashKnownHosts: | Jason McIntyre |