summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-12-13Fix few parsing bugs in parse_entry, most severe of which wasJacek Masiulaniec
2008-12-13Simplify parse_entry; streamline the code to call db->put in oneJacek Masiulaniec
2008-12-13If parse_aliases fails, don't warn about syntax errors; it may failJacek Masiulaniec
2008-12-13Use mkstemp instead of mkdtemp; also, add more X's.Jacek Masiulaniec
2008-12-13- Correct usage text.Jacek Masiulaniec
2008-12-13Declare alias_parse in smtpd.h, and fix callers that pass it wrongJacek Masiulaniec
2008-12-12Make bgpctl priority aware.Claudio Jeker
2008-12-12Make bgpd route priority aware and while there sync in the basics to correctlyClaudio Jeker
2008-12-12ospfd knows now priorities so let ospfctl know and print them as well.Claudio Jeker
2008-12-12Make the kroute code routing priority aware. This solves a few issues andClaudio Jeker
2008-12-12Use rtm_hdrlen to jump over the message header and to the beginning of theClaudio Jeker
2008-12-12Format string checking for bsnprintf.Jacek Masiulaniec
2008-12-12Kill references to smtpdb(8).Jacek Masiulaniec
2008-12-12Correctly set the partial bit on the AS4_PATH and AS4_AGGREGATOR attribute.Claudio Jeker
2008-12-12Follow RFC 4271 more closely by sending the correct error back for optionalClaudio Jeker
2008-12-11- last snprintf -> bsnprintfGilles Chehade
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-11- fix a bug that would cause the runner to hit a fatal() when running outGilles Chehade
2008-12-11- document showqueue and showrunqueueGilles Chehade
2008-12-11- missing prototypeGilles Chehade
2008-12-11- bsnprintf() is a wrapper to snprintf() that can be used when we handle anGilles Chehade
2008-12-11copying local files may cause some issues, as noticed by sturm@Marc Espie
2008-12-10convert the aggregator's AS number into host byte order whenStuart Henderson
2008-12-10That the "aliases" and "virtual" maps satisfy m_src == S_DB is checkedJacek Masiulaniec
2008-12-10Correctly skip the internal fd when checking the server sockets. Use PFD_MAXClaudio Jeker
2008-12-09update ap_config_auto.h for new libcMartynas Venckus
2008-12-08report memory and swap in hrStorage, and implement hrProcessor to reportReyk Floeter
2008-12-08change the handling of redirections with the sticky-address option set:Reyk Floeter
2008-12-07Kill src_node structure. It is mostly redundant with rt_node andMichele Marchetto
2008-12-07Simplify queue_record_incoming_envelope.Jacek Masiulaniec
2008-12-07Disable EV_READ when sending IMSG_PARENT_AUTHENTICATE.Jacek Masiulaniec
2008-12-07Replace evbuffer_add_printf calls with wrapper function, session_respond,Jacek Masiulaniec
2008-12-07Change example to run /etc/netstart always (secure by default).Ian Darwin
2008-12-07- getaddrinfo() uses negative values for its error defines, our use of anGilles Chehade
2008-12-07- fix function name in fatal()Gilles Chehade
2008-12-07Don't check / reset s->s_msg.datafp where its state is obviously known.Jacek Masiulaniec
2008-12-06Make queue_delete_incoming_message not fatal on ENOENT condition.Jacek Masiulaniec
2008-12-06command descriptions (.Nd macros) are usually lowercase;Igor Sobrado
2008-12-06the ellipsis allows more than one argument being specified.Igor Sobrado
2008-12-06Get rid of anonymous unions. Discussed with and ok gilles@Paul de Weerd
2008-12-06In session_destroy, use "if (s->s_state >= S_MAIL)", and notJacek Masiulaniec
2008-12-06Don't include <err.h> where log.c API must be used.Jacek Masiulaniec
2008-12-06- fix spelling and grammar, From Nicholas Marriott <nicm__@ntlworld.com>Gilles Chehade
2008-12-06Unbreak -Werror.Jacek Masiulaniec
2008-12-06the ellipsis allows more than one argument being specified.Igor Sobrado