common driver structs for routers
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 9 Aug 2024 22:12:24 +0000 (23:12 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 10 Aug 2024 14:29:43 +0000 (15:29 +0100)
commit479274b860536bee4e54636557959389f71ad31b
tree98af7dfd76169b4bfa88a9a57da1b6f56e1de6e1
parentc5ccc6b8b3efcf06b724019643dbc4398ee6c71b
common driver structs for routers
27 files changed:
src/src/deliver.c
src/src/drtables.c
src/src/expand.c
src/src/functions.h
src/src/globals.c
src/src/globals.h
src/src/readconf.c
src/src/route.c
src/src/routers/accept.c
src/src/routers/accept.h
src/src/routers/dnslookup.c
src/src/routers/dnslookup.h
src/src/routers/ipliteral.c
src/src/routers/ipliteral.h
src/src/routers/manualroute.c
src/src/routers/manualroute.h
src/src/routers/queryprogram.c
src/src/routers/queryprogram.h
src/src/routers/redirect.c
src/src/routers/redirect.h
src/src/routers/rf_get_errors_address.c
src/src/routers/rf_get_munge_headers.c
src/src/routers/rf_get_ugid.c
src/src/routers/rf_lookup_hostlist.c
src/src/structs.h
src/src/transports/smtp.c
src/src/verify.c