Cleanup source structure.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 9 Sep 2008 11:52:58 +0000 (13:52 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 9 Sep 2008 11:52:58 +0000 (13:52 +0200)
commit8977d252fc44ae953df4bde4a2f1c5895beea4e0
tree3e2f3cc5bc1f5a1e65a0afd97f15ee07c6b9bcaf
parent063fa644df8a1bc2f0d76027dae5d7d0d8ce4f47
Cleanup source structure.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
25 files changed:
Makefile
common/Makefile [new file with mode: 0644]
common/buffer.c [moved from buffer.c with 100% similarity]
common/buffer.h [moved from buffer.h with 100% similarity]
common/common.c [moved from common.c with 100% similarity]
common/common.h [moved from common.h with 100% similarity]
common/epoll.c [moved from epoll.c with 100% similarity]
common/epoll.h [moved from epoll.h with 100% similarity]
common/mem.h [moved from mem.h with 100% similarity]
common/server.c [moved from server.c with 100% similarity]
common/server.h [moved from server.h with 100% similarity]
common/str.c [moved from str.c with 100% similarity]
common/str.h [moved from str.h with 100% similarity]
mk/common.mk [new file with mode: 0644]
pfix-srsd/Makefile [new file with mode: 0644]
pfix-srsd/main-srsd.c [moved from main-srsd.c with 100% similarity]
postlicyd/Makefile [new file with mode: 0644]
postlicyd/greylist.c [moved from greylist.c with 100% similarity]
postlicyd/greylist.h [moved from greylist.h with 100% similarity]
postlicyd/main-postlicyd.c [moved from main-postlicyd.c with 100% similarity]
postlicyd/qsort.c [moved from qsort.c with 100% similarity]
postlicyd/rbl.c [moved from rbl.c with 100% similarity]
postlicyd/rbl.h [moved from rbl.h with 100% similarity]
postlicyd/tokens.sh [moved from tokens.sh with 100% similarity]
postlicyd/tst-rbl.c [moved from tst-rbl.c with 100% similarity]