OpenBSD CVS

src/usr.sbin/smtpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / smtpd

Current tag: OPENBSD_5_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libsmtpdfilter/        
[DIR] mail/        
[DIR] makemap/        
[DIR] newaliases/        
[DIR] smtp/        
[DIR] smtpctl/        
[DIR] smtpd/        
[DIR] table-ldap/        
[DIR] table-passwd/        
[DIR] table-sqlite/        
[TXT] Makefile  1.9   15 years  jacekm   unbreak make release, spotted by todd and kurt
[TXT] aliases.c  1.44   12 years  gilles   fix parsing of :include: aliases
[TXT] bounce.c  1.40   12 years  eric   Rewrite io code in smtp and mta using the iobuf/ioev interface to have a better ...
[TXT] config.c  1.15   13 years  eric   the smtpd env is meant to be global, so do not pass it all around. discussed wi...
[TXT] control.c  1.64   12 years  eric   Remove dead code for config reloading for now. It is not functionnal and confusi...
[TXT] dns.c  1.47   12 years  eric   Try to parse hostnames as IP addresses before resolving. This allows relays to ...
[TXT] enqueue.c  1.55   12 years  eric   Only use mime/line-split if the input message actually contains a very long line...
[TXT] envelope.c  1.4   12 years  chl   Add ascii_{load,dump}_time() to properly deal with time_t. This fixes build war...
[TXT] expand.c  1.11   13 years  gilles   remove all unused headers
[TXT] forward.c  1.24   13 years  gilles   murder struct path and make sure smtpd uses simpler structures that do not bring...
[TXT] iobuf.c  1.2   12 years  eric   fix stupid mistake in buffer code ok gilles@
[TXT] iobuf.h  1.1   12 years  eric   Import generic network IO code. The plan is to hide the boring details of IO op...
[TXT] ioev.c  1.2   12 years  chl   Add missing header needed by PRI format string ok eric@ gilles@
[TXT] ioev.h  1.1   12 years  eric   Import generic network IO code. The plan is to hide the boring details of IO op...
[TXT] lka.c  1.131   12 years  chl   when receiving an unexpected imsg, print its name. with help and ideas from eri...
[TXT] lka_session.c  1.16   12 years  eric   split user_backend.c into user.c and user_pwd.c to be consistent with the backen...
[TXT] log.c  1.12   12 years  eric   Add a log_trace() call to toggle logging of specific debugging info in verbose m...
[TXT] log.h  1.2   12 years  eric   Add a log_trace() call to toggle logging of specific debugging info in verbose m...
[TXT] makemap.8  1.15   12 years  gilles   document that virtual maps require a domain key
[TXT] makemap.c  1.32   13 years  jasper   plug leak in make_aliases() with/ok gilles@
[TXT] mda.c  1.67   12 years  eric   Stop using envelope->status to report delivery outcome to the runner/queue. Ins...
[TXT] mta.c  1.127   12 years  eric   When updating an envelope status, the update is immediatly sent to the queue and...
[TXT] newaliases.8  1.8   13 years  jmc   add an EXIT STATUS section for /usr/sbin;
[TXT] parse.y  1.84   12 years  gilles   - introduce delivery backend API (delivery.c) - move each delivery method to it'...
[TXT] parser.c  1.24   12 years  eric   Remove dead code for config reloading for now. It is not functionnal and confusi...
[TXT] parser.h  1.20   12 years  eric   Remove dead code for config reloading for now. It is not functionnal and confusi...
[TXT] queue.c  1.117   12 years  gilles   - introduce the scheduler_backend API - introduce the scheduler_ramqueue backend...
[TXT] queue_backend.c  1.20   12 years  chl   Add missing header needed by PRI format string ok gilles@ eric@
[TXT] ruleset.c  1.20   12 years  gilles   fsqueue no longer stores envelopes by dumping the structure, instead use a coupl...
[TXT] scheduler.c  1.1   12 years  gilles   - introduce the scheduler_backend API - introduce the scheduler_ramqueue backend...
[TXT] scheduler_ramqueue.c  1.4   12 years  gilles   fix an issue observed this week-end while flooding ajacoutot@ : we keep track o...
[TXT] smtp.c  1.101   12 years  gilles   fix an issue observed this week-end while flooding ajacoutot@ : we keep track o...
[TXT] smtp_session.c  1.161   12 years  eric   For some reason, all recipients are rejected if the msg field is not initialized...
[TXT] smtpctl.8  1.26   12 years  jmc   correct argument names for "resume"; from Jan Stary ok gilles
[TXT] smtpctl.c  1.78   12 years  gilles   - introduce the scheduler_backend API - introduce the scheduler_ramqueue backend...
[TXT] smtpd.8  1.14   12 years  jmc   tweak previous;
[TXT] smtpd.c  1.150   12 years  gilles   smtpd no longer needs to tell us that it forks a purge process ever few seconds,...
[TXT] smtpd.conf.5  1.47   12 years  gilles   *finally* make use of certificate authority file if available ! bits from relay...
[TXT] smtpd.h  1.286   12 years  gilles   fix an issue observed this week-end while flooding ajacoutot@ : we keep track o...
[TXT] ssl.c  1.45   12 years  eric   Rewrite io code in smtp and mta using the iobuf/ioev interface to have a better ...
[TXT] util.c  1.57   12 years  gilles   remove even more annoying debug logs ok eric@
[TXT] asr.c (in the Attic) [Hide]  1.11   12 years  eric   better size check
[TXT] asr.h (in the Attic) [Hide]  1.5   12 years  eric   do not make these values look like they are flags. ok gilles@
[TXT] auth.c (in the Attic) [Hide]  1.1   12 years  eric   split auth_backend.c for consistency ok chl@ gilles@
[TXT] auth_bsd.c (in the Attic) [Hide]  1.1   12 years  eric   split auth_backend.c for consistency ok chl@ gilles@
[TXT] auth_pwd.c (in the Attic) [Hide]  1.1   12 years  eric   split auth_backend.c for consistency ok chl@ gilles@
[TXT] delivery.c (in the Attic) [Hide]  1.2   12 years  chl   kill delivery_backend_lookup() proto as it is already in smtpd.h committed on b...
[TXT] delivery_filename.c (in the Attic) [Hide]  1.2   12 years  chl   remove unused header ok gilles@
[TXT] delivery_maildir.c (in the Attic) [Hide]  1.3   12 years  chl   remove unused header ok gilles@
[TXT] delivery_mbox.c (in the Attic) [Hide]  1.3   12 years  chl   remove unused header ok gilles@
[TXT] delivery_mda.c (in the Attic) [Hide]  1.2   12 years  chl   remove unused header ok gilles@
[TXT] dname.c (in the Attic) [Hide]  1.4   13 years  eric   saner and hopefully correct implementation for dname_from_fqdn(). especially, ma...
[TXT] dnsdefs.h (in the Attic) [Hide]  1.2   13 years  eric   add missing CVS markers and update copyright year. ok gilles@
[TXT] dnsutil.h (in the Attic) [Hide]  1.3   13 years  eric   add missing CVS markers and update copyright year. ok gilles@
[TXT] filter.c (in the Attic) [Hide]  1.6   12 years  chl   Add new filters callbacks for: - network events (CONNECT/CLOSE) - commands (QUIT...
[TXT] filter.h (in the Attic) [Hide]  1.7   12 years  chl   Add new filters callbacks for: - network events (CONNECT/CLOSE) - commands (QUIT...
[TXT] filter_api.c (in the Attic) [Hide]  1.1   12 years  gilles   - change callback prototypes in filter.c to allow stricter checks - introduce ST...
[TXT] map.c (in the Attic) [Hide]  1.25   12 years  eric   merge map_backend.c into map.c ok gilles@
[TXT] map_db.c (in the Attic) [Hide]  1.1   12 years  eric   rename files for consistency. ok gilles@
[TXT] map_stdio.c (in the Attic) [Hide]  1.1   12 years  eric   rename files for consistency. ok gilles@
[TXT] mfa.c (in the Attic) [Hide]  1.67   12 years  chl   Add new filters callbacks for: - network events (CONNECT/CLOSE) - commands (QUIT...
[TXT] mfa_session.c (in the Attic) [Hide]  1.7   12 years  chl   Add new filters callbacks for: - network events (CONNECT/CLOSE) - commands (QUIT...
[TXT] pack.c (in the Attic) [Hide]  1.3   12 years  eric   fix indentation in switch ok gilles@
[TXT] print.c (in the Attic) [Hide]  1.4   12 years  chl   add missing format string ok eric@ gilles@
[TXT] queue_fsqueue.c (in the Attic) [Hide]  1.38   12 years  gilles   fix an issue observed this week-end while flooding ajacoutot@ : we keep track o...
[TXT] res_random.c (in the Attic) [Hide]  1.1   13 years  gilles   replace the fork-based-non-blocking-resolver-hack by shiny async resolver writte...
[TXT] runner.c (in the Attic) [Hide]  1.135   12 years  gilles   fix an issue observed this week-end while flooding ajacoutot@ : we keep track o...
[TXT] smtpfilter.c (in the Attic) [Hide]  1.1   12 years  gilles   initial support for a session-time filtering API currently only HELO/EHLO, MAIL...
[TXT] sockaddr.c (in the Attic) [Hide]  1.4   13 years  blambert   Print IPv6 addresses in hex, not decimal; from Tim van der Molen committing on ...
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.3   15 years  gilles   sync with changes in relayd, diff by reyk@ and okayd by me
[TXT] stats.c (in the Attic) [Hide]  1.1   12 years  eric   Introduce a small set of functions to manage stat counters in a simpler and hope...
[TXT] user.c (in the Attic) [Hide]  1.1   12 years  eric   split user_backend.c into user.c and user_pwd.c to be consistent with the backen...
[TXT] user_pwd.c (in the Attic) [Hide]  1.1   12 years  eric   split user_backend.c into user.c and user_pwd.c to be consistent with the backen...