Age | Commit message (Expand) | Author |
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 |
2006-07-27 | Second try at adding binary file support to rcs_expand_keywords(), | Ray Lai |
2006-07-27 | Pull in improper memory allocation from RCS: | Ray Lai |
2006-07-27 | Not were we allocating memory for a pointer array, it wasn't even for | Ray Lai |
2006-07-27 | unused variable | Theo de Raadt |
2006-07-27 | spacing | Theo de Raadt |
2006-07-27 | unused variable | Theo de Raadt |
2006-07-26 | Make tftp atoi() free. | Marcus Glocker |
2006-07-26 | TIMEOUT* values are not part of the protocol. tftp.h is a namespace | Theo de Raadt |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-26 | Mini KNF. No binary changes. | Marcus Glocker |