Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-20 | provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. | Jun-ichiro itojun Hagino | |
sync with kame. old ioctls are kept but not really recommended. | |||
2001-02-19 | passphrase-md5-hex: and passphrase-sha1-hex: formats for passphrases. | Angelos D. Keromytis | |
2001-02-18 | Move default protocol setting of TCP into the redir-specific code | Todd C. Miller | |
so it doesn't affect the "map" entries. Fixes a problem introduced in last commit where protocols other than TCP were not being mapped correctly. | |||
2001-02-18 | Encode the X509 expiration in the KeyNote credential/policies | Angelos D. Keromytis | |
generated on the fly. For the record, this commit done at the beach in Cayman Islands :-) | |||
2001-02-16 | use the hash algorithm found in original certificate for the signature | Niels Provos | |
after it has been patched. from angelos@ | |||
2001-02-16 | Nicer EXAMPLES format. | Aaron Campbell | |
2001-02-13 | Compile state top in, thus allowing -t; kjell@ ok. | Federico G. Schwindt | |
2001-02-12 | Temporarily disable dlopen() support, some issues with latest OpenSSL update. | Hakan Olsson | |
2001-02-12 | skip empty lines in rulefile. ok jason@ | Jakob Schlyter | |
2001-02-10 | Don't make the string table pointers into absolute addresses since | Todd C. Miller | |
ddb will do that for us on the fly. Also check some return values to catch short reads. OK'd by niklas@ | |||
2001-02-08 | Typo. | Angelos D. Keromytis | |
2001-02-08 | Add debug printf. | Angelos D. Keromytis | |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-02-05 | when flags are FLG_WRONLY, say "write only" instead of "read only" | Matthieu Herrb | |
2001-02-05 | Restore change from revision 1.8 that got lost in last commit. | Todd C. Miller | |
Set default proto earlier enough so service names may be used as well as numbers | |||
2001-02-05 | Remove the NOMAN hack. This is not the way we want to do this. | Artur Grabowski | |
(and the original problem is gone anyway). | |||
2001-02-05 | Remove the NOMAN hack. This is not the way we want to do this. | Artur Grabowski | |
(and the original problem is gone anyway). | |||
2001-02-04 | mention scan_ffs; map@infinitum.ch | Theo de Raadt | |
2001-02-04 | add more pedantic checks for recvmsg return value. sync with kame | Jun-ichiro itojun Hagino | |
2001-01-31 | errx() misuse; tomo@ns1.infinitedata.net | Theo de Raadt | |
2001-01-31 | KNF; tomo@ns1.infinitedata.net | Theo de Raadt | |
2001-01-31 | typo; tomo@ns1.infinitedata.net | Theo de Raadt | |
2001-01-30 | Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD. | Aaron Campbell | |
2001-01-30 | reimplement whacked ipfstat changes | Kjell Wooding | |
2001-01-30 | reimplement whacked ipnat changes | Kjell Wooding | |
2001-01-30 | reimplement local ipf mods and import some missed patches | Kjell Wooding | |
2001-01-30 | install wscons utils manpages into i386 subdir as well | Michael Shalayeff | |
2001-01-30 | Build these userland wscons utilities on i386. | Aaron Campbell | |
2001-01-30 | switch to wscons | Theo de Raadt | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-28 | remove i386 md note per Theo's request | Marco S Hyman | |
2001-01-28 | remove i386 md note per Theo's request | Marco S Hyman | |
2001-01-28 | remove i386 md note per Theo's request | Marco S Hyman | |
2001-01-28 | More -Wall cleanup. Ansi style nit. | Tobias Weingartner | |
2001-01-28 | Quick -Wall fixes, ok niklas@, aaron@ | Tobias Weingartner | |
2001-01-27 | Call OpenSSL functions with LC (). Various style nits. | Hakan Olsson | |
2001-01-27 | (c) 2001 | Niklas Hallqvist | |
2001-01-27 | include dnssec.h only if USE_DNSSEC; niklas ok | Jun-ichiro itojun Hagino | |
2001-01-27 | "obj" target conflicts with one defined in share/mk; obey bsd.*.mk | Jun-ichiro itojun Hagino | |
2001-01-27 | Cleanup the MP_FLAVOUR situation. Still needs work. | Niklas Hallqvist | |
2001-01-27 | Tell about OpenBSD being isakmpd's home. | Niklas Hallqvist | |
2001-01-27 | correct 1.28 -> 1.29 (ortentry removal, cmetz). | Jun-ichiro itojun Hagino | |
can't use routename() here since it could overwrite DNS lookup result pointed to by "hp". maybe we need to change every gethostby* to get*info. | |||
2001-01-26 | Preliminary but working code to permit IKE authentication using DNSSEC | Hakan Olsson | |
validated KEY records. Uses lwresd from the bind-9.1.0 port. Enable by adding 'dnssec' to FEATURES. | |||
2001-01-26 | Mention that shutdown brings the system to single user mode when issued | Marco S Hyman | |
without options. Other wording tweaks. Move comment related to -p to where -p is defined, not where -h is defined. | |||
2001-01-26 | include keynote.h only if USE_KEYNOTE is defined; ok niklas@ | Markus Friedl | |
2001-01-26 | Small cleanup patch from <mpech@prosoft.org.lv>. | Tobias Weingartner | |
niklas@ ok. | |||
2001-01-26 | There is no need to check the subjectAltName anymore, since we are in fact | Niklas Hallqvist | |
looking up the certificate via the name. The lookup method already guarantees a match. It is also a problem to look at the subjectAltName should we have got the certificate with no such name in it. Prodded by mickey@ although I solved the problem in a different way. | |||
2001-01-26 | There is no need to check the subjectAltName anymore, since we are in fact | Niklas Hallqvist | |
looking up the certificate via the name. The lookup method already guarantees a match. It is also a problem to look at the subjectAltName should we have got the certificate with no such name in it. Prodded by mickey@ although I solved the problem in a different way. | |||
2001-01-26 | better signal handling. look at check signal flag bit every time we visit | Jun-ichiro itojun Hagino | |
the loop (not just after EINTR on select). sync with kame |