Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-26 | Merge with EOM 1.31 | Niklas Hallqvist | |
author: angelos Document the ID section/tag for Phase 1 exchanges. | |||
1999-08-26 | Merge with EOM 1.4 | Niklas Hallqvist | |
author: niklas typo author: niklas Support dynamic loading of libkeynote too. Build isakmpd static by default. Stylistic cleanup of keynote policy code. Correct some libcrypto calls. | |||
1999-08-26 | Merge with EOM 1.7 | Niklas Hallqvist | |
author: ho Don't build w/o crypto support author: niklas Add support for dynamic loading of optional facilities, libcrypto first. | |||
1999-08-26 | increase timeout for "lost messages" | David Leonard | |
1999-08-26 | Merge with EOM 1.21 | Niklas Hallqvist | |
author: niklas Support dynamic loading of libkeynote too. Build isakmpd static by default. Stylistic cleanup of keynote policy code. Correct some libcrypto calls. author: angelos Complete policy work; tested for the shared-key case. Documentation needed. author: ho Compile without USE_LIBCRYPTO and HAVE_DLOPEN. author: niklas Add support for dynamic loading of optional facilities, libcrypto first. | |||
1999-08-26 | ike_phase_1.c: Merge with EOM 1.8 | Niklas Hallqvist | |
message.c: Merge with EOM 1.135 message.h: Merge with EOM 1.48 sa.c: Merge with EOM 1.97 sa.h: Merge with EOM 1.53 author: angelos Complete policy work; tested for the shared-key case. Documentation needed. | |||
1999-08-26 | remove some unneeded debugging | David Leonard | |
1999-08-26 | Make it clear that "amq -M" mounts are disabled and kill some dead code. | Todd C. Miller | |
1999-08-26 | OpenBSD CVS tag | Todd C. Miller | |
1999-08-26 | Don't document the disabled -M flag | Todd C. Miller | |
1999-08-26 | fix a few more boflows; millert@ ok | Aaron Campbell | |
1999-08-26 | add an inner xor to make prediction attacks against the ids harder, due | Niels Provos | |
to an attack pointed out by David Wagner. | |||
1999-08-26 | add an inner xor to make prediction attacks against the ids harder, due | Niels Provos | |
to an attack pointed out by David Wagner. | |||
1999-08-26 | spelling | Aaron Campbell | |
1999-08-26 | Fix a buf oflow noticed by aazubel@cnba.uba.ar. | Federico G. Schwindt | |
Change strcpy to strlcpy and use 10 X's in _NAME_ARTMP and _PATH_ARTMP; ok millert@ | |||
1999-08-26 | change a & to &&. From dima@best.net | Artur Grabowski | |
1999-08-26 | Align mbufs to sizeof(long), not 4 | brian | |
1999-08-25 | Move COREGA to ALLIEDTELESIS. | Federico G. Schwindt | |
1999-08-25 | sync | Federico G. Schwindt | |
1999-08-25 | Remove some unneeded text. Add Contec entry. | Federico G. Schwindt | |
1999-08-25 | Fix usage message, fix flow logic. | Angelos D. Keromytis | |
1999-08-25 | n+1 approximation step for the user space constants | Michael Shalayeff | |
1999-08-25 | Don't need to include sys/ucred.h | Todd C. Miller | |
1999-08-25 | Compile under UVM and versions of egcs. art@ ok. | Hakan Olsson | |
1999-08-25 | comment typo | Niklas Hallqvist | |
1999-08-25 | Remove redundant test (which I am sure gcc removed by itself anyhow) | Niklas Hallqvist | |
1999-08-25 | receive works a lot better now | David Leonard | |
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff | |
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok | |||
1999-08-24 | Do not error out if we have been statically linked but would like ld.so for ↵ | Niklas Hallqvist | |
dlopen and it is not there. | |||
1999-08-24 | Enable dlopen(3) to work in statically linked binaries | Niklas Hallqvist | |
1999-08-24 | Remove -g accidentally committed by someone | Niklas Hallqvist | |
1999-08-24 | Align defines nicely | Niklas Hallqvist | |
1999-08-24 | better fix; now if the last line in a file stream does not contain a newline, | Aaron Campbell | |
construct a null-terminated copy of the buffer returned by fgetln() and process it as normal | |||
1999-08-24 | Opps. forgot this in the last uvm update | Artur Grabowski | |
1999-08-24 | Remove unneeded printf. | Federico G. Schwindt | |
1999-08-24 | Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI). | Constantine Sapuntzakis | |
Updated ioctls to match Minor patches in anticipation of wd->sd translation layer | |||
1999-08-24 | Avoid /usr/ARCH-unknown-openbsd in a way more friendly to | Marc Espie | |
cross-compilers... Yet another commit I forgot... | |||
1999-08-24 | m68k code generation work-around that I had forgotten to remove... | Marc Espie | |
1999-08-23 | fgets() -> fgetln(). When reading files like this, the notion of a `line' is | Aaron Campbell | |
more appropriate than C strings. Now paste won't die if it encounters null characters. If the last line in the stream does not contain a newline, we now say "incomplete line" instead of lying about "line too long". fgetln() uses realloc, so now we're not limited to POSIX_LINE_MAX. | |||
1999-08-23 | reset card before attempting config | David Leonard | |
1999-08-23 | undo damage by careless developer | Theo de Raadt | |
1999-08-23 | Remove some unneeded needs-flag; NetBSD. | Federico G. Schwindt | |
1999-08-23 | Todo list and roadmap; from NetBSD. | Federico G. Schwindt | |
1999-08-23 | Disable interrupts early; from NetBSD. | Federico G. Schwindt | |
1999-08-23 | cnw support. | Federico G. Schwindt | |
1999-08-23 | Merge | Marc Espie | |
1999-08-23 | Update to gcc 2.95.1, official release. | Marc Espie | |
1999-08-23 | Xircom Credicard Netwave manpage. | Federico G. Schwindt | |
1999-08-23 | Opps. Forgot to commit this in the recent uvm sync. (noted by mickey@) | Artur Grabowski | |
1999-08-23 | Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*. | Todd C. Miller | |