summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2003-12-20Don't bother complaining about "no IPv6 interfaces" or "no IPv4 interfaces"fredb
2003-12-20Make "-s" option silent again, fixes PR bin/23707.keihan
2003-12-04pull in a set of patches from ntp bk to fix thedrochner
2003-12-04compile cleanly with -Wall (ntp bug #258)drochner
2003-12-04fix some memory allocation bugs (ntp bug #252)drochner
2003-12-04fix error handling after send errors (ntp bug #243)drochner
2003-12-04fix some LP64 issues (ntp bug #233)drochner
2003-12-04use return value of openssl's RAND_file_name(), this makes thedrochner
2003-12-04don't join a multicast group where we just want to senddrochner
2003-12-04deal with sin6_scope_id where necessarydrochner
2003-12-04keep track of the scope id of link-local ipv6 addresses, and deal withdrochner
2003-12-04resolve conflictsdrochner
2003-12-04Import ntp 4.2.0drochner
2003-11-26sync w/ bind837itojun
2003-11-26sync w/ new cvs tree scheme, i.e. s/basesrc/src/itojun
2003-11-12<sys/cdefs.h> is a NetBSD'ism. Protect it with #ifdef __NetBSD__matt
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-09Ar -I -> Fl I; bump date for previous.wiz
2003-11-09Document the special server name "*SMBSERVER"hubertf
2003-10-27- Add declarations for lhs_context and rhs_context. For some reason thesemellon
2003-10-27- Apply patches from ISC DHCP 3.0.1rc12 to correct a parser bug that causesmellon
2003-10-27adapt for file 4.06pooka
2003-10-27make unused variable also unpresentpooka
2003-10-27nuke empty linepooka
2003-10-27merge conflicts from 4.06 importpooka
2003-10-27file 4.06pooka
2003-10-27There is no -b flag; from the description, -r is meant, so use that.wiz
2003-10-26bump the regular expression cache from 20 expressions to 128jdolecek
2003-10-26exit with fatal error if backreferences are used in subst stringjdolecek
2003-10-26cleanup some (uschar **) to (char **) casts which breakjdolecek
2003-10-24increase ttl - internet is getting big.mellon
2003-10-24Write the pid file twice, so scripts can kill client before it daemonizes.mellon
2003-10-24Attempt to fix a bug which throws away valid static leasesmellon
2003-10-23Update for CVS repo basesrc/src change (many moons ago).simonb
2003-10-21Don't compare an int to NULL.fvdl
2003-10-21Don't return NULL as an int.fvdl
2003-10-15Move a comma to a place where it is more in line with usual grammar.wiz
2003-10-03Cope with the possibility of NetBSD ZZZZZX "the Christos way".pooka
2003-09-25re-add sgi file, comment out mysterious lines with type "addr"pooka
2003-09-25Work around return value inconsistency so that good errors don'tpooka
2003-09-25remove this file for nowpooka
2003-09-25bump version to 4.04pooka
2003-09-25Nuke unused variable to make this compile in the NetBSD tree.pooka
2003-09-25post-import mergepooka
2003-09-25file 4.04pooka
2003-09-25The I/O path is assymetric -- we can't deal with IPsec packets coming in, somycroft
2003-09-17identify 1.6Z[A-Z] files correctly. PR lib/22815itojun
2003-08-28Use bounded string op (snprintf instead of sprintf) for an automaticagc
2003-08-15Fix IPv6 accounting (PR#18839 by FUKAUMI Naoki).martti
2003-08-13use bounded string opitojun