summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-14Don't call it a mask when it is a sigset_t (cosmetic changes only).Todd C. Miller
1997-07-14Convert remaining sigsetmask() -> sigprocmask() (POSIX style)Todd C. Miller
in collect.c and fix up some signal botches elsewhere.
1997-07-14change the output so that it fits into 80 columnsThomas Graichen
1997-07-14how many of those (in my opinion) broken configure scripts are thereThomas Graichen
around ? ... also here some subscripts were called without preceding the calls with a shell (and thus assuming their executability)
1997-07-14sometimes - so at least it seems - also theo does'nt check what he isThomas Graichen
committing :-) ... i hope i got it right now
1997-07-14typoNiels Provos
1997-07-14global byte counters.Niels Provos
1997-07-14sysctl...Niels Provos
1997-07-14routes with zero spi can be used to avoid ipsec processingNiels Provos
1997-07-14Slight fix.Jason Downs
1997-07-14Update to reflect reality.Jason Downs
1997-07-14The grand reorganization, OpenBSD style.Jason Downs
Lossely based on the NetBSD reorg, but much improved upon, simpler, and doesn't scribble needless junk into the bootblocks.
1997-07-14Add support for cua devices, and remove all references to awk(1)...Jason Downs
1997-07-14cua devices for all!Jason Downs
1997-07-14Fix the CTLNET order.Angelos D. Keromytis
1997-07-14-WallTodd C. Miller
1997-07-14Remove unused var.Todd C. Miller
1997-07-14Fixed typo (missing "any" in example rule).Angelos D. Keromytis
1997-07-14Adjusted the spaces a bit.Angelos D. Keromytis
1997-07-14NOSTR -> NULLTodd C. Miller
Use sigsetjmp/siglongjmp instead of sigjmp/longjmp for portability.
1997-07-13bcopy() -> memcpy() and fix some casts.Todd C. Miller
1997-07-13Update from 44.BSD-lite2Todd C. Miller
1997-07-13Cleanup, made argument order a bit more sane.Angelos D. Keromytis
1997-07-13Simplified use.Angelos D. Keromytis
1997-07-13Added -encap flag for flushing, added a missing break; in flushing X25Angelos D. Keromytis
entries.
1997-07-13Typo correction.Angelos D. Keromytis
1997-07-13Show the new field in the encap sockaddrs.Angelos D. Keromytis
1997-07-13Get rid of pauseTobias Weingartner
1997-07-13Sync with the new audio changes.Angelos D. Keromytis
1997-07-13Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.Todd C. Miller
- handle long lines safely (from NetBSD) - use puts/fputs and putchar/putc when it makes sense - use err/errx and warn/warnx when it makes sense - make return() and sizeof() style consisten - some more buffer safety
1997-07-13sync to NETBSD_CURRENT_970711.Jason Downs
1997-07-13Save mmuid and use it to print out 425/433 model types.Jason Downs
1997-07-13APCI support and new CPU configuration from NetBSD.Jason Downs
Fix all of the include refs. Bump version number to 2.1.
1997-07-12Add PnP stuff. Should compile, doubt if it works 100%. Worked forTobias Weingartner
my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-)
1997-07-12We will need these flags soon enough...Tobias Weingartner
1997-07-12Add sha1 digest support.Todd C. Miller
1997-07-12Add some more extent stuff, in preperation of PnP. Huh? Did ITobias Weingartner
say PnP? Anyways, this stuff just adds the ability to register the extents on creation, etc, etc... Someone needs to add a DDB command "show extent", to make this really usefull... ;-)
1997-07-12Use new-style man macros.Todd C. Miller
1997-07-12md5(1) is now capable of doing md4, md5 and sha1 digests. CurrentlyTodd C. Miller
only md5 and sha1 are used.
1997-07-12#include <md5.h> not "md5.h"Todd C. Miller
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller
1997-07-12fixed tiny bug in pad values and hmac inner hash lengths. should work now.Niels Provos
1997-07-12mention usage of SHA1Final with null pointerNiels Provos
1997-07-12Add missing sc->sc_dev.dv_xname arg to isa_intr_establish().Todd C. Miller
1997-07-12Minor style points.Todd C. Miller
1997-07-11reflect changes in kernel ipsecNiels Provos
1997-07-11obsolete.Niels Provos
1997-07-11argh. commited wrong fileNiels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
generalised way of handling transforms.
1997-07-11cosmetic changes; netbsdNiels Provos