summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-08-12Revert previous include file ordering change, for ssh to compile under gcc2Miod Vallat
2006-08-12a variation of netbsd -r1.18:Jason McIntyre
2006-08-11fix fidel bday as pt out by some revolutionary comaradesMichael Shalayeff
2006-08-11correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@.Xavier Santolaria
2006-08-10Check for int oflow w/ -b option and unit suffixes, make usage() __dead,Todd C. Miller
2006-08-10missing full stop; from matt jibsonJason McIntyre
2006-08-10use .Sq for single letters;Jason McIntyre
2006-08-09Add -a option as per single unix. Rewrote the code to generateTodd C. Miller
2006-08-09- indicate that -b, -l, and -p are mutually exclusiveJason McIntyre
2006-08-08let ed_patch_lines work with a c command that encompasses the last lineMarc Espie
2006-08-07More strlcpy/strlcat -> snprintf/xasprintf cleanup.Ray Lai
2006-08-07Flush printf buffer before directly writing to STDIN_FILENO. PreventsRay Lai
2006-08-06+.Sh STANDARDSJason McIntyre
2006-08-06"zlib.h" can be <zlib.h>; ok djm@ markus@Kevin Steves
2006-08-05Remove "with with" typos.Ray Lai
2006-08-05Typo in commentDarren Tucker
2006-08-05Zap unused variables in -DSKEY code. ok djm@Darren Tucker
2006-08-05Add headers required to build with -DSKEY. ok djm@Darren Tucker
2006-08-05Add headers required to build with KERBEROS5=no. ok djm@Darren Tucker
2006-08-04spacesKevin Steves
2006-08-04Make -n flag refer to -N flag instead of the other way around, since theRay Lai
2006-08-04Add bug: may not work with binary data.Ray Lai
2006-08-04Remove unnecessary strlcpy/strlcat.Ray Lai
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-02strlcpy/strlcat overload made deraadt@ sick; change to xasprintf.Ray Lai
2006-08-02rcs_buf_set(), rcs_buf_append, and rcs_buf_fappend should not returnRay Lai
2006-08-02Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS.Ray Lai
2006-08-02Fix a lot of buffer overflows and make the code more binary safe.Ray Lai
2006-08-01clean extra spacesKevin Steves
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-08-01* move sys/queue.h inclusion to sysdef.h (it's system specific)Jason Wright
2006-08-01Allow fallback to known_hosts entries without port qualifiers forDarren Tucker
2006-08-01Reduce rcs_buf_release() usage, improving binary support.Ray Lai
2006-07-31Minor KNF.Ray Lai
2006-07-30order includes to KNFKevin Steves
2006-07-30Remove double variable assignment.Ray Lai
2006-07-30Sync some whitespace changes from rcs. No binary change.Ray Lai
2006-07-28Recalculate buffer length after each expansion.Ray Lai
2006-07-27unused functionTheo de Raadt
2006-07-27avoid confusing wording in HashKnownHosts:Jason McIntyre
2006-07-27Second try at adding binary file support to rcs_expand_keywords(),Ray Lai
2006-07-27Pull in improper memory allocation from RCS:Ray Lai
2006-07-27Not were we allocating memory for a pointer array, it wasn't even forRay Lai
2006-07-27unused variableTheo de Raadt
2006-07-27spacingTheo de Raadt
2006-07-27unused variableTheo de Raadt
2006-07-26Make tftp atoi() free.Marcus Glocker
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespaceTheo de Raadt
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26Mini KNF. No binary changes.Marcus Glocker