summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-08-03deny hilarious prepends. OK henning@Claudio Jeker
2004-08-03Fix mem-leak on exit. OK henning@Claudio Jeker
2004-08-03Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@Claudio Jeker
2004-08-03forgot mandir. reorder slightly.Marc Espie
2004-08-03Support @sample, tested by fries@.Marc Espie
@mandir and @fontdir keywords recognition.
2004-08-03- kill a rake of unnecessary .Bk/.Ek macrosJason McIntyre
- simplify SYNOPSIS - sort options - adjust -width for FILES - standard EXAMPLES format - sync usage()
2004-08-03add ifconfig(8) Xr and spacing;Jason McIntyre
from Alexey E. Suslikov;
2004-08-03make pstat -f show lockingMichael Coulter
ok art@ tedu@ much help from pedro@
2004-08-02Fix a possible mem leak and add a missing yyerror(). OK henning@Claudio Jeker
2004-08-02Forgot to add "anounce default-route" here. OK henning@Claudio Jeker
2004-08-02@man type file for manpages.Marc Espie
2004-08-02Reuse first component of @newdepends, @libdepends to containMarc 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-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-07-31Make UseCanonicalName off correctly grab port info fromBrad Smith
the client. Make UseCanonicalName socket port aware. ok henning@
2004-07-30smarten this page up a bit. usage() too.Jason McIntyre
2004-07-30Document "announce default-route" with a lot of help from jmc@Claudio Jeker
2004-07-30setup(n.) -> set up(v.);Jason McIntyre
2004-07-30Add new announce type "default-route" which will only announce the defaultClaudio Jeker
route to the specified neighbor. Idea and OK henning@
2004-07-29Initalize local varible in rde_update_get_prefix or we may end up with funnyClaudio Jeker
prefixes.
2004-07-29don't wipe lease file on startup, found & solution tested nick@Henning Brauer
2004-07-29keep an ID per server we talk toHenning Brauer
2004-07-29Report DPD notifications. Cleanup. markus@ ok.Hakan Olsson
2004-07-28Prefer the path with the lowest multi-exit discriminator (MED) not the biggest.Claudio Jeker
2004-07-28allow "set metric" as synonym for "set med", from discussion with & ok claudioHenning Brauer
2004-07-28prevent unresolvable hostnames in "listen on" statementsHenning Brauer
2004-07-28when a dns lookup fails at parse time, do not abort but try againHenning 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-28The default localpreference is 100 and not 0. Found and ok henning@Claudio Jeker
2004-07-28The hole dance to close a mrt file after fd passing in the parent is notClaudio Jeker
needed as the fd is closed while beeing passed. looks good henning@
2004-07-28allow prefix lists inside prefix listsHenning Brauer
2004-07-28allow AS lists inside AS listsHenning Brauer
2004-07-28prevent the filter elements from beeing given more than onceHenning Brauer
2004-07-28add list expansion for AS in filter rulesHenning Brauer
actually, it's list expansion on steroids, this works: deny from any { source-AS { 3320 852 } AS { 4589 174 } }
2004-07-28print th_seq for -vv; ok hshoexer, henningMarkus Friedl
2004-07-28Should set user and group on unix domain sockets as reported by Juan Vera.Todd C. Miller
2004-07-28rework the filter_match production and everything below - fixesHenning Brauer
a couple of bugs
2004-07-28add -ttttt (timestamp difference since the first packet); ok thierryMarkus Friedl
2004-07-27art.html -> art1.html, PR3872 From: ak@ebi.ac.ukHenning Brauer
2004-07-27add support for {} expansion for prefix in the filter rules, claudio okHenning Brauer
2004-07-27do not define the prefix, prefixlen and community structs used forHenning Brauer
the filters from within struct filter_match but explicit; no functional change
2004-07-27suport macro expansion for peer spec in filter rulesHenning Brauer
things like deny from { $peer1 $peer2 } prefix 192.168.0.0/16 are now possible.
2004-07-26Fold in backport of 2.0 fix for mod_usertrack core dumpBrad Smith
when enabled but no explicit CookieName is set. From: Apache CVS ok henning@
2004-07-25remove unused functionHenning Brauer
2004-07-23tweaks for openssl spkac;Jason McIntyre
2004-07-22fast-scanner should now about dir/ too.Marc Espie
2004-07-22useMarc Espie
directory/ instead of @dir directory okay naddy@
2004-07-22Fix 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-21no multiple free(); "John L. Scarfone" <j0@cox.net>Henning Brauer
2004-07-20support 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-20IPv6 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-20wrap the heads for the linked list of addresses into a new ntp_addr_wrapHenning 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.