summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-12-18Check fwrite return code at DATA stage.Jacek Masiulaniec
2008-12-18- condition lists is wrongly described, unbreak the following syntax:Gilles Chehade
2008-12-18Instead of directly applying ntoh*() to fields of the capturedHans-Joerg Hoexer
2008-12-18Don't err() on blank lines.Jacek Masiulaniec
2008-12-18Cleanup /incoming before handling each MAIL FROM.Jacek Masiulaniec
2008-12-17Warn if empty map is being created; this catches at least usageJacek Masiulaniec
2008-12-17Merge newaliases into makemap.Jacek Masiulaniec
2008-12-17typoMiod Vallat
2008-12-17Introduce /purge, where all msgs scheduled for deletion are put byJacek Masiulaniec
2008-12-17sort;Jason McIntyre
2008-12-17Add a workaround for some crazyness that happens if a cloning route has aClaudio Jeker
2008-12-17Add support for demotion counter.Michele Marchetto
2008-12-17more on editors; ok ajacoutotJason McIntyre
2008-12-16- make it possible to edit a merged file using an external editor ;Antoine Jacoutot
2008-12-16strptime() never sets tm_isdst, so set it to -1 before passing thePhilip Guenthe
2008-12-15tweak the defaults to also do -M if you ask for info on a given package.Marc Espie
2008-12-15Cleanup the temporary directory in all the error paths.Federico G. Schwindt
2008-12-14Files under /incoming don't need flock(2)ing anymore.Jacek Masiulaniec
2008-12-14O_TRUNC is redundant if O_EXCL is specified.Jacek Masiulaniec
2008-12-14O_TRUNC is redundant if O_EXCL is specified.Jacek Masiulaniec
2008-12-14queue_create_incoming_layout must return 0 on failure, not -1.Jacek Masiulaniec
2008-12-14display message is +DISPLAY; from Ingo SchwarzeJason McIntyre
2008-12-13IMSG_* namespace cleanup.Jacek Masiulaniec
2008-12-13Detect alias duplicates.Jacek Masiulaniec
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