summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-17update tx from freebsd sources based on patch from pr#1405Jason Wright
(dadams@sleethal.com), but local changes preserved and ifmedia ioctls fixed; deraadt/aaron ok
2000-10-17syncTheo de Raadt
2000-10-17doc improvements; gbayley@ausmac.netTheo de Raadt
2000-10-17use rebootTheo de Raadt
2000-10-17Mention another controller tested, and add some text about jumper J4Niklas Hallqvist
2000-10-17compatibility issueMichael Shalayeff
2000-10-17update about auth and stuffMichael Shalayeff
2000-10-17/* Authentication added by Steve Weiss <srw@alum.mit.edu> based on adviceMichael Shalayeff
* received by Corey Thomas, author of the Linux driver for this device. * Authentication currently limited to adhoc networks, and was added to * support a requirement of the newest windows drivers, so that * interoperability the windows will remain possible. * * Tested with Win98 using Aviator 2.4 Pro cards, firmware 5.63, * but no access points for infrastructure. (July 13, 2000 -srw) */ also, some syncing /w netbsd.
2000-10-16fix missing closedir() that could allow apacheSSL to leak fd's,Bob Beck
from netbsd (taca) credited to TAKANO Yuji <takachan@running-dog.net>
2000-10-16Merge with EOM 1.135Niklas Hallqvist
author: provos better referencing. okay niklas@ author: angelos Eliminate bogus freeing of static variable.
2000-10-16Merge with EOM 1.44Niklas Hallqvist
author: angelos Just to be on the safe side, use a struct stat. author: angelos Only do the secrecy check and parse the configuration file if it actually exists. author: angelos Actually create all the pre-configured Transforms and Suites, even if the user doesn't actually define them in the configuration file; ugly kludge, but it allows use of isakmpd without a configuration file. author: angelos Add RIPEMD negotiation/configuration.
2000-10-16Merge with EOM 1.48Niklas Hallqvist
author: angelos Fix comment. author: angelos Add RIPEMD negotiation/configuration.
2000-10-16Merge with EOM 1.78Niklas Hallqvist
author: niklas correct test for GMP feature
2000-10-16Merge with EOM 1.52Niklas Hallqvist
author: niklas heh, backspace as a continuation character, yeah right! author: angelos Mention Remote-ID tag in ISAKMP-peer section, and also that it doesn't currently work. author: angelos It's "Local-address", not "Listen-address" in the ISAKMP-peer section. author: angelos Mention RIPEMD.
2000-10-16Merge with EOM 1.9Niklas Hallqvist
author: angelos Correct byte-order handling in encode/decode_128, add function prototypes.
2000-10-16Merge with EOM 1.12Niklas Hallqvist
author: niklas missed some FEATURES-dependencies in the last commit author: niklas include crypto headers based on FEATURES
2000-10-16ipsec_num.cst: Merge with EOM 1.5Niklas Hallqvist
isakmpd.policy.5: Merge with EOM 1.22 author: angelos Add RIPEMD negotiation/configuration.
2000-10-16Merge with EOM 1.110Niklas Hallqvist
author: provos better referencing. okay niklas@ author: niklas Allow new and old style configuration simultaneously
2000-10-16Merge with EOM 1.134Niklas Hallqvist
author: provos better referencing. okay niklas@
2000-10-16Merge with EOM 1.52Niklas Hallqvist
author: niklas ifdef HAVE_GETNAMINFO author: angelos That comment doesn't justify an XXX mark :-)
2000-10-16Merge with EOM 1.29Niklas Hallqvist
author: angelos Add comment on where we could be checking the Remote-ID.
2000-10-16Merge with EOM 1.19Niklas Hallqvist
author: angelos Correct byte-order handling in encode/decode_128, add function prototypes. author: angelos A few more auxiliary routines.
2000-10-16Merge with EOM 1.1Niklas Hallqvist
author: niklas Add weak aliases for keynote symbols that have not always been there
2000-10-16Merge with EOM 1.16Niklas Hallqvist
author: niklas conditionalize getnaminfo and add weak keynote syms author: niklas Add weak aliases for keynote symbols that have not always been there
2000-10-16Merge with EOM 1.139Niklas Hallqvist
author: niklas Allow new and old style configuration simultaneously author: niklas use snprintf instead of strlcpy since it is more backwards compatible author: niklas Provide NI_MAXHOSTS for systems who do not have it author: niklas conditionalize getnaminfo and be a style pedant author: angelos Fix bounds checking for transforms to include AES (noticed by mickey@) author: angelos Add RIPEMD negotiation/configuration.
2000-10-16Merge with EOM 1.59Niklas Hallqvist
author: provos better referencing. okay niklas@ author: niklas Name collissions introduced by me, DOH! author: niklas Allow new and old style configuration simultaneously author: niklas Backward compatibility with old style configuration author: niklas remove redundant ifdefs author: niklas facistoid style and naming pedantery author: angelos Construct the ISAKMP-peer section such that it actually contains the src/dst Phase 1 IDs (so we don't have to worry about configuration conflicts). I should update the manpage.... author: angelos Use local-address, not listen-address. author: angelos First cut of ACQUIRE handling, fully functional but not entirely dynamic (it depends on the pre-defined Transforms and Suites). Nonetheless, it is possible to use isakmpd without a configuration file when using certificates for authentication. author: angelos Add RIPEMD negotiation/configuration.
2000-10-16fix from 1.3.14 for mod_vhost_alias to ensure cgi script contents are not sentBob Beck
out by the server
2000-10-16Make clear compat_sunos does not work with SunOS 5+ and point toMiod Vallat
compat_svr4 for this case; aaron@ ok
2000-10-16Xr spppcontrolChris Cappuccio
2000-10-16getserv* already returns ports in network byteorderNiklas Hallqvist
2000-10-16Add spppcontrolChris Cappuccio
2000-10-16spppcontrol from FreeBSDChris Cappuccio
This allows users to set PAP/CHAP information for if_spppsubr (sync PPP) when it's in PPP mode Now working on a good way to switch between HDLC and PPP (and frame relay soon) for sppp
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16indentTheo de Raadt
2000-10-16mod_rewrite update from 1.3.14 to prevent problems with bogus mod_rewriteBob Beck
configs allowing access to any file on the server.
2000-10-16fixes from pekkas@netcore.fiMarkus Friedl
2000-10-16respect CC.Brad Smith
2000-10-16use "cc -shared" to link the modules on 2.8 and up.Brad Smith
Ok'd by beck@, espie@ and deraadt@
2000-10-16syncTheo de Raadt
2000-10-16include the revision of OpenBSD with the output.Brad Smith
2000-10-16- Fix for some linux apps that broke with recent changes; from NetBSDjasoni
2000-10-16base the segment for a service returned by bios32 serviceMichael Shalayeff
directory on absolute 0, w/ a length extending to a full megabyte, 32bit descriptor of course. this approach seems to be the most compatible. 10x to millert@ for a testbed.
2000-10-16Xr saTheo de Raadt
2000-10-16Fix a bug introduced in 1.25->1.26 with regards to printing channelChris Cappuccio
information, tested by deraadt
2000-10-16Let pkg_add be slightly more informative on tar balls that happen notMarc Espie
to be packages. Partially based on suggestions made on misc@, thanks guys !
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-16Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.Aaron Campbell
2000-10-16less newlines in verbose printMichael Shalayeff
2000-10-16Create /dev/pcvtctl mode 600.Aaron Campbell
2000-10-16Give examples of moused_flags usage for ps/2 and serial mice.Aaron Campbell