Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2004-01-05 | nm digs elf and merges w/ size; millert@ ok | Michael Shalayeff | |
2004-01-05 | Get rid of volatile variables that were a vain attempt to prevent the | Todd C. Miller | |
compiler from optimizing away memset() calls. Instead, add a new function, zero_bytes(), to clear buffers with sensitive contents. Taken from the sudo cvs repo, man. | |||
2004-01-03 | missing proto; ok hin | Peter Valchev | |
2004-01-03 | Silence a gcc warning: "initialization from incompatible pointer type" | Todd C. Miller | |
The problem is that while ANSI C allows initialization of unions, the initializer must be valid for the first member of the union. Therefore, add a cast to quiet the compiler. Noticed and Ok pvalchev@ | |||
2004-01-03 | Fix format type mismatch (int vs. ssize_t). | Todd C. Miller | |
2004-01-03 | as if we didn't know... | Henning Brauer | |
2004-01-02 | some corrections/improvements to the VI COMMANDS section; | Jason McIntyre | |
2004-01-02 | new year was around spring equinox and not on winter solstice and thus ↵ | Michael Shalayeff | |
rearrange it properly | |||
2004-01-02 | point people to re_format(7) for a description of basic regular | Jason McIntyre | |
expressions, rather than regex(3); from Greg A. Woods; | |||
2004-01-02 | use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES; | Jason McIntyre | |
from deraadt@ | |||
2004-01-01 | Explain how jot does rounding and truncation. Help from jmc@ | Otto Moerbeek | |
ok jmc@ millert@ deraadt@ | |||
2003-12-31 | fix -r description now that millert has fixed the code; | Jason McIntyre | |
2003-12-31 | Both POSIX and the man page says that "vi -r foo" is run where foo does not | Todd C. Miller | |
exist and has no recovery file that vi shall present an error and edit foo as a new file. This change makes the behavior match the documentation; previously it just spat out an error and quit. Problem found by jmc@ | |||
2003-12-31 | mdoc vi(1); also better document current behaviour and add some missing | Jason McIntyre | |
commands; feedback and ok millert@ naddy@ | |||
2003-12-31 | Ignore password change request during password auth (which we currently don't | Darren Tucker | |
support) and discard proposed new password. corrections/ok markus@ | |||
2003-12-30 | a few more for the new years day | Michael Shalayeff | |
2003-12-30 | +lolita, fix stalin as a few pplz pt out | Michael Shalayeff | |
2003-12-30 | o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number. | Otto Moerbeek | |
o Document and warn that seeding the random generator is no longer supported since arc4random is used as the RG. ok jose@ millert@ | |||
2003-12-30 | a few more for tomorrow | Michael Shalayeff | |
2003-12-29 | fix zgrep failure when the uncompressed file begins with a newline | Can 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-29 | KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK | Todd C. Miller | |
2003-12-29 | Cleanup: KNF, -Wall, do not use pointers if the actual var is | Otto 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-29 | typo from form@ (evil qwerty) | Michael Shalayeff | |
2003-12-29 | yet another so called edison's invention patentation | Michael Shalayeff | |
2003-12-29 | typo | Michael Shalayeff | |
2003-12-29 | a few more for today/tomorrow | Michael Shalayeff | |
2003-12-28 | Introduce -4 and -6: options to force usage of IPv4 or IPv6 only. | Otto Moerbeek | |
From PR 1974. ok henning@ jose@ | |||
2003-12-28 | Follow 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-28 | fixes from wiz@netbsd; | Jason McIntyre | |
2003-12-28 | various doc fixes from wiz@netbsd; | Jason McIntyre | |
2003-12-27 | Fix cut-n-paste oversight in pfsync_stats(). | Ryan Thomas McBride | |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter | |
2003-12-23 | If we are in -k/-K mode, just spew to stderr. It is not unusual | Todd 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-22 | remove a suplicate comment | Michael Shalayeff | |
2003-12-22 | do not re-include name in err() call; andrushock@korovino.net | Theo de Raadt | |
2003-12-22 | EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr | Markus Friedl | |
2003-12-22 | tidy up moduli generation debugging, add -v (verbose/debug) option to | Damien Miller | |
ssh-keygen; ok markus@ | |||
2003-12-20 | - use .I and .B instead of .IT and .UL, respectively, to respect punctuation | Jason McIntyre | |
- make this page look better when formatted as text - make function descriptions more closely match the man page - typos | |||
2003-12-19 | Pass SIGINT to dc process. | Otto Moerbeek | |
2003-12-19 | Do something sensible on ^C: unwind stack and be ready for new input. | Otto Moerbeek | |
2003-12-19 | - adjust some list widths for better postscript output | Jason McIntyre | |
- reference printf(1) for a list of C escapes | |||
2003-12-19 | add an example showing how to print to standard error; | Jason McIntyre | |
suggested by otto@ | |||
2003-12-18 | document 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-18 | random 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 description | Jason McIntyre | |
- document default refresh interval - sync usage() with SYNOPSIS inspired by PR 3608; ok deraadt@ | |||
2003-12-17 | remove old -M and -N; 3608 | Theo de Raadt | |
2003-12-16 | do not implement -L (print copyright) with SMALL | Henning Brauer | |
186 bytes more bytes we can waste elsewhere | |||
2003-12-16 | really don't implement unzip #ifdef SMALL | Henning Brauer | |
this was in the tested diffs but slipped through when committing unfortunately, sorry | |||
2003-12-16 | really don't do -V #ifdef SMALL | Henning Brauer | |