Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-28 | Remove 'ab' (apache benchmark) from the tree because | Robert Nagy | |
we don't install it, and 'ab' itself is buggy so that it will give false results. ok henning@ | |||
2005-06-28 | Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags as | Claudio Jeker | |
u_int16_t so that "bgpctl show rib 4/8 all" works again. | |||
2005-06-28 | some more ike payload types | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-06-27 | Mark connected routes (routes without a nexthop) in the rib. Without this | Claudio Jeker | |
as-ext routes would select a wrong nexthop if the forwarding router is directly connected. OK, help and debugging norby@ | |||
2005-06-27 | Don't let /32 DT_NET routes override DT_RTR routes. This should help | Claudio Jeker | |
setups with /32 loopback networks. OK norby@ | |||
2005-06-26 | typo by claudio | Theo de Raadt | |
2005-06-26 | Don't htonl() something that is already in network byte order. AS-Ext routes | Claudio Jeker | |
suffered because of this. Normaly seen because they where not added to the rib or ended up with a bad nexthop. This is what you get for stealing code from bgpd :( OK norby@ | |||
2005-06-26 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker | |
are e.g. created by the PMTU code and are removed after some time. OK norby@ | |||
2005-06-26 | explain how the aliasing operation works. | Marc Espie | |
2005-06-26 | pkg_merge aliasing of hard links fixed. | Marc Espie | |
2005-06-26 | Handle hard links correctly: the names need to be aliased correctly for | Marc Espie | |
pkg_merging, and the names need to lose the prefix path when getting extracted. | |||
2005-06-26 | expose the name aliasing operation, since it can be useful. | Marc Espie | |
2005-06-26 | some useful statistics about shared files and size gains. | Marc Espie | |
2005-06-26 | missing support for `identical' files. | Marc Espie | |
2005-06-26 | select fat package based on name too. | Marc Espie | |
2005-06-26 | new tool (not active yet): pkg_merge. | Marc Espie | |
Can be used to merge several packages into a fat package. Uses simple heuristics to find out a `nice' ordering for common files, can handle semi-common prefixes. | |||
2005-06-26 | handle fat packages based on architecture. | Marc Espie | |
2005-06-26 | switch pkg_create to built-in Ustar, no longer dependent on external tar. | Marc Espie | |
2005-06-26 | faster fat package finder | Marc Espie | |
2005-06-25 | name2id prototypes | Henning Brauer | |
2005-06-25 | Make the name2id/id2name code generically usable. This will be needed by | Claudio Jeker | |
the upcomming filter rewrite. OK henning@ | |||
2005-06-24 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker | |
are e.g. created by the PMTU code and are removed after some time. OK henning@ | |||
2005-06-22 | implement and use a real usage(); function instead of using goto usage; | Robert Nagy | |
every time it is needed. ok millert@ | |||
2005-06-21 | Backout/Disable the change introduced in rev. 1.26. Don't start the hello | Claudio Jeker | |
timer in IF_STA_WAITING. We are not ready for this because the RFC is totaly fucked up in that specific area causing many issues on fast reloads. OK norby@ | |||
2005-06-21 | we do not do -s in /etc/rc anymore. this is because, even if -s did try to | Theo de Raadt | |
do it's job it would have to choose between two cases: 1. either it would take a very long time to get the correct adjustment, thus, if you are not currently on the net right, you wait a long time (or must type ^C, which is ridiculous) 2. ntpd could be modified to "abort early", but then would not meet the promise made by -s in the manual page (note: it does not say that it "tries") therefore, -s and -S must become user choices. Sorry. This same choice is made in lots of other places | |||
2005-06-21 | move Arch->check() up to Packingelement, so that it can be called anywhere, | Marc Espie | |
not only while adding packages. Add FatOnly filter, which will be used to get information from packing-lists to select the correct packing-list from a fat package (e.g., @arch and @name). | |||
2005-06-21 | The ev_sighup event handler should handle SIGHUP and not SIGTERM. | Claudio Jeker | |
SIGTERM is already handled by ev_sigterm. | |||
2005-06-21 | when writing store the file `real name' on the filesystem, which | Marc Espie | |
allows renaming it on-the-fly just for archive creation purposes. | |||
2005-06-20 | use getopt(3) for argument list parsing and remove the get_number() | Robert Nagy | |
function becasue we use strtonum(3) from now on. ok otto@ millert@ | |||
2005-06-20 | use getopt(3) for argument list parsing and remove the get_number() | Robert Nagy | |
function becasue we use strtonum(3) from now on. ok otto@ millert@ | |||
2005-06-20 | flesh out the destdir() working. Provide a convenience close() method. | Marc Espie | |
2005-06-20 | $OpenBSD -> $OpenBSD$ | Robert Nagy | |
ok henning@ | |||
2005-06-19 | use a #define for the time to wait on -s and clarify a log msg | Henning Brauer | |
2005-06-19 | use a little state engine to keep track of delayed dns lookups and such, | Henning Brauer | |
eases things tested by Jason Ackley <jason@ackley.net> Matthias Kilian <kili@outback.escape.de> Stephen Marley <stephen@marley.org.uk> sturm@ theo ok | |||
2005-06-18 | maintain correspondence between original archive file names and rewritten | Marc Espie | |
names. Allows transparent rename & copy of hard links. | |||
2005-06-18 | more sanity checks, don't truncate names silently. | Marc Espie | |
2005-06-18 | fix prefix/name cut (found out by aanriot) | Marc Espie | |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless to maintain. | |||
2005-06-17 | support disassoc reason codes | Reyk Floeter | |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless to maintain. | |||
2005-06-17 | formatting tweaks; | Jason McIntyre | |
ok reyk@ | |||
2005-06-17 | first step to implement a proactive wireless monitoring system using | Reyk Floeter | |
hostapd(8). it's a very simple but powerful approach using highly flexible and stateless event and action rules for IEEE 802.11 traffic. you can monitor a wireless network by watching frames with types and addresses (with support for tables and masks) and you can trigger actions like writing log messages, sending pcap/radiotap dumps to the IAPP network, removing nodes from the hostap, resending received frames and sending contructed 802.11 frames in reply to traffic received from any rogue nodes. it's based on some initial work from the c2k5 which has been tested and improved during the last weeks. some missing documentation for hostapd.conf(5) will be written as soon as possible. ok deraadt@ | |||
2005-06-16 | use getopt() for argument list parsing | Robert Nagy | |
ok millert@ otto@ | |||
2005-06-16 | use prefixlen2mask which handles zero prefixlens right | Henning Brauer | |
2005-06-16 | use prefixlen2mask() instead of doing the bitshifting by hand; fixes the | Henning Brauer | |
zero prefixlen case (32 bit shift on 32 bit val -> undefined result) spotted by Moritz Grimm and otto | |||
2005-06-15 | remove SNMP code from mrouted(8) because it is broken and it is | Robert Nagy | |
higly unlike that anyone will use this. ok otto@ millert@ henning@ | |||
2005-06-15 | zap usage of __LINE__ so we can do KNF without binary changes. | Niall O'Higgins | |
ok henning@ | |||
2005-06-14 | add missing error check for decode_prefix4. ok deraadt@ | Moritz Jodeit | |
2005-06-14 | remove speaker handling code. if you really want this, use the /etc/apm/* | Theo de Raadt | |
scripts to do it. as it is, for most people this is terribly annoying and unneccessary; toby ok | |||
2005-06-14 | Don't unref something that is used later. send_rtmsg() will call | Claudio Jeker | |
rtlabel_id2name() so call rtlable_unref() after that. OK henning@ |