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_4_6_BASE


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.18   15 years  jacekm   log dbopen and db->get errors; based on diff from Daniel Ouellet. looks ok to gi...
[TXT] config.c  1.8   15 years  pyr   Sync with relayd: Stop pushing event handling in the imsg framework. Instead, pr...
[TXT] control.c  1.35   15 years  eric   Change the way fds passed over a socket are retreived on the receiving side. Cu...
[TXT] dns.c  1.14   15 years  pyr   Sync with relayd: Stop pushing event handling in the imsg framework. Instead, pr...
[TXT] enqueue.c  1.18   15 years  eric   Change the way fds passed over a socket are retreived on the receiving side. Cu...
[TXT] forward.c  1.13   15 years  gilles   Fix a long standing issue where ~/.forward files were opened by user _smtpd caus...
[TXT] lka.c  1.60   15 years  eric   Change the way fds passed over a socket are retreived on the receiving side. Cu...
[TXT] log.c  1.3   15 years  cloder   Declare printf-style functions with __attribute__((format(printf,x,x))) and fix ...
[TXT] makemap.8  1.7   15 years  jmc   various minor improvements; ok jacekm gilles
[TXT] makemap.c  1.18   15 years  gilles   It is now possible to specify a certificate to use when relaying to another host...
[TXT] mda.c  1.23   15 years  eric   Change the way fds passed over a socket are retreived on the receiving side. Cu...
[TXT] mta.c  1.61   14 years  jacekm   Allocate memory for env->sc_ssl like in smtp; ok gilles@ From: Josh Elsasser <j...
[TXT] newaliases.8  1.7   15 years  sobrado   fix a few more typos found by spell(1); rectify a double "with" pointed out by j...
[TXT] parse.y  1.38   15 years  jacekm   if path in "deliver to maildir path" is omitted, use ~/Maildir by default; from ...
[TXT] parser.c  1.7   15 years  gilles   teach smtpctl's parser how to deal with parameters that are not necessarily a to...
[TXT] parser.h  1.7   15 years  gilles   teach smtpctl's parser how to deal with parameters that are not necessarily a to...
[TXT] queue.c  1.68   15 years  pyr   Sync with relayd: Stop pushing event handling in the imsg framework. Instead, pr...
[TXT] ruleset.c  1.1   15 years  gilles   add new file ruleset.c with code related to the ruleset matching, and kill the t...
[TXT] smtp.c  1.58   15 years  eric   Change the way fds passed over a socket are retreived on the receiving side. Cu...
[TXT] smtp_session.c  1.107   15 years  pyr   Sync with relayd: Stop pushing event handling in the imsg framework. Instead, pr...
[TXT] smtpctl.8  1.8   15 years  jmc   various minor improvements; ok jacekm gilles
[TXT] smtpctl.c  1.31   15 years  pyr   Sync with relayd: Stop pushing event handling in the imsg framework. Instead, pr...
[TXT] smtpd.8  1.5   15 years  jmc   various minor improvements; ok jacekm gilles
[TXT] smtpd.c  1.75   15 years  pyr   Sync with relayd: Stop pushing event handling in the imsg framework. Instead, pr...
[TXT] smtpd.conf.5  1.13   15 years  jacekm   if path in "deliver to maildir path" is omitted, use ~/Maildir by default; from ...
[TXT] smtpd.h  1.129   14 years  okan   locally define nitems() macro, #ifndef'd. "please commit" gilles@ jacekm@
[TXT] ssl.c  1.19   15 years  gilles   make env->sc_listeners and env->sc_ssl pointers, one step further toward configu...
[TXT] util.c  1.22   15 years  deraadt   No need for save_getpwuid and such functions which call endpwent. endpwent is no...
[TXT] buffer.c (in the Attic) [Hide]  1.4   15 years  pyr   shuffle code around to achieve 0 length diff nirvana between all the currently s...
[TXT] imsg.c (in the Attic) [Hide]  1.10   14 years  dlg   revert this change by eric@: Make the imsg protocol network-safe. it might be...
[TXT] imsg.h (in the Attic) [Hide]  1.5   15 years  eric   Change the way fds passed over a socket are retreived on the receiving side. Cu...
[TXT] map.c (in the Attic) [Hide]  1.6   15 years  jacekm   log dbopen and db->get errors; based on diff from Daniel Ouellet. looks ok to gi...
[TXT] mfa.c (in the Attic) [Hide]  1.36   15 years  pyr   Sync with relayd: Stop pushing event handling in the imsg framework. Instead, pr...
[TXT] queue_shared.c (in the Attic) [Hide]  1.18   15 years  jacekm   assert copyright; ok gilles@
[TXT] runner.c (in the Attic) [Hide]  1.53   14 years  martynas   since upper-bound is not a power of two here, use arc4random_uniform instead, to...
[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] store.c (in the Attic) [Hide]  1.19   15 years  jacekm   Remove unneeded function that prepends mail with "From " marker. mail.local(8) d...