summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-07-02knf; ouch, that hurtsMichael Shalayeff
2000-07-02new version of ffs from drahn@Michael Shalayeff
2000-06-30typo in RFC number. KAME PR 263Jun-ichiro itojun Hagino
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-29Fix a bad example. We don't want to suggest that people passTodd C. Miller
2000-06-29remove legacy over-general :{B} match for MAC addresses, fixing filters like ...Dug Song
2000-06-29When specifying negative values (i.e., -1), the '-' character should beAaron Campbell
2000-06-29Repairs, some from NetBSD PR/10472.Aaron Campbell
2000-06-28restrict editrc lookup to home directory, thanks kris@freebsd.org. ok deraadt@Dug Song
2000-06-28Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin.Dale S. Rahn
2000-06-27forward declaration of struct timespec to avoid warningArtur Grabowski
2000-06-26talk about legacy data and swap encryption as suggested by theoNiels Provos
2000-06-26various additions and cleanups written in denver airportTheo de Raadt
2000-06-25explain about crash dumps and swap encryptionNiels Provos
2000-06-25correct return valuesPaul Janzen
2000-06-23set mp->keyfile = NULL if stat failsMarkus Friedl
2000-06-22add paper by cmetz. correct example. (sync with kame)Jun-ichiro itojun Hagino
2000-06-22ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takesJun-ichiro itojun Hagino
2000-06-20This is OpenBSDEric Jackson
2000-06-19ncurses-5.0-20000617Todd C. Miller
2000-06-18note get{addr,name}info are recommended than inet_xx.Jun-ichiro itojun Hagino
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-06-15RSA goes in tree for next our next release, as it will be afterBob Beck
2000-06-14document swap encrypt ctl levelNiels Provos
2000-06-13Fix some compile warnings.Angelos D. Keromytis
2000-06-13Cast to avoid warning.Angelos D. Keromytis
2000-06-13Support files for shared library, expected by gcc, allows shared libraries toDale S. Rahn
2000-06-12correct ENI_SALEN case to meet rfc2553bis.Jun-ichiro itojun Hagino
2000-06-12correct behavior against invalid sockaddr. previous code may return 0Jun-ichiro itojun Hagino
2000-06-09remove unused codeEric Jackson
2000-06-062nd patch for stack mishandling; wd@ics.nara-wu.ac.jpTheo de Raadt
2000-06-01State explicitly that strlc{py,at} only work on real C strings.Todd C. Miller
2000-05-25synchronize net.inet{,6} as much as possible with reality.Jun-ichiro itojun Hagino
2000-05-25no more nfsiod; mickeyTheo de Raadt
2000-05-25remove net.inet6.ip6.gif_hlimJun-ichiro itojun Hagino
2000-05-24add AF_INET6.Jun-ichiro itojun Hagino
2000-05-19use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues.Jun-ichiro itojun Hagino
2000-05-19Fix macro typo.Angelos D. Keromytis
2000-05-18Really find the requested assertions, and fix authorizer retrieval.Angelos D. Keromytis
2000-05-18Grrr...typo'ed on the typo correction...I'll call it a day (or night).Angelos D. Keromytis
2000-05-18Oops, typo.Angelos D. Keromytis
2000-05-18Manpage links.Angelos D. Keromytis
2000-05-18Plug a minor memory leak associated with kn_get_licensees(), and makeAngelos D. Keromytis
2000-05-17nroff fixes (correct Dt, linebreak).Jun-ichiro itojun Hagino
2000-05-17Oops, typo.Angelos D. Keromytis
2000-05-17Add kn_free_key()Angelos D. Keromytis
2000-05-15correct type of 2nd argument to meet RFC2553. (this should raise no ABIJun-ichiro itojun Hagino
2000-05-15translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229.Jun-ichiro itojun Hagino
2000-05-15Add support for building libraries with debugging information in them.Niklas Hallqvist
2000-05-01bye bye semconfig(2)Theo de Raadt