Age | Commit message (Expand) | Author |
2009-02-19 | Use rde_router_id() instead of directly accessing rdeconf->rtr_id.s_addr. | Stefan Sperling |
2009-02-19 | Enable origination of Intra-Area-Prefix LSAs in rde. | Stefan Sperling |
2009-02-19 | Virtually re-implement origination of Intra-Area-Prefix LSAs. | Stefan Sperling |
2009-02-19 | Remove origination of Intra-Area-Prefix LSAs from ospfe. | Stefan Sperling |
2009-02-19 | Sync iface fsm state from ospfe to rde. | Stefan Sperling |
2009-02-19 | In ospfe, originate new Router and Network LSAs before informing RDE | Stefan Sperling |
2009-02-19 | Make ospfe send correct nbr state to RDE. | Stefan Sperling |
2009-02-19 | Use a bob sized header for IPv6 not the default pedro sized one. | Claudio Jeker |
2009-02-19 | don't let libevent buffer long lines forever; ok gilles@ | Jacek Masiulaniec |
2009-02-18 | - add basic syntax checking to mfa | Jacek Masiulaniec |
2009-02-18 | IMSG_MFA_RCPT handlers are almost identical, put common code in new | Jacek Masiulaniec |
2009-02-18 | fix compiler warning; ok gilles@ | Jacek Masiulaniec |
2009-02-18 | Print spi in lowercase hex for consistency with print-enc.c and ipsecctl. | Ryan Thomas McBride |
2009-02-18 | previous commit was incomplete, this fixes ssmtp | Gilles Chehade |
2009-02-18 | smtp_accept() now requests from lka that it performs the hostname lookup | Gilles Chehade |
2009-02-17 | - flock input file while the database is being built | Jacek Masiulaniec |
2009-02-17 | sync makemap man page with the code. create separate page for newaliases | Jacek Masiulaniec |
2009-02-17 | make newaliases read aliases path from smtpd.conf; idea discussed with | Jacek Masiulaniec |
2009-02-17 | imsg_init depends on ibuf being calloc'd. fix few places where malloc | Jacek Masiulaniec |
2009-02-17 | kill unused func lka_resolve_rcpt() | Jacek Masiulaniec |
2009-02-17 | after a message has been commited to queue, do not incondtionnally clear | Gilles Chehade |
2009-02-17 | - remove two debug messages | Gilles Chehade |
2009-02-17 | - always run pwd_mdb, newaliases, MAKEDEV and cap_mkdb even when not in | Antoine Jacoutot |
2009-02-17 | Fix aspath_prepend() in the case a AS-PATH has a sequence of 255 elements | Claudio Jeker |
2009-02-17 | - better output | Antoine Jacoutot |
2009-02-16 | relayd complains about a table called "backup", so change it to | Jason McIntyre |
2009-02-16 | typo in error message; "bigger that" -> "bigger than" | Stuart Henderson |
2009-02-16 | Process which connects with a pool of cloned processes needs to | Jacek Masiulaniec |
2009-02-16 | Don't warn about F_MESSAGE_SCHEDULED flag being present in on-disk version of | Jacek Masiulaniec |
2009-02-16 | - use .Pp, not blank lines | Jason McIntyre |
2009-02-16 | pfsync v5, mostly written at n2k9, but based on work done at n2k8. | David Gwynne |
2009-02-15 | no need for __packed, and it is even used wrong; from ragge | Theo de Raadt |
2009-02-15 | Change the full sample configuration into an use case. | aschrijver |
2009-02-15 | kill local vars that are used only once; ok gilles@ | Jacek Masiulaniec |
2009-02-15 | If MX query fails due to DNS error, do not attempt more queries; ok gilles@ | Jacek Masiulaniec |
2009-02-15 | New config.c that allows for process cloning. Done by pyr@ for | Jacek Masiulaniec |
2009-02-15 | Fix a bug where list of 6 MXs or more was not handled correctly. | Jacek Masiulaniec |
2009-02-14 | Implement makemap -t and -o, for output type and dest resp.; ok gilles@ | Jacek Masiulaniec |
2009-02-14 | Initialize time_t now as necessary, fixes delivery rescheduling; ok gilles@ | Jacek Masiulaniec |
2009-02-14 | document increased default snaplen; pointed out by dhill | Stuart Henderson |
2009-02-14 | increase the default snaplen to 116, allows capture of pflog+ipv6+tcp | Stuart Henderson |
2009-02-14 | Display envelope status & flags in "show queue"; ok gilles@ | Jacek Masiulaniec |
2009-02-13 | Fix a crash in lka caused by wrong assumption that we would never | Jacek Masiulaniec |
2009-02-13 | Make stats output more sysctl-like by killing spaces around '='; ok gilles@ | Jacek Masiulaniec |
2009-02-13 | Ensure ss is never dereferenced when NULL. Can't happen with current code, | Jacek Masiulaniec |
2009-02-12 | Make vertex_free() correctly free LSAs in per-interface LSA trees. | Stefan Sperling |
2009-02-12 | -v logs debug adjtime calls also; ok henning@ | Kevin Steves |
2009-02-11 | Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need | Claudio Jeker |
2009-02-11 | move prototypes that are really in ntp.c; ok henning@ | Kevin Steves |
2009-02-10 | Fix two obvious copy-paste errors in fatal error messages. We were | Stefan Sperling |