summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-18Update to 990629 snapshotMarc Espie
closer to gcc 2.95 release.
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18Update to 990629 snapshotMarc Espie
closer to gcc 2.95 release.
1999-07-18typoMarc Espie
1999-07-18use proper CTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18support fine timing interval and calculate std devHugh Graham
1999-07-18print out fs_flags fields; mpp@freebsdTheo de Raadt
1999-07-18Merge with EOM 1.30Niklas Hallqvist
author: niklas More sync with OpenBSD version
1999-07-18Merge with EOM 1.4Niklas Hallqvist
author: niklas Remove obsolete mkdirs
1999-07-18Create an /etc/isakmpd hierarchyNiklas Hallqvist
1999-07-18samples/VPN-east.conf: Merge with EOM 1.7Niklas Hallqvist
samples/VPN-west.conf: Merge with EOM 1.7 samples/singlehost-west.conf: Merge with EOM 1.4 samples/singlehost-east.conf: Merge with EOM 1.4 README.PKI: Merge with EOM 1.3 ike_auth.c: Merge with EOM 1.33 isakmpd.conf.5: Merge with EOM 1.28 author: niklas Moving the PRIVKEY tag into the X509-certificates section, renaming it to Private-key. Also rename the keynote policy file.
1999-07-18conf.h: Merge with EOM 1.9Niklas Hallqvist
isakmpd.8: Merge with EOM 1.15 author: niklas Moving /etc/isakmpd.conf to /etc/isakmpd/isakmpd.conf.
1999-07-18samples/VPN-3way-template.conf: Merge with EOM 1.4Niklas Hallqvist
samples/policy: Merge with EOM 1.1 samples/isakmpd.policy: Merge with EOM 1.2 author: niklas Moving the PRIVKEY tag into the X509-certificates section, renaming it to Private-key. Also rename the keynote policy file.
1999-07-18Merge with EOM 1.42Niklas Hallqvist
author: niklas More stuff to do
1999-07-18fix {set,rem}runqueue wrt sizeof(p_stat) and some logic,Michael Shalayeff
fix %r1 restoration in several traps, also better kernel stack handling, and other fixes and typos. all inspired by the recent hot weather and humid nyc climate in general.
1999-07-18Forgot this one on the last commitConstantine Sapuntzakis
1999-07-18Added pci_mapreg* interface from NetBSD.Constantine Sapuntzakis
Added PCI 2.2 stuff from NetBSD Modified if_de to use mapreg interface
1999-07-18indentTheo de Raadt
1999-07-18ugly CTheo de Raadt
1999-07-18SIS_85C503 misidenties itself; g.mcgarry@qut.edu.auTheo de Raadt
1999-07-18TIOCM{GET,SET,BIS,BIC}, and TCXONC supportTheo de Raadt
1999-07-17revert tcp_input.c to before 07/01/1999 - this seems to solve the mysteriousNiels Provos
data corruptions and panics that people have experienced. by reverting we loose tcp signatures and ipv6 cleanups, the code looked correct to me.
1999-07-17do not brelse() badlyTheo de Raadt
1999-07-17nice printing of sum^H^H^Huvmexp for uvmArtur Grabowski
1999-07-17Merge with EOM 1.6Niklas Hallqvist
author: niklas libdes not needed anymore
1999-07-17Merge with EOM 1.2Niklas Hallqvist
author: niklas RCD Id
1999-07-17regress/rsakeygen/Makefile: Merge with EOM 1.4Niklas Hallqvist
regress/rsakeygen/rsakeygen.c: Merge with EOM 1.8 regress/x509/Makefile: Merge with EOM 1.6 regress/x509/x509test.c: Merge with EOM 1.6 regress/Makefile: Merge with EOM 1.8 samples/VPN-east.conf: Merge with EOM 1.6 samples/VPN-west.conf: Merge with EOM 1.6 samples/singlehost-east.conf: Merge with EOM 1.3 samples/singlehost-west.conf: Merge with EOM 1.3 sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.5 x509.h: Merge with EOM 1.6 x509.c: Merge with EOM 1.17 DESIGN-NOTES: Merge with EOM 1.46 Makefile: Merge with EOM 1.55 cert.c: Merge with EOM 1.11 cert.h: Merge with EOM 1.6 exchange.c: Merge with EOM 1.109 exchange.h: Merge with EOM 1.26 ike_auth.c: Merge with EOM 1.32 ike_phase_1.c: Merge with EOM 1.7 init.c: Merge with EOM 1.16 isakmpd.conf.5: Merge with EOM 1.27 README.PKI: Merge with EOM 1.1 author: niklas From Niels Provos, edited by me: certificate support using SSLeay
1999-07-17correct fork statistics for UVMArtur Grabowski
1999-07-17apps/certpatch/certpatch.c: Merge with EOM 1.2Niklas Hallqvist
apps/certpatch/Makefile: Merge with EOM 1.2 apps/Makefile: Merge with EOM 1.2 author: niklas From Niels Provos, edited by me: certificate support using SSLeay author: provos add a tool that takes a certificate and private key in PEM format, adds a subjectAltName extension to the certifcate and finally signs it with the private key, writing back the result.
1999-07-17Merge with EOM 1.41Niklas Hallqvist
author: niklas More stuff
1999-07-17regress/x509/certificate.txt: Merge with EOM 1.4Niklas Hallqvist
asn_useful.h: Merge with EOM 1.7 asn.c: Merge with EOM 1.28 asn.h: Merge with EOM 1.19 asn_useful.c: Merge with EOM 1.12 pkcs.c: Merge with EOM 1.21 pkcs.h: Merge with EOM 1.9 author: niklas From Niels Provos, edited by me: certificate support using SSLeay
1999-07-17Merge with EOM 1.3Niklas Hallqvist
author: niklas From Niels Provos, edited by me: certificate support using SSLeay author: ho Initial. author: ho file VPN-3way-template.conf was initially added on branch RELEASE_1_0.
1999-07-17Fix a bug that caused panic instead of error return with invalid diskConstantine Sapuntzakis
geometries. Make sure we don't brelse a buf that we don't have.
1999-07-17Fix a typobrian
Submitted by: Rich Wood <rich@chugaboom.net>
1999-07-17Add a warning that our implementation is different from other vendors (Solaris).Jason Downs
1999-07-17A good hashing function for IPsec SAs that should remove the risksNiklas Hallqvist
of running out of memory when adding SPIs.
1999-07-16do not reset, helps the serial consoleMichael Shalayeff
1999-07-16Sync with NetBSD:Jason Wright
o Implement asynchronous autonegotiation when driven by the MII tick (one-second clock). Prevents .5s delays every 5 seconds when the interface is up but there is no link. o Correct the sense of the PCR_FLINK100 bit in nsphy.c.
1999-07-16Merge with EOM 1.6Niklas Hallqvist
author: niklas Bugs found when interoperating with KAME: Inbound policy was not checked properly. Lifetime duration could be in long format. Main mode can carry different DH-groups.
1999-07-16almost all of themMichael Shalayeff
1999-07-16Merge with EOM 1.19Niklas Hallqvist
author: niklas Do not try to establish an encryption key for AH
1999-07-15o Set default line edit mode to emacs (VISUAL/EDITOR or user can override)Todd C. Miller
o Spell environment correctly
1999-07-15silence -WallTodd C. Miller
1999-07-15syncTheo de Raadt
1999-07-15oops, wrong type for cpu_classTheo de Raadt
1999-07-15this wraps anythingTheo de Raadt
1999-07-15use poll() instead, and generalize in case other programs want to use itTheo de Raadt
1999-07-15Fix the MOD_VFS macro to reflect reality.Artur Grabowski
Bump LKM_VERSION (Argh! I should have done that a few months ago!) Noted by rees@umich.edu
1999-07-15SPI 0 is the one we use for demand keying, IANA reserved SPIs are notNiklas Hallqvist
allowed