summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-04-24fix format stringCharles Longeau
2010-04-24pieces required for resolve-lib (reuse code for consistency)Marc Espie
2010-04-24more tweaks so that it can be extended and used during ports buildsMarc Espie
2010-04-24Fix breakage of dig's -p option introduced when support forStefan Sperling
2010-04-24refactor LibSpec to be able to reuse it for library matches during build:Marc Espie
2010-04-24+ pkg_add, for dpbMarc Espie
2010-04-24simplify using //=Marc Espie
2010-04-22- sort the keyword listJason McIntyre
2010-04-22Fix a case of runner trying to send imsg directly to smtp process insteadJacek Masiulaniec
2010-04-22- kill the runner_imsg_compose wrapper to reduce indirectionJacek Masiulaniec
2010-04-22Including bgpd.h in mrt.h is dumb.Claudio Jeker
2010-04-22Depending on capa.neg.as4byte (bgp session is using 4-byte AS numberClaudio Jeker
2010-04-22Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11.Claudio Jeker
2010-04-21introduce first map parser for maps of kind K_SECRETS !Gilles Chehade
2010-04-21when creating a map, make sure we do not store a key/val separator at theGilles Chehade
2010-04-21map.c is growing big, split it into three different files:Gilles Chehade
2010-04-21my evbuffer_readln_crlf() hack can be killed now that nicm@ has brought usGilles Chehade
2010-04-21change prototypes for map_*_get() functions, we need the get-er functionGilles Chehade
2010-04-21map_lookup() takes an additionnal parameter of type enum map_kind whichGilles Chehade
2010-04-21introduce enum map_kind, the map_parsers array and map_parser_lookup()Gilles Chehade
2010-04-21simplify map_lookup() by having the backend lookup done in newGilles Chehade
2010-04-21Runner process is just a helper for queue, so tear down its imsgJacek Masiulaniec
2010-04-21Fix pathetic performance when submitting large mails via /usr/sbin/sendmail,Jacek Masiulaniec
2010-04-21Remove unusable ifdef DEBUG code.Jacek Masiulaniec
2010-04-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
2010-04-21Fix logic error just like the one in previous revision.Jacek Masiulaniec
2010-04-20Fix crash that could happen when attempting ``smtpctl remove'' whileJacek Masiulaniec
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20Correct map definition syntax. Reported by Rene Maroufi <info@maroufi.net>.Jacek Masiulaniec
2010-04-20Document the ``alias <map>'' parameter.Jacek Masiulaniec
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-20Document ``size'' setting; OK gilles@Jacek Masiulaniec
2010-04-20Support "accept from local ..." as documented in the man page.Jacek Masiulaniec
2010-04-20Use correct type for ``mda_id'', ie. match with type used in imsg header.Jacek Masiulaniec
2010-04-200x0 is a valid base address.Marco Peereboom
2010-04-20Kill *2400* lines of code by abstracting common bits of the imsg handlers.Jacek Masiulaniec
2010-04-20when a size is declared with a quantifier in smtpd.conf, have parse.y useGilles Chehade
2010-04-20prefix_unlink() must remove the rib entry. Currently this was only doneClaudio Jeker
2010-04-20setproctitle(3) the parent process to "[priv]" to match other OpenBSDJacek Masiulaniec
2010-04-20Make smtpd -d produce verbose output, ie. restore behaviour from beforeJacek Masiulaniec
2010-04-19Use larger buffer for mda output.Jacek Masiulaniec
2010-04-19- use perror(3)Jacek Masiulaniec
2010-04-19two lines were missing from previous commitGilles Chehade
2010-04-19If interfaces are specified, get their rdomain and bind dhcpd into the sameClaudio Jeker
2010-04-19initial support for ENHANCEDSTATUSCODES, has been sitting in my tree forGilles Chehade
2010-04-19move Composite pattern (auto-visitor) into its own subclassMarc Espie
2010-04-19basic support for SIZE extension, has been sitting in my tree for a monthGilles Chehade
2010-04-19Simplify local delivery codepath:Jacek Masiulaniec
2010-04-17work-around !found error.Marc Espie
2010-04-16Memory allocated with calloc() is initialized to zero, no need to do thatClaudio Jeker