summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-01syncTheo de Raadt
2000-02-017895Theo de Raadt
2000-02-01remove superflous declaration of vnops, it's now in <sys/file.h>assar
2000-02-01remove superflous declaration of vnops, it's now in <sys/file.h>assar
2000-02-01add declaration of `vnops'assar
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-02-01Fix typo.Angelos D. Keromytis
2000-02-01apps/certpatch/certpatch.8: Merge with EOM 1.4Niklas Hallqvist
apps/certpatch/certpatch.c: Merge with EOM 1.6 exchange.c: Merge with EOM 1.114 ike_quick_mode.c: Merge with EOM 1.110 ike_phase_1.c: Merge with EOM 1.16 ike_auth.c: Merge with EOM 1.41 ike_aggressive.c: Merge with EOM 1.4 libcrypto.c: Merge with EOM 1.10 libcrypto.h: Merge with EOM 1.10 isakmpd.8: Merge with EOM 1.19 isakmpd.c: Merge with EOM 1.42 ipsec.h: Merge with EOM 1.40 init.c: Merge with EOM 1.22 message.c: Merge with EOM 1.143 message.h: Merge with EOM 1.49 sa.c: Merge with EOM 1.98 sa.h: Merge with EOM 1.54 policy.c: Merge with EOM 1.14 pf_key_v2.c: Merge with EOM 1.36 x509.c: Merge with EOM 1.32 x509.h: Merge with EOM 1.9 udp.c: Merge with EOM 1.46 author: niklas Angelos copyrights
2000-02-01call vfs_syncwait on standby and suspendMichael Shalayeff
2000-02-01missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ↵Michael Shalayeff
niklas@ ok
2000-02-01syncTheo de Raadt
2000-01-31delay close() of pty until the pty has been chowned back to rootMarkus Friedl
2000-01-31Add CNet NE2000 support.Federico G. Schwindt
2000-01-31Add CNet NE2000 support.Federico G. Schwindt
2000-01-31remove unnecessary, ignored error. ok millert@David Leonard
2000-01-31explicitly round segments to a page boundaryMichael Shalayeff
2000-01-31re-add fixed vfork code from artTheo de Raadt
2000-01-31bzero() in get_event tooMichael Shalayeff
2000-01-31massive indent passTheo de Raadt
2000-01-31Don't update /etc/resolv.conf if no data is returned for DNS serversChris Cappuccio
or if user removes request domain-name-servers from /etc/dhclient.conf
2000-01-31Clean up memerr*. (from NetBSD)Artur Grabowski
2000-01-31samples/VPN-east.conf: Merge with EOM 1.10Niklas Hallqvist
samples/VPN-west.conf: Merge with EOM 1.10 samples/singlehost-east.conf: Merge with EOM 1.7 samples/singlehost-west.conf: Merge with EOM 1.7 author: niklas Remove volume-based lifetimes on phase 1 SAs
2000-01-31possibly uninitialized vasriable used in DEBUG code piece; from deraadt@Michael Shalayeff
2000-01-31ike_quick_mode.c: Merge with EOM 1.109Niklas Hallqvist
isakmpd.conf.5: Merge with EOM 1.38 message.c: Merge with EOM 1.142 pf_key_v2.c: Merge with EOM 1.35 x509.c: Merge with EOM 1.31 author: niklas (c) 2000
2000-01-31libcrypto.c: Merge with EOM 1.9Niklas Hallqvist
libcrypto.h: Merge with EOM 1.9 author: angelos Make x509_cert_init() able to re-initialize. author: angelos Add prototypes for a few more X509 SSL calls.
2000-01-31Merge with EOM 1.21Niklas Hallqvist
author: angelos Remove empty line. author: angelos Change the order of initializing x509 and policy (x509 depends on policy).
2000-01-31Merge with EOM 1.41Niklas Hallqvist
author: angelos Make x509_cert_init() able to re-initialize. author: angelos Reinitialize certificates as well.
2000-01-31Merge with EOM 1.30Niklas Hallqvist
author: angelos Make x509_cert_init() able to re-initialize. author: angelos Fix delegating to a CA.
2000-01-31remove if0ed stinkpad's spinlockMichael Shalayeff
2000-01-31Add support for 93C66 and 93C56 SEEPROM chips.Tobias Weingartner
Adapted from FreeBSD code.
2000-01-31undo vfork changes, since non-UVM was not consideredTheo de Raadt
2000-01-30Merge with EOM 1.108Niklas Hallqvist
author: niklas style
2000-01-30Merge with EOM 1.107Niklas Hallqvist
author: angelos Fix part of the problem with X509 certificates (delegating to the CA isn't working yet, but I know where the problem is -- upcoming commit later today).
2000-01-30Add the prototype that matthieu forgot on his 11/22/1999 commit.imp
2000-01-30RCS Id sync with EOMNiklas Hallqvist
2000-01-30Another oopsie :-)Niklas Hallqvist
2000-01-30Merge with EOM 1.140Niklas Hallqvist
author: niklas Also check that the exchange to be upgraded is phase 1
2000-01-30Merge with EOM 1.139Niklas Hallqvist
author: niklas Oops in last commit author: niklas Only upgrade exchanges that are still without a responder cookie
2000-01-30Merge with EOM 1.15Niklas Hallqvist
author: angelos Better logic. author: angelos Don't crash if Life is not present...
2000-01-30Remove bogus ~ from keynote_stringhash() which resulted in allAngelos D. Keromytis
assertions being placed in the same hash bucket (--> potentially bad performance when creating sessions with many assertions/credentials, but no correctness errors).
2000-01-30visit next addrinfo structure when rresvport_af() fails.Jun-ichiro itojun Hagino
this should fix situation like: - try to rcmd() to dual stack node from IPv4-only node/kernel
2000-01-30Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf.Todd C. Miller
2000-01-30Clean up a few issues with fsplit, including security of temp files.Marc Espie
Thanks to Matthieu Herb, Paul Janzen, and Ted Scharlemann.
2000-01-30let sed do all the work, do not invoke extra grep; millert@ okMichael Shalayeff
2000-01-30When looking up a filesystem in the mount table, check the path asTodd C. Miller
giving by the user in addition to what reapath() returns. Things that call mount(2) directly may use paths different than what realpath() returns but you still want to be able to umount them...
2000-01-30i386 is a new libkvm nowMichael Shalayeff
2000-01-30add dmesg alias to all install mediaTheo de Raadt
2000-01-30Adapted from egcs development sources, courtesy of Zack Weinberg, withMarc Espie
some help from him. Let gcc generate more sensible code for stack adjustments. Specifically, gcc is a bit lame in that area, as it does emit stack instructions `specially', without using all its optimizer machinery for it. So, at times, you will get subl %esp,12 subl %esp,8 and other such stupid sequences out of it. This peephole matches at least some of those innane sequences and optimizes them. Shrinks code a little bit.
2000-01-30Remove perly.c dependency on perly.y; should not be needed but...Todd C. Miller
2000-01-29ssl_expr_scan.c is generated during buildBob Beck