summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-08-18make signal handler termination path shorter; risky code pointed out byTheo de Raadt
2006-08-18tip/cu always set "dc" because the code was reading from the wrong valueJason Wright
2006-08-18Move backward-paragraph, forward-paragraph to M-{, M-} respectively.Kjell Wooding
2006-08-16factor inetd connection, TCP listen and main TCP accept loop out of main()Damien Miller
2006-08-16Improve rcs_buf_load() by setting errno appropriately on failure andRay Lai
2006-08-15The Hindenburg crashed at 6th May 1937 and not 6th March 1939Jasper Lievisse Adriaanse
2006-08-15the war is over. everybody get naked!Michael Shalayeff
2006-08-14files_differ() should return -1 on error, according to comments. MakeRay Lai
2006-08-14Add Auto-Submitted header in generated mail as per RFC 3834.Todd C. Miller
2006-08-14Add ability to match groups to Match keyword in sshd_config. Feedback djm@,Darren Tucker
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