Age | Commit message (Expand) | Author |
2010-04-24 | fix format string | Charles Longeau |
2010-04-24 | pieces required for resolve-lib (reuse code for consistency) | Marc Espie |
2010-04-24 | more tweaks so that it can be extended and used during ports builds | Marc Espie |
2010-04-24 | Fix breakage of dig's -p option introduced when support for | Stefan Sperling |
2010-04-24 | refactor LibSpec to be able to reuse it for library matches during build: | Marc Espie |
2010-04-24 | + pkg_add, for dpb | Marc Espie |
2010-04-24 | simplify using //= | Marc Espie |
2010-04-22 | - sort the keyword list | Jason McIntyre |
2010-04-22 | Fix a case of runner trying to send imsg directly to smtp process instead | Jacek Masiulaniec |
2010-04-22 | - kill the runner_imsg_compose wrapper to reduce indirection | Jacek Masiulaniec |
2010-04-22 | Including bgpd.h in mrt.h is dumb. | Claudio Jeker |
2010-04-22 | Depending on capa.neg.as4byte (bgp session is using 4-byte AS number | Claudio Jeker |
2010-04-22 | Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11. | Claudio Jeker |
2010-04-21 | introduce first map parser for maps of kind K_SECRETS ! | Gilles Chehade |
2010-04-21 | when creating a map, make sure we do not store a key/val separator at the | Gilles Chehade |
2010-04-21 | map.c is growing big, split it into three different files: | Gilles Chehade |
2010-04-21 | my evbuffer_readln_crlf() hack can be killed now that nicm@ has brought us | Gilles Chehade |
2010-04-21 | change prototypes for map_*_get() functions, we need the get-er function | Gilles Chehade |
2010-04-21 | map_lookup() takes an additionnal parameter of type enum map_kind which | Gilles Chehade |
2010-04-21 | introduce enum map_kind, the map_parsers array and map_parser_lookup() | Gilles Chehade |
2010-04-21 | simplify map_lookup() by having the backend lookup done in new | Gilles Chehade |
2010-04-21 | Runner process is just a helper for queue, so tear down its imsg | Jacek Masiulaniec |
2010-04-21 | Fix pathetic performance when submitting large mails via /usr/sbin/sendmail, | Jacek Masiulaniec |
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 |