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
/
util.c
Age
Commit message (
Expand
)
Author
2015-05-06
use res_hnok() to valid domain part in valid_domain()
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-25
use reallocarray.
Marc Espie
2014-04-19
(void) cast a strlcpy that cannot truncate
Gilles Chehade
2014-02-04
extend allowed charset for email address, escape all potentially dangerous ones.
Eric Faurot
2014-02-04
add base64_encode/base64_decode helpers
Eric Faurot
2014-02-04
get rid of fdlimit()
Eric Faurot
2014-01-08
ctype cleanup; ok gilles
Theo de Raadt
2013-12-26
bcopy -> memmove
Eric Faurot
2013-11-28
unsigned char casts for ctype
Eric Faurot
2013-11-19
Allow '*' in the user part of mailaddresses. By default, potentially dangerous
Eric Faurot
2013-10-29
use "/etc/mail/mailname" instead of "/etc/mailname" and make it a define.
Eric Faurot
2013-10-29
randomize counter part of generated uids
Eric Faurot
2013-10-27
use log_* functions instead of err*/warn*
Eric Faurot
2013-10-25
local enqueuer improvements:
Eric Faurot
2013-07-19
add '!' in email addresses supported charset
Eric Faurot
2013-07-19
Introduce expand string modifiers
Eric Faurot
2013-07-19
get rid of sa_set_port() and its awfully contorted implementation
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-02-05
- handle getaddrinfo() error as LKA_TEMPFAIL
Gilles Chehade
2013-01-31
assorted fixes spotted by Coverity.
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-23
knf
Eric Faurot
2012-11-12
Cleanups and improvements:
Eric Faurot
2012-10-10
teach smtpctl how to display envelopes and messages using their id.
Gilles Chehade
2012-10-07
convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)
Charles Longeau
2012-10-04
change to from=<...>, to=<...> instead of to=<...> for logging
Todd T. Fries
2012-09-26
Stop using the delivery_data union (field "to") in delivery_mda.
Eric Faurot
2012-09-26
log final user and method used for local deliveries.
Eric Faurot
2012-09-25
need inttypes.h
Eric Faurot
2012-09-21
Add a log_envelope() function that log envelope status in a uniform way.
Eric Faurot
2012-09-21
Move ruleset_match() prototype to smtpd.h and make the envelope const.
Eric Faurot
2012-09-20
constify parameters that are supposed to be const.
Eric Faurot
2012-09-18
- add xmemdup() helper.
Eric Faurot
2012-09-16
replace BSD-licensed mkdir_p() with ISC-licensed mkdirs(), this allows us
Gilles Chehade
2012-09-15
When enqueueing from the local socket, the input address is faked as "::1".
Eric Faurot
2012-08-27
don't call ckdir() on each mktmpfile() call.
Charles Longeau
2012-08-26
- define ZLIB_BUFFER_SIZE instead of hardcoding 8192
Gilles Chehade
2012-08-25
Add compress_backend, allowing compression of messages and envelopes in the q...
Charles Longeau
2012-08-25
- add myself to the copyright in control.c, i've done quite a few changes
Gilles Chehade
2012-08-19
coding style: replace all occurences of u_int* with uint*
Charles Longeau
2012-08-11
make sure generated id is never 0.
Eric Faurot
2012-08-08
Improve the scheduler backend API.
Eric Faurot
2012-08-07
Implement a set of tree_* functions for storing arbitrary pointers in splay
Eric Faurot
2012-07-29
- introduce xlowercase() and allow lowercase() to fail gracefully
Gilles Chehade
2012-07-12
add support for maildir tagging/folders.
Charles Longeau
2012-07-11
enable back = char in address localpart, that is sometimes used by mailing li...
Charles Longeau
2012-07-11
Don't respect RFC 5322, that allows some crazy characters in email
Charles Longeau
[next]