index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
dns.c
Age
Commit message (
Expand
)
Author
2009-08-08
import some changes from portable smtpd to reduce the delta between both.
Gilles Chehade
2009-06-06
Sync with relayd:
Pierre-Yves Ritschard
2009-06-05
make smtpd's imsg lib ready, just like relayd and ospfd.
Pierre-Yves Ritschard
2009-06-01
Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar change
Jacek Masiulaniec
2009-05-09
- New API to handle all DNS query types (A, MX, PTR) asynchronously.
Jacek Masiulaniec
2009-02-22
replace MAX* constants by sizeof where possible
Oleg Safiullin
2009-02-15
If MX query fails due to DNS error, do not attempt more queries; ok gilles@
Jacek Masiulaniec
2009-02-15
Fix a bug where list of 6 MXs or more was not handled correctly.
Jacek Masiulaniec
2009-01-01
remove unnecessary includes; ok gilles@
Jacek Masiulaniec
2008-12-05
- more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnx
Gilles Chehade
2008-12-01
- in mxsort, fix type of loop counter, it will never be < 0 if it is
Gilles Chehade
2008-11-25
- move prototype to smtpd.h
Gilles Chehade
2008-11-10
insertion sort is faster than bubble sort. ok gilles
Ted Unangst
2008-11-05
add a few missing id tags; there are a bunch of files, and developers
Igor Sobrado
2008-11-01
smtpd is a smtp server implementation for OpenBSD. It is a work in progress
Gilles Chehade