summaryrefslogtreecommitdiff
path: root/dist/ntp
AgeCommit message (Expand)Author
2006-07-29cope with struct timeval tv_sec being defined as long insteadkardel
2006-07-29using the correct type makes it compile on alpha too - found by Kurt Schreinerkardel
2006-07-29backout change from import.kardel
2006-07-29merge 4.2.2p2kardel
2006-07-29Import ntp 4.2.2p2kardel
2006-06-25make MKCRYPTO=no work again.mrg
2006-06-18use the version that is now in ntp-stable (4.2.2 release branch)kardel
2006-06-18NetBSD Coverity CID 3804: avoid file pointer leakkardel
2006-06-18NetBSD Coverity CID 3799: overrun static array (off by one) fixedkardel
2006-06-18NetBSD Coverity CID 3797: bad return code check for open(2) fixedkardel
2006-06-18NetBSD Coverity CID 3796: possible NULL derefkardel
2006-06-17cope with situations where interface are UP and bound tokardel
2006-06-13PR/33724: Scott Ellis: Building a release with MKINET6=no stops in libisc duechristos
2006-06-13correct pointer advances broken by previous fixkardel
2006-06-12sort out pointer types - found & fix by jmmvkardel
2006-06-12fix pointer deref - found by jmmvkardel
2006-06-11import and integrate NTP 4.2.2kardel
2006-06-11Import ntp 4.2.2kardel
2006-05-20initialise tmp_clock() for GCC4.mrg
2006-05-14XXX: GCC uninitialized.christos
2006-05-14another XXX: GCC uninitialized variable.christos
2006-05-14Another uninitialized variables XXX: GCCchristos
2006-05-13Coverity CID 3497: Don't try to set the day/month if we did not get themchristos
2006-05-11move the extern for clktypes[]'s somewhere it's type is defined.mrg
2006-05-11ctl_trap[] is not public so don't extern it.mrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-05-04NetBSD 22 CID 3049,3075: safeguard against (unlikely to impossible) NULL derefkardel
2006-05-02handle NULL return from d2i_X509() - NetBSD Run 21 Coverity CID 2979kardel
2006-03-29dead code: removed (Coverity NetBSD CID 611)kardel
2006-03-29fix as discussed in NTP Bug 584, Coverity NetBSD CID 1510kardel
2006-03-21buffer overrun: backport fix from NTP project (Coverity NetBSD Scan 8: CID 1509)kardel
2006-03-21null deref: fix another case of incomplete list handling (Coverity NetBSD Sca...kardel
2006-03-19error handling: check success of open(2) - bail out early (Coverity CID 1282 ...kardel
2006-03-19null deref: complete linked list handling beginng condition (Coverity CID 986)kardel
2006-03-18mem leak: unreachable code prevented freeing of allocated memorykardel
2006-03-18null deref: avoid 0 deref (Coverity CID 987 NetBSD Scan 5)kardel
2006-03-18buffer bounds: one beyond buffer (Coverity CID 1490 NetBSD Scan 5)kardel
2006-03-18buffer bounds: buffer full condition wrong for bounds check (Coverity CID 150...kardel
2006-03-18buffer bounds: correct > - >= error for bounds check (Coverity CID 1511 NetBS...kardel
2006-03-18buffer bounds: clamp index for epobuf to buffer bounds (Coverity CID 1512 Net...kardel
2006-03-18mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Sca...kardel
2006-03-18avoid close(-1): don't attempt to cleanup INVALID_SOCKET ( ==-1 ) fd's - woul...kardel
2006-03-18null deref: backport current ntp code to fix (Coverity CID 759)kardel
2006-03-18Coverity NetBSD scan CID 2055: fallout fix return/fclose -> fclose/returnkardel
2006-03-18resource leak (fd/mem): fclose() streams on error (Coverity NetBSD scan CID 2...kardel
2006-03-18resource leak (fd/mem): close stream when errors occur (Coverity NetBSD Scan ...kardel
2006-03-18resolve CID 808 for the general case (code didn't trigger it - constant strin...kardel
2006-03-18Fix off-by-one, found by Coverity. CID 1466.elad
2006-03-18Coverity fixes:kardel