summaryrefslogtreecommitdiff
path: root/libexec/spamd-setup/spamd-setup.c
AgeCommit message (Collapse)Author
2004-09-16clean C for a changeTheo de Raadt
2004-06-29absolutely no need to include machine/endian.h after sys/types.h and ↵Michael Shalayeff
sys/types.h after sys/param.h
2004-04-28fd leaks; beck okTheo de Raadt
2004-02-26paranoia; beck okTheo de Raadt
2004-01-21New spamd configuration method. Many people have trouble with the spamTheo de Raadt
RBL sites being slow, so now we will provide the maps ourselves through our www mirrors around the world. We can also now write our own internal translators for maps that are in bad formats, and place them into the www space in the correct format. tested by beck, djm
2004-01-21cleanupTheo de Raadt
2003-08-22pf spelling policeDavid Krause
ok dhartmei@ jmc@
2003-07-29spacesTheo de Raadt
2003-07-06bring protos into scopeTheo de Raadt
2003-06-11ansi cleanup; ok ian markusTheo de Raadt
2003-05-16use inet_net_pton, and fix probelem where spamd-setup would crash on a fileBob Beck
consisting only of invalid input
2003-04-28return from mainTheo de Raadt
2003-03-13make spamd-setup/spamd use/require a reserved source port for theBob Beck
configuration connection.
2003-03-10nothing of importTheo de Raadt
2003-03-10fix exit code, stupid bob, spotted by lebelTheo de Raadt
2003-03-09Fix a few typos, Make spamd and spamd-setup use /etc/services to findBob Beck
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>.
2003-03-09missed memset, found by dhartmei@Bob Beck
2003-03-08knfTheo de Raadt
2003-03-08KNFTheo de Raadt
2003-03-08spamd-setup, in c. ok deraadt@, he wants to clean in situ.Bob Beck