Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-29 | keep an ID per server we talk to | Henning Brauer | |
2004-07-29 | Report DPD notifications. Cleanup. markus@ ok. | Hakan Olsson | |
2004-07-28 | Prefer the path with the lowest multi-exit discriminator (MED) not the biggest. | Claudio Jeker | |
2004-07-28 | allow "set metric" as synonym for "set med", from discussion with & ok claudio | Henning Brauer | |
2004-07-28 | prevent unresolvable hostnames in "listen on" statements | Henning Brauer | |
2004-07-28 | when a dns lookup fails at parse time, do not abort but try again | Henning Brauer | |
to resolve the hostname every 60 seconds fixes ntpd invocations before e. g. a dialup link is established and such. as we want ntpd to be a "fire and forget" background daemon it should cope with such situations. tested by many | |||
2004-07-28 | The default localpreference is 100 and not 0. Found and ok henning@ | Claudio Jeker | |
2004-07-28 | The hole dance to close a mrt file after fd passing in the parent is not | Claudio Jeker | |
needed as the fd is closed while beeing passed. looks good henning@ | |||
2004-07-28 | allow prefix lists inside prefix lists | Henning Brauer | |
2004-07-28 | allow AS lists inside AS lists | Henning Brauer | |
2004-07-28 | prevent the filter elements from beeing given more than once | Henning Brauer | |
2004-07-28 | add list expansion for AS in filter rules | Henning Brauer | |
actually, it's list expansion on steroids, this works: deny from any { source-AS { 3320 852 } AS { 4589 174 } } | |||
2004-07-28 | print th_seq for -vv; ok hshoexer, henning | Markus Friedl | |
2004-07-28 | Should set user and group on unix domain sockets as reported by Juan Vera. | Todd C. Miller | |
2004-07-28 | rework the filter_match production and everything below - fixes | Henning Brauer | |
a couple of bugs | |||
2004-07-28 | add -ttttt (timestamp difference since the first packet); ok thierry | Markus Friedl | |
2004-07-27 | art.html -> art1.html, PR3872 From: ak@ebi.ac.uk | Henning Brauer | |
2004-07-27 | add support for {} expansion for prefix in the filter rules, claudio ok | Henning Brauer | |
2004-07-27 | do not define the prefix, prefixlen and community structs used for | Henning Brauer | |
the filters from within struct filter_match but explicit; no functional change | |||
2004-07-27 | suport macro expansion for peer spec in filter rules | Henning Brauer | |
things like deny from { $peer1 $peer2 } prefix 192.168.0.0/16 are now possible. | |||
2004-07-26 | Fold in backport of 2.0 fix for mod_usertrack core dump | Brad Smith | |
when enabled but no explicit CookieName is set. From: Apache CVS ok henning@ | |||
2004-07-25 | remove unused function | Henning Brauer | |
2004-07-23 | tweaks for openssl spkac; | Jason McIntyre | |
2004-07-22 | fast-scanner should now about dir/ too. | Marc Espie | |
2004-07-22 | use | Marc Espie | |
directory/ instead of @dir directory okay naddy@ | |||
2004-07-22 | Fix incorrect snprintf return value check noticed by Jarno Huuskonen. | Todd C. Miller | |
Also make a utime() failure non-fatal since the important thing is the poke on the socket now. | |||
2004-07-21 | no multiple free(); "John L. Scarfone" <j0@cox.net> | Henning Brauer | |
2004-07-20 | support for gnu-info, with @info keyword. | Marc Espie | |
- modify pkg_create so that it will look for info-[0-9]+ and add them to the packing-list. - deal with installing the info file/de-installing it at pkg_add/pkg_delete time. tested by naddy@ | |||
2004-07-20 | IPv6 support originally by itojun@ with standalone mode fixes by me. | Todd C. Miller | |
Tested by several people in both inetd and standalone mode w/ IPv4 and IPv6. | |||
2004-07-20 | wrap the heads for the linked list of addresses into a new ntp_addr_wrap | Henning Brauer | |
which, besides the head pointer for the list of course, stores the original address as specified (i. e. as hostname instead of resolved IPs) and flags and such. | |||
2004-07-18 | there are a few recvfrom(2) errors we do not want to panic on | Henning Brauer | |
2004-07-18 | query interval scaling, episode II | Henning Brauer | |
1) base the interval calculation on the offset from the last reply, not from the last peer update. Allows us to send more queries again faster when the local clock diverges too much 2) every time we form a peer update (for which we need 8 replies) check wether we have a ready peer update for all peers that are currently trusted, and if so, calculate the total offset and call adjtime(). that means that adjtime is no longer called in fixed intervals but whenever we have enough data to reliably calculate the local clock offset. In practice, that means we call adjtime() less often, but with probably better data. 3) invalidate peer updates after beeing used. no point in re-using them - this resulted in calling adjtime() multiple times with the same offset, which doesn't make sense tested by many | |||
2004-07-18 | when deleting @link, don't bother checking for md5, since we don't have any. | Marc Espie | |
The check will have been done for the `parent' file anyways. noticed by krw@, seems all heavy-duty porters use -q, so we didn't notice it... | |||
2004-07-17 | the IPv4/IPv6 standalone mode patch has some issues so back it out for now. | Brad Smith | |
requested by deraadt@ | |||
2004-07-17 | Do not use after free; from Tor Egge via freebsd. | Otto Moerbeek | |
ok matthieu@ deraadt@ | |||
2004-07-16 | - fix macros | Jared Yanovich | |
- bgp -> BGP - change description in FILES - sync to reality ok henning, jmc | |||
2004-07-15 | add -o to usage() ok markus@ | Marco Pfatschbacher | |
2004-07-14 | do not do the stratum guessing dance. | Henning Brauer | |
stratum is pretty much pointless anyway these days, and we certainly do not want to send out illegal packets (stratum=0) until synced... | |||
2004-07-14 | do not bail out if the server says its clock is unsynchronized. | Henning Brauer | |
rdate is a simple client and doesn't have another server to query, and a server's idea of the time is better than the local clock's one in basically any case. | |||
2004-07-14 | no \n in errx(3) | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2004-07-14 | Rework @dirrm: keep them all, and remove them at the end of pkg_delete. | Marc Espie | |
Add @dir, more powerful than @dirrm, so that we can get rid of those pesky @exec mkdir -p. okay naddy@ | |||
2004-07-13 | slightly reword myself; | Jason McIntyre | |
2004-07-13 | tweaks; ok henning@ | Jason McIntyre | |
2004-07-13 | tweaks; ok henning@ | Jason McIntyre | |
2004-07-13 | Respond to client queries with better server statistics. We now output | Alexander Guy | |
a close-to-reality stratum, a real reference time, and a leap indicator that will indicate if the local clock isn't synchronized. This also means that until the server feels it's synchronized, it will tell the clients it isn't. This is normal, and correct. ok henning@ | |||
2004-07-13 | lots of cleanup and revising: | Jared Yanovich | |
- typo fixes, rewording, punctuation - better use of and more format macros - section reorganization in some places - list directives with their arguments - add some cross-refs ok jmc, henning, otto | |||
2004-07-13 | fix some typos | Jared Yanovich | |
ok henning otto | |||
2004-07-13 | ignore obviously malformed queries; ok henning@ | Alexander Guy | |
2004-07-13 | stuff from me and claudio@: | Jason McIntyre | |
- remove references to stuff we don't support (libalias, libradius, etc.) - consistent quoting - macro fixes - grammar, punctuation, etc. - use .Ic for commands to reduce amount of quoting more work needed here. this page is just too much... | |||
2004-07-13 | liek bgpd, use a socketpair(2) instead of a pipe(2) | Henning Brauer | |