summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2005-06-20use getopt(3) for argument list parsing and remove the get_number()Robert Nagy
2005-06-20use getopt(3) for argument list parsing and remove the get_number()Robert Nagy
2005-06-20flesh out the destdir() working. Provide a convenience close() method.Marc Espie
2005-06-20$OpenBSD -> $OpenBSD$Robert Nagy
2005-06-19use a #define for the time to wait on -s and clarify a log msgHenning Brauer
2005-06-19use a little state engine to keep track of delayed dns lookups and such,Henning Brauer
2005-06-18maintain correspondence between original archive file names and rewrittenMarc Espie
2005-06-18more sanity checks, don't truncate names silently.Marc Espie
2005-06-18fix prefix/name cut (found out by aanriot)Marc Espie
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-06-17support disassoc reason codesReyk Floeter
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-06-17formatting tweaks;Jason McIntyre
2005-06-17first step to implement a proactive wireless monitoring system usingReyk Floeter
2005-06-16use getopt() for argument list parsingRobert Nagy
2005-06-16use prefixlen2mask which handles zero prefixlens rightHenning Brauer
2005-06-16use prefixlen2mask() instead of doing the bitshifting by hand; fixes theHenning Brauer
2005-06-15remove SNMP code from mrouted(8) because it is broken and it isRobert Nagy
2005-06-15zap usage of __LINE__ so we can do KNF without binary changes.Niall O'Higgins
2005-06-14add missing error check for decode_prefix4. ok deraadt@Moritz Jodeit
2005-06-14remove speaker handling code. if you really want this, use the /etc/apm/*Theo de Raadt
2005-06-14Don't unref something that is used later. send_rtmsg() will callClaudio Jeker
2005-06-13route label support, kroute part and ID allocator as well as the internalHenning Brauer
2005-06-13add copy method, and document it.Marc Espie
2005-06-13if this is not a `real' file, override the size entry with a zero.Marc Espie
2005-06-13realloc(3) correctly. Do not adjust the variable describing how much memoryClaudio Jeker
2005-06-13fix archive header writing.Marc Espie
2005-06-13almost working...Marc Espie
2005-06-13document how hardlink writes occur, plus cosmetic clean-ups.Marc Espie
2005-06-13$entry->{cwd} support while writing, for symetry.Marc Espie
2005-06-13we can determine if an entry will be stored as a HardLink at prepare() time,Marc Espie
2005-06-13document the write API as well.Marc Espie
2005-06-13interface more symetric to reading.Marc Espie
2005-06-13UStar writer, all the flesh, thoroughly untested yet, reading unaffected...Marc Espie
2005-06-13provide reverse lookup services, as a simple extension (to be usedMarc Espie
2005-06-13One additional if_act_elect bug. Neighbors in preliminary state (down, attemptClaudio Jeker
2005-06-13Doh. Fix another stupid copy paste typo. Once again BDR != DR.Claudio Jeker
2005-06-13add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simplyClaudio Jeker
2005-06-13start hello timer even if in state IF_STA_WAITING (this makes the startup muchClaudio Jeker
2005-06-13simplify the fsm by moving all the checks that are done if the state changedClaudio Jeker
2005-06-13Passive interfaces belong to the area and should be announced as stubClaudio Jeker
2005-06-13Compare neighbor address with DR/BDR from the hello packet and not withClaudio Jeker
2005-06-13Properly align the show rib output. flags is 5 chars long not 4.Claudio Jeker
2005-06-12strcat -> strlcatNikolay Sturm
2005-06-12better synopsis.Marc Espie
2005-06-12test that archive->next() worked, and explicitly throw a `truncated archive'Marc Espie
2005-06-10No point in keeping a list of file systems here, instead just refer toPedro Martelletto
2005-06-10Make sure that the ATTR_EXTLEN flag is unset if the attribute length isClaudio Jeker
2005-06-10Introduce attr_optlen() to get the total lenght of an optional attributeClaudio Jeker
2005-06-10As we no longer send IMSG_CTL_SHOW_RIB_PREFIX from bgpd to bgpctl simplifyClaudio Jeker