summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1999-09-27even less license issuesTheo de Raadt
1999-09-27correct for our sshTheo de Raadt
1999-09-26trashTheo de Raadt
1999-09-26blowfish is always thereTheo de Raadt
1999-09-26fix make dependTheo de Raadt
1999-09-26remove.cTheo de Raadt
1999-09-26trashTheo de Raadt
1999-09-26/etc has always been in the same placeTheo de Raadt
1999-09-26trashTheo de Raadt
1999-09-26first cut of mandoc man pages from aaronTheo de Raadt
1999-09-26distribution targetTheo de Raadt
1999-09-26use rresvport(), for random port allocationTheo de Raadt
1999-09-26proper groups for installTheo de Raadt
1999-09-26build ssh components using our build modelTheo de Raadt
1999-09-26all the idea code goes awayTheo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.
1999-09-26Increase MAXMAGIS again, and change the reallocation - don't need toIan Darwin
skimp on memory as much as when this code was written! (Thanks Theo).
1999-09-26remove unneeded changesMichael Shalayeff
1999-09-26Antti Kantee: bin/7918: sidtune support for file(1)Ian Darwin
1999-09-26read/write, and compressor->read/write results are signed values.Marc Espie
Adjust types and error checks, so that error checking actually occurs. [This lets cat garbage|zcat correctly detect bad headers instead of dumping core]
1999-09-25add processing of netbsd syscall emulationkstailey
1999-09-25use execPaul Janzen
1999-09-25Add :L/:U modificators (lowercase/uppercase)Marc Espie
To use to get ports building more user-friendly.
1999-09-23Typo fixes.Alex Feldman
1999-09-22routing interface sends aligned to long word boundaries; itojunTheo de Raadt
1999-09-21Build some proper prototypes, fix minor nits.Marc Espie
Add some proper error handling to object file parsing, deciding whether it's a bad object file or something ranlib should not care about, so that archives that mix non object files with object files don't get killed by the `mixed object archive' check.
1999-09-16Do something sensible with division by 0 in expr.Marc Espie
Noticed by aaron@.
1999-09-16flesh out man -k even more because some people who probably deserve windows, ↵Theo de Raadt
still do not read that far
1999-09-14typesTheo de Raadt
1999-09-14Style: kill register and indent properly.Marc Espie
Let indx match netbsd flavor, to simplify diffs. Show how many quotes were not closed. Increase stack slightly, now that we're no longer bound by argspace.
1999-09-14-I works better when activated...Marc Espie
Fuss with prototypes.
1999-09-14Add support for hex constants.Marc Espie
Not the same code as NetBSD.
1999-09-14mktemp -> mkstempMarc Espie
1999-09-14Implement -I option and M4PATH environment variableMarc Espie
1999-09-14atq prints 2 digits for yearTheo de Raadt
1999-09-12correct exit value; noted by shinobi@monkey.orgTodd C. Miller
1999-09-10Don't unlock the skeykeys file before the fclose since stdio may still have ↵Todd C. Miller
some data buffered. Closing the file is enough to unlock it.
1999-09-09Bug-fix: thinkoMarc Espie
1999-09-07The descriptions of the -C and -N options were swapped. Also, mentionTodd C. Miller
that /dev/ksysms is used in preference to /bsd.
1999-09-06Remove STRSPACE limitations.Marc Espie
A bit wasteful, but not too intrusive. Also remove pushback buffer limitations, as this would be mostly useless otherwise. Incidentally, pushback buffer overflow detection in pbstr was wrong.
1999-09-06Use EOS pervasively.Marc Espie
1999-09-06Get rid of mktemp in the handling of diversion.Marc Espie
Simply put, mkstemp/unlink/rewind has the proper semantics under Unix, and so we don't have to keep track about temp file names and remove them.
1999-09-06synchMarc Espie
1999-09-06Misc minor changes:Marc Espie
- use err.h and kill oops, - use __progname and kill basename, - let indx use strstr - proper EOS decl
1999-09-06Optimize STREQ/STREQN some moreMarc Espie
1999-09-06TypoMarc Espie
1999-09-03proto bcrypt_gensalt()Theo de Raadt
1999-09-02print i386 irqs nicer, so that sharing is more obviousTheo de Raadt
1999-09-01Correct SYNOPSYS; no -h option exists.Aaron Campbell
1999-08-31patch file should hold at least one patch, otherwise we're entitled toMarc Espie
a diagnostic.