summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-15import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
2000-12-15Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE}Artur Grabowski
2000-12-15oops, forgot top level makefile.bsd-wrapper on mergeBob Beck
2000-12-15send messages to all registered listeners. makes multiple keying daemonsNiels Provos
work.
2000-12-15Oops, missed makefile change, and must crank major on these, someBob Beck
routines which used to be externally used are now macros. ugh.
2000-12-15ITE_INGRF checks needed, from NetBSD.Marc Espie
Reported by Lars Hecking.
2000-12-15compute diffie-hellman in parallel between server and client. okay markus@Niels Provos
2000-12-15syncJason Wright
2000-12-15natsemi 83820Jason Wright
2000-12-15Grow the number of reserved pt pages.Artur Grabowski
Solves the 64MB problem. Somewhat based on NetBSD.
2000-12-15If there was a syntax error and the user just wants to exit, unlinkTodd C. Miller
sudoers if it is zero length since visudo probably just created it. From the sudo cvs repo.
2000-12-15Give sensible error messaage for a zero-length sudoers file.Todd C. Miller
From the sudo cvs repo.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
this is consistent.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itAaron Campbell
belongs. Closes PR/1554 from bk@rt.fm.
2000-12-15return resource exhaustion message on memory allocation error. poll onNiels Provos
the pfkey fd so that we dont block when a message gets lossed.
2000-12-15only create new exchange on SA expires, when there has been used.Niels Provos
okay angelos@
2000-12-15send expire messages also for sa's that do not have been used.Niels Provos
okay angelos@
2000-12-15openssl-engine0.9.6 mergeBob Beck
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
2000-12-15'Q' means ignore parse error, not 'q'Todd C. Miller
2000-12-15When opening /etc/sudoers for writing, use SUDOERS_MODE for the mode.Todd C. Miller
Otherwise if the user creates a new sudoers file, makes a syntax error, and quits, sudoers will have a random file mode. However, since it is also zero-length, there is no information exposed. Closes PR 1559.
2000-12-15openssl-engine 0.9.6 mergeBob Beck
Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up.
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-12-15import openssl-0.9.7-beta1Bob Beck
2000-12-15remove section talking about photuris limitationsNiels Provos
2000-12-15update email address in copyright.Niels Provos
2000-12-15more cleanup; send SPI needed message if we have state but no SPI onNiels Provos
acquire.
2000-12-15more cleanup. remove last vestiges of gmp.Niels Provos
2000-12-15Correct documented defaults for mppe, chap80 and chap81brian
2000-12-15handle pfkey soft updates. only update when SA has been used.Niels Provos
2000-12-14queue pfkey acquire and expire messages if we are currently waiting forNiels Provos
another pfkey transaction to return. some cleanup.
2000-12-14cleanup tailq examplesNiels Provos
2000-12-14Compile in non-INET6 kernels.Angelos D. Keromytis
2000-12-14setup soft lifetimes, handle hard expirations, deal with changed pfkeyNiels Provos
supported extensions. some problems pointed out by Hans-Joerg.Hoexer@rommelwood.de
2000-12-14sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this.Niels Provos
okay angelos@
2000-12-14NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses andArtur Grabowski
what is defined in machine/exec.h
2000-12-14native ELF and ELF for nlistArtur Grabowski
2000-12-14Enable loading of ELF kernels.Artur Grabowski
2000-12-14First shot at making ELF compile.Artur Grabowski
2000-12-14Document additions to EXTRACT_CASESMarc Espie
2000-12-14Display MSCHAP as CHAP80 in ``show cpp''brian
Display the interface mtu in ``show iface''
2000-12-14Always look for a suitable TDB if the gateway is left unspecified.Angelos D. Keromytis
2000-12-14Add option CRYPTO.Angelos D. Keromytis
2000-12-14make patch -f and -b actually skip patches for which the file can't beBob Beck
found, instead of claiming it will and erroring out anyway.
2000-12-13fatal already adds \n; from stevesk@pobox.comMarkus Friedl
2000-12-13remove redundant spaces; from stevesk@pobox.comMarkus Friedl
2000-12-13have add set locks, too. okay itojun@Niels Provos
2000-12-13new timeoutsMichael Shalayeff
2000-12-13better new timeoutsMichael Shalayeff
2000-12-13new timeouts; hmm why it's not in generic?Michael Shalayeff
2000-12-13Bytecounter stats. (-b switch)Camiel Dobbelaar
From NetBSD. ok itojun@