Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-07 | under certain conditions (srcdir defined, no objdir defined) crunchgen | Felix Kronlage | |
would emit a false .mk file, which contains "(null)" for the Makefile name due to a null pointer. Make sure, p->mf_name is set in this case. ok deraadt@ | |||
2009-10-07 | remove noisy log_debug, requested by gilles@ | Jacek Masiulaniec | |
2009-10-06 | disallow AUTH once a session is in progress, this prevents a fatal from | Gilles Chehade | |
being triggered in smtp process when client sends AUTH after MAIL. bug reported and fix tested by James Turner <james@bsdgroup.org> | |||
2009-10-06 | Add config knobs to enable/disable individual BGP capabilities per neighbor. | Claudio Jeker | |
e.g. announce refresh no. With this be more aggressive when announcing our capabilities and enable all of them by default. If there are troubles with some neighbors adding the following config lines should bring you back to the old behaviour: announce refresh yes # was already on by default announce restart no announce as-4byte no # was only set on sessions to peers with 4byte AS nums OK henning and sthen | |||
2009-10-05 | Load prefixes into new created RIBs at reload time by walking over the | Claudio Jeker | |
Adj-RIB-In. This only works correctly when softreconfig in is enabled (which is the default). This is needed to allow dynamic creation of additional RIBs. OK henning@ | |||
2009-10-05 | draft-ietf-idr-restart is RFC 4724 since quite some time. | Claudio Jeker | |
Fix function name in a warning message. | |||
2009-10-05 | Until now AS-ext LSA were always announced with the router as nexthop. | Claudio Jeker | |
Change this so that the real nexthop is announced if the following conditions are met: - the nexthop is reachable via an OSPF enabled interface - the interface is a broadcast or NBMA interface It does not make sense to announce the nexthop of a point-to-point link since the traffic has to go through this box anyway. This is closer to what other systems implement. | |||
2009-10-04 | Typo: chance -> change | Antoine Jacoutot | |
ok millert@ | |||
2009-10-03 | Avoid NULL dereference when the final RCPT TO is refused. | Jacek Masiulaniec | |
Reported by Didier Wiroth <dwiroth@gmail.com> | |||
2009-10-03 | dont dereference garbage pointer, from martynas@ | Jacek Masiulaniec | |
2009-10-02 | Use BSD.x11.dist mtree file now that it is up-to-date and maintained. | Antoine Jacoutot | |
ok sthen@ | |||
2009-09-30 | Oups, these changes should not have been commited. Revert. | Claudio Jeker | |
2009-09-30 | Announce a stub network LSA for backup carp interfaces. This should help | Claudio Jeker | |
when fail-over happens, since removing the better route will not result in a blackhole until the update from the new master is processed. Tested, OK and input sthen@, phessler@ | |||
2009-09-30 | 0xffff -> MAX_METRIC. Idea by sthen@, I like it :) | Claudio Jeker | |
2009-09-30 | Bring in sync with the bgpd version of carp.c. This fixes a memory leak | Claudio Jeker | |
in an error path. | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ Fix an error message to include the correct function name. | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ | |||
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker | |
loop in the shutdown case. OK henning@ | |||
2009-09-28 | When a route is deleted, ldpd should remove labels associated with it from | Michele Marchetto | |
lfib (the kernel lib) but not from the lib. These could be used later on when the route come back. ok claudio@ | |||
2009-09-28 | Fix typo (creat/create) | Stuart Henderson | |
2009-09-27 | a usage line got too long; ok jmc | Theo de Raadt | |
2009-09-27 | Build on armish. Since wsconscfg is built on palm build wsconsctl too. -moj | Mats O Jansson | |
2009-09-26 | Added manpage bits about rdomain support. | Michele Marchetto | |
ok jmc@ | |||
2009-09-26 | Preliminary rdomain support. | Michele Marchetto | |
ok claudio@ | |||
2009-09-26 | Whitespace cleanup. | Michele Marchetto | |
2009-09-25 | move the smtpd.conf-specific map bits back from makemap to smtpd.conf, | Jason McIntyre | |
along with some tweakage; ok jacekm gilles | |||
2009-09-24 | Priorities are now handled in the kernel so: | Michele Marchetto | |
- RTF_PROTO3 is useless - MPLS routes don't need special treatment anymore, so don't track them at all ok claudio@ | |||
2009-09-23 | minor tweaks for the filter section; ok jacekm | Jason McIntyre | |
2009-09-23 | Plug memleak. | Jacek Masiulaniec | |
2009-09-22 | Sync the link state check code with others daemons. | Michele Marchetto | |
ok claudio@ | |||
2009-09-22 | React putting the interface in state 'down' when dvmrpd detects that | Michele Marchetto | |
the link went down. ok claudio@ | |||
2009-09-22 | Whitespaces fix. | Michele Marchetto | |
2009-09-22 | Make the error messages for failures at EHLO more precise by | Jacek Masiulaniec | |
distinguishing between unavailable extensions and those that are available but have failed. | |||
2009-09-22 | Update capability code to follow RFC 5492. Unlike before multiple | Claudio Jeker | |
capabilities are now encoded in a single capability option. RFC conforming BGP implementations must be able to parse both the old and the new way of the encoding (most still seem to use the old one). bgpd still accepts both ways on reception. OK henning, sthen | |||
2009-09-22 | - move the map stuff to makemap.8 | Jason McIntyre | |
- use a single list for smtpd.conf keywords ok jacekm gilles | |||
2009-09-22 | When at MAIL FROM stage, handle the case when STARTTLS is required but not | Jacek Masiulaniec | |
available. Also, make the client_next_state() calls across the code more idiomatic. | |||
2009-09-22 | fix handling of certificates to unbreak DSA; allows starttls(8) instructions ↵ | Janne Johansson | |
to work with smtpd; ok jacekm@, on behalf of gilles@ who doesnt have access to a safe machine | |||
2009-09-21 | Expand "&" in the name part of gecos similarly to how sendmail and finger | Jacek Masiulaniec | |
expand it. Based on a diff from landry@, thanks! | |||
2009-09-21 | - some tweaks for the global section | Jason McIntyre | |
- syntax fix from gilles ok gilles | |||
2009-09-21 | merge EXPANSION into DESCRIPTION, since it is really part of | Jason McIntyre | |
describing the file format; ok jacekm | |||
2009-09-20 | if_new() would treat the new interface as a virtual link if the ifname | Stefan Sperling | |
parameter was NULL. But it's easy enough to make ifname != NULL by accident, e.g. by passing a zeroed or even uninitialised array. This function should accept a 'virtual' flag of some kind instead. Since we don't even support virtual links yet, change the check to "if (virtual)", #if 0 the check, and code that depends on it (including a file-scope variable), and add comments marking this as TODO. ok claudio, who requested #if 0 instead of deletion. | |||
2009-09-20 | In kif_update(), the ifname array could be used uninitialised if the | Stefan Sperling | |
caller passed NULL for the sdl parameter. ok claudio@ | |||
2009-09-20 | Fix typo, noticed by Nava Carson, thanks! | Jacek Masiulaniec | |
2009-09-19 | KNF indentation; no binary change | Stuart Henderson | |
2009-09-19 | some minor improvements for this page, as well as an expanded examples | Jason McIntyre | |
section to get things running; help/ok jacekm gilles | |||
2009-09-19 | - "stub redistribute default" does not take a "no" option, remove it | Stuart Henderson | |
- remove some unnecessary \& escapes ok claudio, jmc | |||
2009-09-18 | Make kroute code routing priority aware. | Michele Marchetto | |
ok claudio@ | |||
2009-09-18 | Remove useless Received line added at the /usr/sbin/sendmail stage, it | Jacek Masiulaniec | |
was not correctly formatted anyway. Recording of sender uid has been moved to the server process (getpeereid), which means it is not subject to forgery. Based on problem report by Michael Lechtermann <michael@lechtermann.net> | |||
2009-09-17 | The client API is meant to require STARTTLS by default, a behaviour which | Jacek Masiulaniec | |
can be altered using client_ssl_optional(). Reported by Michael Lechtermann <michael@lechtermann.net> |