Age | Commit message (Expand) | Author |
2010-04-21 | Remove unusable ifdef DEBUG code. | Jacek Masiulaniec |
2010-04-21 | Add the "angle" sensor, measured in degrees; from Luis Pinto | Theo de Raadt |
2010-04-21 | Fix logic error just like the one in previous revision. | Jacek Masiulaniec |
2010-04-20 | Fix crash that could happen when attempting ``smtpctl remove'' while | Jacek Masiulaniec |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-20 | Correct map definition syntax. Reported by Rene Maroufi <info@maroufi.net>. | Jacek Masiulaniec |
2010-04-20 | Document the ``alias <map>'' parameter. | Jacek Masiulaniec |
2010-04-20 | Add "frequency" type for sensors. (and teach userland how to print that | Owain Ainsworth |
2010-04-20 | Document ``size'' setting; OK gilles@ | Jacek Masiulaniec |
2010-04-20 | Support "accept from local ..." as documented in the man page. | Jacek Masiulaniec |
2010-04-20 | Use correct type for ``mda_id'', ie. match with type used in imsg header. | Jacek Masiulaniec |
2010-04-20 | 0x0 is a valid base address. | Marco Peereboom |
2010-04-20 | Kill *2400* lines of code by abstracting common bits of the imsg handlers. | Jacek Masiulaniec |
2010-04-20 | when a size is declared with a quantifier in smtpd.conf, have parse.y use | Gilles Chehade |
2010-04-20 | prefix_unlink() must remove the rib entry. Currently this was only done | Claudio Jeker |
2010-04-20 | setproctitle(3) the parent process to "[priv]" to match other OpenBSD | Jacek Masiulaniec |
2010-04-20 | Make smtpd -d produce verbose output, ie. restore behaviour from before | Jacek Masiulaniec |
2010-04-19 | Use larger buffer for mda output. | Jacek Masiulaniec |
2010-04-19 | - use perror(3) | Jacek Masiulaniec |
2010-04-19 | two lines were missing from previous commit | Gilles Chehade |
2010-04-19 | If interfaces are specified, get their rdomain and bind dhcpd into the same | Claudio Jeker |
2010-04-19 | initial support for ENHANCEDSTATUSCODES, has been sitting in my tree for | Gilles Chehade |
2010-04-19 | move Composite pattern (auto-visitor) into its own subclass | Marc Espie |
2010-04-19 | basic support for SIZE extension, has been sitting in my tree for a month | Gilles Chehade |
2010-04-19 | Simplify local delivery codepath: | Jacek Masiulaniec |
2010-04-17 | work-around !found error. | Marc Espie |
2010-04-16 | Memory allocated with calloc() is initialized to zero, no need to do that | Claudio Jeker |
2010-04-16 | Move a function to a place that is a bit more logical. No functional change. | Claudio Jeker |
2010-04-15 | resolve conflicts from import of v3.2.5 | Jakob Schlyter |
2010-04-15 | NSD v3.2.5 | Jakob Schlyter |
2010-04-15 | Log recieved notifications in a human understanable way. Makes debugging | Claudio Jeker |
2010-04-15 | Cleanup the interface FSM by removing most of the ospfd specific states | Claudio Jeker |
2010-04-15 | session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore a | Claudio Jeker |
2010-04-15 | Fix fd leak in error case. | Claudio Jeker |
2010-04-15 | Instead of having three ways of setting fds non-blocking use | Claudio Jeker |
2010-04-15 | struct ldp_hdr has probably the worst possible layout (ending with a single | Claudio Jeker |
2010-04-15 | Even though label withdraw, release, and abort requests are not fully | Claudio Jeker |
2010-04-15 | add SENSOR_HUMIDITY to sensor framework to handle humidity values | Yojiro Uo |
2010-04-13 | Use a more appropriate wording in ldpctl show lib and lfib outputs. | Michele Marchetto |
2010-04-13 | When a prefix has a implicit null label associated, force pop operation. | Michele Marchetto |
2010-04-13 | Sync with last bgpd commit, there are no AF_INET and AF_INET6 specific | Claudio Jeker |
2010-04-13 | Instead of passing AF specific struct kroutes over imsgs use a struct | Claudio Jeker |
2010-04-11 | Increase limit on the length of "user" in user@domain.com to a value | Jacek Masiulaniec |
2010-04-10 | Fix bug in GMT calculation for systems without tm_gmtoff. | Todd C. Miller |
2010-04-10 | finding dep in old names like this actually means we are replacing with | Marc Espie |
2010-04-10 | avoid some loops. | Marc Espie |
2010-04-10 | work around a limitation of tracker/updateset: hints are tagged as to_update. | Marc Espie |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-04-07 | Call nexthop_delete() a bit later in nexthop_update(). The nh->state needs | Claudio Jeker |
2010-04-06 | Add support for decoding MLDv2 initially from tcpdump.org via FreeBSD, | Jonathan Gray |