Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-27 | even less license issues | Theo de Raadt | |
1999-09-27 | correct for our ssh | Theo de Raadt | |
1999-09-26 | trash | Theo de Raadt | |
1999-09-26 | blowfish is always there | Theo de Raadt | |
1999-09-26 | fix make depend | Theo de Raadt | |
1999-09-26 | remove.c | Theo de Raadt | |
1999-09-26 | trash | Theo de Raadt | |
1999-09-26 | /etc has always been in the same place | Theo de Raadt | |
1999-09-26 | trash | Theo de Raadt | |
1999-09-26 | first cut of mandoc man pages from aaron | Theo de Raadt | |
1999-09-26 | distribution target | Theo de Raadt | |
1999-09-26 | use rresvport(), for random port allocation | Theo de Raadt | |
1999-09-26 | proper groups for install | Theo de Raadt | |
1999-09-26 | build ssh components using our build model | Theo de Raadt | |
1999-09-26 | all the idea code goes away | Theo de Raadt | |
1999-09-26 | i 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-26 | Increase MAXMAGIS again, and change the reallocation - don't need to | Ian Darwin | |
skimp on memory as much as when this code was written! (Thanks Theo). | |||
1999-09-26 | remove unneeded changes | Michael Shalayeff | |
1999-09-26 | Antti Kantee: bin/7918: sidtune support for file(1) | Ian Darwin | |
1999-09-26 | read/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-25 | add processing of netbsd syscall emulation | kstailey | |
1999-09-25 | use exec | Paul Janzen | |
1999-09-25 | Add :L/:U modificators (lowercase/uppercase) | Marc Espie | |
To use to get ports building more user-friendly. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | routing interface sends aligned to long word boundaries; itojun | Theo de Raadt | |
1999-09-21 | Build 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-16 | Do something sensible with division by 0 in expr. | Marc Espie | |
Noticed by aaron@. | |||
1999-09-16 | flesh out man -k even more because some people who probably deserve windows, ↵ | Theo de Raadt | |
still do not read that far | |||
1999-09-14 | types | Theo de Raadt | |
1999-09-14 | Style: 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-14 | Add support for hex constants. | Marc Espie | |
Not the same code as NetBSD. | |||
1999-09-14 | mktemp -> mkstemp | Marc Espie | |
1999-09-14 | Implement -I option and M4PATH environment variable | Marc Espie | |
1999-09-14 | atq prints 2 digits for year | Theo de Raadt | |
1999-09-12 | correct exit value; noted by shinobi@monkey.org | Todd C. Miller | |
1999-09-10 | Don'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-09 | Bug-fix: thinko | Marc Espie | |
1999-09-07 | The descriptions of the -C and -N options were swapped. Also, mention | Todd C. Miller | |
that /dev/ksysms is used in preference to /bsd. | |||
1999-09-06 | Remove 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-06 | Use EOS pervasively. | Marc Espie | |
1999-09-06 | Get 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-06 | synch | Marc Espie | |
1999-09-06 | Misc minor changes: | Marc Espie | |
- use err.h and kill oops, - use __progname and kill basename, - let indx use strstr - proper EOS decl | |||
1999-09-06 | Optimize STREQ/STREQN some more | Marc Espie | |
1999-09-06 | Typo | Marc Espie | |
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt | |
1999-09-02 | print i386 irqs nicer, so that sharing is more obvious | Theo de Raadt | |
1999-09-01 | Correct SYNOPSYS; no -h option exists. | Aaron Campbell | |
1999-08-31 | patch file should hold at least one patch, otherwise we're entitled to | Marc Espie | |
a diagnostic. |