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_2


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.47   12 years  gilles   i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USER privileges...
[TXT] bounce.c  1.42   11 years  gilles   - runner is the terminology we used back when we had runqueues, we no longer h...
[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.65   11 years  gilles   - runner is the terminology we used back when we had runqueues, we no longer h...
[TXT] dns.c  1.49   11 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] enqueue.c  1.56   12 years  gilles   llu -> PRIu64 in enqueue() to avoid warning in portable diff from Guillaume Lec...
[TXT] envelope.c  1.6   12 years  eric   Do not store the envelope id within the envelope, only the message id. Make sure...
[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.3   12 years  chl   remove unused variable ok 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.133   12 years  gilles   - 'secret' -> 'credentials' in some logs - log_warn() admin that a map that's ne...
[TXT] lka_session.c  1.17   11 years  chl   add support for maildir tagging/folders. ok gilles@ ok eric@ on previous versio...
[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.17   12 years  jmc   replace tabs with spaces, to avoid markup problems; ok gilles
[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.132   12 years  eric   split the session logic off mta.c into mta_session.c ok gilles@
[TXT] mta_session.c  1.4   11 years  gilles   when specifying a relay port that's not standart, do not ntohs() the relay port ...
[TXT] newaliases.8  1.8   13 years  jmc   add an EXIT STATUS section for /usr/sbin;
[TXT] parse.y  1.89   11 years  gilles   - plug text_to_relayhost() in parse.y to support relay URLs. - document the new ...
[TXT] parser.c  1.25   12 years  nicm   Remove sizes entry so it doesn't appear as a valid command in the "smtpctl show"...
[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.121   11 years  gilles   - runner is the terminology we used back when we had runqueues, we no longer h...
[TXT] queue_backend.c  1.28   11 years  chl   backout the: - remove the /envelopes subdirectory, envelopes are at the same lev...
[TXT] ruleset.c  1.21   12 years  gilles   - cleanup parse.y by removing lots of code that should not have been there, bu...
[TXT] scheduler.c  1.7   11 years  eric   make the scheduler less verbose by default. suggested by Percy Piper. ok gille...
[TXT] scheduler_backend.c  1.1   11 years  gilles   - runner is the terminology we used back when we had runqueues, we no longer h...
[TXT] scheduler_ramqueue.c  1.11   11 years  gilles   - simplify the scheduler loop logic further, it is ridiculously simple now and...
[TXT] smtp.c  1.102   12 years  eric   allow to pause some subsystems at startup. ok gilles@ chl@
[TXT] smtp_session.c  1.162   12 years  eric   fix and re-enable connect notification to the mfa. filtering now occurs before s...
[TXT] smtpctl.8  1.27   12 years  jmc   grammar fix;
[TXT] smtpctl.c  1.83   11 years  gilles   - runner is the terminology we used back when we had runqueues, we no longer h...
[TXT] smtpd.8  1.15   11 years  gilles   update examples: pkill sendmail -> /etc/rc.d/sendmail stop smtpd -...
[TXT] smtpd.c  1.155   11 years  gilles   - introduce log_trace(TRACE_SCHEDULER, ...) - simplify a tiny tiny bit the sched...
[TXT] smtpd.conf.5  1.57   11 years  jmc   sync the first example with the default conf file; ok gilles
[TXT] smtpd.h  1.310   11 years  chl   add support for maildir tagging/folders. ok gilles@ ok eric@ on previous versio...
[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.66   11 years  chl   add support for maildir tagging/folders. ok gilles@ ok eric@ on previous versio...
[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.2   11 years  gilles   auth_bsd() is static
[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.5   12 years  chl   add missing header needed by time() ok gilles@
[TXT] delivery_maildir.c (in the Attic) [Hide]  1.7   11 years  chl   add support for maildir tagging/folders. ok gilles@ ok eric@ on previous versio...
[TXT] delivery_mbox.c (in the Attic) [Hide]  1.5   12 years  gilles   - db.h not needed here, already removed by chl@ but I fscked up previous commi...
[TXT] delivery_mda.c (in the Attic) [Hide]  1.4   12 years  gilles   - db.h not needed here, already removed by chl@ but I fscked up previous commi...
[TXT] filter_api.c (in the Attic) [Hide]  1.3   11 years  chl   rename filter.c --> filter_api.c (to be consistent with upcoming changes) promp...
[TXT] filter_api.h (in the Attic) [Hide]  1.2   11 years  chl   Respect RFC 5321, section 4.5.3.1.: it reduces our current max size for localpar...
[TXT] map.c (in the Attic) [Hide]  1.27   12 years  gilles   - introduce map_static.c as a backend to static maps in parse.y, this has the ...
[TXT] map_db.c (in the Attic) [Hide]  1.4   12 years  gilles   - introduce map_static.c as a backend to static maps in parse.y, this has the ...
[TXT] map_static.c (in the Attic) [Hide]  1.1   12 years  gilles   - introduce map_static.c as a backend to static maps in parse.y, this has the ...
[TXT] map_stdio.c (in the Attic) [Hide]  1.4   12 years  gilles   - introduce map_static.c as a backend to static maps in parse.y, this has the ...
[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] queue_fsqueue.c (in the Attic) [Hide]  1.46   11 years  chl   backout the: - remove the /envelopes subdirectory, envelopes are at the same lev...
[TXT] smtpfilter.c (in the Attic) [Hide]  1.2   11 years  gilles   - rename filter.h -> filter_api.h to be consistent with upcoming changes
[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] thread_private.h (in the Attic) [Hide]  1.1   11 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[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...