Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2005-06-13 | route label support, kroute part and ID allocator as well as the internal | Henning Brauer | |
interface changes. support in the filter language and rde to come. claudio ok | |||
2005-06-13 | add copy method, and document it. | Marc Espie | |
Note that it doesn't do any magic with hard links so far. | |||
2005-06-13 | if this is not a `real' file, override the size entry with a zero. | Marc Espie | |
2005-06-13 | realloc(3) correctly. Do not adjust the variable describing how much memory | Claudio Jeker | |
has been allocated until one knows the allocation has been successful. | |||
2005-06-13 | fix archive header writing. | Marc Espie | |
add pad() method to finish archives. With this, writing Ustar archives work. | |||
2005-06-13 | almost working... | Marc Espie | |
2005-06-13 | document how hardlink writes occur, plus cosmetic clean-ups. | Marc Espie | |
2005-06-13 | $entry->{cwd} support while writing, for symetry. | Marc Espie | |
2005-06-13 | we can determine if an entry will be stored as a HardLink at prepare() time, | Marc Espie | |
so do it... | |||
2005-06-13 | document the write API as well. | Marc Espie | |
2005-06-13 | interface more symetric to reading. | Marc Espie | |
2005-06-13 | UStar writer, all the flesh, thoroughly untested yet, reading unaffected... | Marc Espie | |
2005-06-13 | provide reverse lookup services, as a simple extension (to be used | Marc Espie | |
to write UStar archives momentarily). | |||
2005-06-13 | One additional if_act_elect bug. Neighbors in preliminary state (down, attempt | Claudio Jeker | |
and init) are not electable not only neighbors that are in state down. OK norby@ | |||
2005-06-13 | Doh. Fix another stupid copy paste typo. Once again BDR != DR. | Claudio Jeker | |
OK norby@ | |||
2005-06-13 | add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simply | Claudio Jeker | |
ignores the event. This removes the warning "fsm_if: interface em0, event WAITTIMER not expected in state DROTHER" in case of a quick startup. OK norby@ | |||
2005-06-13 | start hello timer even if in state IF_STA_WAITING (this makes the startup much | Claudio Jeker | |
faster and follows the RFC more closely). OK norby@ | |||
2005-06-13 | simplify the fsm by moving all the checks that are done if the state changed | Claudio Jeker | |
into one if (old_state != nbr->state) { block. OK norby@ | |||
2005-06-13 | Passive interfaces belong to the area and should be announced as stub | Claudio Jeker | |
networks. Bug report and testing by Stephen Marley. While there kill an unneeded log_debug(). OK norby@ | |||
2005-06-13 | Compare neighbor address with DR/BDR from the hello packet and not with | Claudio Jeker | |
the data from the last hello packet. OK norby@ | |||
2005-06-13 | Properly align the show rib output. flags is 5 chars long not 4. | Claudio Jeker | |
2005-06-12 | strcat -> strlcat | Nikolay Sturm | |
ok tdeval | |||
2005-06-12 | better synopsis. | Marc Espie | |
2005-06-12 | test that archive->next() worked, and explicitly throw a `truncated archive' | Marc Espie | |
message if it didn't work. Replaces messages like: Use of uninitialized value in string ne at /usr/libdata/perl5/OpenBSD/Add.pm lin e 344. Use of uninitialized value in join or string at /usr/libdata/perl5/OpenBSD/Error .pm line 67. Error: archive does not match != share/autoconf-2.13/acheaders with: Error: truncated archive | |||
2005-06-10 | No point in keeping a list of file systems here, instead just refer to | Pedro Martelletto | |
whatever the kernel supports, okay deraadt@ | |||
2005-06-10 | Make sure that the ATTR_EXTLEN flag is unset if the attribute length is | Claudio Jeker | |
smaller than 255 bytes. | |||
2005-06-10 | Introduce attr_optlen() to get the total lenght of an optional attribute | Claudio Jeker | |
plus header. Soon needed. | |||
2005-06-10 | As we no longer send IMSG_CTL_SHOW_RIB_PREFIX from bgpd to bgpctl simplify | Claudio Jeker | |
show_rib_summary_msg(). |