summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-25support -M and -N; jeff@cepheid.orgTheo de Raadt
2000-02-25TKT_ROOT has changed from a string to a function in newer KerberosIVHans Insulander
versions. (Ok deraadt@)
2000-02-25more pruningTheo de Raadt
2000-02-25further pruningTheo de Raadt
2000-02-25mandoc, but needs much more fleshing outTheo de Raadt
2000-02-25make it minimally compile; millertTheo de Raadt
2000-02-25initial import of mg2aTheo de Raadt
2000-02-25Include files for KerberosIV have moved.Hans Insulander
(ok art@)
2000-02-25regress/crypto/Makefile: Merge with EOM 1.5Niklas Hallqvist
regress/dh/Makefile: Merge with EOM 1.7 regress/group/Makefile: Merge with EOM 1.9 regress/prf/Makefile: Merge with EOM 1.4 regress/rsakeygen/Makefile: Merge with EOM 1.8 regress/x509/Makefile: Merge with EOM 1.10 Makefile: Merge with EOM 1.62 attribute.c: Merge with EOM 1.10 sa.c: Merge with EOM 1.99 conf.c: Merge with EOM 1.20 crypto.c: Merge with EOM 1.28 isakmpd.c: Merge with EOM 1.45 connection.c: Merge with EOM 1.19 doi.h: Merge with EOM 1.28 field.c: Merge with EOM 1.11 exchange.c: Merge with EOM 1.116 ike_auth.c: Merge with EOM 1.44 pf_key_v2.c: Merge with EOM 1.37 ike_phase_1.c: Merge with EOM 1.22 ipsec.c: Merge with EOM 1.118 isakmp_doi.c: Merge with EOM 1.40 log.c: Merge with EOM 1.26 log.h: Merge with EOM 1.18 math_group.c: Merge with EOM 1.23 message.c: Merge with EOM 1.144 pf_encap.c: Merge with EOM 1.70 policy.c: Merge with EOM 1.18 timer.c: Merge with EOM 1.13 transport.c: Merge with EOM 1.41 udp.c: Merge with EOM 1.47 ui.c: Merge with EOM 1.37 x509.c: Merge with EOM 1.36 author: niklas Made debug logging a compile time selectable feature
2000-02-25Merge with EOM 1.117Niklas Hallqvist
author: angelos Move the check after we get rid of the unused protos. author: niklas Made debug logging a compile time selectable feature
2000-02-25cypress is not pure SUN4MTheo de Raadt
2000-02-25KerberosIV is now reenabled.Hans Insulander
If i've done my homework right, KerberosIV should work fine now...
2000-02-25Update for libtelnet, cut-n-pasted from kth-krb's libtelnet.Hans Insulander
2000-02-25Add build system for KerberosIVHans Insulander
(ok art@)
2000-02-25OpenBSD specific changes to kth-krb.Hans Insulander
kafs.h has been replaced with the one correctly hacked by art@ to build with arla.
2000-02-25Import of krb4-1.0.8.Hans Insulander
(ok art)
2000-02-25Add files generated by configure.Hans Insulander
(art@ ok)
2000-02-25Importing KTH Kerberos4 version 1.0Hans Insulander
(art@ ok)
2000-02-25Remove old KerberosIV code. (art@ ok)Hans Insulander
2000-02-25Disable KerberosIV while commiting new Kerberos stuff.Hans Insulander
If you depend on Kerberos, DON'T update your tree until Kerberos has been enabled again. (art@ ok)
2000-02-25Add some more files to CLEANFILES. (art@ ok)Hakan Olsson
2000-02-25use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).Jun-ichiro itojun Hagino
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.Jun-ichiro itojun Hagino
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues.Jun-ichiro itojun Hagino
2000-02-25fix file path (/usr/local/v6/libexec -> /usr/libexec)Jun-ichiro itojun Hagino
2000-02-25repair prototypes; cky@pobox.comTheo de Raadt
2000-02-25import latest version from kame.Jun-ichiro itojun Hagino
- update scoped address syntax to the latest - I-D/RFC # cleanups
2000-02-25sync with realityJun-ichiro itojun Hagino
2000-02-25make it very safe against LP64 alignment issues, by using getifaddrs().Jun-ichiro itojun Hagino
(is it too large amount of change?)
2000-02-25make getaddrinfo obey search order declared in resolv.conf.Jun-ichiro itojun Hagino
the code duplicate is necessary because there's no low-level resolver function that looks up database against "any address family" query.
2000-02-25always pass salen as separate argument, so that it can be friendly withJun-ichiro itojun Hagino
systems with pre-4.2 sockaddrs.
2000-02-25clear m->m_pkthdr when changing mbuf type to M_PKTHDR.Jun-ichiro itojun Hagino
without it, junk pointer in m->m_pkthdr.tdbi may bite us.
2000-02-25'ie.' -> 'e.g.' or 'i.e.' as appropriateKenneth R Westerback
2000-02-25'ie.' -> 'e.g.' or 'i.e.' as appropriateKenneth R Westerback
2000-02-24fread() of /dev/random reads an entire huge stdio buffer, instead of the 32Theo de Raadt
bytes that we actually need, thus wasting a lot of system entropy. found by alecm@coyote.uk.sun.com, passed on by Pete.Zaytsev@EBay.Sun.COM
2000-02-24sync with sshd_configMarkus Friedl
2000-02-24Do not exit() after just one option/command. (niklas@ ok)Hakan Olsson
2000-02-24Remove MFS lies!Chris Cappuccio
2000-02-24hide IP6_EXTHDR_CHECK from the userland.Jun-ichiro itojun Hagino
2000-02-23new -m number parameter to specify a maximum length of strings to match,Niels Provos
ok millert@ deraadt@
2000-02-23More accurate HISTORY and AUTHORS.Aaron Campbell
2000-02-23Small bits of clean-up.Aaron Campbell
2000-02-23- Put structure field descriptions in a tagged list.Aaron Campbell
- More mdoc macros where appropriate. - Mention OpenBSD in HISTORY.
2000-02-23if we discover we are on a v8 cpu, and thus have the multiply and divideTheo de Raadt
instructions, replace the .{u,}{mul,div,rem} functions at runtime with (much smaller and faster) blocks using the actual hardware instructions.
2000-02-23add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).Jun-ichiro itojun Hagino
in sync with kame and bsdi.
2000-02-23add getifaddrs(3), from bsdi4.Jun-ichiro itojun Hagino
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.
2000-02-23crunch you stupid!Michael Shalayeff
2000-02-23do clean/cleandir in utils all the timeMichael Shalayeff
2000-02-22add ses.4 man pagemjacob
2000-02-22_total is no longer a symbol in the kernelTheo de Raadt