summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2000-03-27allow bigger packetsMarkus Friedl
2000-03-27ssh2 message type codesMarkus Friedl
2000-03-27Add HPGL2 printer entyr (Pavel Lisy)Ian Darwin
2000-03-27Add Photoshop sub-type to JPEG.Ian Darwin
2000-03-27sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a listTodd C. Miller
of changes.
2000-03-26Update to ncurses-5.0-20000325Todd C. Miller
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
They serve no purpose, except hiding potential bugs. In particular, remove (ClientData) cast from macro, showing potentially troublesome use of Hashes to store time_t.
2000-03-26Passing an (int) instead of an (int*) won't work.Marc Espie
Those casts are evil...
2000-03-26Remove refCount for suffixes.Marc Espie
- suffixes can't be removed from suffList except when an explicit reset is seen, e.g., .SUFFIXES: This actually occurs seldom enough that the very small memory gain does not justify the extra code and added complexity. (Removing suffixes at other times, as the old code used to do, is a bug)
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.
2000-03-24Typo.Ian Darwin
2000-03-24fix spelling errors, From: FreeBSDBrad Smith
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-03-23Please note that this file has not been updated for OpenSSH.....Markus Friedl
2000-03-23switch to raw mode only if he _get_ a pty (not if we _want_ a pty).Markus Friedl
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-23When calling sendmail, use "--" to indicate end of command line arguments.Todd C. Miller
This prevents someone from sneaking arbitrary args to sendmail via the Reply-To: or From: lines.
2000-03-23not changes in scriptEric Jackson
2000-03-23Change prompt string from "Location:" to "Office Location:", to disambiguateAaron Campbell
from what is expected, and to be consistent with finger(1); from FreeBSD. This file was missed from a previous commit. :-(
2000-03-22Put BUGS section after HISTORY.Aaron Campbell
2000-03-22Make script give correct return values; adapted from FreeBSDEric Jackson
2000-03-22Avoid the chdir entirely by prefixing _PATH_DEV to the tty name whenTodd C. Miller
doing a stat. This makes the -T and -u flags work in confunction with a file argument.
2000-03-22fix overflows, ok aaron@Markus Friedl
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-03-22Note that ``chfn'' and ``chsh'' are synonyms for ``chpass'', and reflect thisAaron Campbell
in the NAME section as well; d@, deraadt@ ok
2000-03-21-WallMarkus Friedl
2000-03-21only chdir() if needed. This affected having who reading different fileEric Jackson
2000-03-21The BUGS section comes after HISTORY, usually.Aaron Campbell
2000-03-20Print statistics about crypto failures in IPsec processing.Angelos D. Keromytis
2000-03-18Last needed m4 changes to bootstrap autoconf without gnu-m4.Marc Espie
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-03-15Repair mdoc botch.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-14support DESTDIR include fetching; dmTheo de Raadt
2000-03-14Disable suffix removal for now, as it's buggy.Marc Espie
*If* refcounting is to be useful, the actual erasure of suffixes data should occur when stuff is moved from the suffList to the cleanList, and it's not at all clear whether all the extra baggage is actually any use. How many suffixes are we talking about anyway ? This lets gnupg build correctly without gnu-make.
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-13update to ncurses-5.0-20000311Todd C. Miller
2000-03-12If no 'begin' key on keypad, use 'home' instead since PC keyboardsTodd C. Miller
have 'home', not 'begin'.
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-11Add a few builtins for greater compatibility with gnu-m4, and extendedMarc Espie
functionality. * regular expressions, * line-number reporting * `meta'-macros, builtin and indir. Reviewed by pjanzen@, tested by fries@ and a few others.
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-10Convert to newer style.Aaron Campbell
2000-03-10plug leakDavid Leonard
2000-03-10Update to ncurses-5.0-20000304Todd C. Miller
2000-03-09Pull in fnctl modeul so we are sure to get O_* for sysopen().Todd C. Miller
2000-03-09disallow guessing of root passwordMarkus Friedl
2000-03-08Various cleanups and improvements.Aaron Campbell