summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-12-29fix zgrep failure when the uncompressed file begins with a newlineCan Erkin Acar
also, search from the beginning if a stream or compressed file is identified as 'binary'. ok millert@, reported by tedu@, tested by jose@
2003-12-29KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OKTodd C. Miller
2003-12-29Cleanup: KNF, -Wall, do not use pointers if the actual var isOtto Moerbeek
available, plus some other minor cleanup. New features: Allow explicit precision 0. For infinite sequences, do not print trailing newline if the counter wraps. Testing by henning@ and jmc@ ok deraadt@
2003-12-29typo from form@ (evil qwerty)Michael Shalayeff
2003-12-29yet another so called edison's invention patentationMichael Shalayeff
2003-12-29typoMichael Shalayeff
2003-12-29a few more for today/tomorrowMichael Shalayeff
2003-12-28Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.Otto Moerbeek
From PR 1974. ok henning@ jose@
2003-12-28Follow Posix when writing non-matching lines. Historically, join(1)Otto Moerbeek
did not change the order of fields of non-matching lines if no -o option was used, but -a or -v was specified. This update writes the join field first, followed by the remaining fields of a non-matching line. This change breaks the old security(8), so don't forget to update /etc/security. From PR 2208. Testing and man page help and ok by jmc@ ok millert@ deraadt@
2003-12-28fixes from wiz@netbsd;Jason McIntyre
2003-12-28various doc fixes from wiz@netbsd;Jason McIntyre
2003-12-27Fix cut-n-paste oversight in pfsync_stats().Ryan Thomas McBride
2003-12-23implement KerberosGetAFSToken server option. ok markus@, beck@Jakob Schlyter
2003-12-23If we are in -k/-K mode, just spew to stderr. It is not unusualTodd C. Miller
for users to place "sudo -k" in a .logout file which can cause sudo to be run during reboot after ypbind has died. Previously, this would result in useless mail and logging. Requested by mickey@
2003-12-22remove a suplicate commentMichael Shalayeff
2003-12-22do not re-include name in err() call; andrushock@korovino.netTheo de Raadt
2003-12-22EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.frMarkus Friedl
2003-12-22tidy up moduli generation debugging, add -v (verbose/debug) option toDamien Miller
ssh-keygen; ok markus@
2003-12-20- use .I and .B instead of .IT and .UL, respectively, to respect punctuationJason McIntyre
- make this page look better when formatted as text - make function descriptions more closely match the man page - typos
2003-12-19Pass SIGINT to dc process.Otto Moerbeek
2003-12-19Do something sensible on ^C: unwind stack and be ready for new input.Otto Moerbeek
2003-12-19- adjust some list widths for better postscript outputJason McIntyre
- reference printf(1) for a list of C escapes
2003-12-19add an example showing how to print to standard error;Jason McIntyre
suggested by otto@
2003-12-18document various aspects of awk behaviour:Jason McIntyre
- when newlines are permissible - effects of null RS - $NF can be used to find value of last field - -F [ ] can be used to set FS to a single space - t and \t are synonyms when used with FS. use [t] for a literal `t'. - make [prog | -f profile] optional again in SYNOPSIS Also move the functions to the end of the page for a more logical layout.
2003-12-18random numbers are obtained via arc4random(3), not random(3);Jason McIntyre
from FreeBSD PR 54879, forwarded by otto@; ok otto@
2003-12-17- add -w to options descriptionJason McIntyre
- document default refresh interval - sync usage() with SYNOPSIS inspired by PR 3608; ok deraadt@
2003-12-17remove old -M and -N; 3608Theo de Raadt
2003-12-16do not implement -L (print copyright) with SMALLHenning Brauer
186 bytes more bytes we can waste elsewhere
2003-12-16really don't implement unzip #ifdef SMALLHenning Brauer
this was in the tested diffs but slipped through when committing unfortunately, sorry
2003-12-16really don't do -V #ifdef SMALLHenning Brauer
2003-12-16do not include rcsids with -DSMALL and as it is meaningless then do notHenning Brauer
implement -V then. following a discussion with millert@
2003-12-16when we read the original file size from the gzp header in uncompress modeHenning Brauer
and compare it to total_out to detect I/O errors we need to cast total_out to u_int32_t as the gzip header file is limited to that and total_out is now 64 bits. ok millert@
2003-12-16for -DSMALL, do not include rcsid[]sTheo de Raadt
2003-12-16Avoid segmentation fault when empty commands are specified in theOtto Moerbeek
config file; resolves PR 3578. ok deraadt@ millert@
2003-12-16Support MANPAGER environment variable plus some KNF I had in my tree.Todd C. Miller
Closes PR 3563
2003-12-16avoid name clash with newer libz; breaks on static archsHenning Brauer
ok millert@
2003-12-16use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < ↵Markus Friedl
DH_GRP_MIN
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@
2003-12-16expand documentation of built-ins:Jason McIntyre
group them according to POSIX - arithmetic, string, I/O, general and better document how they work. use section headers for more logical navigation. ok jose@
2003-12-15jot.1:Jason McIntyre
- use .Bk/.Ek for SYNOPSIS - sort options - better -width for options list - reword examples to make them clearer - fix broken example, as reported by Takanori Isihara jot.c: - sync usage() with SYNOPSIS
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
Implemented as an in-kernel multicast IP protocol. Turn it on like this: # ifconfig pfsync0 up syncif fxp0 There is not yet any authentication on this protocol, so the syncif must be on a trusted network. ie, a crossover cable between the two firewalls. NOTABLE CHANGES: - A new index based on a unique (creatorid, stateid) tuple has been added to the state tree. - Updates now appear on the pfsync(4) interface; multiple updates may be compressed into a single update. - Applications which use bpf on pfsync(4) will need modification; packets on pfsync no longer contains regular pf_state structs, but pfsync_state structs which contain no pointers. Much more to come. ok deraadt@
2003-12-15shorter function namesVincent Labrecque
2003-12-14install awk USD;Jason McIntyre
i have replaced the out of date refer(1) stuff with man page references, and updated the doc slightly to sync with current awk; ok mickey@
2003-12-14we don't support GSS KEX; from Simon WilkinsonMarkus Friedl
2003-12-12- update SYNOPSISJason McIntyre
- standard options list - document -V and -d[n] - -mr and -mf no longer supported - some formatting issues - descriptions of examples before examples and indent examples - update SEE ALSO ok millert@
2003-12-12Update, mostly from FreeBSD:Otto Moerbeek
o Realloc cleanup. o Some long vs int cleanup. o Implement the Posix defined 0 as -o field value, meaning the join field. o Allow both -a 1 and -a1, and warn if the backward compatibility "-a without a number" is used. ok millert@ deraadt@
2003-12-12term 3 cleanup, ok from brezakTheo de Raadt
2003-12-12reomve some junkTheo de Raadt
2003-12-11Sync usage() with SYNOPSIS in grep(1).Ryan Thomas McBride
ok deraadt@ jmc@
2003-12-11Document use of [pattern] without -e, give example of -v with multipleRyan Thomas McBride
patterns. ok deraadt@ jmc@