summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-20oops, pointed out by Theogrr
1997-06-20need fewer of theseTheo de Raadt
1997-06-20add ELOOP support; shigio@wafu.netgate.netTheo de Raadt
1997-06-20boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' moreflipk
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something
1997-06-20count properly (;Michael Shalayeff
1997-06-20typoMichael Shalayeff
1997-06-20make SHA1Final(NULL, &ctx) behave as MD5Final, only update contextNiels Provos
1997-06-203des edeNiels Provos
1997-06-20comply with draft 3des mode is ede not eee + performance.Niels Provos
1997-06-20take out Cw disclosure.com, it precludes DS disclosure.comkstailey
1997-06-20add newline to messagekstailey
1997-06-20I wasted a lot of paper because of the way that printcap mx is handled.kstailey
I don't even have an mx in my printcap, the default is too small, a 45 page PostScript file with some images should not barf because of the default mx. I will deal with this in a better way later.
1997-06-20++minor since added a new functionTodd C. Miller
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE.kstailey
1997-06-20add my buildskstailey
1997-06-20add my builds, alpha sortkstailey
1997-06-20PORTAL goes back in with improved commentkstailey
1997-06-20sendmail 8.9.1kstailey
1997-06-20add my system, mostly to get masqueradingkstailey
1997-06-20off_t errorTheo de Raadt
1997-06-20if screenblank exists, start itTheo de Raadt
1997-06-20Copyright (29 lines of copyright for 21 lines of code) and tagkstailey
1997-06-20typecastoramaTheo de Raadt
1997-06-20Fixes OpenBSD PR kernel/230: system kernel sparc, submitted bygrr
russ@madhaus.utcs.utoronto.ca (Russell P. Sutherland). Kernel compile errors when AUDIO_C_HANDLER is defined, due to a syntax error: *(foo->bar)++ is an odd bit of coding.
1997-06-20WallTheo de Raadt
1997-06-20WallTheo de Raadt
1997-06-20WallTheo de Raadt
1997-06-20WallTheo de Raadt
1997-06-20WallTheo de Raadt
1997-06-20WallTheo de Raadt
1997-06-20strip%d not st%dTheo de Raadt
1997-06-20sigh, who wrote thisTheo de Raadt
1997-06-20Comment out some superfluous const declarations that cause cast warningsgrr
with gcc/alpha. We have bcopy(const void *...) so casting a const foo *bar as in bcopy((caddr_t) bar,...) for bcopy seems to be fairly pointless in the first place, but there are too many of these to hack out at the moment.
1997-06-20ah-sha1 + esp-3desNiels Provos
1997-06-20ip_ahsha1.c + ip_esp3des.cNiels Provos
1997-06-20ah-sha1 + esp-3des + indentationNiels Provos
1997-06-20do not screw up setenv()Theo de Raadt
1997-06-20Use mkdtemp(3)Todd C. Miller
1997-06-20Add mkdtemp(3)Todd C. Miller
1997-06-20do not conflict with realloc() in setenv(); traister@gate.netTheo de Raadt
1997-06-19Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -grr
mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI.
1997-06-19back outkstailey
1997-06-19ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by ↵Theo de Raadt
Andreas.Gunnarsson@emw.ericsson.se
1997-06-19Xr niceTheo de Raadt
1997-06-19mention getsockopt w/ SO_ERROR for non-blocking socketsTheo de Raadt
1997-06-19Someone forgot to declare the "sb" variable...Angelos D. Keromytis
1997-06-18crank version number, we have made a few changes...Theo de Raadt