Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-25 | support -M and -N; jeff@cepheid.org | Theo de Raadt | |
2000-02-25 | TKT_ROOT has changed from a string to a function in newer KerberosIV | Hans Insulander | |
versions. (Ok deraadt@) | |||
2000-02-25 | more pruning | Theo de Raadt | |
2000-02-25 | further pruning | Theo de Raadt | |
2000-02-25 | mandoc, but needs much more fleshing out | Theo de Raadt | |
2000-02-25 | make it minimally compile; millert | Theo de Raadt | |
2000-02-25 | initial import of mg2a | Theo de Raadt | |
2000-02-25 | Include files for KerberosIV have moved. | Hans Insulander | |
(ok art@) | |||
2000-02-25 | regress/crypto/Makefile: Merge with EOM 1.5 | Niklas 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-25 | Merge with EOM 1.117 | Niklas 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-25 | cypress is not pure SUN4M | Theo de Raadt | |
2000-02-25 | KerberosIV is now reenabled. | Hans Insulander | |
If i've done my homework right, KerberosIV should work fine now... | |||
2000-02-25 | Update for libtelnet, cut-n-pasted from kth-krb's libtelnet. | Hans Insulander | |
2000-02-25 | Add build system for KerberosIV | Hans Insulander | |
(ok art@) | |||
2000-02-25 | OpenBSD 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-25 | Import of krb4-1.0.8. | Hans Insulander | |
(ok art) | |||
2000-02-25 | Add files generated by configure. | Hans Insulander | |
(art@ ok) | |||
2000-02-25 | Importing KTH Kerberos4 version 1.0 | Hans Insulander | |
(art@ ok) | |||
2000-02-25 | Remove old KerberosIV code. (art@ ok) | Hans Insulander | |
2000-02-25 | Disable 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-25 | Add some more files to CLEANFILES. (art@ ok) | Hakan Olsson | |
2000-02-25 | use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame). | Jun-ichiro itojun Hagino | |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue. | Jun-ichiro itojun Hagino | |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues. | Jun-ichiro itojun Hagino | |
2000-02-25 | fix file path (/usr/local/v6/libexec -> /usr/libexec) | Jun-ichiro itojun Hagino | |
2000-02-25 | repair prototypes; cky@pobox.com | Theo de Raadt | |
2000-02-25 | import latest version from kame. | Jun-ichiro itojun Hagino | |
- update scoped address syntax to the latest - I-D/RFC # cleanups | |||
2000-02-25 | sync with reality | Jun-ichiro itojun Hagino | |
2000-02-25 | make it very safe against LP64 alignment issues, by using getifaddrs(). | Jun-ichiro itojun Hagino | |
(is it too large amount of change?) | |||
2000-02-25 | make 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-25 | always pass salen as separate argument, so that it can be friendly with | Jun-ichiro itojun Hagino | |
systems with pre-4.2 sockaddrs. | |||
2000-02-25 | clear 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 appropriate | Kenneth R Westerback | |
2000-02-25 | 'ie.' -> 'e.g.' or 'i.e.' as appropriate | Kenneth R Westerback | |
2000-02-24 | fread() of /dev/random reads an entire huge stdio buffer, instead of the 32 | Theo 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-24 | sync with sshd_config | Markus Friedl | |
2000-02-24 | Do not exit() after just one option/command. (niklas@ ok) | Hakan Olsson | |
2000-02-24 | Remove MFS lies! | Chris Cappuccio | |
2000-02-24 | hide IP6_EXTHDR_CHECK from the userland. | Jun-ichiro itojun Hagino | |
2000-02-23 | new -m number parameter to specify a maximum length of strings to match, | Niels Provos | |
ok millert@ deraadt@ | |||
2000-02-23 | More accurate HISTORY and AUTHORS. | Aaron Campbell | |
2000-02-23 | Small 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-23 | if we discover we are on a v8 cpu, and thus have the multiply and divide | Theo 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-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | Jun-ichiro itojun Hagino | |
in sync with kame and bsdi. | |||
2000-02-23 | add 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-23 | crunch you stupid! | Michael Shalayeff | |
2000-02-23 | do clean/cleandir in utils all the time | Michael Shalayeff | |
2000-02-22 | add ses.4 man page | mjacob | |
2000-02-22 | _total is no longer a symbol in the kernel | Theo de Raadt | |