45
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor autoconf/libtool cleanup (Patrick Welche <[email protected]>) More... about 20 years ago
#include <db.h> while checking for db_create, since it may be #defined More... about 20 years ago
in db 4.2 (or maybe only in debian) db_env_create is a macro #defined to db_env_create_4002 to prevent db.h/libdb mismatches. Adjust tests accordingly More... about 20 years ago
for stage More... about 20 years ago
split rcpt address into user/domain/mailbox in verify_user() so we can eliminate redundant parsing elsewhere
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
cleanup warnings More... about 20 years ago
only call time() once during main loop More... about 20 years ago
remove link to imapd.conf.5.html More... about 20 years ago
log every connection at the debug level
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
handle EINTR and ECONNABORTED in service-thread (Henrique de Moraes Holschuh <[email protected]>) More... about 20 years ago
document tcp6/udp6/tcp4/udp4 (Jochen Friedrich <[email protected]>) More... about 20 years ago
support for lib64 library location (Bug 2361) (Carsten Hoeger <[email protected]>) More... about 20 years ago
properly use libdir and mandir (Carsten Hoeger <[email protected]>) More... about 20 years ago
minor cleanup
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
split lmtpd Sieve functionaility into separate source files
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
cleanup newspostuser info and other misc changes
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
- better (more generic) handling of usenet specific headers - add "post" email addresses to Reply-To: instead of To: header
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
use ${} where needed. allow --without-krb4 to work (?) use full library list for krb_get_int test More... about 20 years ago
code to handle separate SNMP labeling of IPv6 services... More... about 20 years ago
list "" "*%" fix for proxyd too More... about 20 years ago
ported lmtpproxyd and deliver to use the backend_*() functions
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
fix tls_*_key_file references More... about 20 years ago
moved parsing of backend capabilities (regardless of protocol) into backend.c
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
added backend_ping() to test if backend added backend_ping() to test if a backend connection is still alive
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
correct issue with list "" "*%" More... about 20 years ago
must open quotadb
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
added NNTP, just for completeness
Kenneth S Murchison
as Ken Murchison
More... about 20 years ago
more cleanup More... about 20 years ago
remove unused variables More... about 20 years ago
strcat -> strlcat More... about 20 years ago