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_5_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.8   15 years  jacekm   Merge newaliases into makemap. ok gilles@
[TXT] aliases.c  1.16   15 years  form   o remove useless `if's o replace constants by sizeof where possible ok gilles@
[TXT] config.c  1.5   15 years  jacekm   Process which connects with a pool of cloned processes needs to keep open all pi...
[TXT] control.c  1.17   15 years  gilles   NULL pointer dereference spotted by Matthew Haub <matthew.haub@alumni.adelaide....
[TXT] dns.c  1.10   15 years  form   replace MAX* constants by sizeof where possible ok jacekm@
[TXT] enqueue.c  1.9   15 years  form   replace MAX* constants by sizeof where possible ok jacekm@
[TXT] forward.c  1.12   15 years  form   replace MAX* constants by sizeof where possible ok jacekm@
[TXT] lka.c  1.28   15 years  jacekm   fix tilde expansion (eg. ~/Mail); ok gilles@
[TXT] log.c  1.3   15 years  cloder   Declare printf-style functions with __attribute__((format(printf,x,x))) and fix ...
[TXT] makemap.8  1.5   15 years  jacekm   sync makemap man page with the code. create separate page for newaliases which p...
[TXT] makemap.c  1.11   15 years  form   replace MAX* constants by sizeof where possible ok jacekm@
[TXT] mda.c  1.9   15 years  chl   add missing headers ok gilles@
[TXT] mta.c  1.31   15 years  chl   add missing headers ok gilles@
[TXT] newaliases.8  1.4   15 years  jacekm   sync makemap man page with the code. create separate page for newaliases which p...
[TXT] parse.y  1.25   15 years  form   replace MAX* constants by sizeof where possible ok jacekm@
[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.56   15 years  chl   add missing headers ok gilles@
[TXT] smtp.c  1.29   15 years  chl   add missing headers needed by time() ok jacekm@ gilles@
[TXT] smtp_session.c  1.58   15 years  jacekm   put repeated inet_ntop calls into new func ss_to_text, which uses getnameinfo in...
[TXT] smtpctl.8  1.6   15 years  jacekm   Manpage bits for "showqueue" -> "show queue" change.
[TXT] smtpctl.c  1.15   15 years  gilles   teach smtpctl's parser how to deal with parameters that are not necessarily a to...
[TXT] smtpd.8  1.4   15 years  jacekm   Kill references to smtpdb(8). ok gilles@
[TXT] smtpd.c  1.33   15 years  jacekm   remove chown's called when running with user privs, ie. basically noops; ok gill...
[TXT] smtpd.conf.5  1.6   15 years  gilles   - update smtpd.conf to provide an example of an auth enabled listener - update s...
[TXT] smtpd.h  1.77   15 years  gilles   teach smtpctl's parser how to deal with parameters that are not necessarily a to...
[TXT] ssl.c  1.10   15 years  gilles   when calling ssl_session_destroy() from mta, our session will have a NULL s->s_l...
[TXT] util.c  1.15   15 years  gilles   teach smtpctl's parser how to deal with parameters that are not necessarily a to...
[TXT] ARCHITECTURE (in the Attic) [Hide]  1.2   15 years  jmc   various minor tweaks, including spelling fixes from Brian Keefer and Jim Razmus;...
[TXT] buffer.c (in the Attic) [Hide]  1.1   15 years  gilles   smtpd is a smtp server implementation for OpenBSD. It is a work in progress whic...
[TXT] imsg.c (in the Attic) [Hide]  1.2   15 years  cloder   Declare printf-style functions with __attribute__((format(printf,x,x))) and fix ...
[TXT] map.c (in the Attic) [Hide]  1.4   15 years  jacekm   remove unnecessary includes; ok gilles@
[TXT] mfa.c (in the Attic) [Hide]  1.15   15 years  chl   add missing headers ok gilles@
[TXT] queue_shared.c (in the Attic) [Hide]  1.14   15 years  gilles   teach smtpctl's parser how to deal with parameters that are not necessarily a to...
[TXT] runner.c (in the Attic) [Hide]  1.33   15 years  gilles   teach smtpctl's parser how to deal with parameters that are not necessarily a to...
[TXT] smtpd.conf (in the Attic) [Hide]  1.4   15 years  gilles   - update smtpd.conf to provide an example of an auth enabled listener - update s...
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.2   15 years  deraadt   spaces fixed while reading code
[TXT] store.c (in the Attic) [Hide]  1.14   15 years  chl   add missing headers needed by time() ok jacekm@ gilles@