Age | Commit message (Expand) | Author |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-17 | formatting tweaks; | Jason McIntyre |
2005-06-17 | first step to implement a proactive wireless monitoring system using | Reyk Floeter |
2005-06-16 | use getopt() for argument list parsing | Robert Nagy |
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 |
2005-06-15 | remove SNMP code from mrouted(8) because it is broken and it is | Robert Nagy |
2005-06-15 | zap usage of __LINE__ so we can do KNF without binary changes. | Niall O'Higgins |
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 |
2005-06-14 | Don't unref something that is used later. send_rtmsg() will call | Claudio Jeker |
2005-06-13 | route label support, kroute part and ID allocator as well as the internal | Henning Brauer |
2005-06-13 | add copy method, and document it. | Marc Espie |
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 |
2005-06-13 | fix archive header writing. | Marc Espie |
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 |
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 |
2005-06-13 | One additional if_act_elect bug. Neighbors in preliminary state (down, attempt | Claudio Jeker |
2005-06-13 | Doh. Fix another stupid copy paste typo. Once again BDR != DR. | Claudio Jeker |
2005-06-13 | add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simply | Claudio Jeker |
2005-06-13 | start hello timer even if in state IF_STA_WAITING (this makes the startup much | Claudio Jeker |
2005-06-13 | simplify the fsm by moving all the checks that are done if the state changed | Claudio Jeker |
2005-06-13 | Passive interfaces belong to the area and should be announced as stub | Claudio Jeker |
2005-06-13 | Compare neighbor address with DR/BDR from the hello packet and not with | Claudio Jeker |
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 |
2005-06-12 | better synopsis. | Marc Espie |
2005-06-12 | test that archive->next() worked, and explicitly throw a `truncated archive' | Marc Espie |
2005-06-10 | No point in keeping a list of file systems here, instead just refer to | Pedro Martelletto |
2005-06-10 | Make sure that the ATTR_EXTLEN flag is unset if the attribute length is | Claudio Jeker |
2005-06-10 | Introduce attr_optlen() to get the total lenght of an optional attribute | Claudio Jeker |
2005-06-10 | As we no longer send IMSG_CTL_SHOW_RIB_PREFIX from bgpd to bgpctl simplify | Claudio Jeker |
2005-06-10 | Simplify show rib upcalls. Kill one mostly unused function. | Claudio Jeker |
2005-06-10 | If any of fds 0-2 are not open, dup them to our /dev/null fd. | Todd C. Miller |
2005-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker |
2005-06-09 | .Xr sysctl(8); ok jmc, deraadt | Xavier Santolaria |
2005-06-09 | If there is a problem to connect to a remote peer, do the same log damping | Claudio Jeker |
2005-06-09 | spelling | Theo de Raadt |
2005-06-08 | Force pid file fd to be > 2 so we don't clobber it when dup'ing | Todd C. Miller |
2005-06-08 | squeeze +COMMENT in front of +DESC. | Marc Espie |
2005-06-07 | Set the reject and blackhole flags for kernel routes too. This makes the | Claudio Jeker |
2005-06-07 | Fix the mask2prefixlen6() function once and for all. Netmasks are stored in | Claudio Jeker |
2005-06-07 | For show rib -- show_rib_summary_msg() and print_prefix() -- use log_addr() | Claudio Jeker |