summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-12-21fix session flags resetting; ok gilles@Jacek Masiulaniec
2008-12-21- missing prototype + smtp.c was misusing session_auth_pickup()Gilles Chehade
2008-12-21Add more compile time checking; fix warnings reported by gcc.Jacek Masiulaniec
2008-12-21Add more compile time checking; fix one warning reported by gcc.Jacek Masiulaniec
2008-12-21- AUTH PLAIN may receive credentials as a parameter to AUTH or on aGilles Chehade
2008-12-20- various improvements from Ingo Schwarze;Jason McIntyre
2008-12-20- update smtpd.conf to provide an example of an auth enabled listenerGilles Chehade
2008-12-20- import first bricks of SMTP AUTH support. currently only AUTH PLAIN isGilles Chehade
2008-12-19document the default localpref, from discussion withHenning Brauer
2008-12-19fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtosReyk Floeter
2008-12-19fix indentation, no binary change.Jacek Masiulaniec
2008-12-19- fatal() if flock() has failed for any reason that's not EWOULDBLOCK, thisGilles Chehade
2008-12-19- smtpd handled mbox locking failures as "regular" temporary failures whichGilles Chehade
2008-12-18Introduce safe_fclose, which tries to push file to the disk asJacek Masiulaniec
2008-12-18Declarations for functions used only in smtp_session.c were movedJacek Masiulaniec
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