summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-06Tell people to set PKG_PATH for pkg_add - to handle dependencies.Marc Espie
2003-11-06... pkg_add obviously much happier with borked_package...Marc Espie
2003-11-06verify libspec fully again (same code as old pkg add-on, mostly).Marc Espie
2003-11-06Split off dependency solving into its own function.Marc Espie
2003-11-06do not try to run the post-install script on an aborted pkg_add.Marc Espie
2003-11-06split out the registration process, and add a ^C handler, to thatMarc Espie
2003-11-06Handle pkg_add -Marc Espie
2003-11-06Allow the use of full paths to refer to installed packages, so thatMarc Espie
2003-11-06url2pkgname as an explicit functionMarc Espie
2003-11-06Implement discovery of a `packing-list' prefix, e.g., the first @cwdMarc Espie
2003-11-06the previous change caused invalid checksums in some cases (rdr),Daniel Hartmeier
2003-11-06Style nits.Hakan Olsson
2003-11-06Require encrypted messages are soon as we have the keystate for it.Hakan Olsson
2003-11-06spis[] type tweak. From Hans-Joerg Hoexer.Hakan Olsson
2003-11-06antispoof with ipless interfaceHenning Brauer
2003-11-06two more KNF violations I missed earlier. who introduces those all the time?Henning Brauer
2003-11-06and fix two err() that should be errx() while beeing hereHenning Brauer
2003-11-06need calloc hereHenning Brauer
2003-11-06KNFHenning Brauer
2003-11-06document that label macros can now be used in tags as wellHenning Brauer
2003-11-06allow the label macros to be used in tags as well.Henning Brauer
2003-11-06Teach gdb about the existence of SIGINFO. Fixes PR 3173.Otto Moerbeek
2003-11-06named.boot no longer necessary;Jason McIntyre
2003-11-06add commented out LoadModule statements for each module we build and installHenning Brauer
2003-11-06don't write magic until the file system is really done. preventsTed Unangst
2003-11-06regenMichael Shalayeff
2003-11-06i82852gm ids from jmc's dmesgMichael Shalayeff
2003-11-06fix linklocal multicast address handling. Matthias DrochnerJun-ichiro itojun Hagino
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-11-05Back wdc reset change, now in more careful variant.Alexander Yurchenko
2003-11-05correct errors in code examples; from Dries Schellekens;Jason McIntyre
2003-11-05another ad codecMichael Shalayeff
2003-11-05PFS: Perfect Forward Secrecy (RFC 2409);Jason McIntyre
2003-11-05updated URL from Jared Yanovich;Jason McIntyre
2003-11-05updated URL from Jared Yanovich;Jason McIntyre
2003-11-05Cleanups.Ryan Thomas McBride
2003-11-05Make tcpdump -x work with pfsync.Ryan Thomas McBride
2003-11-04don't call in_pcbrehash twice; ok itojun@Markus Friedl
2003-11-04a hook to use an lkm for unicode names decoding; from freebsdMichael Shalayeff
2003-11-04add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()Markus Friedl
2003-11-04Add carp_setroute(), add and remove routes when the carp(4) interfaceRyan Thomas McBride
2003-11-04make pkg_create aware of duplicate files in plist, which are a bad thing.Marc Espie
2003-11-04Use MGETHDR() instead of m_gethdr()Ryan Thomas McBride
2003-11-04let pkg_delete use logging facilities to save issues with deleting filesMarc Espie
2003-11-04Add logging facilities (temp module exposes its temporary directory)Marc Espie
2003-11-04- Remove bogus function prototypeRyan Thomas McBride
2003-11-04sync docs with current implementation;Jason McIntyre
2003-11-04sort options in SYNOPSIS and sync usage();Jason McIntyre
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-11-04Test r operator.Otto Moerbeek