Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-03 | deny hilarious prepends. OK henning@ | Claudio Jeker | |
2004-08-03 | Fix mem-leak on exit. OK henning@ | Claudio Jeker | |
2004-08-03 | Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@ | Claudio Jeker | |
2004-08-03 | forgot mandir. reorder slightly. | Marc Espie | |
2004-08-03 | Support @sample, tested by fries@. | Marc Espie | |
@mandir and @fontdir keywords recognition. | |||
2004-08-03 | - kill a rake of unnecessary .Bk/.Ek macros | Jason McIntyre | |
- simplify SYNOPSIS - sort options - adjust -width for FILES - standard EXAMPLES format - sync usage() | |||
2004-08-03 | add ifconfig(8) Xr and spacing; | Jason McIntyre | |
from Alexey E. Suslikov; | |||
2004-08-03 | make pstat -f show locking | Michael Coulter | |
ok art@ tedu@ much help from pedro@ | |||
2004-08-02 | Fix a possible mem leak and add a missing yyerror(). OK henning@ | Claudio Jeker | |
2004-08-02 | Forgot to add "anounce default-route" here. OK henning@ | Claudio Jeker | |
2004-08-02 | @man type file for manpages. | Marc Espie | |
2004-08-02 | Reuse first component of @newdepends, @libdepends to contain | Marc Espie | |
a PKG_PATH (easy backward compatibility: is there a slash ?) That's missing info to enable pkg_add to launch package building in the ports tree as an alternate source of binary packages. | |||
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-31 | Make UseCanonicalName off correctly grab port info from | Brad Smith | |
the client. Make UseCanonicalName socket port aware. ok henning@ | |||
2004-07-30 | smarten this page up a bit. usage() too. | Jason McIntyre | |
2004-07-30 | Document "announce default-route" with a lot of help from jmc@ | Claudio Jeker | |
2004-07-30 | setup(n.) -> set up(v.); | Jason McIntyre | |
2004-07-30 | Add new announce type "default-route" which will only announce the default | Claudio Jeker | |
route to the specified neighbor. Idea and OK henning@ | |||
2004-07-29 | Initalize local varible in rde_update_get_prefix or we may end up with funny | Claudio Jeker | |
prefixes. | |||
2004-07-29 | don't wipe lease file on startup, found & solution tested nick@ | Henning Brauer | |
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. |