From: Wietse Venema Date: Wed, 17 Dec 2014 05:00:00 +0000 (-0500) Subject: postfix-2.12-20141217-nonprod X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c31c5944c97ae31a9ecf3f8449357b536d04a0;p=thirdparty%2Fpostfix.git postfix-2.12-20141217-nonprod --- diff --git a/postfix/HISTORY b/postfix/HISTORY index b0185e511..5f7977c21 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -21117,3 +21117,12 @@ Apologies for any names omitted. tlsmgr/tlsmgr.c, tlsproxy/tlsproxy.c, trivial-rewrite/resolve.c, trivial-rewrite/rewrite.c, trivial-rewrite/trivial-rewrite.c, util/attr.h. + +20141217 + + Replaced argment typechecking based on inline functions + with an implementation based on ternary expressions with + unreachable assignments to dummy variables. This should + produce the exact same result as the approach based on + inline functions (which were standardized with C99). Files: + util/check_arg.h, util/attr.h, util/attr.c. diff --git a/postfix/src/anvil/Makefile.in b/postfix/src/anvil/Makefile.in index 3d6539bb7..f06ccd946 100644 --- a/postfix/src/anvil/Makefile.in +++ b/postfix/src/anvil/Makefile.in @@ -62,6 +62,7 @@ depend: $(MAKES) anvil.o: ../../include/anvil_clnt.h anvil.o: ../../include/attr.h anvil.o: ../../include/attr_clnt.h +anvil.o: ../../include/check_arg.h anvil.o: ../../include/events.h anvil.o: ../../include/htable.h anvil.o: ../../include/iostuff.h @@ -72,6 +73,7 @@ anvil.o: ../../include/mail_server.h anvil.o: ../../include/mail_version.h anvil.o: ../../include/msg.h anvil.o: ../../include/mymalloc.h +anvil.o: ../../include/nvtable.h anvil.o: ../../include/stringops.h anvil.o: ../../include/sys_defs.h anvil.o: ../../include/vbuf.h diff --git a/postfix/src/bounce/Makefile.in b/postfix/src/bounce/Makefile.in index 1fd913f5c..7eb5fc3d6 100644 --- a/postfix/src/bounce/Makefile.in +++ b/postfix/src/bounce/Makefile.in @@ -97,10 +97,12 @@ depend: $(MAKES) bounce.o: ../../include/attr.h bounce.o: ../../include/bounce.h bounce.o: ../../include/bounce_log.h +bounce.o: ../../include/check_arg.h bounce.o: ../../include/deliver_request.h bounce.o: ../../include/dsb_scan.h bounce.o: ../../include/dsn.h bounce.o: ../../include/dsn_buf.h +bounce.o: ../../include/htable.h bounce.o: ../../include/iostuff.h bounce.o: ../../include/load_file.h bounce.o: ../../include/mail_addr.h @@ -112,6 +114,8 @@ bounce.o: ../../include/mail_server.h bounce.o: ../../include/mail_version.h bounce.o: ../../include/msg.h bounce.o: ../../include/msg_stats.h +bounce.o: ../../include/mymalloc.h +bounce.o: ../../include/nvtable.h bounce.o: ../../include/rcpt_buf.h bounce.o: ../../include/recipient_list.h bounce.o: ../../include/stringops.h @@ -124,15 +128,19 @@ bounce.o: bounce_service.h bounce.o: bounce_template.h bounce_append_service.o: ../../include/attr.h bounce_append_service.o: ../../include/bounce_log.h +bounce_append_service.o: ../../include/check_arg.h bounce_append_service.o: ../../include/deliver_flock.h bounce_append_service.o: ../../include/dsn.h bounce_append_service.o: ../../include/dsn_buf.h +bounce_append_service.o: ../../include/htable.h bounce_append_service.o: ../../include/iostuff.h bounce_append_service.o: ../../include/mail_params.h bounce_append_service.o: ../../include/mail_proto.h bounce_append_service.o: ../../include/mail_queue.h bounce_append_service.o: ../../include/msg.h bounce_append_service.o: ../../include/myflock.h +bounce_append_service.o: ../../include/mymalloc.h +bounce_append_service.o: ../../include/nvtable.h bounce_append_service.o: ../../include/quote_822_local.h bounce_append_service.o: ../../include/quote_flags.h bounce_append_service.o: ../../include/rcpt_buf.h @@ -147,11 +155,14 @@ bounce_append_service.o: bounce_service.h bounce_append_service.o: bounce_template.h bounce_cleanup.o: ../../include/attr.h bounce_cleanup.o: ../../include/bounce_log.h +bounce_cleanup.o: ../../include/check_arg.h bounce_cleanup.o: ../../include/dsn.h bounce_cleanup.o: ../../include/dsn_buf.h +bounce_cleanup.o: ../../include/htable.h bounce_cleanup.o: ../../include/mail_queue.h bounce_cleanup.o: ../../include/msg.h bounce_cleanup.o: ../../include/mymalloc.h +bounce_cleanup.o: ../../include/nvtable.h bounce_cleanup.o: ../../include/rcpt_buf.h bounce_cleanup.o: ../../include/recipient_list.h bounce_cleanup.o: ../../include/sys_defs.h @@ -164,11 +175,13 @@ bounce_cleanup.o: bounce_template.h bounce_notify_service.o: ../../include/attr.h bounce_notify_service.o: ../../include/bounce.h bounce_notify_service.o: ../../include/bounce_log.h +bounce_notify_service.o: ../../include/check_arg.h bounce_notify_service.o: ../../include/cleanup_user.h bounce_notify_service.o: ../../include/deliver_request.h bounce_notify_service.o: ../../include/dsn.h bounce_notify_service.o: ../../include/dsn_buf.h bounce_notify_service.o: ../../include/dsn_mask.h +bounce_notify_service.o: ../../include/htable.h bounce_notify_service.o: ../../include/int_filt.h bounce_notify_service.o: ../../include/iostuff.h bounce_notify_service.o: ../../include/mail_addr.h @@ -178,7 +191,9 @@ bounce_notify_service.o: ../../include/mail_proto.h bounce_notify_service.o: ../../include/mail_queue.h bounce_notify_service.o: ../../include/msg.h bounce_notify_service.o: ../../include/msg_stats.h +bounce_notify_service.o: ../../include/mymalloc.h bounce_notify_service.o: ../../include/name_mask.h +bounce_notify_service.o: ../../include/nvtable.h bounce_notify_service.o: ../../include/post_mail.h bounce_notify_service.o: ../../include/rcpt_buf.h bounce_notify_service.o: ../../include/rec_type.h @@ -193,12 +208,14 @@ bounce_notify_service.o: bounce_service.h bounce_notify_service.o: bounce_template.h bounce_notify_util.o: ../../include/attr.h bounce_notify_util.o: ../../include/bounce_log.h +bounce_notify_util.o: ../../include/check_arg.h bounce_notify_util.o: ../../include/cleanup_user.h bounce_notify_util.o: ../../include/deliver_completed.h bounce_notify_util.o: ../../include/dsn.h bounce_notify_util.o: ../../include/dsn_buf.h bounce_notify_util.o: ../../include/dsn_mask.h bounce_notify_util.o: ../../include/events.h +bounce_notify_util.o: ../../include/htable.h bounce_notify_util.o: ../../include/int_filt.h bounce_notify_util.o: ../../include/iostuff.h bounce_notify_util.o: ../../include/is_header.h @@ -214,6 +231,7 @@ bounce_notify_util.o: ../../include/msg.h bounce_notify_util.o: ../../include/myflock.h bounce_notify_util.o: ../../include/mymalloc.h bounce_notify_util.o: ../../include/name_mask.h +bounce_notify_util.o: ../../include/nvtable.h bounce_notify_util.o: ../../include/post_mail.h bounce_notify_util.o: ../../include/quote_822_local.h bounce_notify_util.o: ../../include/quote_flags.h @@ -233,11 +251,13 @@ bounce_notify_util.o: bounce_template.h bounce_notify_verp.o: ../../include/attr.h bounce_notify_verp.o: ../../include/bounce.h bounce_notify_verp.o: ../../include/bounce_log.h +bounce_notify_verp.o: ../../include/check_arg.h bounce_notify_verp.o: ../../include/cleanup_user.h bounce_notify_verp.o: ../../include/deliver_request.h bounce_notify_verp.o: ../../include/dsn.h bounce_notify_verp.o: ../../include/dsn_buf.h bounce_notify_verp.o: ../../include/dsn_mask.h +bounce_notify_verp.o: ../../include/htable.h bounce_notify_verp.o: ../../include/int_filt.h bounce_notify_verp.o: ../../include/iostuff.h bounce_notify_verp.o: ../../include/mail_addr.h @@ -247,7 +267,9 @@ bounce_notify_verp.o: ../../include/mail_proto.h bounce_notify_verp.o: ../../include/mail_queue.h bounce_notify_verp.o: ../../include/msg.h bounce_notify_verp.o: ../../include/msg_stats.h +bounce_notify_verp.o: ../../include/mymalloc.h bounce_notify_verp.o: ../../include/name_mask.h +bounce_notify_verp.o: ../../include/nvtable.h bounce_notify_verp.o: ../../include/post_mail.h bounce_notify_verp.o: ../../include/rcpt_buf.h bounce_notify_verp.o: ../../include/rec_type.h @@ -264,11 +286,13 @@ bounce_notify_verp.o: bounce_template.h bounce_one_service.o: ../../include/attr.h bounce_one_service.o: ../../include/bounce.h bounce_one_service.o: ../../include/bounce_log.h +bounce_one_service.o: ../../include/check_arg.h bounce_one_service.o: ../../include/cleanup_user.h bounce_one_service.o: ../../include/deliver_request.h bounce_one_service.o: ../../include/dsn.h bounce_one_service.o: ../../include/dsn_buf.h bounce_one_service.o: ../../include/dsn_mask.h +bounce_one_service.o: ../../include/htable.h bounce_one_service.o: ../../include/int_filt.h bounce_one_service.o: ../../include/iostuff.h bounce_one_service.o: ../../include/mail_addr.h @@ -277,7 +301,9 @@ bounce_one_service.o: ../../include/mail_params.h bounce_one_service.o: ../../include/mail_proto.h bounce_one_service.o: ../../include/msg.h bounce_one_service.o: ../../include/msg_stats.h +bounce_one_service.o: ../../include/mymalloc.h bounce_one_service.o: ../../include/name_mask.h +bounce_one_service.o: ../../include/nvtable.h bounce_one_service.o: ../../include/post_mail.h bounce_one_service.o: ../../include/rcpt_buf.h bounce_one_service.o: ../../include/rec_type.h @@ -291,6 +317,8 @@ bounce_one_service.o: bounce_one_service.c bounce_one_service.o: bounce_service.h bounce_one_service.o: bounce_template.h bounce_template.o: ../../include/attr.h +bounce_template.o: ../../include/check_arg.h +bounce_template.o: ../../include/htable.h bounce_template.o: ../../include/iostuff.h bounce_template.o: ../../include/is_header.h bounce_template.o: ../../include/mac_expand.h @@ -301,6 +329,7 @@ bounce_template.o: ../../include/mail_proto.h bounce_template.o: ../../include/midna.h bounce_template.o: ../../include/msg.h bounce_template.o: ../../include/mymalloc.h +bounce_template.o: ../../include/nvtable.h bounce_template.o: ../../include/split_at.h bounce_template.o: ../../include/stringops.h bounce_template.o: ../../include/sys_defs.h @@ -310,11 +339,14 @@ bounce_template.o: ../../include/vstring.h bounce_template.o: bounce_template.c bounce_template.o: bounce_template.h bounce_templates.o: ../../include/attr.h +bounce_templates.o: ../../include/check_arg.h +bounce_templates.o: ../../include/htable.h bounce_templates.o: ../../include/iostuff.h bounce_templates.o: ../../include/mail_addr.h bounce_templates.o: ../../include/mail_proto.h bounce_templates.o: ../../include/msg.h bounce_templates.o: ../../include/mymalloc.h +bounce_templates.o: ../../include/nvtable.h bounce_templates.o: ../../include/stringops.h bounce_templates.o: ../../include/sys_defs.h bounce_templates.o: ../../include/vbuf.h @@ -325,11 +357,13 @@ bounce_templates.o: bounce_template.h bounce_templates.o: bounce_templates.c bounce_trace_service.o: ../../include/attr.h bounce_trace_service.o: ../../include/bounce_log.h +bounce_trace_service.o: ../../include/check_arg.h bounce_trace_service.o: ../../include/cleanup_user.h bounce_trace_service.o: ../../include/deliver_request.h bounce_trace_service.o: ../../include/dsn.h bounce_trace_service.o: ../../include/dsn_buf.h bounce_trace_service.o: ../../include/dsn_mask.h +bounce_trace_service.o: ../../include/htable.h bounce_trace_service.o: ../../include/int_filt.h bounce_trace_service.o: ../../include/iostuff.h bounce_trace_service.o: ../../include/mail_addr.h @@ -339,7 +373,9 @@ bounce_trace_service.o: ../../include/mail_proto.h bounce_trace_service.o: ../../include/mail_queue.h bounce_trace_service.o: ../../include/msg.h bounce_trace_service.o: ../../include/msg_stats.h +bounce_trace_service.o: ../../include/mymalloc.h bounce_trace_service.o: ../../include/name_mask.h +bounce_trace_service.o: ../../include/nvtable.h bounce_trace_service.o: ../../include/post_mail.h bounce_trace_service.o: ../../include/rcpt_buf.h bounce_trace_service.o: ../../include/rec_type.h @@ -354,10 +390,12 @@ bounce_trace_service.o: bounce_template.h bounce_trace_service.o: bounce_trace_service.c bounce_warn_service.o: ../../include/attr.h bounce_warn_service.o: ../../include/bounce_log.h +bounce_warn_service.o: ../../include/check_arg.h bounce_warn_service.o: ../../include/cleanup_user.h bounce_warn_service.o: ../../include/dsn.h bounce_warn_service.o: ../../include/dsn_buf.h bounce_warn_service.o: ../../include/dsn_mask.h +bounce_warn_service.o: ../../include/htable.h bounce_warn_service.o: ../../include/int_filt.h bounce_warn_service.o: ../../include/iostuff.h bounce_warn_service.o: ../../include/mail_addr.h @@ -366,7 +404,9 @@ bounce_warn_service.o: ../../include/mail_params.h bounce_warn_service.o: ../../include/mail_proto.h bounce_warn_service.o: ../../include/mail_queue.h bounce_warn_service.o: ../../include/msg.h +bounce_warn_service.o: ../../include/mymalloc.h bounce_warn_service.o: ../../include/name_mask.h +bounce_warn_service.o: ../../include/nvtable.h bounce_warn_service.o: ../../include/post_mail.h bounce_warn_service.o: ../../include/rcpt_buf.h bounce_warn_service.o: ../../include/rec_type.h diff --git a/postfix/src/cleanup/Makefile.in b/postfix/src/cleanup/Makefile.in index 6c9dfcc68..3d2e3db0f 100644 --- a/postfix/src/cleanup/Makefile.in +++ b/postfix/src/cleanup/Makefile.in @@ -564,6 +564,7 @@ depend: $(MAKES) cleanup.o: ../../include/argv.h cleanup.o: ../../include/attr.h cleanup.o: ../../include/been_here.h +cleanup.o: ../../include/check_arg.h cleanup.o: ../../include/cleanup_user.h cleanup.o: ../../include/dict.h cleanup.o: ../../include/dsn_mask.h @@ -600,6 +601,7 @@ cleanup_addr.o: ../../include/argv.h cleanup_addr.o: ../../include/attr.h cleanup_addr.o: ../../include/been_here.h cleanup_addr.o: ../../include/canon_addr.h +cleanup_addr.o: ../../include/check_arg.h cleanup_addr.o: ../../include/cleanup_user.h cleanup_addr.o: ../../include/dict.h cleanup_addr.o: ../../include/dsn_mask.h @@ -638,6 +640,7 @@ cleanup_api.o: ../../include/argv.h cleanup_api.o: ../../include/attr.h cleanup_api.o: ../../include/been_here.h cleanup_api.o: ../../include/bounce.h +cleanup_api.o: ../../include/check_arg.h cleanup_api.o: ../../include/cleanup_user.h cleanup_api.o: ../../include/deliver_request.h cleanup_api.o: ../../include/dict.h @@ -678,6 +681,7 @@ cleanup_api.o: cleanup_api.c cleanup_body_edit.o: ../../include/argv.h cleanup_body_edit.o: ../../include/attr.h cleanup_body_edit.o: ../../include/been_here.h +cleanup_body_edit.o: ../../include/check_arg.h cleanup_body_edit.o: ../../include/cleanup_user.h cleanup_body_edit.o: ../../include/dict.h cleanup_body_edit.o: ../../include/dsn_mask.h @@ -709,6 +713,7 @@ cleanup_bounce.o: ../../include/argv.h cleanup_bounce.o: ../../include/attr.h cleanup_bounce.o: ../../include/been_here.h cleanup_bounce.o: ../../include/bounce.h +cleanup_bounce.o: ../../include/check_arg.h cleanup_bounce.o: ../../include/cleanup_user.h cleanup_bounce.o: ../../include/deliver_request.h cleanup_bounce.o: ../../include/dict.h @@ -751,6 +756,7 @@ cleanup_bounce.o: cleanup_bounce.c cleanup_envelope.o: ../../include/argv.h cleanup_envelope.o: ../../include/attr.h cleanup_envelope.o: ../../include/been_here.h +cleanup_envelope.o: ../../include/check_arg.h cleanup_envelope.o: ../../include/cleanup_user.h cleanup_envelope.o: ../../include/dict.h cleanup_envelope.o: ../../include/dsn_mask.h @@ -790,6 +796,7 @@ cleanup_envelope.o: cleanup_envelope.c cleanup_extracted.o: ../../include/argv.h cleanup_extracted.o: ../../include/attr.h cleanup_extracted.o: ../../include/been_here.h +cleanup_extracted.o: ../../include/check_arg.h cleanup_extracted.o: ../../include/cleanup_user.h cleanup_extracted.o: ../../include/dict.h cleanup_extracted.o: ../../include/dsn_mask.h @@ -826,6 +833,7 @@ cleanup_extracted.o: cleanup_extracted.c cleanup_final.o: ../../include/argv.h cleanup_final.o: ../../include/attr.h cleanup_final.o: ../../include/been_here.h +cleanup_final.o: ../../include/check_arg.h cleanup_final.o: ../../include/cleanup_user.h cleanup_final.o: ../../include/dict.h cleanup_final.o: ../../include/dsn_mask.h @@ -855,6 +863,7 @@ cleanup_final.o: cleanup_final.c cleanup_init.o: ../../include/argv.h cleanup_init.o: ../../include/attr.h cleanup_init.o: ../../include/been_here.h +cleanup_init.o: ../../include/check_arg.h cleanup_init.o: ../../include/cleanup_user.h cleanup_init.o: ../../include/dict.h cleanup_init.o: ../../include/dsn_mask.h @@ -891,6 +900,7 @@ cleanup_init.o: cleanup_init.c cleanup_map11.o: ../../include/argv.h cleanup_map11.o: ../../include/attr.h cleanup_map11.o: ../../include/been_here.h +cleanup_map11.o: ../../include/check_arg.h cleanup_map11.o: ../../include/cleanup_user.h cleanup_map11.o: ../../include/dict.h cleanup_map11.o: ../../include/dsn_mask.h @@ -922,6 +932,7 @@ cleanup_map11.o: cleanup_map11.c cleanup_map1n.o: ../../include/argv.h cleanup_map1n.o: ../../include/attr.h cleanup_map1n.o: ../../include/been_here.h +cleanup_map1n.o: ../../include/check_arg.h cleanup_map1n.o: ../../include/cleanup_user.h cleanup_map1n.o: ../../include/dict.h cleanup_map1n.o: ../../include/dsn_mask.h @@ -954,6 +965,7 @@ cleanup_map1n.o: cleanup_map1n.c cleanup_masquerade.o: ../../include/argv.h cleanup_masquerade.o: ../../include/attr.h cleanup_masquerade.o: ../../include/been_here.h +cleanup_masquerade.o: ../../include/check_arg.h cleanup_masquerade.o: ../../include/cleanup_user.h cleanup_masquerade.o: ../../include/dict.h cleanup_masquerade.o: ../../include/dsn_mask.h @@ -986,6 +998,7 @@ cleanup_masquerade.o: cleanup_masquerade.c cleanup_message.o: ../../include/argv.h cleanup_message.o: ../../include/attr.h cleanup_message.o: ../../include/been_here.h +cleanup_message.o: ../../include/check_arg.h cleanup_message.o: ../../include/cleanup_user.h cleanup_message.o: ../../include/conv_time.h cleanup_message.o: ../../include/dict.h @@ -1030,6 +1043,7 @@ cleanup_message.o: cleanup_message.c cleanup_milter.o: ../../include/argv.h cleanup_milter.o: ../../include/attr.h cleanup_milter.o: ../../include/been_here.h +cleanup_milter.o: ../../include/check_arg.h cleanup_milter.o: ../../include/cleanup_user.h cleanup_milter.o: ../../include/dict.h cleanup_milter.o: ../../include/dsn_mask.h @@ -1072,6 +1086,7 @@ cleanup_milter.o: cleanup_milter.c cleanup_out.o: ../../include/argv.h cleanup_out.o: ../../include/attr.h cleanup_out.o: ../../include/been_here.h +cleanup_out.o: ../../include/check_arg.h cleanup_out.o: ../../include/cleanup_user.h cleanup_out.o: ../../include/dict.h cleanup_out.o: ../../include/dsn_mask.h @@ -1108,6 +1123,7 @@ cleanup_out_recipient.o: ../../include/argv.h cleanup_out_recipient.o: ../../include/attr.h cleanup_out_recipient.o: ../../include/been_here.h cleanup_out_recipient.o: ../../include/bounce.h +cleanup_out_recipient.o: ../../include/check_arg.h cleanup_out_recipient.o: ../../include/cleanup_user.h cleanup_out_recipient.o: ../../include/deliver_request.h cleanup_out_recipient.o: ../../include/dict.h @@ -1148,6 +1164,7 @@ cleanup_out_recipient.o: cleanup_out_recipient.c cleanup_region.o: ../../include/argv.h cleanup_region.o: ../../include/attr.h cleanup_region.o: ../../include/been_here.h +cleanup_region.o: ../../include/check_arg.h cleanup_region.o: ../../include/cleanup_user.h cleanup_region.o: ../../include/dict.h cleanup_region.o: ../../include/dsn_mask.h @@ -1177,6 +1194,7 @@ cleanup_region.o: cleanup_region.c cleanup_rewrite.o: ../../include/argv.h cleanup_rewrite.o: ../../include/attr.h cleanup_rewrite.o: ../../include/been_here.h +cleanup_rewrite.o: ../../include/check_arg.h cleanup_rewrite.o: ../../include/cleanup_user.h cleanup_rewrite.o: ../../include/dict.h cleanup_rewrite.o: ../../include/dsn_mask.h @@ -1210,6 +1228,7 @@ cleanup_rewrite.o: cleanup_rewrite.c cleanup_state.o: ../../include/argv.h cleanup_state.o: ../../include/attr.h cleanup_state.o: ../../include/been_here.h +cleanup_state.o: ../../include/check_arg.h cleanup_state.o: ../../include/cleanup_user.h cleanup_state.o: ../../include/dict.h cleanup_state.o: ../../include/dsn_mask.h diff --git a/postfix/src/discard/Makefile.in b/postfix/src/discard/Makefile.in index 797f1c619..d14751466 100644 --- a/postfix/src/discard/Makefile.in +++ b/postfix/src/discard/Makefile.in @@ -61,17 +61,21 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' discard.o: ../../include/attr.h discard.o: ../../include/bounce.h +discard.o: ../../include/check_arg.h discard.o: ../../include/deliver_completed.h discard.o: ../../include/deliver_request.h discard.o: ../../include/dsn.h discard.o: ../../include/dsn_buf.h discard.o: ../../include/dsn_util.h discard.o: ../../include/flush_clnt.h +discard.o: ../../include/htable.h discard.o: ../../include/mail_queue.h discard.o: ../../include/mail_server.h discard.o: ../../include/mail_version.h discard.o: ../../include/msg.h discard.o: ../../include/msg_stats.h +discard.o: ../../include/mymalloc.h +discard.o: ../../include/nvtable.h discard.o: ../../include/recipient_list.h discard.o: ../../include/sent.h discard.o: ../../include/sys_defs.h diff --git a/postfix/src/dnsblog/Makefile.in b/postfix/src/dnsblog/Makefile.in index 6cfc08b83..f5bf0dffc 100644 --- a/postfix/src/dnsblog/Makefile.in +++ b/postfix/src/dnsblog/Makefile.in @@ -62,7 +62,9 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' dnsblog.o: ../../include/argv.h dnsblog.o: ../../include/attr.h +dnsblog.o: ../../include/check_arg.h dnsblog.o: ../../include/dns.h +dnsblog.o: ../../include/htable.h dnsblog.o: ../../include/iostuff.h dnsblog.o: ../../include/mail_conf.h dnsblog.o: ../../include/mail_params.h @@ -71,6 +73,8 @@ dnsblog.o: ../../include/mail_server.h dnsblog.o: ../../include/mail_version.h dnsblog.o: ../../include/msg.h dnsblog.o: ../../include/myaddrinfo.h +dnsblog.o: ../../include/mymalloc.h +dnsblog.o: ../../include/nvtable.h dnsblog.o: ../../include/sock_addr.h dnsblog.o: ../../include/sys_defs.h dnsblog.o: ../../include/valid_hostname.h diff --git a/postfix/src/error/Makefile.in b/postfix/src/error/Makefile.in index 2aafa5b40..31e32b7f7 100644 --- a/postfix/src/error/Makefile.in +++ b/postfix/src/error/Makefile.in @@ -61,6 +61,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' error.o: ../../include/attr.h error.o: ../../include/bounce.h +error.o: ../../include/check_arg.h error.o: ../../include/defer.h error.o: ../../include/deliver_completed.h error.o: ../../include/deliver_request.h @@ -68,6 +69,7 @@ error.o: ../../include/dsn.h error.o: ../../include/dsn_buf.h error.o: ../../include/dsn_util.h error.o: ../../include/flush_clnt.h +error.o: ../../include/htable.h error.o: ../../include/iostuff.h error.o: ../../include/mail_proto.h error.o: ../../include/mail_queue.h @@ -75,6 +77,8 @@ error.o: ../../include/mail_server.h error.o: ../../include/mail_version.h error.o: ../../include/msg.h error.o: ../../include/msg_stats.h +error.o: ../../include/mymalloc.h +error.o: ../../include/nvtable.h error.o: ../../include/recipient_list.h error.o: ../../include/sys_defs.h error.o: ../../include/sys_exits.h diff --git a/postfix/src/flush/Makefile.in b/postfix/src/flush/Makefile.in index b60ed87a1..ff94b79e3 100644 --- a/postfix/src/flush/Makefile.in +++ b/postfix/src/flush/Makefile.in @@ -61,6 +61,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' flush.o: ../../include/argv.h flush.o: ../../include/attr.h +flush.o: ../../include/check_arg.h flush.o: ../../include/dict.h flush.o: ../../include/domain_list.h flush.o: ../../include/events.h @@ -80,6 +81,8 @@ flush.o: ../../include/match_list.h flush.o: ../../include/match_parent_style.h flush.o: ../../include/msg.h flush.o: ../../include/myflock.h +flush.o: ../../include/mymalloc.h +flush.o: ../../include/nvtable.h flush.o: ../../include/safe_open.h flush.o: ../../include/scan_dir.h flush.o: ../../include/stringops.h diff --git a/postfix/src/global/Makefile.in b/postfix/src/global/Makefile.in index 8d487598b..ad2082e4a 100644 --- a/postfix/src/global/Makefile.in +++ b/postfix/src/global/Makefile.in @@ -665,10 +665,13 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' abounce.o: ../../include/attr.h +abounce.o: ../../include/check_arg.h abounce.o: ../../include/events.h +abounce.o: ../../include/htable.h abounce.o: ../../include/iostuff.h abounce.o: ../../include/msg.h abounce.o: ../../include/mymalloc.h +abounce.o: ../../include/nvtable.h abounce.o: ../../include/sys_defs.h abounce.o: ../../include/vbuf.h abounce.o: ../../include/vstream.h @@ -690,9 +693,12 @@ addr_match_list.o: addr_match_list.c addr_match_list.o: addr_match_list.h anvil_clnt.o: ../../include/attr.h anvil_clnt.o: ../../include/attr_clnt.h +anvil_clnt.o: ../../include/check_arg.h +anvil_clnt.o: ../../include/htable.h anvil_clnt.o: ../../include/iostuff.h anvil_clnt.o: ../../include/msg.h anvil_clnt.o: ../../include/mymalloc.h +anvil_clnt.o: ../../include/nvtable.h anvil_clnt.o: ../../include/stringops.h anvil_clnt.o: ../../include/sys_defs.h anvil_clnt.o: ../../include/vbuf.h @@ -721,9 +727,12 @@ been_here.o: ../../include/vstring.h been_here.o: been_here.c been_here.o: been_here.h bounce.o: ../../include/attr.h +bounce.o: ../../include/check_arg.h +bounce.o: ../../include/htable.h bounce.o: ../../include/iostuff.h bounce.o: ../../include/msg.h bounce.o: ../../include/mymalloc.h +bounce.o: ../../include/nvtable.h bounce.o: ../../include/sys_defs.h bounce.o: ../../include/vbuf.h bounce.o: ../../include/vstream.h @@ -746,9 +755,12 @@ bounce.o: recipient_list.h bounce.o: trace.h bounce.o: verify.h bounce_log.o: ../../include/attr.h +bounce_log.o: ../../include/check_arg.h +bounce_log.o: ../../include/htable.h bounce_log.o: ../../include/iostuff.h bounce_log.o: ../../include/msg.h bounce_log.o: ../../include/mymalloc.h +bounce_log.o: ../../include/nvtable.h bounce_log.o: ../../include/stringops.h bounce_log.o: ../../include/sys_defs.h bounce_log.o: ../../include/vbuf.h @@ -766,8 +778,11 @@ bounce_log.o: mail_queue.h bounce_log.o: rcpt_buf.h bounce_log.o: recipient_list.h canon_addr.o: ../../include/attr.h +canon_addr.o: ../../include/check_arg.h +canon_addr.o: ../../include/htable.h canon_addr.o: ../../include/iostuff.h canon_addr.o: ../../include/mymalloc.h +canon_addr.o: ../../include/nvtable.h canon_addr.o: ../../include/sys_defs.h canon_addr.o: ../../include/vbuf.h canon_addr.o: ../../include/vstream.h @@ -801,13 +816,17 @@ cleanup_strflags.o: ../../include/vstring.h cleanup_strflags.o: cleanup_strflags.c cleanup_strflags.o: cleanup_user.h clnt_stream.o: ../../include/attr.h +clnt_stream.o: ../../include/check_arg.h clnt_stream.o: ../../include/events.h +clnt_stream.o: ../../include/htable.h clnt_stream.o: ../../include/iostuff.h clnt_stream.o: ../../include/msg.h clnt_stream.o: ../../include/mymalloc.h +clnt_stream.o: ../../include/nvtable.h clnt_stream.o: ../../include/sys_defs.h clnt_stream.o: ../../include/vbuf.h clnt_stream.o: ../../include/vstream.h +clnt_stream.o: ../../include/vstring.h clnt_stream.o: clnt_stream.c clnt_stream.o: clnt_stream.h clnt_stream.o: mail_params.h @@ -866,8 +885,12 @@ debug_process.o: debug_process.h debug_process.o: mail_conf.h debug_process.o: mail_params.h defer.o: ../../include/attr.h +defer.o: ../../include/check_arg.h +defer.o: ../../include/htable.h defer.o: ../../include/iostuff.h defer.o: ../../include/msg.h +defer.o: ../../include/mymalloc.h +defer.o: ../../include/nvtable.h defer.o: ../../include/sys_defs.h defer.o: ../../include/vbuf.h defer.o: ../../include/vstream.h @@ -909,9 +932,12 @@ deliver_flock.o: deliver_flock.c deliver_flock.o: deliver_flock.h deliver_flock.o: mail_params.h deliver_pass.o: ../../include/attr.h +deliver_pass.o: ../../include/check_arg.h +deliver_pass.o: ../../include/htable.h deliver_pass.o: ../../include/iostuff.h deliver_pass.o: ../../include/msg.h deliver_pass.o: ../../include/mymalloc.h +deliver_pass.o: ../../include/nvtable.h deliver_pass.o: ../../include/split_at.h deliver_pass.o: ../../include/sys_defs.h deliver_pass.o: ../../include/vbuf.h @@ -931,10 +957,13 @@ deliver_pass.o: msg_stats.h deliver_pass.o: rcpt_print.h deliver_pass.o: recipient_list.h deliver_request.o: ../../include/attr.h +deliver_request.o: ../../include/check_arg.h +deliver_request.o: ../../include/htable.h deliver_request.o: ../../include/iostuff.h deliver_request.o: ../../include/msg.h deliver_request.o: ../../include/myflock.h deliver_request.o: ../../include/mymalloc.h +deliver_request.o: ../../include/nvtable.h deliver_request.o: ../../include/sys_defs.h deliver_request.o: ../../include/vbuf.h deliver_request.o: ../../include/vstream.h @@ -1004,8 +1033,26 @@ dict_memcache.o: dict_memcache.c dict_memcache.o: dict_memcache.h dict_memcache.o: memcache_proto.h dict_memcache.o: string_list.h +dict_mysql.o: ../../include/argv.h +dict_mysql.o: ../../include/dict.h +dict_mysql.o: ../../include/events.h +dict_mysql.o: ../../include/find_inet.h +dict_mysql.o: ../../include/match_list.h +dict_mysql.o: ../../include/msg.h +dict_mysql.o: ../../include/myflock.h +dict_mysql.o: ../../include/mymalloc.h +dict_mysql.o: ../../include/myrand.h +dict_mysql.o: ../../include/split_at.h +dict_mysql.o: ../../include/stringops.h dict_mysql.o: ../../include/sys_defs.h +dict_mysql.o: ../../include/vbuf.h +dict_mysql.o: ../../include/vstream.h +dict_mysql.o: ../../include/vstring.h +dict_mysql.o: cfg_parser.h +dict_mysql.o: db_common.h dict_mysql.o: dict_mysql.c +dict_mysql.o: dict_mysql.h +dict_mysql.o: string_list.h dict_pgsql.o: ../../include/argv.h dict_pgsql.o: ../../include/dict.h dict_pgsql.o: ../../include/events.h @@ -1028,11 +1075,14 @@ dict_pgsql.o: dict_pgsql.h dict_pgsql.o: string_list.h dict_proxy.o: ../../include/argv.h dict_proxy.o: ../../include/attr.h +dict_proxy.o: ../../include/check_arg.h dict_proxy.o: ../../include/dict.h +dict_proxy.o: ../../include/htable.h dict_proxy.o: ../../include/iostuff.h dict_proxy.o: ../../include/msg.h dict_proxy.o: ../../include/myflock.h dict_proxy.o: ../../include/mymalloc.h +dict_proxy.o: ../../include/nvtable.h dict_proxy.o: ../../include/stringops.h dict_proxy.o: ../../include/sys_defs.h dict_proxy.o: ../../include/vbuf.h @@ -1083,7 +1133,11 @@ dot_lockfile_as.o: dot_lockfile.h dot_lockfile_as.o: dot_lockfile_as.c dot_lockfile_as.o: dot_lockfile_as.h dsb_scan.o: ../../include/attr.h +dsb_scan.o: ../../include/check_arg.h +dsb_scan.o: ../../include/htable.h dsb_scan.o: ../../include/iostuff.h +dsb_scan.o: ../../include/mymalloc.h +dsb_scan.o: ../../include/nvtable.h dsb_scan.o: ../../include/sys_defs.h dsb_scan.o: ../../include/vbuf.h dsb_scan.o: ../../include/vstream.h @@ -1129,10 +1183,15 @@ dsn_mask.o: ../../include/vstring.h dsn_mask.o: dsn_mask.c dsn_mask.o: dsn_mask.h dsn_print.o: ../../include/attr.h +dsn_print.o: ../../include/check_arg.h +dsn_print.o: ../../include/htable.h dsn_print.o: ../../include/iostuff.h +dsn_print.o: ../../include/mymalloc.h +dsn_print.o: ../../include/nvtable.h dsn_print.o: ../../include/sys_defs.h dsn_print.o: ../../include/vbuf.h dsn_print.o: ../../include/vstream.h +dsn_print.o: ../../include/vstring.h dsn_print.o: dsn.h dsn_print.o: dsn_print.c dsn_print.o: dsn_print.h @@ -1188,12 +1247,17 @@ file_id.o: mail_queue.h file_id.o: safe_ultostr.h flush_clnt.o: ../../include/argv.h flush_clnt.o: ../../include/attr.h +flush_clnt.o: ../../include/check_arg.h +flush_clnt.o: ../../include/htable.h flush_clnt.o: ../../include/iostuff.h flush_clnt.o: ../../include/match_list.h flush_clnt.o: ../../include/msg.h +flush_clnt.o: ../../include/mymalloc.h +flush_clnt.o: ../../include/nvtable.h flush_clnt.o: ../../include/sys_defs.h flush_clnt.o: ../../include/vbuf.h flush_clnt.o: ../../include/vstream.h +flush_clnt.o: ../../include/vstring.h flush_clnt.o: domain_list.h flush_clnt.o: flush_clnt.c flush_clnt.o: flush_clnt.h @@ -1264,9 +1328,13 @@ input_transp.o: input_transp.c input_transp.o: input_transp.h input_transp.o: mail_params.h int_filt.o: ../../include/attr.h +int_filt.o: ../../include/check_arg.h +int_filt.o: ../../include/htable.h int_filt.o: ../../include/iostuff.h int_filt.o: ../../include/msg.h +int_filt.o: ../../include/mymalloc.h int_filt.o: ../../include/name_mask.h +int_filt.o: ../../include/nvtable.h int_filt.o: ../../include/sys_defs.h int_filt.o: ../../include/vbuf.h int_filt.o: ../../include/vstream.h @@ -1280,8 +1348,12 @@ is_header.o: ../../include/sys_defs.h is_header.o: is_header.c is_header.o: is_header.h log_adhoc.o: ../../include/attr.h +log_adhoc.o: ../../include/check_arg.h log_adhoc.o: ../../include/format_tv.h +log_adhoc.o: ../../include/htable.h log_adhoc.o: ../../include/msg.h +log_adhoc.o: ../../include/mymalloc.h +log_adhoc.o: ../../include/nvtable.h log_adhoc.o: ../../include/sys_defs.h log_adhoc.o: ../../include/vbuf.h log_adhoc.o: ../../include/vstream.h @@ -1340,17 +1412,27 @@ mail_addr_map.o: mail_addr_map.c mail_addr_map.o: mail_addr_map.h mail_addr_map.o: maps.h mail_command_client.o: ../../include/attr.h +mail_command_client.o: ../../include/check_arg.h +mail_command_client.o: ../../include/htable.h mail_command_client.o: ../../include/iostuff.h +mail_command_client.o: ../../include/mymalloc.h +mail_command_client.o: ../../include/nvtable.h mail_command_client.o: ../../include/sys_defs.h mail_command_client.o: ../../include/vbuf.h mail_command_client.o: ../../include/vstream.h +mail_command_client.o: ../../include/vstring.h mail_command_client.o: mail_command_client.c mail_command_client.o: mail_proto.h mail_command_server.o: ../../include/attr.h +mail_command_server.o: ../../include/check_arg.h +mail_command_server.o: ../../include/htable.h mail_command_server.o: ../../include/iostuff.h +mail_command_server.o: ../../include/mymalloc.h +mail_command_server.o: ../../include/nvtable.h mail_command_server.o: ../../include/sys_defs.h mail_command_server.o: ../../include/vbuf.h mail_command_server.o: ../../include/vstream.h +mail_command_server.o: ../../include/vstring.h mail_command_server.o: mail_command_server.c mail_command_server.o: mail_proto.h mail_conf.o: ../../include/argv.h @@ -1451,10 +1533,13 @@ mail_conf_time.o: conv_time.h mail_conf_time.o: mail_conf.h mail_conf_time.o: mail_conf_time.c mail_connect.o: ../../include/attr.h +mail_connect.o: ../../include/check_arg.h mail_connect.o: ../../include/connect.h +mail_connect.o: ../../include/htable.h mail_connect.o: ../../include/iostuff.h mail_connect.o: ../../include/msg.h mail_connect.o: ../../include/mymalloc.h +mail_connect.o: ../../include/nvtable.h mail_connect.o: ../../include/stringops.h mail_connect.o: ../../include/sys_defs.h mail_connect.o: ../../include/vbuf.h @@ -1521,10 +1606,15 @@ mail_error.o: ../../include/vstring.h mail_error.o: mail_error.c mail_error.o: mail_error.h mail_flush.o: ../../include/attr.h +mail_flush.o: ../../include/check_arg.h +mail_flush.o: ../../include/htable.h mail_flush.o: ../../include/iostuff.h +mail_flush.o: ../../include/mymalloc.h +mail_flush.o: ../../include/nvtable.h mail_flush.o: ../../include/sys_defs.h mail_flush.o: ../../include/vbuf.h mail_flush.o: ../../include/vstream.h +mail_flush.o: ../../include/vstring.h mail_flush.o: mail_flush.c mail_flush.o: mail_flush.h mail_flush.o: mail_params.h @@ -1540,10 +1630,12 @@ mail_open_ok.o: mail_open_ok.h mail_open_ok.o: mail_queue.h mail_params.o: ../../include/argv.h mail_params.o: ../../include/attr.h +mail_params.o: ../../include/check_arg.h mail_params.o: ../../include/dict.h mail_params.o: ../../include/dict_db.h mail_params.o: ../../include/dict_lmdb.h mail_params.o: ../../include/get_hostname.h +mail_params.o: ../../include/htable.h mail_params.o: ../../include/inet_addr_list.h mail_params.o: ../../include/inet_proto.h mail_params.o: ../../include/iostuff.h @@ -1552,6 +1644,7 @@ mail_params.o: ../../include/msg_syslog.h mail_params.o: ../../include/myaddrinfo.h mail_params.o: ../../include/myflock.h mail_params.o: ../../include/mymalloc.h +mail_params.o: ../../include/nvtable.h mail_params.o: ../../include/safe.h mail_params.o: ../../include/safe_open.h mail_params.o: ../../include/stringops.h @@ -1581,7 +1674,11 @@ mail_parm_split.o: mail_params.h mail_parm_split.o: mail_parm_split.c mail_parm_split.o: mail_parm_split.h mail_pathname.o: ../../include/attr.h +mail_pathname.o: ../../include/check_arg.h +mail_pathname.o: ../../include/htable.h mail_pathname.o: ../../include/iostuff.h +mail_pathname.o: ../../include/mymalloc.h +mail_pathname.o: ../../include/nvtable.h mail_pathname.o: ../../include/stringops.h mail_pathname.o: ../../include/sys_defs.h mail_pathname.o: ../../include/vbuf.h @@ -1621,9 +1718,12 @@ mail_scan_dir.o: mail_scan_dir.c mail_scan_dir.o: mail_scan_dir.h mail_stream.o: ../../include/argv.h mail_stream.o: ../../include/attr.h +mail_stream.o: ../../include/check_arg.h +mail_stream.o: ../../include/htable.h mail_stream.o: ../../include/iostuff.h mail_stream.o: ../../include/msg.h mail_stream.o: ../../include/mymalloc.h +mail_stream.o: ../../include/nvtable.h mail_stream.o: ../../include/sane_fsops.h mail_stream.o: ../../include/stringops.h mail_stream.o: ../../include/sys_defs.h @@ -1648,13 +1748,17 @@ mail_task.o: mail_params.h mail_task.o: mail_task.c mail_task.o: mail_task.h mail_trigger.o: ../../include/attr.h +mail_trigger.o: ../../include/check_arg.h +mail_trigger.o: ../../include/htable.h mail_trigger.o: ../../include/iostuff.h mail_trigger.o: ../../include/msg.h mail_trigger.o: ../../include/mymalloc.h +mail_trigger.o: ../../include/nvtable.h mail_trigger.o: ../../include/sys_defs.h mail_trigger.o: ../../include/trigger.h mail_trigger.o: ../../include/vbuf.h mail_trigger.o: ../../include/vstream.h +mail_trigger.o: ../../include/vstring.h mail_trigger.o: ../../include/warn_stat.h mail_trigger.o: mail_params.h mail_trigger.o: mail_proto.h @@ -1683,7 +1787,11 @@ maps.o: mail_conf.h maps.o: maps.c maps.o: maps.h mark_corrupt.o: ../../include/attr.h +mark_corrupt.o: ../../include/check_arg.h +mark_corrupt.o: ../../include/htable.h mark_corrupt.o: ../../include/msg.h +mark_corrupt.o: ../../include/mymalloc.h +mark_corrupt.o: ../../include/nvtable.h mark_corrupt.o: ../../include/set_eugid.h mark_corrupt.o: ../../include/sys_defs.h mark_corrupt.o: ../../include/vbuf.h @@ -1872,16 +1980,25 @@ mkmap_sdbm.o: ../../include/vstring.h mkmap_sdbm.o: mkmap.h mkmap_sdbm.o: mkmap_sdbm.c msg_stats_print.o: ../../include/attr.h +msg_stats_print.o: ../../include/check_arg.h +msg_stats_print.o: ../../include/htable.h msg_stats_print.o: ../../include/iostuff.h +msg_stats_print.o: ../../include/mymalloc.h +msg_stats_print.o: ../../include/nvtable.h msg_stats_print.o: ../../include/sys_defs.h msg_stats_print.o: ../../include/vbuf.h msg_stats_print.o: ../../include/vstream.h +msg_stats_print.o: ../../include/vstring.h msg_stats_print.o: mail_proto.h msg_stats_print.o: msg_stats.h msg_stats_print.o: msg_stats_print.c msg_stats_scan.o: ../../include/attr.h +msg_stats_scan.o: ../../include/check_arg.h +msg_stats_scan.o: ../../include/htable.h msg_stats_scan.o: ../../include/iostuff.h msg_stats_scan.o: ../../include/msg.h +msg_stats_scan.o: ../../include/mymalloc.h +msg_stats_scan.o: ../../include/nvtable.h msg_stats_scan.o: ../../include/sys_defs.h msg_stats_scan.o: ../../include/vbuf.h msg_stats_scan.o: ../../include/vstream.h @@ -1969,10 +2086,13 @@ pipe_command.o: pipe_command.c pipe_command.o: pipe_command.h pipe_command.o: sys_exits.h post_mail.o: ../../include/attr.h +post_mail.o: ../../include/check_arg.h post_mail.o: ../../include/events.h +post_mail.o: ../../include/htable.h post_mail.o: ../../include/iostuff.h post_mail.o: ../../include/msg.h post_mail.o: ../../include/mymalloc.h +post_mail.o: ../../include/nvtable.h post_mail.o: ../../include/sys_defs.h post_mail.o: ../../include/vbuf.h post_mail.o: ../../include/vstream.h @@ -2000,8 +2120,11 @@ quote_822_local.o: quote_822_local.c quote_822_local.o: quote_822_local.h quote_822_local.o: quote_flags.h rcpt_buf.o: ../../include/attr.h +rcpt_buf.o: ../../include/check_arg.h +rcpt_buf.o: ../../include/htable.h rcpt_buf.o: ../../include/iostuff.h rcpt_buf.o: ../../include/mymalloc.h +rcpt_buf.o: ../../include/nvtable.h rcpt_buf.o: ../../include/sys_defs.h rcpt_buf.o: ../../include/vbuf.h rcpt_buf.o: ../../include/vstream.h @@ -2011,10 +2134,15 @@ rcpt_buf.o: rcpt_buf.c rcpt_buf.o: rcpt_buf.h rcpt_buf.o: recipient_list.h rcpt_print.o: ../../include/attr.h +rcpt_print.o: ../../include/check_arg.h +rcpt_print.o: ../../include/htable.h rcpt_print.o: ../../include/iostuff.h +rcpt_print.o: ../../include/mymalloc.h +rcpt_print.o: ../../include/nvtable.h rcpt_print.o: ../../include/sys_defs.h rcpt_print.o: ../../include/vbuf.h rcpt_print.o: ../../include/vstream.h +rcpt_print.o: ../../include/vstring.h rcpt_print.o: mail_proto.h rcpt_print.o: rcpt_print.c rcpt_print.o: rcpt_print.h @@ -2028,10 +2156,15 @@ rec2stream.o: rec_streamlf.h rec2stream.o: rec_type.h rec2stream.o: record.h rec_attr_map.o: ../../include/attr.h +rec_attr_map.o: ../../include/check_arg.h +rec_attr_map.o: ../../include/htable.h rec_attr_map.o: ../../include/iostuff.h +rec_attr_map.o: ../../include/mymalloc.h +rec_attr_map.o: ../../include/nvtable.h rec_attr_map.o: ../../include/sys_defs.h rec_attr_map.o: ../../include/vbuf.h rec_attr_map.o: ../../include/vstream.h +rec_attr_map.o: ../../include/vstring.h rec_attr_map.o: mail_proto.h rec_attr_map.o: rec_attr_map.c rec_attr_map.o: rec_attr_map.h @@ -2078,9 +2211,13 @@ remove.o: ../../include/warn_stat.h remove.o: mail_params.h remove.o: remove.c resolve_clnt.o: ../../include/attr.h +resolve_clnt.o: ../../include/check_arg.h resolve_clnt.o: ../../include/events.h +resolve_clnt.o: ../../include/htable.h resolve_clnt.o: ../../include/iostuff.h resolve_clnt.o: ../../include/msg.h +resolve_clnt.o: ../../include/mymalloc.h +resolve_clnt.o: ../../include/nvtable.h resolve_clnt.o: ../../include/sys_defs.h resolve_clnt.o: ../../include/vbuf.h resolve_clnt.o: ../../include/vstream.h @@ -2111,9 +2248,13 @@ resolve_local.o: resolve_local.h resolve_local.o: string_list.h resolve_local.o: valid_mailhost_addr.h rewrite_clnt.o: ../../include/attr.h +rewrite_clnt.o: ../../include/check_arg.h rewrite_clnt.o: ../../include/events.h +rewrite_clnt.o: ../../include/htable.h rewrite_clnt.o: ../../include/iostuff.h rewrite_clnt.o: ../../include/msg.h +rewrite_clnt.o: ../../include/mymalloc.h +rewrite_clnt.o: ../../include/nvtable.h rewrite_clnt.o: ../../include/sys_defs.h rewrite_clnt.o: ../../include/vbuf.h rewrite_clnt.o: ../../include/vstream.h @@ -2145,9 +2286,12 @@ scache.o: scache.c scache.o: scache.h scache_clnt.o: ../../include/attr.h scache_clnt.o: ../../include/auto_clnt.h +scache_clnt.o: ../../include/check_arg.h +scache_clnt.o: ../../include/htable.h scache_clnt.o: ../../include/iostuff.h scache_clnt.o: ../../include/msg.h scache_clnt.o: ../../include/mymalloc.h +scache_clnt.o: ../../include/nvtable.h scache_clnt.o: ../../include/stringops.h scache_clnt.o: ../../include/sys_defs.h scache_clnt.o: ../../include/vbuf.h @@ -2176,7 +2320,11 @@ scache_single.o: ../../include/vstring.h scache_single.o: scache.h scache_single.o: scache_single.c sent.o: ../../include/attr.h +sent.o: ../../include/check_arg.h +sent.o: ../../include/htable.h sent.o: ../../include/msg.h +sent.o: ../../include/mymalloc.h +sent.o: ../../include/nvtable.h sent.o: ../../include/sys_defs.h sent.o: ../../include/vbuf.h sent.o: ../../include/vstream.h @@ -2233,9 +2381,13 @@ smtp_stream.o: ../../include/vstring_vstream.h smtp_stream.o: smtp_stream.c smtp_stream.o: smtp_stream.h smtputf8.o: ../../include/attr.h +smtputf8.o: ../../include/check_arg.h +smtputf8.o: ../../include/htable.h smtputf8.o: ../../include/iostuff.h smtputf8.o: ../../include/msg.h +smtputf8.o: ../../include/mymalloc.h smtputf8.o: ../../include/name_mask.h +smtputf8.o: ../../include/nvtable.h smtputf8.o: ../../include/sys_defs.h smtputf8.o: ../../include/vbuf.h smtputf8.o: ../../include/vstream.h @@ -2314,8 +2466,12 @@ tok822_resolve.o: resolve_clnt.h tok822_resolve.o: tok822.h tok822_resolve.o: tok822_resolve.c tok822_rewrite.o: ../../include/attr.h +tok822_rewrite.o: ../../include/check_arg.h +tok822_rewrite.o: ../../include/htable.h tok822_rewrite.o: ../../include/iostuff.h tok822_rewrite.o: ../../include/msg.h +tok822_rewrite.o: ../../include/mymalloc.h +tok822_rewrite.o: ../../include/nvtable.h tok822_rewrite.o: ../../include/sys_defs.h tok822_rewrite.o: ../../include/vbuf.h tok822_rewrite.o: ../../include/vstream.h @@ -2333,8 +2489,12 @@ tok822_tree.o: resolve_clnt.h tok822_tree.o: tok822.h tok822_tree.o: tok822_tree.c trace.o: ../../include/attr.h +trace.o: ../../include/check_arg.h +trace.o: ../../include/htable.h trace.o: ../../include/iostuff.h trace.o: ../../include/msg.h +trace.o: ../../include/mymalloc.h +trace.o: ../../include/nvtable.h trace.o: ../../include/sys_defs.h trace.o: ../../include/vbuf.h trace.o: ../../include/vstream.h @@ -2378,8 +2538,12 @@ valid_mailhost_addr.o: ../../include/valid_hostname.h valid_mailhost_addr.o: valid_mailhost_addr.c valid_mailhost_addr.o: valid_mailhost_addr.h verify.o: ../../include/attr.h +verify.o: ../../include/check_arg.h +verify.o: ../../include/htable.h verify.o: ../../include/iostuff.h verify.o: ../../include/msg.h +verify.o: ../../include/mymalloc.h +verify.o: ../../include/nvtable.h verify.o: ../../include/sys_defs.h verify.o: ../../include/vbuf.h verify.o: ../../include/vstream.h @@ -2395,8 +2559,12 @@ verify.o: verify.c verify.o: verify.h verify.o: verify_clnt.h verify_clnt.o: ../../include/attr.h +verify_clnt.o: ../../include/check_arg.h +verify_clnt.o: ../../include/htable.h verify_clnt.o: ../../include/iostuff.h verify_clnt.o: ../../include/msg.h +verify_clnt.o: ../../include/mymalloc.h +verify_clnt.o: ../../include/nvtable.h verify_clnt.o: ../../include/sys_defs.h verify_clnt.o: ../../include/vbuf.h verify_clnt.o: ../../include/vstream.h @@ -2411,9 +2579,13 @@ verify_clnt.o: recipient_list.h verify_clnt.o: verify_clnt.c verify_clnt.o: verify_clnt.h verify_sender_addr.o: ../../include/attr.h +verify_sender_addr.o: ../../include/check_arg.h verify_sender_addr.o: ../../include/events.h +verify_sender_addr.o: ../../include/htable.h verify_sender_addr.o: ../../include/iostuff.h verify_sender_addr.o: ../../include/msg.h +verify_sender_addr.o: ../../include/mymalloc.h +verify_sender_addr.o: ../../include/nvtable.h verify_sender_addr.o: ../../include/sys_defs.h verify_sender_addr.o: ../../include/vbuf.h verify_sender_addr.o: ../../include/vstream.h diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index c579ef142..6b2949407 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -20,7 +20,7 @@ * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ -#define MAIL_RELEASE_DATE "20141214" +#define MAIL_RELEASE_DATE "20141217" #define MAIL_VERSION_NUMBER "2.12" #ifdef SNAPSHOT diff --git a/postfix/src/local/Makefile.in b/postfix/src/local/Makefile.in index ff1362399..86653c2e2 100644 --- a/postfix/src/local/Makefile.in +++ b/postfix/src/local/Makefile.in @@ -71,6 +71,7 @@ alias.o: ../../include/attr.h alias.o: ../../include/been_here.h alias.o: ../../include/bounce.h alias.o: ../../include/canon_addr.h +alias.o: ../../include/check_arg.h alias.o: ../../include/defer.h alias.o: ../../include/deliver_request.h alias.o: ../../include/delivered_hdr.h @@ -88,6 +89,7 @@ alias.o: ../../include/msg_stats.h alias.o: ../../include/myflock.h alias.o: ../../include/mymalloc.h alias.o: ../../include/mypwd.h +alias.o: ../../include/nvtable.h alias.o: ../../include/recipient_list.h alias.o: ../../include/resolve_clnt.h alias.o: ../../include/sent.h @@ -110,6 +112,7 @@ bounce_workaround.o: ../../include/attr.h bounce_workaround.o: ../../include/been_here.h bounce_workaround.o: ../../include/bounce.h bounce_workaround.o: ../../include/canon_addr.h +bounce_workaround.o: ../../include/check_arg.h bounce_workaround.o: ../../include/defer.h bounce_workaround.o: ../../include/deliver_request.h bounce_workaround.o: ../../include/delivered_hdr.h @@ -125,6 +128,7 @@ bounce_workaround.o: ../../include/msg.h bounce_workaround.o: ../../include/msg_stats.h bounce_workaround.o: ../../include/myflock.h bounce_workaround.o: ../../include/mymalloc.h +bounce_workaround.o: ../../include/nvtable.h bounce_workaround.o: ../../include/recipient_list.h bounce_workaround.o: ../../include/resolve_clnt.h bounce_workaround.o: ../../include/split_addr.h @@ -142,6 +146,7 @@ command.o: ../../include/argv.h command.o: ../../include/attr.h command.o: ../../include/been_here.h command.o: ../../include/bounce.h +command.o: ../../include/check_arg.h command.o: ../../include/defer.h command.o: ../../include/deliver_request.h command.o: ../../include/delivered_hdr.h @@ -160,6 +165,8 @@ command.o: ../../include/mbox_conf.h command.o: ../../include/msg.h command.o: ../../include/msg_stats.h command.o: ../../include/myflock.h +command.o: ../../include/mymalloc.h +command.o: ../../include/nvtable.h command.o: ../../include/pipe_command.h command.o: ../../include/recipient_list.h command.o: ../../include/resolve_clnt.h @@ -174,6 +181,7 @@ command.o: local.h deliver_attr.o: ../../include/argv.h deliver_attr.o: ../../include/attr.h deliver_attr.o: ../../include/been_here.h +deliver_attr.o: ../../include/check_arg.h deliver_attr.o: ../../include/deliver_request.h deliver_attr.o: ../../include/delivered_hdr.h deliver_attr.o: ../../include/dict.h @@ -186,6 +194,8 @@ deliver_attr.o: ../../include/mbox_conf.h deliver_attr.o: ../../include/msg.h deliver_attr.o: ../../include/msg_stats.h deliver_attr.o: ../../include/myflock.h +deliver_attr.o: ../../include/mymalloc.h +deliver_attr.o: ../../include/nvtable.h deliver_attr.o: ../../include/recipient_list.h deliver_attr.o: ../../include/resolve_clnt.h deliver_attr.o: ../../include/sys_defs.h @@ -199,6 +209,7 @@ dotforward.o: ../../include/argv.h dotforward.o: ../../include/attr.h dotforward.o: ../../include/been_here.h dotforward.o: ../../include/bounce.h +dotforward.o: ../../include/check_arg.h dotforward.o: ../../include/defer.h dotforward.o: ../../include/deliver_request.h dotforward.o: ../../include/delivered_hdr.h @@ -222,6 +233,7 @@ dotforward.o: ../../include/msg_stats.h dotforward.o: ../../include/myflock.h dotforward.o: ../../include/mymalloc.h dotforward.o: ../../include/mypwd.h +dotforward.o: ../../include/nvtable.h dotforward.o: ../../include/open_as.h dotforward.o: ../../include/recipient_list.h dotforward.o: ../../include/resolve_clnt.h @@ -239,6 +251,7 @@ file.o: ../../include/argv.h file.o: ../../include/attr.h file.o: ../../include/been_here.h file.o: ../../include/bounce.h +file.o: ../../include/check_arg.h file.o: ../../include/defer.h file.o: ../../include/deliver_flock.h file.o: ../../include/deliver_request.h @@ -257,6 +270,8 @@ file.o: ../../include/mbox_open.h file.o: ../../include/msg.h file.o: ../../include/msg_stats.h file.o: ../../include/myflock.h +file.o: ../../include/mymalloc.h +file.o: ../../include/nvtable.h file.o: ../../include/recipient_list.h file.o: ../../include/resolve_clnt.h file.o: ../../include/safe_open.h @@ -273,6 +288,7 @@ forward.o: ../../include/argv.h forward.o: ../../include/attr.h forward.o: ../../include/been_here.h forward.o: ../../include/bounce.h +forward.o: ../../include/check_arg.h forward.o: ../../include/cleanup_user.h forward.o: ../../include/deliver_request.h forward.o: ../../include/delivered_hdr.h @@ -293,6 +309,7 @@ forward.o: ../../include/msg.h forward.o: ../../include/msg_stats.h forward.o: ../../include/myflock.h forward.o: ../../include/mymalloc.h +forward.o: ../../include/nvtable.h forward.o: ../../include/rec_type.h forward.o: ../../include/recipient_list.h forward.o: ../../include/record.h @@ -312,6 +329,7 @@ include.o: ../../include/argv.h include.o: ../../include/attr.h include.o: ../../include/been_here.h include.o: ../../include/bounce.h +include.o: ../../include/check_arg.h include.o: ../../include/defer.h include.o: ../../include/deliver_request.h include.o: ../../include/delivered_hdr.h @@ -330,6 +348,7 @@ include.o: ../../include/msg_stats.h include.o: ../../include/myflock.h include.o: ../../include/mymalloc.h include.o: ../../include/mypwd.h +include.o: ../../include/nvtable.h include.o: ../../include/open_as.h include.o: ../../include/recipient_list.h include.o: ../../include/resolve_clnt.h @@ -346,6 +365,7 @@ indirect.o: ../../include/argv.h indirect.o: ../../include/attr.h indirect.o: ../../include/been_here.h indirect.o: ../../include/bounce.h +indirect.o: ../../include/check_arg.h indirect.o: ../../include/defer.h indirect.o: ../../include/deliver_request.h indirect.o: ../../include/delivered_hdr.h @@ -360,6 +380,8 @@ indirect.o: ../../include/mbox_conf.h indirect.o: ../../include/msg.h indirect.o: ../../include/msg_stats.h indirect.o: ../../include/myflock.h +indirect.o: ../../include/mymalloc.h +indirect.o: ../../include/nvtable.h indirect.o: ../../include/recipient_list.h indirect.o: ../../include/resolve_clnt.h indirect.o: ../../include/sent.h @@ -373,6 +395,7 @@ indirect.o: local.h local.o: ../../include/argv.h local.o: ../../include/attr.h local.o: ../../include/been_here.h +local.o: ../../include/check_arg.h local.o: ../../include/deliver_completed.h local.o: ../../include/deliver_request.h local.o: ../../include/delivered_hdr.h @@ -396,6 +419,7 @@ local.o: ../../include/msg_stats.h local.o: ../../include/myflock.h local.o: ../../include/mymalloc.h local.o: ../../include/name_mask.h +local.o: ../../include/nvtable.h local.o: ../../include/recipient_list.h local.o: ../../include/resolve_clnt.h local.o: ../../include/set_eugid.h @@ -409,6 +433,7 @@ local.o: local.h local_expand.o: ../../include/argv.h local_expand.o: ../../include/attr.h local_expand.o: ../../include/been_here.h +local_expand.o: ../../include/check_arg.h local_expand.o: ../../include/deliver_request.h local_expand.o: ../../include/delivered_hdr.h local_expand.o: ../../include/dict.h @@ -423,6 +448,8 @@ local_expand.o: ../../include/maps.h local_expand.o: ../../include/mbox_conf.h local_expand.o: ../../include/msg_stats.h local_expand.o: ../../include/myflock.h +local_expand.o: ../../include/mymalloc.h +local_expand.o: ../../include/nvtable.h local_expand.o: ../../include/recipient_list.h local_expand.o: ../../include/resolve_clnt.h local_expand.o: ../../include/sys_defs.h @@ -436,6 +463,7 @@ mailbox.o: ../../include/argv.h mailbox.o: ../../include/attr.h mailbox.o: ../../include/been_here.h mailbox.o: ../../include/bounce.h +mailbox.o: ../../include/check_arg.h mailbox.o: ../../include/defer.h mailbox.o: ../../include/deliver_pass.h mailbox.o: ../../include/deliver_request.h @@ -458,6 +486,7 @@ mailbox.o: ../../include/msg_stats.h mailbox.o: ../../include/myflock.h mailbox.o: ../../include/mymalloc.h mailbox.o: ../../include/mypwd.h +mailbox.o: ../../include/nvtable.h mailbox.o: ../../include/recipient_list.h mailbox.o: ../../include/resolve_clnt.h mailbox.o: ../../include/safe_open.h @@ -477,6 +506,7 @@ maildir.o: ../../include/argv.h maildir.o: ../../include/attr.h maildir.o: ../../include/been_here.h maildir.o: ../../include/bounce.h +maildir.o: ../../include/check_arg.h maildir.o: ../../include/defer.h maildir.o: ../../include/deliver_request.h maildir.o: ../../include/delivered_hdr.h @@ -497,6 +527,7 @@ maildir.o: ../../include/msg.h maildir.o: ../../include/msg_stats.h maildir.o: ../../include/myflock.h maildir.o: ../../include/mymalloc.h +maildir.o: ../../include/nvtable.h maildir.o: ../../include/recipient_list.h maildir.o: ../../include/resolve_clnt.h maildir.o: ../../include/safe_open.h @@ -517,6 +548,7 @@ recipient.o: ../../include/attr.h recipient.o: ../../include/been_here.h recipient.o: ../../include/bounce.h recipient.o: ../../include/canon_addr.h +recipient.o: ../../include/check_arg.h recipient.o: ../../include/defer.h recipient.o: ../../include/deliver_request.h recipient.o: ../../include/delivered_hdr.h @@ -534,6 +566,7 @@ recipient.o: ../../include/msg_stats.h recipient.o: ../../include/myflock.h recipient.o: ../../include/mymalloc.h recipient.o: ../../include/mypwd.h +recipient.o: ../../include/nvtable.h recipient.o: ../../include/recipient_list.h recipient.o: ../../include/resolve_clnt.h recipient.o: ../../include/split_addr.h @@ -552,6 +585,7 @@ resolve.o: ../../include/argv.h resolve.o: ../../include/attr.h resolve.o: ../../include/been_here.h resolve.o: ../../include/bounce.h +resolve.o: ../../include/check_arg.h resolve.o: ../../include/defer.h resolve.o: ../../include/deliver_request.h resolve.o: ../../include/delivered_hdr.h @@ -568,6 +602,8 @@ resolve.o: ../../include/mbox_conf.h resolve.o: ../../include/msg.h resolve.o: ../../include/msg_stats.h resolve.o: ../../include/myflock.h +resolve.o: ../../include/mymalloc.h +resolve.o: ../../include/nvtable.h resolve.o: ../../include/recipient_list.h resolve.o: ../../include/resolve_clnt.h resolve.o: ../../include/rewrite_clnt.h @@ -582,6 +618,7 @@ token.o: ../../include/argv.h token.o: ../../include/attr.h token.o: ../../include/been_here.h token.o: ../../include/bounce.h +token.o: ../../include/check_arg.h token.o: ../../include/defer.h token.o: ../../include/deliver_request.h token.o: ../../include/delivered_hdr.h @@ -597,6 +634,7 @@ token.o: ../../include/msg.h token.o: ../../include/msg_stats.h token.o: ../../include/myflock.h token.o: ../../include/mymalloc.h +token.o: ../../include/nvtable.h token.o: ../../include/readlline.h token.o: ../../include/recipient_list.h token.o: ../../include/resolve_clnt.h @@ -613,6 +651,7 @@ unknown.o: ../../include/argv.h unknown.o: ../../include/attr.h unknown.o: ../../include/been_here.h unknown.o: ../../include/bounce.h +unknown.o: ../../include/check_arg.h unknown.o: ../../include/defer.h unknown.o: ../../include/deliver_pass.h unknown.o: ../../include/deliver_request.h @@ -632,6 +671,7 @@ unknown.o: ../../include/msg.h unknown.o: ../../include/msg_stats.h unknown.o: ../../include/myflock.h unknown.o: ../../include/mymalloc.h +unknown.o: ../../include/nvtable.h unknown.o: ../../include/recipient_list.h unknown.o: ../../include/resolve_clnt.h unknown.o: ../../include/sent.h diff --git a/postfix/src/master/Makefile.in b/postfix/src/master/Makefile.in index dff0db248..450617a83 100644 --- a/postfix/src/master/Makefile.in +++ b/postfix/src/master/Makefile.in @@ -90,6 +90,7 @@ depend: $(MAKES) event_server.o: ../../include/argv.h event_server.o: ../../include/attr.h event_server.o: ../../include/bounce.h +event_server.o: ../../include/check_arg.h event_server.o: ../../include/chroot_uid.h event_server.o: ../../include/debug_process.h event_server.o: ../../include/deliver_request.h @@ -111,6 +112,7 @@ event_server.o: ../../include/msg_syslog.h event_server.o: ../../include/msg_vstream.h event_server.o: ../../include/myflock.h event_server.o: ../../include/mymalloc.h +event_server.o: ../../include/nvtable.h event_server.o: ../../include/recipient_list.h event_server.o: ../../include/resolve_local.h event_server.o: ../../include/safe_open.h @@ -174,7 +176,9 @@ master_conf.o: master.h master_conf.o: master_conf.c master_ent.o: ../../include/argv.h master_ent.o: ../../include/attr.h +master_ent.o: ../../include/check_arg.h master_ent.o: ../../include/host_port.h +master_ent.o: ../../include/htable.h master_ent.o: ../../include/inet_addr_host.h master_ent.o: ../../include/inet_addr_list.h master_ent.o: ../../include/inet_proto.h @@ -186,6 +190,7 @@ master_ent.o: ../../include/match_service.h master_ent.o: ../../include/msg.h master_ent.o: ../../include/myaddrinfo.h master_ent.o: ../../include/mymalloc.h +master_ent.o: ../../include/nvtable.h master_ent.o: ../../include/own_inet_addr.h master_ent.o: ../../include/readlline.h master_ent.o: ../../include/sock_addr.h @@ -274,17 +279,22 @@ master_vars.o: ../../include/vstring.h master_vars.o: master.h master_vars.o: master_vars.c master_wakeup.o: ../../include/attr.h +master_wakeup.o: ../../include/check_arg.h master_wakeup.o: ../../include/events.h +master_wakeup.o: ../../include/htable.h master_wakeup.o: ../../include/iostuff.h master_wakeup.o: ../../include/mail_params.h master_wakeup.o: ../../include/mail_proto.h master_wakeup.o: ../../include/msg.h +master_wakeup.o: ../../include/mymalloc.h +master_wakeup.o: ../../include/nvtable.h master_wakeup.o: ../../include/set_eugid.h master_wakeup.o: ../../include/set_ugid.h master_wakeup.o: ../../include/sys_defs.h master_wakeup.o: ../../include/trigger.h master_wakeup.o: ../../include/vbuf.h master_wakeup.o: ../../include/vstream.h +master_wakeup.o: ../../include/vstring.h master_wakeup.o: mail_server.h master_wakeup.o: master.h master_wakeup.o: master_wakeup.c @@ -296,6 +306,7 @@ master_watch.o: master_watch.c multi_server.o: ../../include/argv.h multi_server.o: ../../include/attr.h multi_server.o: ../../include/bounce.h +multi_server.o: ../../include/check_arg.h multi_server.o: ../../include/chroot_uid.h multi_server.o: ../../include/debug_process.h multi_server.o: ../../include/deliver_request.h @@ -317,6 +328,7 @@ multi_server.o: ../../include/msg_syslog.h multi_server.o: ../../include/msg_vstream.h multi_server.o: ../../include/myflock.h multi_server.o: ../../include/mymalloc.h +multi_server.o: ../../include/nvtable.h multi_server.o: ../../include/recipient_list.h multi_server.o: ../../include/resolve_local.h multi_server.o: ../../include/safe_open.h @@ -336,6 +348,7 @@ multi_server.o: multi_server.c single_server.o: ../../include/argv.h single_server.o: ../../include/attr.h single_server.o: ../../include/bounce.h +single_server.o: ../../include/check_arg.h single_server.o: ../../include/chroot_uid.h single_server.o: ../../include/debug_process.h single_server.o: ../../include/deliver_request.h @@ -357,6 +370,7 @@ single_server.o: ../../include/msg_syslog.h single_server.o: ../../include/msg_vstream.h single_server.o: ../../include/myflock.h single_server.o: ../../include/mymalloc.h +single_server.o: ../../include/nvtable.h single_server.o: ../../include/recipient_list.h single_server.o: ../../include/resolve_local.h single_server.o: ../../include/safe_open.h @@ -376,6 +390,7 @@ single_server.o: single_server.c trigger_server.o: ../../include/argv.h trigger_server.o: ../../include/attr.h trigger_server.o: ../../include/bounce.h +trigger_server.o: ../../include/check_arg.h trigger_server.o: ../../include/chroot_uid.h trigger_server.o: ../../include/debug_process.h trigger_server.o: ../../include/deliver_request.h @@ -397,6 +412,7 @@ trigger_server.o: ../../include/msg_syslog.h trigger_server.o: ../../include/msg_vstream.h trigger_server.o: ../../include/myflock.h trigger_server.o: ../../include/mymalloc.h +trigger_server.o: ../../include/nvtable.h trigger_server.o: ../../include/recipient_list.h trigger_server.o: ../../include/resolve_local.h trigger_server.o: ../../include/safe_open.h diff --git a/postfix/src/milter/Makefile.in b/postfix/src/milter/Makefile.in index 891193604..fa58690aa 100644 --- a/postfix/src/milter/Makefile.in +++ b/postfix/src/milter/Makefile.in @@ -83,11 +83,14 @@ depend: $(MAKES) milter.o: ../../include/argv.h milter.o: ../../include/attr.h milter.o: ../../include/attr_override.h +milter.o: ../../include/check_arg.h +milter.o: ../../include/htable.h milter.o: ../../include/iostuff.h milter.o: ../../include/mail_params.h milter.o: ../../include/mail_proto.h milter.o: ../../include/msg.h milter.o: ../../include/mymalloc.h +milter.o: ../../include/nvtable.h milter.o: ../../include/rec_type.h milter.o: ../../include/record.h milter.o: ../../include/stringops.h @@ -99,9 +102,11 @@ milter.o: milter.c milter.o: milter.h milter8.o: ../../include/argv.h milter8.o: ../../include/attr.h +milter8.o: ../../include/check_arg.h milter8.o: ../../include/compat_va_copy.h milter8.o: ../../include/connect.h milter8.o: ../../include/header_opts.h +milter8.o: ../../include/htable.h milter8.o: ../../include/iostuff.h milter8.o: ../../include/is_header.h milter8.o: ../../include/mail_params.h @@ -111,6 +116,7 @@ milter8.o: ../../include/msg.h milter8.o: ../../include/mymalloc.h milter8.o: ../../include/name_code.h milter8.o: ../../include/name_mask.h +milter8.o: ../../include/nvtable.h milter8.o: ../../include/rec_type.h milter8.o: ../../include/record.h milter8.o: ../../include/split_at.h @@ -123,10 +129,13 @@ milter8.o: milter.h milter8.o: milter8.c milter_macros.o: ../../include/argv.h milter_macros.o: ../../include/attr.h +milter_macros.o: ../../include/check_arg.h +milter_macros.o: ../../include/htable.h milter_macros.o: ../../include/iostuff.h milter_macros.o: ../../include/mail_proto.h milter_macros.o: ../../include/msg.h milter_macros.o: ../../include/mymalloc.h +milter_macros.o: ../../include/nvtable.h milter_macros.o: ../../include/sys_defs.h milter_macros.o: ../../include/vbuf.h milter_macros.o: ../../include/vstream.h diff --git a/postfix/src/oqmgr/Makefile.in b/postfix/src/oqmgr/Makefile.in index 09d52367c..07148f55e 100644 --- a/postfix/src/oqmgr/Makefile.in +++ b/postfix/src/oqmgr/Makefile.in @@ -68,10 +68,12 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' qmgr.o: ../../include/argv.h qmgr.o: ../../include/attr.h +qmgr.o: ../../include/check_arg.h qmgr.o: ../../include/dict.h qmgr.o: ../../include/dsn.h qmgr.o: ../../include/events.h qmgr.o: ../../include/flush_clnt.h +qmgr.o: ../../include/htable.h qmgr.o: ../../include/iostuff.h qmgr.o: ../../include/mail_conf.h qmgr.o: ../../include/mail_flow.h @@ -83,6 +85,8 @@ qmgr.o: ../../include/mail_version.h qmgr.o: ../../include/master_proto.h qmgr.o: ../../include/msg.h qmgr.o: ../../include/myflock.h +qmgr.o: ../../include/mymalloc.h +qmgr.o: ../../include/nvtable.h qmgr.o: ../../include/recipient_list.h qmgr.o: ../../include/scan_dir.h qmgr.o: ../../include/sys_defs.h @@ -94,18 +98,21 @@ qmgr.o: qmgr.h qmgr_active.o: ../../include/abounce.h qmgr_active.o: ../../include/attr.h qmgr_active.o: ../../include/bounce.h +qmgr_active.o: ../../include/check_arg.h qmgr_active.o: ../../include/defer.h qmgr_active.o: ../../include/deliver_request.h qmgr_active.o: ../../include/dsn.h qmgr_active.o: ../../include/dsn_buf.h qmgr_active.o: ../../include/dsn_mask.h qmgr_active.o: ../../include/events.h +qmgr_active.o: ../../include/htable.h qmgr_active.o: ../../include/mail_open_ok.h qmgr_active.o: ../../include/mail_params.h qmgr_active.o: ../../include/mail_queue.h qmgr_active.o: ../../include/msg.h qmgr_active.o: ../../include/msg_stats.h qmgr_active.o: ../../include/mymalloc.h +qmgr_active.o: ../../include/nvtable.h qmgr_active.o: ../../include/qmgr_user.h qmgr_active.o: ../../include/rec_type.h qmgr_active.o: ../../include/recipient_list.h @@ -120,11 +127,15 @@ qmgr_active.o: qmgr.h qmgr_active.o: qmgr_active.c qmgr_bounce.o: ../../include/attr.h qmgr_bounce.o: ../../include/bounce.h +qmgr_bounce.o: ../../include/check_arg.h qmgr_bounce.o: ../../include/deliver_completed.h qmgr_bounce.o: ../../include/deliver_request.h qmgr_bounce.o: ../../include/dsn.h qmgr_bounce.o: ../../include/dsn_buf.h +qmgr_bounce.o: ../../include/htable.h qmgr_bounce.o: ../../include/msg_stats.h +qmgr_bounce.o: ../../include/mymalloc.h +qmgr_bounce.o: ../../include/nvtable.h qmgr_bounce.o: ../../include/recipient_list.h qmgr_bounce.o: ../../include/scan_dir.h qmgr_bounce.o: ../../include/sys_defs.h @@ -135,14 +146,18 @@ qmgr_bounce.o: qmgr.h qmgr_bounce.o: qmgr_bounce.c qmgr_defer.o: ../../include/attr.h qmgr_defer.o: ../../include/bounce.h +qmgr_defer.o: ../../include/check_arg.h qmgr_defer.o: ../../include/defer.h qmgr_defer.o: ../../include/deliver_request.h qmgr_defer.o: ../../include/dsn.h qmgr_defer.o: ../../include/dsn_buf.h +qmgr_defer.o: ../../include/htable.h qmgr_defer.o: ../../include/iostuff.h qmgr_defer.o: ../../include/mail_proto.h qmgr_defer.o: ../../include/msg.h qmgr_defer.o: ../../include/msg_stats.h +qmgr_defer.o: ../../include/mymalloc.h +qmgr_defer.o: ../../include/nvtable.h qmgr_defer.o: ../../include/recipient_list.h qmgr_defer.o: ../../include/scan_dir.h qmgr_defer.o: ../../include/sys_defs.h @@ -152,12 +167,14 @@ qmgr_defer.o: ../../include/vstring.h qmgr_defer.o: qmgr.h qmgr_defer.o: qmgr_defer.c qmgr_deliver.o: ../../include/attr.h +qmgr_deliver.o: ../../include/check_arg.h qmgr_deliver.o: ../../include/deliver_request.h qmgr_deliver.o: ../../include/dsb_scan.h qmgr_deliver.o: ../../include/dsn.h qmgr_deliver.o: ../../include/dsn_buf.h qmgr_deliver.o: ../../include/dsn_util.h qmgr_deliver.o: ../../include/events.h +qmgr_deliver.o: ../../include/htable.h qmgr_deliver.o: ../../include/iostuff.h qmgr_deliver.o: ../../include/mail_params.h qmgr_deliver.o: ../../include/mail_proto.h @@ -165,6 +182,7 @@ qmgr_deliver.o: ../../include/mail_queue.h qmgr_deliver.o: ../../include/msg.h qmgr_deliver.o: ../../include/msg_stats.h qmgr_deliver.o: ../../include/mymalloc.h +qmgr_deliver.o: ../../include/nvtable.h qmgr_deliver.o: ../../include/rcpt_print.h qmgr_deliver.o: ../../include/recipient_list.h qmgr_deliver.o: ../../include/scan_dir.h @@ -188,13 +206,16 @@ qmgr_enable.o: ../../include/vstream.h qmgr_enable.o: qmgr.h qmgr_enable.o: qmgr_enable.c qmgr_entry.o: ../../include/attr.h +qmgr_entry.o: ../../include/check_arg.h qmgr_entry.o: ../../include/deliver_request.h qmgr_entry.o: ../../include/dsn.h qmgr_entry.o: ../../include/events.h +qmgr_entry.o: ../../include/htable.h qmgr_entry.o: ../../include/mail_params.h qmgr_entry.o: ../../include/msg.h qmgr_entry.o: ../../include/msg_stats.h qmgr_entry.o: ../../include/mymalloc.h +qmgr_entry.o: ../../include/nvtable.h qmgr_entry.o: ../../include/recipient_list.h qmgr_entry.o: ../../include/scan_dir.h qmgr_entry.o: ../../include/sys_defs.h @@ -233,12 +254,14 @@ qmgr_message.o: ../../include/argv.h qmgr_message.o: ../../include/attr.h qmgr_message.o: ../../include/bounce.h qmgr_message.o: ../../include/canon_addr.h +qmgr_message.o: ../../include/check_arg.h qmgr_message.o: ../../include/deliver_completed.h qmgr_message.o: ../../include/deliver_request.h qmgr_message.o: ../../include/dict.h qmgr_message.o: ../../include/dsn.h qmgr_message.o: ../../include/dsn_buf.h qmgr_message.o: ../../include/dsn_mask.h +qmgr_message.o: ../../include/htable.h qmgr_message.o: ../../include/iostuff.h qmgr_message.o: ../../include/mail_params.h qmgr_message.o: ../../include/mail_proto.h @@ -247,6 +270,7 @@ qmgr_message.o: ../../include/msg.h qmgr_message.o: ../../include/msg_stats.h qmgr_message.o: ../../include/myflock.h qmgr_message.o: ../../include/mymalloc.h +qmgr_message.o: ../../include/nvtable.h qmgr_message.o: ../../include/opened.h qmgr_message.o: ../../include/qmgr_user.h qmgr_message.o: ../../include/rec_attr_map.h @@ -281,6 +305,7 @@ qmgr_move.o: ../../include/vstring.h qmgr_move.o: qmgr.h qmgr_move.o: qmgr_move.c qmgr_queue.o: ../../include/attr.h +qmgr_queue.o: ../../include/check_arg.h qmgr_queue.o: ../../include/dsn.h qmgr_queue.o: ../../include/events.h qmgr_queue.o: ../../include/htable.h @@ -289,11 +314,13 @@ qmgr_queue.o: ../../include/mail_params.h qmgr_queue.o: ../../include/mail_proto.h qmgr_queue.o: ../../include/msg.h qmgr_queue.o: ../../include/mymalloc.h +qmgr_queue.o: ../../include/nvtable.h qmgr_queue.o: ../../include/recipient_list.h qmgr_queue.o: ../../include/scan_dir.h qmgr_queue.o: ../../include/sys_defs.h qmgr_queue.o: ../../include/vbuf.h qmgr_queue.o: ../../include/vstream.h +qmgr_queue.o: ../../include/vstring.h qmgr_queue.o: qmgr.h qmgr_queue.o: qmgr_queue.c qmgr_scan.o: ../../include/dsn.h @@ -308,6 +335,7 @@ qmgr_scan.o: ../../include/vstream.h qmgr_scan.o: qmgr.h qmgr_scan.o: qmgr_scan.c qmgr_transport.o: ../../include/attr.h +qmgr_transport.o: ../../include/check_arg.h qmgr_transport.o: ../../include/dsn.h qmgr_transport.o: ../../include/events.h qmgr_transport.o: ../../include/htable.h @@ -317,10 +345,12 @@ qmgr_transport.o: ../../include/mail_params.h qmgr_transport.o: ../../include/mail_proto.h qmgr_transport.o: ../../include/msg.h qmgr_transport.o: ../../include/mymalloc.h +qmgr_transport.o: ../../include/nvtable.h qmgr_transport.o: ../../include/recipient_list.h qmgr_transport.o: ../../include/scan_dir.h qmgr_transport.o: ../../include/sys_defs.h qmgr_transport.o: ../../include/vbuf.h qmgr_transport.o: ../../include/vstream.h +qmgr_transport.o: ../../include/vstring.h qmgr_transport.o: qmgr.h qmgr_transport.o: qmgr_transport.c diff --git a/postfix/src/pickup/Makefile.in b/postfix/src/pickup/Makefile.in index 613cc8768..300b9e15b 100644 --- a/postfix/src/pickup/Makefile.in +++ b/postfix/src/pickup/Makefile.in @@ -60,7 +60,9 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' pickup.o: ../../include/attr.h +pickup.o: ../../include/check_arg.h pickup.o: ../../include/cleanup_user.h +pickup.o: ../../include/htable.h pickup.o: ../../include/input_transp.h pickup.o: ../../include/iostuff.h pickup.o: ../../include/lex_822.h @@ -74,6 +76,7 @@ pickup.o: ../../include/mail_server.h pickup.o: ../../include/mail_version.h pickup.o: ../../include/msg.h pickup.o: ../../include/mymalloc.h +pickup.o: ../../include/nvtable.h pickup.o: ../../include/rec_attr_map.h pickup.o: ../../include/rec_type.h pickup.o: ../../include/record.h diff --git a/postfix/src/pipe/Makefile.in b/postfix/src/pipe/Makefile.in index 4818d7644..2649d8ca1 100644 --- a/postfix/src/pipe/Makefile.in +++ b/postfix/src/pipe/Makefile.in @@ -63,6 +63,7 @@ pipe.o: ../../include/argv.h pipe.o: ../../include/attr.h pipe.o: ../../include/bounce.h pipe.o: ../../include/canon_addr.h +pipe.o: ../../include/check_arg.h pipe.o: ../../include/defer.h pipe.o: ../../include/deliver_completed.h pipe.o: ../../include/deliver_request.h @@ -87,6 +88,7 @@ pipe.o: ../../include/msg.h pipe.o: ../../include/msg_stats.h pipe.o: ../../include/myflock.h pipe.o: ../../include/mymalloc.h +pipe.o: ../../include/nvtable.h pipe.o: ../../include/off_cvt.h pipe.o: ../../include/pipe_command.h pipe.o: ../../include/quote_822_local.h diff --git a/postfix/src/postcat/Makefile.in b/postfix/src/postcat/Makefile.in index 1abda27a0..ba6dd331b 100644 --- a/postfix/src/postcat/Makefile.in +++ b/postfix/src/postcat/Makefile.in @@ -99,6 +99,8 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' postcat.o: ../../include/attr.h +postcat.o: ../../include/check_arg.h +postcat.o: ../../include/htable.h postcat.o: ../../include/iostuff.h postcat.o: ../../include/is_header.h postcat.o: ../../include/lex_822.h @@ -109,6 +111,8 @@ postcat.o: ../../include/mail_queue.h postcat.o: ../../include/mail_version.h postcat.o: ../../include/msg.h postcat.o: ../../include/msg_vstream.h +postcat.o: ../../include/mymalloc.h +postcat.o: ../../include/nvtable.h postcat.o: ../../include/rec_type.h postcat.o: ../../include/record.h postcat.o: ../../include/stringops.h diff --git a/postfix/src/postconf/Makefile.in b/postfix/src/postconf/Makefile.in index 069cb8d7a..78f22f353 100644 --- a/postfix/src/postconf/Makefile.in +++ b/postfix/src/postconf/Makefile.in @@ -857,6 +857,7 @@ postconf.o: postconf.c postconf.o: postconf.h postconf_builtin.o: ../../include/argv.h postconf_builtin.o: ../../include/attr.h +postconf_builtin.o: ../../include/check_arg.h postconf_builtin.o: ../../include/dict.h postconf_builtin.o: ../../include/get_hostname.h postconf_builtin.o: ../../include/htable.h @@ -872,6 +873,7 @@ postconf_builtin.o: ../../include/myflock.h postconf_builtin.o: ../../include/mymalloc.h postconf_builtin.o: ../../include/mynetworks.h postconf_builtin.o: ../../include/name_code.h +postconf_builtin.o: ../../include/nvtable.h postconf_builtin.o: ../../include/server_acl.h postconf_builtin.o: ../../include/stringops.h postconf_builtin.o: ../../include/sys_defs.h diff --git a/postfix/src/postdrop/Makefile.in b/postfix/src/postdrop/Makefile.in index 4f99efb5f..024b09ec8 100644 --- a/postfix/src/postdrop/Makefile.in +++ b/postfix/src/postdrop/Makefile.in @@ -60,8 +60,10 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' postdrop.o: ../../include/argv.h postdrop.o: ../../include/attr.h +postdrop.o: ../../include/check_arg.h postdrop.o: ../../include/clean_env.h postdrop.o: ../../include/cleanup_user.h +postdrop.o: ../../include/htable.h postdrop.o: ../../include/iostuff.h postdrop.o: ../../include/mail_conf.h postdrop.o: ../../include/mail_dict.h @@ -76,6 +78,7 @@ postdrop.o: ../../include/msg.h postdrop.o: ../../include/msg_syslog.h postdrop.o: ../../include/msg_vstream.h postdrop.o: ../../include/mymalloc.h +postdrop.o: ../../include/nvtable.h postdrop.o: ../../include/rec_attr_map.h postdrop.o: ../../include/rec_type.h postdrop.o: ../../include/record.h diff --git a/postfix/src/postkick/Makefile.in b/postfix/src/postkick/Makefile.in index 74f1cddae..e0661c4c8 100644 --- a/postfix/src/postkick/Makefile.in +++ b/postfix/src/postkick/Makefile.in @@ -59,7 +59,9 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' postkick.o: ../../include/attr.h +postkick.o: ../../include/check_arg.h postkick.o: ../../include/events.h +postkick.o: ../../include/htable.h postkick.o: ../../include/iostuff.h postkick.o: ../../include/mail_conf.h postkick.o: ../../include/mail_params.h @@ -68,9 +70,11 @@ postkick.o: ../../include/mail_version.h postkick.o: ../../include/msg.h postkick.o: ../../include/msg_vstream.h postkick.o: ../../include/mymalloc.h +postkick.o: ../../include/nvtable.h postkick.o: ../../include/safe.h postkick.o: ../../include/sys_defs.h postkick.o: ../../include/vbuf.h postkick.o: ../../include/vstream.h +postkick.o: ../../include/vstring.h postkick.o: ../../include/warn_stat.h postkick.o: postkick.c diff --git a/postfix/src/postqueue/Makefile.in b/postfix/src/postqueue/Makefile.in index 55381638c..b7a3341e3 100644 --- a/postfix/src/postqueue/Makefile.in +++ b/postfix/src/postqueue/Makefile.in @@ -60,10 +60,12 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' postqueue.o: ../../include/argv.h postqueue.o: ../../include/attr.h +postqueue.o: ../../include/check_arg.h postqueue.o: ../../include/clean_env.h postqueue.o: ../../include/connect.h postqueue.o: ../../include/events.h postqueue.o: ../../include/flush_clnt.h +postqueue.o: ../../include/htable.h postqueue.o: ../../include/iostuff.h postqueue.o: ../../include/mail_conf.h postqueue.o: ../../include/mail_dict.h @@ -79,6 +81,7 @@ postqueue.o: ../../include/msg.h postqueue.o: ../../include/msg_syslog.h postqueue.o: ../../include/msg_vstream.h postqueue.o: ../../include/mymalloc.h +postqueue.o: ../../include/nvtable.h postqueue.o: ../../include/safe.h postqueue.o: ../../include/smtp_stream.h postqueue.o: ../../include/sys_defs.h diff --git a/postfix/src/postscreen/Makefile.in b/postfix/src/postscreen/Makefile.in index a15f41afb..5ccbb1244 100644 --- a/postfix/src/postscreen/Makefile.in +++ b/postfix/src/postscreen/Makefile.in @@ -73,6 +73,7 @@ depend: $(MAKES) postscreen.o: ../../include/addr_match_list.h postscreen.o: ../../include/argv.h postscreen.o: ../../include/attr.h +postscreen.o: ../../include/check_arg.h postscreen.o: ../../include/data_redirect.h postscreen.o: ../../include/dict.h postscreen.o: ../../include/dict_cache.h @@ -92,6 +93,7 @@ postscreen.o: ../../include/myaddrinfo.h postscreen.o: ../../include/myflock.h postscreen.o: ../../include/mymalloc.h postscreen.o: ../../include/name_code.h +postscreen.o: ../../include/nvtable.h postscreen.o: ../../include/server_acl.h postscreen.o: ../../include/set_eugid.h postscreen.o: ../../include/string_list.h @@ -123,6 +125,7 @@ postscreen_dict.o: postscreen_dict.c postscreen_dnsbl.o: ../../include/addr_match_list.h postscreen_dnsbl.o: ../../include/argv.h postscreen_dnsbl.o: ../../include/attr.h +postscreen_dnsbl.o: ../../include/check_arg.h postscreen_dnsbl.o: ../../include/connect.h postscreen_dnsbl.o: ../../include/dict.h postscreen_dnsbl.o: ../../include/dict_cache.h @@ -138,6 +141,7 @@ postscreen_dnsbl.o: ../../include/msg.h postscreen_dnsbl.o: ../../include/myaddrinfo.h postscreen_dnsbl.o: ../../include/myflock.h postscreen_dnsbl.o: ../../include/mymalloc.h +postscreen_dnsbl.o: ../../include/nvtable.h postscreen_dnsbl.o: ../../include/server_acl.h postscreen_dnsbl.o: ../../include/split_at.h postscreen_dnsbl.o: ../../include/string_list.h @@ -197,6 +201,7 @@ postscreen_endpt.o: postscreen_haproxy.h postscreen_expand.o: ../../include/addr_match_list.h postscreen_expand.o: ../../include/argv.h postscreen_expand.o: ../../include/attr.h +postscreen_expand.o: ../../include/check_arg.h postscreen_expand.o: ../../include/dict.h postscreen_expand.o: ../../include/dict_cache.h postscreen_expand.o: ../../include/events.h @@ -209,6 +214,8 @@ postscreen_expand.o: ../../include/match_list.h postscreen_expand.o: ../../include/msg.h postscreen_expand.o: ../../include/myaddrinfo.h postscreen_expand.o: ../../include/myflock.h +postscreen_expand.o: ../../include/mymalloc.h +postscreen_expand.o: ../../include/nvtable.h postscreen_expand.o: ../../include/server_acl.h postscreen_expand.o: ../../include/string_list.h postscreen_expand.o: ../../include/stringops.h @@ -267,6 +274,7 @@ postscreen_misc.o: postscreen_misc.c postscreen_send.o: ../../include/addr_match_list.h postscreen_send.o: ../../include/argv.h postscreen_send.o: ../../include/attr.h +postscreen_send.o: ../../include/check_arg.h postscreen_send.o: ../../include/connect.h postscreen_send.o: ../../include/dict.h postscreen_send.o: ../../include/dict_cache.h @@ -282,6 +290,8 @@ postscreen_send.o: ../../include/match_list.h postscreen_send.o: ../../include/msg.h postscreen_send.o: ../../include/myaddrinfo.h postscreen_send.o: ../../include/myflock.h +postscreen_send.o: ../../include/mymalloc.h +postscreen_send.o: ../../include/nvtable.h postscreen_send.o: ../../include/server_acl.h postscreen_send.o: ../../include/smtp_reply_footer.h postscreen_send.o: ../../include/string_list.h @@ -294,6 +304,7 @@ postscreen_send.o: postscreen_send.c postscreen_smtpd.o: ../../include/addr_match_list.h postscreen_smtpd.o: ../../include/argv.h postscreen_smtpd.o: ../../include/attr.h +postscreen_smtpd.o: ../../include/check_arg.h postscreen_smtpd.o: ../../include/dict.h postscreen_smtpd.o: ../../include/dict_cache.h postscreen_smtpd.o: ../../include/dns.h @@ -313,6 +324,7 @@ postscreen_smtpd.o: ../../include/myflock.h postscreen_smtpd.o: ../../include/mymalloc.h postscreen_smtpd.o: ../../include/name_code.h postscreen_smtpd.o: ../../include/name_mask.h +postscreen_smtpd.o: ../../include/nvtable.h postscreen_smtpd.o: ../../include/server_acl.h postscreen_smtpd.o: ../../include/sock_addr.h postscreen_smtpd.o: ../../include/string_list.h @@ -327,6 +339,7 @@ postscreen_smtpd.o: postscreen_smtpd.c postscreen_starttls.o: ../../include/addr_match_list.h postscreen_starttls.o: ../../include/argv.h postscreen_starttls.o: ../../include/attr.h +postscreen_starttls.o: ../../include/check_arg.h postscreen_starttls.o: ../../include/connect.h postscreen_starttls.o: ../../include/dict.h postscreen_starttls.o: ../../include/dict_cache.h @@ -344,6 +357,7 @@ postscreen_starttls.o: ../../include/myflock.h postscreen_starttls.o: ../../include/mymalloc.h postscreen_starttls.o: ../../include/name_code.h postscreen_starttls.o: ../../include/name_mask.h +postscreen_starttls.o: ../../include/nvtable.h postscreen_starttls.o: ../../include/server_acl.h postscreen_starttls.o: ../../include/sock_addr.h postscreen_starttls.o: ../../include/string_list.h @@ -359,6 +373,7 @@ postscreen_starttls.o: postscreen_starttls.c postscreen_state.o: ../../include/addr_match_list.h postscreen_state.o: ../../include/argv.h postscreen_state.o: ../../include/attr.h +postscreen_state.o: ../../include/check_arg.h postscreen_state.o: ../../include/dict.h postscreen_state.o: ../../include/dict_cache.h postscreen_state.o: ../../include/events.h @@ -373,6 +388,7 @@ postscreen_state.o: ../../include/myaddrinfo.h postscreen_state.o: ../../include/myflock.h postscreen_state.o: ../../include/mymalloc.h postscreen_state.o: ../../include/name_mask.h +postscreen_state.o: ../../include/nvtable.h postscreen_state.o: ../../include/server_acl.h postscreen_state.o: ../../include/string_list.h postscreen_state.o: ../../include/sys_defs.h diff --git a/postfix/src/proxymap/Makefile.in b/postfix/src/proxymap/Makefile.in index 387bb890f..5a61fbba6 100644 --- a/postfix/src/proxymap/Makefile.in +++ b/postfix/src/proxymap/Makefile.in @@ -61,6 +61,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' proxymap.o: ../../include/argv.h proxymap.o: ../../include/attr.h +proxymap.o: ../../include/check_arg.h proxymap.o: ../../include/dict.h proxymap.o: ../../include/dict_proxy.h proxymap.o: ../../include/htable.h @@ -73,6 +74,7 @@ proxymap.o: ../../include/mail_version.h proxymap.o: ../../include/msg.h proxymap.o: ../../include/myflock.h proxymap.o: ../../include/mymalloc.h +proxymap.o: ../../include/nvtable.h proxymap.o: ../../include/stringops.h proxymap.o: ../../include/sys_defs.h proxymap.o: ../../include/vbuf.h diff --git a/postfix/src/qmgr/Makefile.in b/postfix/src/qmgr/Makefile.in index 6bf8824da..243a9b091 100644 --- a/postfix/src/qmgr/Makefile.in +++ b/postfix/src/qmgr/Makefile.in @@ -70,10 +70,12 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' qmgr.o: ../../include/argv.h qmgr.o: ../../include/attr.h +qmgr.o: ../../include/check_arg.h qmgr.o: ../../include/dict.h qmgr.o: ../../include/dsn.h qmgr.o: ../../include/events.h qmgr.o: ../../include/flush_clnt.h +qmgr.o: ../../include/htable.h qmgr.o: ../../include/iostuff.h qmgr.o: ../../include/mail_conf.h qmgr.o: ../../include/mail_flow.h @@ -85,6 +87,8 @@ qmgr.o: ../../include/mail_version.h qmgr.o: ../../include/master_proto.h qmgr.o: ../../include/msg.h qmgr.o: ../../include/myflock.h +qmgr.o: ../../include/mymalloc.h +qmgr.o: ../../include/nvtable.h qmgr.o: ../../include/recipient_list.h qmgr.o: ../../include/scan_dir.h qmgr.o: ../../include/sys_defs.h @@ -96,18 +100,21 @@ qmgr.o: qmgr.h qmgr_active.o: ../../include/abounce.h qmgr_active.o: ../../include/attr.h qmgr_active.o: ../../include/bounce.h +qmgr_active.o: ../../include/check_arg.h qmgr_active.o: ../../include/defer.h qmgr_active.o: ../../include/deliver_request.h qmgr_active.o: ../../include/dsn.h qmgr_active.o: ../../include/dsn_buf.h qmgr_active.o: ../../include/dsn_mask.h qmgr_active.o: ../../include/events.h +qmgr_active.o: ../../include/htable.h qmgr_active.o: ../../include/mail_open_ok.h qmgr_active.o: ../../include/mail_params.h qmgr_active.o: ../../include/mail_queue.h qmgr_active.o: ../../include/msg.h qmgr_active.o: ../../include/msg_stats.h qmgr_active.o: ../../include/mymalloc.h +qmgr_active.o: ../../include/nvtable.h qmgr_active.o: ../../include/qmgr_user.h qmgr_active.o: ../../include/rec_type.h qmgr_active.o: ../../include/recipient_list.h @@ -122,11 +129,15 @@ qmgr_active.o: qmgr.h qmgr_active.o: qmgr_active.c qmgr_bounce.o: ../../include/attr.h qmgr_bounce.o: ../../include/bounce.h +qmgr_bounce.o: ../../include/check_arg.h qmgr_bounce.o: ../../include/deliver_completed.h qmgr_bounce.o: ../../include/deliver_request.h qmgr_bounce.o: ../../include/dsn.h qmgr_bounce.o: ../../include/dsn_buf.h +qmgr_bounce.o: ../../include/htable.h qmgr_bounce.o: ../../include/msg_stats.h +qmgr_bounce.o: ../../include/mymalloc.h +qmgr_bounce.o: ../../include/nvtable.h qmgr_bounce.o: ../../include/recipient_list.h qmgr_bounce.o: ../../include/scan_dir.h qmgr_bounce.o: ../../include/sys_defs.h @@ -137,14 +148,18 @@ qmgr_bounce.o: qmgr.h qmgr_bounce.o: qmgr_bounce.c qmgr_defer.o: ../../include/attr.h qmgr_defer.o: ../../include/bounce.h +qmgr_defer.o: ../../include/check_arg.h qmgr_defer.o: ../../include/defer.h qmgr_defer.o: ../../include/deliver_request.h qmgr_defer.o: ../../include/dsn.h qmgr_defer.o: ../../include/dsn_buf.h +qmgr_defer.o: ../../include/htable.h qmgr_defer.o: ../../include/iostuff.h qmgr_defer.o: ../../include/mail_proto.h qmgr_defer.o: ../../include/msg.h qmgr_defer.o: ../../include/msg_stats.h +qmgr_defer.o: ../../include/mymalloc.h +qmgr_defer.o: ../../include/nvtable.h qmgr_defer.o: ../../include/recipient_list.h qmgr_defer.o: ../../include/scan_dir.h qmgr_defer.o: ../../include/sys_defs.h @@ -154,12 +169,14 @@ qmgr_defer.o: ../../include/vstring.h qmgr_defer.o: qmgr.h qmgr_defer.o: qmgr_defer.c qmgr_deliver.o: ../../include/attr.h +qmgr_deliver.o: ../../include/check_arg.h qmgr_deliver.o: ../../include/deliver_request.h qmgr_deliver.o: ../../include/dsb_scan.h qmgr_deliver.o: ../../include/dsn.h qmgr_deliver.o: ../../include/dsn_buf.h qmgr_deliver.o: ../../include/dsn_util.h qmgr_deliver.o: ../../include/events.h +qmgr_deliver.o: ../../include/htable.h qmgr_deliver.o: ../../include/iostuff.h qmgr_deliver.o: ../../include/mail_params.h qmgr_deliver.o: ../../include/mail_proto.h @@ -167,6 +184,7 @@ qmgr_deliver.o: ../../include/mail_queue.h qmgr_deliver.o: ../../include/msg.h qmgr_deliver.o: ../../include/msg_stats.h qmgr_deliver.o: ../../include/mymalloc.h +qmgr_deliver.o: ../../include/nvtable.h qmgr_deliver.o: ../../include/rcpt_print.h qmgr_deliver.o: ../../include/recipient_list.h qmgr_deliver.o: ../../include/scan_dir.h @@ -190,13 +208,16 @@ qmgr_enable.o: ../../include/vstream.h qmgr_enable.o: qmgr.h qmgr_enable.o: qmgr_enable.c qmgr_entry.o: ../../include/attr.h +qmgr_entry.o: ../../include/check_arg.h qmgr_entry.o: ../../include/deliver_request.h qmgr_entry.o: ../../include/dsn.h qmgr_entry.o: ../../include/events.h +qmgr_entry.o: ../../include/htable.h qmgr_entry.o: ../../include/mail_params.h qmgr_entry.o: ../../include/msg.h qmgr_entry.o: ../../include/msg_stats.h qmgr_entry.o: ../../include/mymalloc.h +qmgr_entry.o: ../../include/nvtable.h qmgr_entry.o: ../../include/recipient_list.h qmgr_entry.o: ../../include/scan_dir.h qmgr_entry.o: ../../include/sys_defs.h @@ -247,12 +268,14 @@ qmgr_message.o: ../../include/argv.h qmgr_message.o: ../../include/attr.h qmgr_message.o: ../../include/bounce.h qmgr_message.o: ../../include/canon_addr.h +qmgr_message.o: ../../include/check_arg.h qmgr_message.o: ../../include/deliver_completed.h qmgr_message.o: ../../include/deliver_request.h qmgr_message.o: ../../include/dict.h qmgr_message.o: ../../include/dsn.h qmgr_message.o: ../../include/dsn_buf.h qmgr_message.o: ../../include/dsn_mask.h +qmgr_message.o: ../../include/htable.h qmgr_message.o: ../../include/iostuff.h qmgr_message.o: ../../include/mail_params.h qmgr_message.o: ../../include/mail_proto.h @@ -261,6 +284,7 @@ qmgr_message.o: ../../include/msg.h qmgr_message.o: ../../include/msg_stats.h qmgr_message.o: ../../include/myflock.h qmgr_message.o: ../../include/mymalloc.h +qmgr_message.o: ../../include/nvtable.h qmgr_message.o: ../../include/opened.h qmgr_message.o: ../../include/qmgr_user.h qmgr_message.o: ../../include/rec_attr_map.h @@ -307,6 +331,7 @@ qmgr_peer.o: ../../include/vstream.h qmgr_peer.o: qmgr.h qmgr_peer.o: qmgr_peer.c qmgr_queue.o: ../../include/attr.h +qmgr_queue.o: ../../include/check_arg.h qmgr_queue.o: ../../include/dsn.h qmgr_queue.o: ../../include/events.h qmgr_queue.o: ../../include/htable.h @@ -315,11 +340,13 @@ qmgr_queue.o: ../../include/mail_params.h qmgr_queue.o: ../../include/mail_proto.h qmgr_queue.o: ../../include/msg.h qmgr_queue.o: ../../include/mymalloc.h +qmgr_queue.o: ../../include/nvtable.h qmgr_queue.o: ../../include/recipient_list.h qmgr_queue.o: ../../include/scan_dir.h qmgr_queue.o: ../../include/sys_defs.h qmgr_queue.o: ../../include/vbuf.h qmgr_queue.o: ../../include/vstream.h +qmgr_queue.o: ../../include/vstring.h qmgr_queue.o: qmgr.h qmgr_queue.o: qmgr_queue.c qmgr_scan.o: ../../include/dsn.h @@ -334,6 +361,7 @@ qmgr_scan.o: ../../include/vstream.h qmgr_scan.o: qmgr.h qmgr_scan.o: qmgr_scan.c qmgr_transport.o: ../../include/attr.h +qmgr_transport.o: ../../include/check_arg.h qmgr_transport.o: ../../include/dsn.h qmgr_transport.o: ../../include/events.h qmgr_transport.o: ../../include/htable.h @@ -343,10 +371,12 @@ qmgr_transport.o: ../../include/mail_params.h qmgr_transport.o: ../../include/mail_proto.h qmgr_transport.o: ../../include/msg.h qmgr_transport.o: ../../include/mymalloc.h +qmgr_transport.o: ../../include/nvtable.h qmgr_transport.o: ../../include/recipient_list.h qmgr_transport.o: ../../include/scan_dir.h qmgr_transport.o: ../../include/sys_defs.h qmgr_transport.o: ../../include/vbuf.h qmgr_transport.o: ../../include/vstream.h +qmgr_transport.o: ../../include/vstring.h qmgr_transport.o: qmgr.h qmgr_transport.o: qmgr_transport.c diff --git a/postfix/src/qmqpd/Makefile.in b/postfix/src/qmqpd/Makefile.in index 74cab19d6..62ce2ee72 100644 --- a/postfix/src/qmqpd/Makefile.in +++ b/postfix/src/qmqpd/Makefile.in @@ -63,9 +63,11 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' qmqpd.o: ../../include/argv.h qmqpd.o: ../../include/attr.h +qmqpd.o: ../../include/check_arg.h qmqpd.o: ../../include/cleanup_user.h qmqpd.o: ../../include/debug_peer.h qmqpd.o: ../../include/dict.h +qmqpd.o: ../../include/htable.h qmqpd.o: ../../include/inet_proto.h qmqpd.o: ../../include/input_transp.h qmqpd.o: ../../include/iostuff.h @@ -84,6 +86,7 @@ qmqpd.o: ../../include/myflock.h qmqpd.o: ../../include/mymalloc.h qmqpd.o: ../../include/namadr_list.h qmqpd.o: ../../include/netstring.h +qmqpd.o: ../../include/nvtable.h qmqpd.o: ../../include/quote_822_local.h qmqpd.o: ../../include/quote_flags.h qmqpd.o: ../../include/rec_type.h @@ -98,6 +101,8 @@ qmqpd.o: ../../include/vstring.h qmqpd.o: qmqpd.c qmqpd.o: qmqpd.h qmqpd_peer.o: ../../include/attr.h +qmqpd_peer.o: ../../include/check_arg.h +qmqpd_peer.o: ../../include/htable.h qmqpd_peer.o: ../../include/inet_proto.h qmqpd_peer.o: ../../include/iostuff.h qmqpd_peer.o: ../../include/mail_params.h @@ -106,6 +111,7 @@ qmqpd_peer.o: ../../include/mail_stream.h qmqpd_peer.o: ../../include/msg.h qmqpd_peer.o: ../../include/myaddrinfo.h qmqpd_peer.o: ../../include/mymalloc.h +qmqpd_peer.o: ../../include/nvtable.h qmqpd_peer.o: ../../include/sock_addr.h qmqpd_peer.o: ../../include/split_at.h qmqpd_peer.o: ../../include/stringops.h @@ -118,11 +124,14 @@ qmqpd_peer.o: ../../include/vstring.h qmqpd_peer.o: qmqpd.h qmqpd_peer.o: qmqpd_peer.c qmqpd_state.o: ../../include/attr.h +qmqpd_state.o: ../../include/check_arg.h qmqpd_state.o: ../../include/cleanup_user.h +qmqpd_state.o: ../../include/htable.h qmqpd_state.o: ../../include/iostuff.h qmqpd_state.o: ../../include/mail_proto.h qmqpd_state.o: ../../include/mail_stream.h qmqpd_state.o: ../../include/mymalloc.h +qmqpd_state.o: ../../include/nvtable.h qmqpd_state.o: ../../include/sys_defs.h qmqpd_state.o: ../../include/vbuf.h qmqpd_state.o: ../../include/vstream.h diff --git a/postfix/src/scache/Makefile.in b/postfix/src/scache/Makefile.in index 274fb8aaa..7ccfa3f33 100644 --- a/postfix/src/scache/Makefile.in +++ b/postfix/src/scache/Makefile.in @@ -60,6 +60,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' scache.o: ../../include/attr.h +scache.o: ../../include/check_arg.h scache.o: ../../include/events.h scache.o: ../../include/htable.h scache.o: ../../include/iostuff.h @@ -69,6 +70,8 @@ scache.o: ../../include/mail_proto.h scache.o: ../../include/mail_server.h scache.o: ../../include/mail_version.h scache.o: ../../include/msg.h +scache.o: ../../include/mymalloc.h +scache.o: ../../include/nvtable.h scache.o: ../../include/ring.h scache.o: ../../include/scache.h scache.o: ../../include/sys_defs.h diff --git a/postfix/src/sendmail/Makefile.in b/postfix/src/sendmail/Makefile.in index 740d745a2..86802dbd9 100644 --- a/postfix/src/sendmail/Makefile.in +++ b/postfix/src/sendmail/Makefile.in @@ -60,6 +60,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' sendmail.o: ../../include/argv.h sendmail.o: ../../include/attr.h +sendmail.o: ../../include/check_arg.h sendmail.o: ../../include/cleanup_user.h sendmail.o: ../../include/connect.h sendmail.o: ../../include/debug_process.h @@ -68,6 +69,7 @@ sendmail.o: ../../include/dsn.h sendmail.o: ../../include/dsn_mask.h sendmail.o: ../../include/fullname.h sendmail.o: ../../include/header_opts.h +sendmail.o: ../../include/htable.h sendmail.o: ../../include/iostuff.h sendmail.o: ../../include/mail_conf.h sendmail.o: ../../include/mail_flush.h @@ -85,6 +87,7 @@ sendmail.o: ../../include/msg_syslog.h sendmail.o: ../../include/msg_vstream.h sendmail.o: ../../include/mymalloc.h sendmail.o: ../../include/name_code.h +sendmail.o: ../../include/nvtable.h sendmail.o: ../../include/rec_streamlf.h sendmail.o: ../../include/rec_type.h sendmail.o: ../../include/recipient_list.h diff --git a/postfix/src/showq/Makefile.in b/postfix/src/showq/Makefile.in index ecfea376b..2192c3374 100644 --- a/postfix/src/showq/Makefile.in +++ b/postfix/src/showq/Makefile.in @@ -61,6 +61,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' showq.o: ../../include/attr.h showq.o: ../../include/bounce_log.h +showq.o: ../../include/check_arg.h showq.o: ../../include/dsn.h showq.o: ../../include/dsn_buf.h showq.o: ../../include/htable.h @@ -77,6 +78,7 @@ showq.o: ../../include/mail_server.h showq.o: ../../include/mail_version.h showq.o: ../../include/msg.h showq.o: ../../include/mymalloc.h +showq.o: ../../include/nvtable.h showq.o: ../../include/quote_822_local.h showq.o: ../../include/quote_flags.h showq.o: ../../include/rcpt_buf.h diff --git a/postfix/src/smtp/Makefile.in b/postfix/src/smtp/Makefile.in index fdbab2f97..bcbd2f2fa 100644 --- a/postfix/src/smtp/Makefile.in +++ b/postfix/src/smtp/Makefile.in @@ -94,6 +94,7 @@ depend: $(MAKES) lmtp_params.o: lmtp_params.c smtp.o: ../../include/argv.h smtp.o: ../../include/attr.h +smtp.o: ../../include/check_arg.h smtp.o: ../../include/debug_peer.h smtp.o: ../../include/deliver_request.h smtp.o: ../../include/dict.h @@ -119,6 +120,7 @@ smtp.o: ../../include/myflock.h smtp.o: ../../include/mymalloc.h smtp.o: ../../include/name_code.h smtp.o: ../../include/name_mask.h +smtp.o: ../../include/nvtable.h smtp.o: ../../include/recipient_list.h smtp.o: ../../include/resolve_clnt.h smtp.o: ../../include/scache.h @@ -138,6 +140,7 @@ smtp.o: smtp_params.c smtp.o: smtp_sasl.h smtp_addr.o: ../../include/argv.h smtp_addr.o: ../../include/attr.h +smtp_addr.o: ../../include/check_arg.h smtp_addr.o: ../../include/deliver_request.h smtp_addr.o: ../../include/dict.h smtp_addr.o: ../../include/dns.h @@ -160,6 +163,7 @@ smtp_addr.o: ../../include/myflock.h smtp_addr.o: ../../include/mymalloc.h smtp_addr.o: ../../include/name_code.h smtp_addr.o: ../../include/name_mask.h +smtp_addr.o: ../../include/nvtable.h smtp_addr.o: ../../include/own_inet_addr.h smtp_addr.o: ../../include/recipient_list.h smtp_addr.o: ../../include/resolve_clnt.h @@ -178,6 +182,7 @@ smtp_addr.o: smtp_addr.c smtp_addr.o: smtp_addr.h smtp_chat.o: ../../include/argv.h smtp_chat.o: ../../include/attr.h +smtp_chat.o: ../../include/check_arg.h smtp_chat.o: ../../include/cleanup_user.h smtp_chat.o: ../../include/deliver_request.h smtp_chat.o: ../../include/dict.h @@ -205,6 +210,7 @@ smtp_chat.o: ../../include/myflock.h smtp_chat.o: ../../include/mymalloc.h smtp_chat.o: ../../include/name_code.h smtp_chat.o: ../../include/name_mask.h +smtp_chat.o: ../../include/nvtable.h smtp_chat.o: ../../include/post_mail.h smtp_chat.o: ../../include/recipient_list.h smtp_chat.o: ../../include/resolve_clnt.h @@ -224,6 +230,7 @@ smtp_chat.o: smtp.h smtp_chat.o: smtp_chat.c smtp_connect.o: ../../include/argv.h smtp_connect.o: ../../include/attr.h +smtp_connect.o: ../../include/check_arg.h smtp_connect.o: ../../include/deliver_pass.h smtp_connect.o: ../../include/deliver_request.h smtp_connect.o: ../../include/dict.h @@ -251,6 +258,7 @@ smtp_connect.o: ../../include/myflock.h smtp_connect.o: ../../include/mymalloc.h smtp_connect.o: ../../include/name_code.h smtp_connect.o: ../../include/name_mask.h +smtp_connect.o: ../../include/nvtable.h smtp_connect.o: ../../include/own_inet_addr.h smtp_connect.o: ../../include/recipient_list.h smtp_connect.o: ../../include/resolve_clnt.h @@ -274,6 +282,7 @@ smtp_connect.o: smtp_reuse.h smtp_key.o: ../../include/argv.h smtp_key.o: ../../include/attr.h smtp_key.o: ../../include/base64_code.h +smtp_key.o: ../../include/check_arg.h smtp_key.o: ../../include/deliver_request.h smtp_key.o: ../../include/dict.h smtp_key.o: ../../include/dns.h @@ -290,8 +299,10 @@ smtp_key.o: ../../include/msg.h smtp_key.o: ../../include/msg_stats.h smtp_key.o: ../../include/myaddrinfo.h smtp_key.o: ../../include/myflock.h +smtp_key.o: ../../include/mymalloc.h smtp_key.o: ../../include/name_code.h smtp_key.o: ../../include/name_mask.h +smtp_key.o: ../../include/nvtable.h smtp_key.o: ../../include/recipient_list.h smtp_key.o: ../../include/resolve_clnt.h smtp_key.o: ../../include/scache.h @@ -307,6 +318,7 @@ smtp_key.o: smtp.h smtp_key.o: smtp_key.c smtp_map11.o: ../../include/argv.h smtp_map11.o: ../../include/attr.h +smtp_map11.o: ../../include/check_arg.h smtp_map11.o: ../../include/deliver_request.h smtp_map11.o: ../../include/dict.h smtp_map11.o: ../../include/dns.h @@ -323,8 +335,10 @@ smtp_map11.o: ../../include/msg.h smtp_map11.o: ../../include/msg_stats.h smtp_map11.o: ../../include/myaddrinfo.h smtp_map11.o: ../../include/myflock.h +smtp_map11.o: ../../include/mymalloc.h smtp_map11.o: ../../include/name_code.h smtp_map11.o: ../../include/name_mask.h +smtp_map11.o: ../../include/nvtable.h smtp_map11.o: ../../include/quote_822_local.h smtp_map11.o: ../../include/quote_flags.h smtp_map11.o: ../../include/recipient_list.h @@ -344,6 +358,7 @@ smtp_params.o: smtp_params.c smtp_proto.o: ../../include/argv.h smtp_proto.o: ../../include/attr.h smtp_proto.o: ../../include/bounce.h +smtp_proto.o: ../../include/check_arg.h smtp_proto.o: ../../include/defer.h smtp_proto.o: ../../include/deliver_request.h smtp_proto.o: ../../include/dict.h @@ -373,6 +388,7 @@ smtp_proto.o: ../../include/myflock.h smtp_proto.o: ../../include/mymalloc.h smtp_proto.o: ../../include/name_code.h smtp_proto.o: ../../include/name_mask.h +smtp_proto.o: ../../include/nvtable.h smtp_proto.o: ../../include/off_cvt.h smtp_proto.o: ../../include/quote_821_local.h smtp_proto.o: ../../include/quote_822_local.h @@ -403,6 +419,7 @@ smtp_proto.o: smtp_sasl.h smtp_rcpt.o: ../../include/argv.h smtp_rcpt.o: ../../include/attr.h smtp_rcpt.o: ../../include/bounce.h +smtp_rcpt.o: ../../include/check_arg.h smtp_rcpt.o: ../../include/deliver_completed.h smtp_rcpt.o: ../../include/deliver_request.h smtp_rcpt.o: ../../include/dict.h @@ -424,6 +441,7 @@ smtp_rcpt.o: ../../include/myflock.h smtp_rcpt.o: ../../include/mymalloc.h smtp_rcpt.o: ../../include/name_code.h smtp_rcpt.o: ../../include/name_mask.h +smtp_rcpt.o: ../../include/nvtable.h smtp_rcpt.o: ../../include/recipient_list.h smtp_rcpt.o: ../../include/resolve_clnt.h smtp_rcpt.o: ../../include/scache.h @@ -441,6 +459,7 @@ smtp_rcpt.o: smtp.h smtp_rcpt.o: smtp_rcpt.c smtp_reuse.o: ../../include/argv.h smtp_reuse.o: ../../include/attr.h +smtp_reuse.o: ../../include/check_arg.h smtp_reuse.o: ../../include/deliver_request.h smtp_reuse.o: ../../include/dict.h smtp_reuse.o: ../../include/dns.h @@ -460,6 +479,7 @@ smtp_reuse.o: ../../include/myflock.h smtp_reuse.o: ../../include/mymalloc.h smtp_reuse.o: ../../include/name_code.h smtp_reuse.o: ../../include/name_mask.h +smtp_reuse.o: ../../include/nvtable.h smtp_reuse.o: ../../include/recipient_list.h smtp_reuse.o: ../../include/resolve_clnt.h smtp_reuse.o: ../../include/scache.h @@ -478,6 +498,7 @@ smtp_reuse.o: smtp_reuse.h smtp_sasl_auth_cache.o: ../../include/argv.h smtp_sasl_auth_cache.o: ../../include/attr.h smtp_sasl_auth_cache.o: ../../include/base64_code.h +smtp_sasl_auth_cache.o: ../../include/check_arg.h smtp_sasl_auth_cache.o: ../../include/deliver_request.h smtp_sasl_auth_cache.o: ../../include/dict.h smtp_sasl_auth_cache.o: ../../include/dict_proxy.h @@ -498,6 +519,7 @@ smtp_sasl_auth_cache.o: ../../include/myflock.h smtp_sasl_auth_cache.o: ../../include/mymalloc.h smtp_sasl_auth_cache.o: ../../include/name_code.h smtp_sasl_auth_cache.o: ../../include/name_mask.h +smtp_sasl_auth_cache.o: ../../include/nvtable.h smtp_sasl_auth_cache.o: ../../include/recipient_list.h smtp_sasl_auth_cache.o: ../../include/resolve_clnt.h smtp_sasl_auth_cache.o: ../../include/scache.h @@ -515,6 +537,7 @@ smtp_sasl_auth_cache.o: smtp_sasl_auth_cache.c smtp_sasl_auth_cache.o: smtp_sasl_auth_cache.h smtp_sasl_glue.o: ../../include/argv.h smtp_sasl_glue.o: ../../include/attr.h +smtp_sasl_glue.o: ../../include/check_arg.h smtp_sasl_glue.o: ../../include/deliver_request.h smtp_sasl_glue.o: ../../include/dict.h smtp_sasl_glue.o: ../../include/dns.h @@ -535,6 +558,7 @@ smtp_sasl_glue.o: ../../include/myflock.h smtp_sasl_glue.o: ../../include/mymalloc.h smtp_sasl_glue.o: ../../include/name_code.h smtp_sasl_glue.o: ../../include/name_mask.h +smtp_sasl_glue.o: ../../include/nvtable.h smtp_sasl_glue.o: ../../include/recipient_list.h smtp_sasl_glue.o: ../../include/resolve_clnt.h smtp_sasl_glue.o: ../../include/scache.h @@ -556,6 +580,7 @@ smtp_sasl_glue.o: smtp_sasl_auth_cache.h smtp_sasl_glue.o: smtp_sasl_glue.c smtp_sasl_proto.o: ../../include/argv.h smtp_sasl_proto.o: ../../include/attr.h +smtp_sasl_proto.o: ../../include/check_arg.h smtp_sasl_proto.o: ../../include/deliver_request.h smtp_sasl_proto.o: ../../include/dict.h smtp_sasl_proto.o: ../../include/dns.h @@ -575,6 +600,7 @@ smtp_sasl_proto.o: ../../include/myflock.h smtp_sasl_proto.o: ../../include/mymalloc.h smtp_sasl_proto.o: ../../include/name_code.h smtp_sasl_proto.o: ../../include/name_mask.h +smtp_sasl_proto.o: ../../include/nvtable.h smtp_sasl_proto.o: ../../include/recipient_list.h smtp_sasl_proto.o: ../../include/resolve_clnt.h smtp_sasl_proto.o: ../../include/scache.h @@ -592,6 +618,7 @@ smtp_sasl_proto.o: smtp_sasl.h smtp_sasl_proto.o: smtp_sasl_proto.c smtp_session.o: ../../include/argv.h smtp_session.o: ../../include/attr.h +smtp_session.o: ../../include/check_arg.h smtp_session.o: ../../include/debug_peer.h smtp_session.o: ../../include/deliver_request.h smtp_session.o: ../../include/dict.h @@ -612,6 +639,7 @@ smtp_session.o: ../../include/myflock.h smtp_session.o: ../../include/mymalloc.h smtp_session.o: ../../include/name_code.h smtp_session.o: ../../include/name_mask.h +smtp_session.o: ../../include/nvtable.h smtp_session.o: ../../include/recipient_list.h smtp_session.o: ../../include/resolve_clnt.h smtp_session.o: ../../include/scache.h @@ -629,6 +657,7 @@ smtp_session.o: smtp_sasl.h smtp_session.o: smtp_session.c smtp_state.o: ../../include/argv.h smtp_state.o: ../../include/attr.h +smtp_state.o: ../../include/check_arg.h smtp_state.o: ../../include/deliver_request.h smtp_state.o: ../../include/dict.h smtp_state.o: ../../include/dns.h @@ -648,6 +677,7 @@ smtp_state.o: ../../include/myflock.h smtp_state.o: ../../include/mymalloc.h smtp_state.o: ../../include/name_code.h smtp_state.o: ../../include/name_mask.h +smtp_state.o: ../../include/nvtable.h smtp_state.o: ../../include/recipient_list.h smtp_state.o: ../../include/resolve_clnt.h smtp_state.o: ../../include/scache.h @@ -664,6 +694,7 @@ smtp_state.o: smtp_sasl.h smtp_state.o: smtp_state.c smtp_tls_policy.o: ../../include/argv.h smtp_tls_policy.o: ../../include/attr.h +smtp_tls_policy.o: ../../include/check_arg.h smtp_tls_policy.o: ../../include/ctable.h smtp_tls_policy.o: ../../include/deliver_request.h smtp_tls_policy.o: ../../include/dict.h @@ -684,6 +715,7 @@ smtp_tls_policy.o: ../../include/myflock.h smtp_tls_policy.o: ../../include/mymalloc.h smtp_tls_policy.o: ../../include/name_code.h smtp_tls_policy.o: ../../include/name_mask.h +smtp_tls_policy.o: ../../include/nvtable.h smtp_tls_policy.o: ../../include/recipient_list.h smtp_tls_policy.o: ../../include/resolve_clnt.h smtp_tls_policy.o: ../../include/scache.h @@ -703,6 +735,7 @@ smtp_tls_policy.o: smtp_tls_policy.c smtp_trouble.o: ../../include/argv.h smtp_trouble.o: ../../include/attr.h smtp_trouble.o: ../../include/bounce.h +smtp_trouble.o: ../../include/check_arg.h smtp_trouble.o: ../../include/defer.h smtp_trouble.o: ../../include/deliver_completed.h smtp_trouble.o: ../../include/deliver_request.h @@ -722,8 +755,10 @@ smtp_trouble.o: ../../include/msg.h smtp_trouble.o: ../../include/msg_stats.h smtp_trouble.o: ../../include/myaddrinfo.h smtp_trouble.o: ../../include/myflock.h +smtp_trouble.o: ../../include/mymalloc.h smtp_trouble.o: ../../include/name_code.h smtp_trouble.o: ../../include/name_mask.h +smtp_trouble.o: ../../include/nvtable.h smtp_trouble.o: ../../include/recipient_list.h smtp_trouble.o: ../../include/resolve_clnt.h smtp_trouble.o: ../../include/scache.h @@ -742,6 +777,7 @@ smtp_trouble.o: smtp_sasl.h smtp_trouble.o: smtp_trouble.c smtp_unalias.o: ../../include/argv.h smtp_unalias.o: ../../include/attr.h +smtp_unalias.o: ../../include/check_arg.h smtp_unalias.o: ../../include/deliver_request.h smtp_unalias.o: ../../include/dict.h smtp_unalias.o: ../../include/dns.h @@ -757,8 +793,10 @@ smtp_unalias.o: ../../include/msg.h smtp_unalias.o: ../../include/msg_stats.h smtp_unalias.o: ../../include/myaddrinfo.h smtp_unalias.o: ../../include/myflock.h +smtp_unalias.o: ../../include/mymalloc.h smtp_unalias.o: ../../include/name_code.h smtp_unalias.o: ../../include/name_mask.h +smtp_unalias.o: ../../include/nvtable.h smtp_unalias.o: ../../include/recipient_list.h smtp_unalias.o: ../../include/resolve_clnt.h smtp_unalias.o: ../../include/scache.h diff --git a/postfix/src/smtpd/Makefile.in b/postfix/src/smtpd/Makefile.in index 60112c37b..987db1c47 100644 --- a/postfix/src/smtpd/Makefile.in +++ b/postfix/src/smtpd/Makefile.in @@ -179,6 +179,7 @@ smtpd.o: ../../include/anvil_clnt.h smtpd.o: ../../include/argv.h smtpd.o: ../../include/attr.h smtpd.o: ../../include/attr_clnt.h +smtpd.o: ../../include/check_arg.h smtpd.o: ../../include/cleanup_user.h smtpd.o: ../../include/debug_peer.h smtpd.o: ../../include/dict.h @@ -187,6 +188,7 @@ smtpd.o: ../../include/dsn_mask.h smtpd.o: ../../include/ehlo_mask.h smtpd.o: ../../include/events.h smtpd.o: ../../include/flush_clnt.h +smtpd.o: ../../include/htable.h smtpd.o: ../../include/inet_proto.h smtpd.o: ../../include/input_transp.h smtpd.o: ../../include/iostuff.h @@ -214,6 +216,7 @@ smtpd.o: ../../include/mymalloc.h smtpd.o: ../../include/namadr_list.h smtpd.o: ../../include/name_code.h smtpd.o: ../../include/name_mask.h +smtpd.o: ../../include/nvtable.h smtpd.o: ../../include/off_cvt.h smtpd.o: ../../include/quote_822_local.h smtpd.o: ../../include/quote_flags.h @@ -254,8 +257,10 @@ smtpd.o: smtpd_sasl_proto.h smtpd.o: smtpd_token.h smtpd_chat.o: ../../include/argv.h smtpd_chat.o: ../../include/attr.h +smtpd_chat.o: ../../include/check_arg.h smtpd_chat.o: ../../include/cleanup_user.h smtpd_chat.o: ../../include/dns.h +smtpd_chat.o: ../../include/htable.h smtpd_chat.o: ../../include/int_filt.h smtpd_chat.o: ../../include/iostuff.h smtpd_chat.o: ../../include/line_wrap.h @@ -272,6 +277,7 @@ smtpd_chat.o: ../../include/myaddrinfo.h smtpd_chat.o: ../../include/mymalloc.h smtpd_chat.o: ../../include/name_code.h smtpd_chat.o: ../../include/name_mask.h +smtpd_chat.o: ../../include/nvtable.h smtpd_chat.o: ../../include/post_mail.h smtpd_chat.o: ../../include/rec_type.h smtpd_chat.o: ../../include/record.h @@ -293,6 +299,7 @@ smtpd_check.o: ../../include/argv.h smtpd_check.o: ../../include/attr.h smtpd_check.o: ../../include/attr_clnt.h smtpd_check.o: ../../include/attr_override.h +smtpd_check.o: ../../include/check_arg.h smtpd_check.o: ../../include/cleanup_user.h smtpd_check.o: ../../include/conv_time.h smtpd_check.o: ../../include/ctable.h @@ -333,6 +340,7 @@ smtpd_check.o: ../../include/mynetworks.h smtpd_check.o: ../../include/namadr_list.h smtpd_check.o: ../../include/name_code.h smtpd_check.o: ../../include/name_mask.h +smtpd_check.o: ../../include/nvtable.h smtpd_check.o: ../../include/own_inet_addr.h smtpd_check.o: ../../include/rec_type.h smtpd_check.o: ../../include/recipient_list.h @@ -368,7 +376,9 @@ smtpd_dsn_fix.o: smtpd_dsn_fix.c smtpd_dsn_fix.o: smtpd_dsn_fix.h smtpd_expand.o: ../../include/argv.h smtpd_expand.o: ../../include/attr.h +smtpd_expand.o: ../../include/check_arg.h smtpd_expand.o: ../../include/dns.h +smtpd_expand.o: ../../include/htable.h smtpd_expand.o: ../../include/iostuff.h smtpd_expand.o: ../../include/mac_expand.h smtpd_expand.o: ../../include/mac_parse.h @@ -378,8 +388,10 @@ smtpd_expand.o: ../../include/mail_stream.h smtpd_expand.o: ../../include/milter.h smtpd_expand.o: ../../include/msg.h smtpd_expand.o: ../../include/myaddrinfo.h +smtpd_expand.o: ../../include/mymalloc.h smtpd_expand.o: ../../include/name_code.h smtpd_expand.o: ../../include/name_mask.h +smtpd_expand.o: ../../include/nvtable.h smtpd_expand.o: ../../include/sock_addr.h smtpd_expand.o: ../../include/stringops.h smtpd_expand.o: ../../include/sys_defs.h @@ -392,8 +404,10 @@ smtpd_expand.o: smtpd_expand.c smtpd_expand.o: smtpd_expand.h smtpd_haproxy.o: ../../include/argv.h smtpd_haproxy.o: ../../include/attr.h +smtpd_haproxy.o: ../../include/check_arg.h smtpd_haproxy.o: ../../include/dns.h smtpd_haproxy.o: ../../include/haproxy_srvr.h +smtpd_haproxy.o: ../../include/htable.h smtpd_haproxy.o: ../../include/mail_params.h smtpd_haproxy.o: ../../include/mail_stream.h smtpd_haproxy.o: ../../include/milter.h @@ -402,6 +416,7 @@ smtpd_haproxy.o: ../../include/myaddrinfo.h smtpd_haproxy.o: ../../include/mymalloc.h smtpd_haproxy.o: ../../include/name_code.h smtpd_haproxy.o: ../../include/name_mask.h +smtpd_haproxy.o: ../../include/nvtable.h smtpd_haproxy.o: ../../include/smtp_stream.h smtpd_haproxy.o: ../../include/sock_addr.h smtpd_haproxy.o: ../../include/stringops.h @@ -416,13 +431,17 @@ smtpd_haproxy.o: smtpd.h smtpd_haproxy.o: smtpd_haproxy.c smtpd_milter.o: ../../include/argv.h smtpd_milter.o: ../../include/attr.h +smtpd_milter.o: ../../include/check_arg.h smtpd_milter.o: ../../include/dns.h +smtpd_milter.o: ../../include/htable.h smtpd_milter.o: ../../include/mail_params.h smtpd_milter.o: ../../include/mail_stream.h smtpd_milter.o: ../../include/milter.h smtpd_milter.o: ../../include/myaddrinfo.h +smtpd_milter.o: ../../include/mymalloc.h smtpd_milter.o: ../../include/name_code.h smtpd_milter.o: ../../include/name_mask.h +smtpd_milter.o: ../../include/nvtable.h smtpd_milter.o: ../../include/quote_821_local.h smtpd_milter.o: ../../include/quote_flags.h smtpd_milter.o: ../../include/resolve_clnt.h @@ -440,6 +459,7 @@ smtpd_milter.o: smtpd_resolve.h smtpd_milter.o: smtpd_sasl_glue.h smtpd_peer.o: ../../include/argv.h smtpd_peer.o: ../../include/attr.h +smtpd_peer.o: ../../include/check_arg.h smtpd_peer.o: ../../include/dns.h smtpd_peer.o: ../../include/haproxy_srvr.h smtpd_peer.o: ../../include/htable.h @@ -454,6 +474,7 @@ smtpd_peer.o: ../../include/myaddrinfo.h smtpd_peer.o: ../../include/mymalloc.h smtpd_peer.o: ../../include/name_code.h smtpd_peer.o: ../../include/name_mask.h +smtpd_peer.o: ../../include/nvtable.h smtpd_peer.o: ../../include/sock_addr.h smtpd_peer.o: ../../include/split_at.h smtpd_peer.o: ../../include/stringops.h @@ -468,9 +489,11 @@ smtpd_peer.o: smtpd.h smtpd_peer.o: smtpd_peer.c smtpd_proxy.o: ../../include/argv.h smtpd_proxy.o: ../../include/attr.h +smtpd_proxy.o: ../../include/check_arg.h smtpd_proxy.o: ../../include/cleanup_user.h smtpd_proxy.o: ../../include/connect.h smtpd_proxy.o: ../../include/dns.h +smtpd_proxy.o: ../../include/htable.h smtpd_proxy.o: ../../include/iostuff.h smtpd_proxy.o: ../../include/mail_error.h smtpd_proxy.o: ../../include/mail_params.h @@ -483,6 +506,7 @@ smtpd_proxy.o: ../../include/myaddrinfo.h smtpd_proxy.o: ../../include/mymalloc.h smtpd_proxy.o: ../../include/name_code.h smtpd_proxy.o: ../../include/name_mask.h +smtpd_proxy.o: ../../include/nvtable.h smtpd_proxy.o: ../../include/rec_type.h smtpd_proxy.o: ../../include/record.h smtpd_proxy.o: ../../include/smtp_stream.h @@ -498,11 +522,14 @@ smtpd_proxy.o: smtpd.h smtpd_proxy.o: smtpd_proxy.c smtpd_proxy.o: smtpd_proxy.h smtpd_resolve.o: ../../include/attr.h +smtpd_resolve.o: ../../include/check_arg.h smtpd_resolve.o: ../../include/ctable.h +smtpd_resolve.o: ../../include/htable.h smtpd_resolve.o: ../../include/iostuff.h smtpd_resolve.o: ../../include/mail_proto.h smtpd_resolve.o: ../../include/msg.h smtpd_resolve.o: ../../include/mymalloc.h +smtpd_resolve.o: ../../include/nvtable.h smtpd_resolve.o: ../../include/resolve_clnt.h smtpd_resolve.o: ../../include/rewrite_clnt.h smtpd_resolve.o: ../../include/stringops.h @@ -514,7 +541,9 @@ smtpd_resolve.o: smtpd_resolve.c smtpd_resolve.o: smtpd_resolve.h smtpd_sasl_glue.o: ../../include/argv.h smtpd_sasl_glue.o: ../../include/attr.h +smtpd_sasl_glue.o: ../../include/check_arg.h smtpd_sasl_glue.o: ../../include/dns.h +smtpd_sasl_glue.o: ../../include/htable.h smtpd_sasl_glue.o: ../../include/mail_params.h smtpd_sasl_glue.o: ../../include/mail_stream.h smtpd_sasl_glue.o: ../../include/milter.h @@ -523,6 +552,7 @@ smtpd_sasl_glue.o: ../../include/myaddrinfo.h smtpd_sasl_glue.o: ../../include/mymalloc.h smtpd_sasl_glue.o: ../../include/name_code.h smtpd_sasl_glue.o: ../../include/name_mask.h +smtpd_sasl_glue.o: ../../include/nvtable.h smtpd_sasl_glue.o: ../../include/sock_addr.h smtpd_sasl_glue.o: ../../include/stringops.h smtpd_sasl_glue.o: ../../include/sys_defs.h @@ -537,8 +567,10 @@ smtpd_sasl_glue.o: smtpd_sasl_glue.c smtpd_sasl_glue.o: smtpd_sasl_glue.h smtpd_sasl_proto.o: ../../include/argv.h smtpd_sasl_proto.o: ../../include/attr.h +smtpd_sasl_proto.o: ../../include/check_arg.h smtpd_sasl_proto.o: ../../include/dns.h smtpd_sasl_proto.o: ../../include/ehlo_mask.h +smtpd_sasl_proto.o: ../../include/htable.h smtpd_sasl_proto.o: ../../include/iostuff.h smtpd_sasl_proto.o: ../../include/mail_error.h smtpd_sasl_proto.o: ../../include/mail_params.h @@ -550,6 +582,7 @@ smtpd_sasl_proto.o: ../../include/myaddrinfo.h smtpd_sasl_proto.o: ../../include/mymalloc.h smtpd_sasl_proto.o: ../../include/name_code.h smtpd_sasl_proto.o: ../../include/name_mask.h +smtpd_sasl_proto.o: ../../include/nvtable.h smtpd_sasl_proto.o: ../../include/sock_addr.h smtpd_sasl_proto.o: ../../include/stringops.h smtpd_sasl_proto.o: ../../include/sys_defs.h @@ -565,9 +598,11 @@ smtpd_sasl_proto.o: smtpd_sasl_proto.h smtpd_sasl_proto.o: smtpd_token.h smtpd_state.o: ../../include/argv.h smtpd_state.o: ../../include/attr.h +smtpd_state.o: ../../include/check_arg.h smtpd_state.o: ../../include/cleanup_user.h smtpd_state.o: ../../include/dns.h smtpd_state.o: ../../include/events.h +smtpd_state.o: ../../include/htable.h smtpd_state.o: ../../include/iostuff.h smtpd_state.o: ../../include/mail_error.h smtpd_state.o: ../../include/mail_params.h @@ -579,6 +614,7 @@ smtpd_state.o: ../../include/myaddrinfo.h smtpd_state.o: ../../include/mymalloc.h smtpd_state.o: ../../include/name_code.h smtpd_state.o: ../../include/name_mask.h +smtpd_state.o: ../../include/nvtable.h smtpd_state.o: ../../include/sock_addr.h smtpd_state.o: ../../include/sys_defs.h smtpd_state.o: ../../include/tls.h @@ -598,7 +634,9 @@ smtpd_token.o: smtpd_token.c smtpd_token.o: smtpd_token.h smtpd_xforward.o: ../../include/argv.h smtpd_xforward.o: ../../include/attr.h +smtpd_xforward.o: ../../include/check_arg.h smtpd_xforward.o: ../../include/dns.h +smtpd_xforward.o: ../../include/htable.h smtpd_xforward.o: ../../include/iostuff.h smtpd_xforward.o: ../../include/mail_proto.h smtpd_xforward.o: ../../include/mail_stream.h @@ -608,6 +646,7 @@ smtpd_xforward.o: ../../include/myaddrinfo.h smtpd_xforward.o: ../../include/mymalloc.h smtpd_xforward.o: ../../include/name_code.h smtpd_xforward.o: ../../include/name_mask.h +smtpd_xforward.o: ../../include/nvtable.h smtpd_xforward.o: ../../include/sock_addr.h smtpd_xforward.o: ../../include/sys_defs.h smtpd_xforward.o: ../../include/tls.h diff --git a/postfix/src/tls/Makefile.in b/postfix/src/tls/Makefile.in index e0a1c707b..6324fb59c 100644 --- a/postfix/src/tls/Makefile.in +++ b/postfix/src/tls/Makefile.in @@ -221,13 +221,16 @@ tls_level.o: tls_level.c tls_mgr.o: ../../include/argv.h tls_mgr.o: ../../include/attr.h tls_mgr.o: ../../include/attr_clnt.h +tls_mgr.o: ../../include/check_arg.h tls_mgr.o: ../../include/dict.h +tls_mgr.o: ../../include/htable.h tls_mgr.o: ../../include/iostuff.h tls_mgr.o: ../../include/mail_params.h tls_mgr.o: ../../include/mail_proto.h tls_mgr.o: ../../include/msg.h tls_mgr.o: ../../include/myflock.h tls_mgr.o: ../../include/mymalloc.h +tls_mgr.o: ../../include/nvtable.h tls_mgr.o: ../../include/stringops.h tls_mgr.o: ../../include/sys_defs.h tls_mgr.o: ../../include/vbuf.h @@ -283,8 +286,10 @@ tls_prng_file.o: tls_prng.h tls_prng_file.o: tls_prng_file.c tls_proxy_clnt.o: ../../include/argv.h tls_proxy_clnt.o: ../../include/attr.h +tls_proxy_clnt.o: ../../include/check_arg.h tls_proxy_clnt.o: ../../include/connect.h tls_proxy_clnt.o: ../../include/dns.h +tls_proxy_clnt.o: ../../include/htable.h tls_proxy_clnt.o: ../../include/iostuff.h tls_proxy_clnt.o: ../../include/mail_params.h tls_proxy_clnt.o: ../../include/mail_proto.h @@ -293,6 +298,7 @@ tls_proxy_clnt.o: ../../include/myaddrinfo.h tls_proxy_clnt.o: ../../include/mymalloc.h tls_proxy_clnt.o: ../../include/name_code.h tls_proxy_clnt.o: ../../include/name_mask.h +tls_proxy_clnt.o: ../../include/nvtable.h tls_proxy_clnt.o: ../../include/sock_addr.h tls_proxy_clnt.o: ../../include/stringops.h tls_proxy_clnt.o: ../../include/sys_defs.h @@ -304,12 +310,16 @@ tls_proxy_clnt.o: tls_proxy.h tls_proxy_clnt.o: tls_proxy_clnt.c tls_proxy_print.o: ../../include/argv.h tls_proxy_print.o: ../../include/attr.h +tls_proxy_print.o: ../../include/check_arg.h tls_proxy_print.o: ../../include/dns.h +tls_proxy_print.o: ../../include/htable.h tls_proxy_print.o: ../../include/iostuff.h tls_proxy_print.o: ../../include/mail_proto.h tls_proxy_print.o: ../../include/myaddrinfo.h +tls_proxy_print.o: ../../include/mymalloc.h tls_proxy_print.o: ../../include/name_code.h tls_proxy_print.o: ../../include/name_mask.h +tls_proxy_print.o: ../../include/nvtable.h tls_proxy_print.o: ../../include/sock_addr.h tls_proxy_print.o: ../../include/sys_defs.h tls_proxy_print.o: ../../include/vbuf.h @@ -320,12 +330,16 @@ tls_proxy_print.o: tls_proxy.h tls_proxy_print.o: tls_proxy_print.c tls_proxy_scan.o: ../../include/argv.h tls_proxy_scan.o: ../../include/attr.h +tls_proxy_scan.o: ../../include/check_arg.h tls_proxy_scan.o: ../../include/dns.h +tls_proxy_scan.o: ../../include/htable.h tls_proxy_scan.o: ../../include/iostuff.h tls_proxy_scan.o: ../../include/mail_proto.h tls_proxy_scan.o: ../../include/myaddrinfo.h +tls_proxy_scan.o: ../../include/mymalloc.h tls_proxy_scan.o: ../../include/name_code.h tls_proxy_scan.o: ../../include/name_mask.h +tls_proxy_scan.o: ../../include/nvtable.h tls_proxy_scan.o: ../../include/sock_addr.h tls_proxy_scan.o: ../../include/sys_defs.h tls_proxy_scan.o: ../../include/vbuf.h diff --git a/postfix/src/tlsmgr/Makefile.in b/postfix/src/tlsmgr/Makefile.in index 5f2cd95ed..6dd3e1556 100644 --- a/postfix/src/tlsmgr/Makefile.in +++ b/postfix/src/tlsmgr/Makefile.in @@ -65,6 +65,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' tlsmgr.o: ../../include/argv.h tlsmgr.o: ../../include/attr.h +tlsmgr.o: ../../include/check_arg.h tlsmgr.o: ../../include/data_redirect.h tlsmgr.o: ../../include/dict.h tlsmgr.o: ../../include/dns.h @@ -83,6 +84,7 @@ tlsmgr.o: ../../include/myflock.h tlsmgr.o: ../../include/mymalloc.h tlsmgr.o: ../../include/name_code.h tlsmgr.o: ../../include/name_mask.h +tlsmgr.o: ../../include/nvtable.h tlsmgr.o: ../../include/set_eugid.h tlsmgr.o: ../../include/sock_addr.h tlsmgr.o: ../../include/stringops.h diff --git a/postfix/src/tlsproxy/Makefile.in b/postfix/src/tlsproxy/Makefile.in index 0435f0dd5..8e97f2105 100644 --- a/postfix/src/tlsproxy/Makefile.in +++ b/postfix/src/tlsproxy/Makefile.in @@ -63,8 +63,10 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' tlsproxy.o: ../../include/argv.h tlsproxy.o: ../../include/attr.h +tlsproxy.o: ../../include/check_arg.h tlsproxy.o: ../../include/dns.h tlsproxy.o: ../../include/events.h +tlsproxy.o: ../../include/htable.h tlsproxy.o: ../../include/iostuff.h tlsproxy.o: ../../include/mail_conf.h tlsproxy.o: ../../include/mail_params.h @@ -77,6 +79,7 @@ tlsproxy.o: ../../include/mymalloc.h tlsproxy.o: ../../include/name_code.h tlsproxy.o: ../../include/name_mask.h tlsproxy.o: ../../include/nbbio.h +tlsproxy.o: ../../include/nvtable.h tlsproxy.o: ../../include/sock_addr.h tlsproxy.o: ../../include/sys_defs.h tlsproxy.o: ../../include/tls.h diff --git a/postfix/src/trivial-rewrite/Makefile.in b/postfix/src/trivial-rewrite/Makefile.in index 80dce5997..f9e47df44 100644 --- a/postfix/src/trivial-rewrite/Makefile.in +++ b/postfix/src/trivial-rewrite/Makefile.in @@ -67,8 +67,10 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' resolve.o: ../../include/argv.h resolve.o: ../../include/attr.h +resolve.o: ../../include/check_arg.h resolve.o: ../../include/dict.h resolve.o: ../../include/domain_list.h +resolve.o: ../../include/htable.h resolve.o: ../../include/iostuff.h resolve.o: ../../include/mail_addr_find.h resolve.o: ../../include/mail_conf.h @@ -80,6 +82,7 @@ resolve.o: ../../include/match_parent_style.h resolve.o: ../../include/msg.h resolve.o: ../../include/myflock.h resolve.o: ../../include/mymalloc.h +resolve.o: ../../include/nvtable.h resolve.o: ../../include/quote_822_local.h resolve.o: ../../include/quote_flags.h resolve.o: ../../include/resolve_clnt.h @@ -101,7 +104,9 @@ resolve.o: transport.h resolve.o: trivial-rewrite.h rewrite.o: ../../include/argv.h rewrite.o: ../../include/attr.h +rewrite.o: ../../include/check_arg.h rewrite.o: ../../include/dict.h +rewrite.o: ../../include/htable.h rewrite.o: ../../include/iostuff.h rewrite.o: ../../include/mail_conf.h rewrite.o: ../../include/mail_params.h @@ -109,6 +114,8 @@ rewrite.o: ../../include/mail_proto.h rewrite.o: ../../include/maps.h rewrite.o: ../../include/msg.h rewrite.o: ../../include/myflock.h +rewrite.o: ../../include/mymalloc.h +rewrite.o: ../../include/nvtable.h rewrite.o: ../../include/resolve_clnt.h rewrite.o: ../../include/resolve_local.h rewrite.o: ../../include/split_at.h @@ -122,8 +129,10 @@ rewrite.o: rewrite.c rewrite.o: trivial-rewrite.h transport.o: ../../include/argv.h transport.o: ../../include/attr.h +transport.o: ../../include/check_arg.h transport.o: ../../include/dict.h transport.o: ../../include/events.h +transport.o: ../../include/htable.h transport.o: ../../include/iostuff.h transport.o: ../../include/mail_params.h transport.o: ../../include/mail_proto.h @@ -133,6 +142,7 @@ transport.o: ../../include/match_parent_style.h transport.o: ../../include/msg.h transport.o: ../../include/myflock.h transport.o: ../../include/mymalloc.h +transport.o: ../../include/nvtable.h transport.o: ../../include/split_at.h transport.o: ../../include/stringops.h transport.o: ../../include/strip_addr.h @@ -144,8 +154,10 @@ transport.o: transport.c transport.o: transport.h trivial-rewrite.o: ../../include/argv.h trivial-rewrite.o: ../../include/attr.h +trivial-rewrite.o: ../../include/check_arg.h trivial-rewrite.o: ../../include/dict.h trivial-rewrite.o: ../../include/events.h +trivial-rewrite.o: ../../include/htable.h trivial-rewrite.o: ../../include/iostuff.h trivial-rewrite.o: ../../include/mail_addr.h trivial-rewrite.o: ../../include/mail_conf.h @@ -156,6 +168,8 @@ trivial-rewrite.o: ../../include/mail_version.h trivial-rewrite.o: ../../include/maps.h trivial-rewrite.o: ../../include/msg.h trivial-rewrite.o: ../../include/myflock.h +trivial-rewrite.o: ../../include/mymalloc.h +trivial-rewrite.o: ../../include/nvtable.h trivial-rewrite.o: ../../include/resolve_clnt.h trivial-rewrite.o: ../../include/resolve_local.h trivial-rewrite.o: ../../include/rewrite_clnt.h diff --git a/postfix/src/util/Makefile.in b/postfix/src/util/Makefile.in index a4f9448d7..ded35f049 100644 --- a/postfix/src/util/Makefile.in +++ b/postfix/src/util/Makefile.in @@ -39,7 +39,7 @@ SRCS = alldig.c allprint.c argv.c argv_split.c attr_clnt.c attr_print0.c \ dict_sockmap.c line_number.c recv_pass_attr.c pass_accept.c \ poll_fd.c timecmp.c slmdb.c dict_pipe.c dict_random.c \ valid_utf8_hostname.c midna.c argv_splitq.c balpar.c dict_union.c \ - extpar.c dict_inline.c + extpar.c dict_inline.c attr.c OBJS = alldig.o allprint.o argv.o argv_split.o attr_clnt.o attr_print0.o \ attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o \ attr_scan_plain.o auto_clnt.o base64_code.o basename.o binhash.o \ @@ -80,7 +80,7 @@ OBJS = alldig.o allprint.o argv.o argv_split.o attr_clnt.o attr_print0.o \ dict_sockmap.o line_number.o recv_pass_attr.o pass_accept.o \ poll_fd.o timecmp.o $(NON_PLUGIN_MAP_OBJ) dict_pipe.o dict_random.o \ valid_utf8_hostname.o midna.o argv_splitq.o balpar.o dict_union.o \ - extpar.o dict_inline.o + extpar.o dict_inline.o attr.o # MAP_OBJ is for maps that may be dynamically loaded with dynamicmaps.cf. # When hard-linking these, makedefs sets NON_PLUGIN_MAP_OBJ=$(MAP_OBJ), # otherwise it sets the PLUGIN_* macros. @@ -109,7 +109,7 @@ HDRS = argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h \ edit_file.h dict_cache.h dict_thash.h ip_match.h nbbio.h base32_code.h \ dict_fail.h warn_stat.h dict_sockmap.h line_number.h timecmp.h \ slmdb.h compat_va_copy.h dict_pipe.h dict_random.h \ - valid_utf8_hostname.h midna.h dict_union.h dict_inline.h + valid_utf8_hostname.h midna.h dict_union.h dict_inline.h check_arg.h TESTSRC = fifo_open.c fifo_rdwr_bug.c fifo_rdonly_bug.c select_bug.c \ stream_test.c dup2_pass_on_exec.c DEFS = -I. -D$(SYSTYPE) @@ -801,24 +801,39 @@ argv_splitq.o: stringops.h argv_splitq.o: sys_defs.h argv_splitq.o: vbuf.h argv_splitq.o: vstring.h +attr.o: attr.c +attr.o: attr.h +attr.o: check_arg.h +attr.o: htable.h +attr.o: mymalloc.h +attr.o: nvtable.h +attr.o: sys_defs.h +attr.o: vbuf.h +attr.o: vstream.h +attr.o: vstring.h attr_clnt.o: attr.h attr_clnt.o: attr_clnt.c attr_clnt.o: attr_clnt.h attr_clnt.o: auto_clnt.h +attr_clnt.o: check_arg.h attr_clnt.o: compat_va_copy.h attr_clnt.o: htable.h attr_clnt.o: iostuff.h attr_clnt.o: msg.h attr_clnt.o: mymalloc.h +attr_clnt.o: nvtable.h attr_clnt.o: sys_defs.h attr_clnt.o: vbuf.h attr_clnt.o: vstream.h +attr_clnt.o: vstring.h attr_print0.o: attr.h attr_print0.o: attr_print0.c attr_print0.o: base64_code.h +attr_print0.o: check_arg.h attr_print0.o: htable.h attr_print0.o: msg.h attr_print0.o: mymalloc.h +attr_print0.o: nvtable.h attr_print0.o: sys_defs.h attr_print0.o: vbuf.h attr_print0.o: vstream.h @@ -826,9 +841,11 @@ attr_print0.o: vstring.h attr_print64.o: attr.h attr_print64.o: attr_print64.c attr_print64.o: base64_code.h +attr_print64.o: check_arg.h attr_print64.o: htable.h attr_print64.o: msg.h attr_print64.o: mymalloc.h +attr_print64.o: nvtable.h attr_print64.o: sys_defs.h attr_print64.o: vbuf.h attr_print64.o: vstream.h @@ -836,9 +853,11 @@ attr_print64.o: vstring.h attr_print_plain.o: attr.h attr_print_plain.o: attr_print_plain.c attr_print_plain.o: base64_code.h +attr_print_plain.o: check_arg.h attr_print_plain.o: htable.h attr_print_plain.o: msg.h attr_print_plain.o: mymalloc.h +attr_print_plain.o: nvtable.h attr_print_plain.o: sys_defs.h attr_print_plain.o: vbuf.h attr_print_plain.o: vstream.h @@ -846,9 +865,11 @@ attr_print_plain.o: vstring.h attr_scan0.o: attr.h attr_scan0.o: attr_scan0.c attr_scan0.o: base64_code.h +attr_scan0.o: check_arg.h attr_scan0.o: htable.h attr_scan0.o: msg.h attr_scan0.o: mymalloc.h +attr_scan0.o: nvtable.h attr_scan0.o: sys_defs.h attr_scan0.o: vbuf.h attr_scan0.o: vstream.h @@ -857,9 +878,11 @@ attr_scan0.o: vstring_vstream.h attr_scan64.o: attr.h attr_scan64.o: attr_scan64.c attr_scan64.o: base64_code.h +attr_scan64.o: check_arg.h attr_scan64.o: htable.h attr_scan64.o: msg.h attr_scan64.o: mymalloc.h +attr_scan64.o: nvtable.h attr_scan64.o: sys_defs.h attr_scan64.o: vbuf.h attr_scan64.o: vstream.h @@ -867,9 +890,11 @@ attr_scan64.o: vstring.h attr_scan_plain.o: attr.h attr_scan_plain.o: attr_scan_plain.c attr_scan_plain.o: base64_code.h +attr_scan_plain.o: check_arg.h attr_scan_plain.o: htable.h attr_scan_plain.o: msg.h attr_scan_plain.o: mymalloc.h +attr_scan_plain.o: nvtable.h attr_scan_plain.o: sys_defs.h attr_scan_plain.o: vbuf.h attr_scan_plain.o: vstream.h @@ -914,6 +939,8 @@ binhash.o: binhash.h binhash.o: msg.h binhash.o: mymalloc.h binhash.o: sys_defs.h +check_arg.o: check_arg.c +check_arg.o: sys_defs.h chroot_uid.o: chroot_uid.c chroot_uid.o: chroot_uid.h chroot_uid.o: msg.h @@ -1602,8 +1629,6 @@ load_file.o: vbuf.h load_file.o: vstream.h load_file.o: warn_stat.h load_lib.o: load_lib.c -load_lib.o: load_lib.h -load_lib.o: msg.h load_lib.o: sys_defs.h lowercase.o: lowercase.c lowercase.o: stringops.h @@ -1808,14 +1833,18 @@ open_lock.o: vbuf.h open_lock.o: vstream.h open_lock.o: vstring.h pass_accept.o: attr.h +pass_accept.o: check_arg.h pass_accept.o: htable.h pass_accept.o: iostuff.h pass_accept.o: listen.h pass_accept.o: msg.h +pass_accept.o: mymalloc.h +pass_accept.o: nvtable.h pass_accept.o: pass_accept.c pass_accept.o: sys_defs.h pass_accept.o: vbuf.h pass_accept.o: vstream.h +pass_accept.o: vstring.h pass_trigger.o: connect.h pass_trigger.o: events.h pass_trigger.o: iostuff.h @@ -1857,14 +1886,17 @@ readlline.o: vbuf.h readlline.o: vstream.h readlline.o: vstring.h recv_pass_attr.o: attr.h +recv_pass_attr.o: check_arg.h recv_pass_attr.o: htable.h recv_pass_attr.o: iostuff.h recv_pass_attr.o: listen.h recv_pass_attr.o: mymalloc.h +recv_pass_attr.o: nvtable.h recv_pass_attr.o: recv_pass_attr.c recv_pass_attr.o: sys_defs.h recv_pass_attr.o: vbuf.h recv_pass_attr.o: vstream.h +recv_pass_attr.o: vstring.h ring.o: ring.c ring.o: ring.h safe_getenv.o: safe.h diff --git a/postfix/src/util/attr.c b/postfix/src/util/attr.c new file mode 100644 index 000000000..e382184f9 --- /dev/null +++ b/postfix/src/util/attr.c @@ -0,0 +1,49 @@ +/*++ +/* NAME +/* attr 3 +/* SUMMARY +/* attribute list manipulations +/* SYNOPSIS +/* #include +/* DESCRIPTION +/* This module allocates storage for dummy variables that are +/* never referenced. They are used in expressions that are +/* discarded by the compiler. Only defective compiler would +/* generate code that references these variables. +/* LICENSE +/* .ad +/* .fi +/* The Secure Mailer license must be distributed with this software. +/* AUTHOR(S) +/* Wietse Venema +/* IBM T.J. Watson Research +/* P.O. Box 704 +/* Yorktown Heights, NY 10598, USA +/*--*/ + + /* + * System library. + */ +#include + + /* + * Utility library. + */ +#include + + /* + * These should never be referenced, but they are here just in case. + */ +int CHECK_VAL_DUMMY(int); +long CHECK_VAL_DUMMY(long); +ssize_t CHECK_VAL_DUMMY(ssize_t); +int *CHECK_PTR_DUMMY(int); +long *CHECK_PTR_DUMMY(long); +void *CHECK_PTR_DUMMY(void); +const char *CHECK_CONST_PTR_DUMMY(char); +const void *CHECK_CONST_PTR_DUMMY(void); +VSTRING *CHECK_PTR_DUMMY(VSTRING); +HTABLE *CHECK_PTR_DUMMY(HTABLE); +const HTABLE *CHECK_CONST_PTR_DUMMY(HTABLE); +NVTABLE *CHECK_PTR_DUMMY(NVTABLE); +const NVTABLE *CHECK_CONST_PTR_DUMMY(NVTABLE); diff --git a/postfix/src/util/attr.h b/postfix/src/util/attr.h index b424611ce..e398f2389 100644 --- a/postfix/src/util/attr.h +++ b/postfix/src/util/attr.h @@ -20,6 +20,10 @@ * Utility library. */ #include +#include +#include +#include +#include /* * Attribute types. See attr_scan(3) for documentation. @@ -36,123 +40,38 @@ #define ATTR_HASH_LIMIT 1024 /* Size of hash table */ - /* - * Optional wrappers to enable type checking on varargs argument lists. Each - * non-pointer argument is handled by a want_xxx_val() wrapper (xxx = int, - * long or ssize_t), and each pointer argument is handled by a - * want_xxx_ptr() wrapper. With VARARGS_ATTR_DEBUG defined, the wrappers - * will detect type mis-matches of interest. - * - * Note 1: Non-pointer types. With VARARGS_ATTR_DEBUG defined, we don't detect - * type mismatches between non-pointer types. Reason: the want_xxx_val() - * wrappers cannot force the caller to actually pass an int, long or ssize_t - * argument. We do detect type mismatches between pointer/non-pointer types. - * Since type mismatches between non-pointers cannot be detected with - * VARARGS_ATTR_DEBUG defined, the want_xxx_val() wrappers use a typecast - * with VARARGS_ATTR_DEBUG undefined. - * - * Note 2: Pointer types. With VARARGS_ATTR_DEBUG defined, we do detect type - * mismatches between pointer types. The want_(const_)void_ptr() wrappers - * expect char* arguments instead of void*, because the latter would never - * complain about pointer type mismatches. If the caller actually passes a - * void* argument, then the implicit conversion to char* will be silent, and - * that is exactly what we want. We also detect type mismatches between - * pointer/non-pointer types. Since all type mismatches of interest can be - * detected with VARARGS_ATTR_DEBUG defined, the want_xxx_ptr() wrappers - * become NOOPs with VARARGS_ATTR_DEBUG undefined. - */ -#ifdef VARARGS_ATTR_DEBUG -static inline int want_int_val(int v) -{ /* Note 1 */ - return (v); -} -static inline long want_long_val(long v) -{ /* Note 1 */ - return (v); -} -static inline ssize_t want_ssize_t_val(ssize_t v) -{ /* Note 1 */ - return (v); -} -static inline int *want_int_ptr(int *p) -{ - return (p); -} -static inline const char *want_const_char_ptr(const char *p) -{ - return (p); -} -static inline char *want_char_ptr(char *p) -{ - return (p); -} -static inline struct VSTRING *want_vstr_ptr(struct VSTRING *p) -{ - return (p); -} -static inline const struct HTABLE *want_const_ht_ptr(const struct HTABLE *p) -{ - return (p); -} -static inline struct HTABLE *want_ht_ptr(struct HTABLE *p) -{ - return (p); -} -static inline const struct NVTABLE *want_const_nv_ptr(const struct NVTABLE * p) -{ - return (p); -} -static inline struct NVTABLE *want_nv_ptr(struct NVTABLE * p) -{ - return (p); -} -static inline long *want_long_ptr(long *p) -{ - return (p); -} -static inline const char *want_const_void_ptr(const char *p) -{ /* Note 2 */ - return (p); -} -static inline char *want_void_ptr(char *p) -{ /* Note 2 */ - return (p); -} - -#else -#define want_int_val(val) (int) (val) /* Note 1 */ -#define want_long_val(val) (long) (val) /* Note 1 */ -#define want_ssize_t_val(val) (ssize_t) (val) /* Note 1 */ -#define want_int_ptr(val) (val) -#define want_const_char_ptr(val) (val) -#define want_char_ptr(val) (val) -#define want_vstr_ptr(val) (val) -#define want_const_ht_ptr(val) (val) -#define want_ht_ptr(val) (val) -#define want_const_nv_ptr(val) (val) -#define want_nv_ptr(val) (val) -#define want_long_ptr(val) (val) -#define want_const_void_ptr(val) (val) -#define want_void_ptr(val) (val) -#endif - -#define want_name(name) want_const_char_ptr(name) - -#define SEND_ATTR_INT(name, val) ATTR_TYPE_INT, want_name(name), want_int_val(val) -#define SEND_ATTR_STR(name, val) ATTR_TYPE_STR, want_name(name), want_const_char_ptr(val) -#define SEND_ATTR_HASH(name, val) ATTR_TYPE_HASH, want_name(name), want_const_ht_ptr(val) -#define SEND_ATTR_NV(name, val) ATTR_TYPE_NV, want_name(name), want_const_nv_ptr(val) -#define SEND_ATTR_LONG(name, val) ATTR_TYPE_LONG, want_name(name), want_long_val(val) -#define SEND_ATTR_DATA(name, len, val) ATTR_TYPE_DATA, want_name(name), want_ssize_t_val(len), want_const_void_ptr(val) -#define SEND_ATTR_FUNC(func, val) ATTR_TYPE_FUNC, (func), want_const_void_ptr(val) - -#define RECV_ATTR_INT(name, val) ATTR_TYPE_INT, want_name(name), want_int_ptr(val) -#define RECV_ATTR_STR(name, val) ATTR_TYPE_STR, want_name(name), want_vstr_ptr(val) -#define RECV_ATTR_HASH(name, val) ATTR_TYPE_HASH, want_name(name), want_ht_ptr(val) -#define RECV_ATTR_NV(name, val) ATTR_TYPE_NV, want_name(name), want_nv_ptr(val) -#define RECV_ATTR_LONG(name, val) ATTR_TYPE_LONG, want_name(name), want_long_ptr(val) -#define RECV_ATTR_DATA(name, val) ATTR_TYPE_DATA, want_name(name), want_vstr_ptr(val) -#define RECV_ATTR_FUNC(func, val) ATTR_TYPE_FUNC, (func), want_void_ptr(val) +#define SEND_ATTR_INT(name, val) ATTR_TYPE_INT, CHECK_CONST_PTR(char, name), CHECK_VAL(int, val) +#define SEND_ATTR_STR(name, val) ATTR_TYPE_STR, CHECK_CONST_PTR(char, name), CHECK_CONST_PTR(char, val) +#define SEND_ATTR_HASH(val) ATTR_TYPE_HASH, CHECK_CONST_PTR(HTABLE, val) +#define SEND_ATTR_NV(val) ATTR_TYPE_NV, CHECK_CONST_PTR(NVTABLE, val) +#define SEND_ATTR_LONG(name, val) ATTR_TYPE_LONG, CHECK_CONST_PTR(char, name), CHECK_VAL(long, val) +#define SEND_ATTR_DATA(name, len, val) ATTR_TYPE_DATA, CHECK_CONST_PTR(char, name), CHECK_VAL(ssize_t, len), CHECK_CONST_PTR(void, val) +#define SEND_ATTR_FUNC(func, val) ATTR_TYPE_FUNC, (func), CHECK_CONST_PTR(void, val) + +#define RECV_ATTR_INT(name, val) ATTR_TYPE_INT, CHECK_CONST_PTR(char, name), CHECK_PTR(int, val) +#define RECV_ATTR_STR(name, val) ATTR_TYPE_STR, CHECK_CONST_PTR(char, name), CHECK_PTR(VSTRING, val) +#define RECV_ATTR_HASH(val) ATTR_TYPE_HASH, CHECK_PTR(HTABLE, val) +#define RECV_ATTR_NV(val) ATTR_TYPE_NV, CHECK_PTR(NVTABLE, val) +#define RECV_ATTR_LONG(name, val) ATTR_TYPE_LONG, CHECK_CONST_PTR(char, name), CHECK_PTR(long, val) +#define RECV_ATTR_DATA(name, val) ATTR_TYPE_DATA, CHECK_CONST_PTR(char, name), CHECK_PTR(VSTRING, val) +#define RECV_ATTR_FUNC(func, val) ATTR_TYPE_FUNC, (func), CHECK_PTR(void, val) + +extern int CHECK_VAL_DUMMY(int); +extern long CHECK_VAL_DUMMY(long); +extern ssize_t CHECK_VAL_DUMMY(ssize_t); +extern int *CHECK_PTR_DUMMY(int); +extern long *CHECK_PTR_DUMMY(long); +extern void *CHECK_PTR_DUMMY(void); +extern const char *CHECK_CONST_PTR_DUMMY(char); +extern const void *CHECK_CONST_PTR_DUMMY(void); + +extern VSTRING *CHECK_PTR_DUMMY(VSTRING); + +extern HTABLE *CHECK_PTR_DUMMY(HTABLE); +extern const HTABLE *CHECK_CONST_PTR_DUMMY(HTABLE); + +extern NVTABLE *CHECK_PTR_DUMMY(NVTABLE); +extern const NVTABLE *CHECK_CONST_PTR_DUMMY(NVTABLE); /* * Flags that control processing. See attr_scan(3) for documentation. diff --git a/postfix/src/util/attr_print0.c b/postfix/src/util/attr_print0.c index 6e991e924..650fd6d7f 100644 --- a/postfix/src/util/attr_print0.c +++ b/postfix/src/util/attr_print0.c @@ -222,17 +222,17 @@ int main(int unused_argc, char **argv) htable_enter(table, "foo-name", mystrdup("foo-value")); htable_enter(table, "bar-name", mystrdup("bar-value")); attr_print0(VSTREAM_OUT, ATTR_FLAG_NONE, - ATTR_TYPE_INT, ATTR_NAME_INT, 4711, - ATTR_TYPE_LONG, ATTR_NAME_LONG, 1234L, - ATTR_TYPE_STR, ATTR_NAME_STR, "whoopee", - ATTR_TYPE_DATA, ATTR_NAME_DATA, strlen("whoopee"), "whoopee", - ATTR_TYPE_HASH, table, + SEND_ATTR_INT(ATTR_NAME_INT, 4711), + SEND_ATTR_LONG(ATTR_NAME_LONG, 1234L), + SEND_ATTR_STR(ATTR_NAME_STR, "whoopee"), + SEND_ATTR_DATA(ATTR_NAME_DATA, strlen("whoopee"), "whoopee"), + SEND_ATTR_HASH(table), ATTR_TYPE_END); attr_print0(VSTREAM_OUT, ATTR_FLAG_NONE, - ATTR_TYPE_INT, ATTR_NAME_INT, 4711, - ATTR_TYPE_LONG, ATTR_NAME_LONG, 1234L, - ATTR_TYPE_STR, ATTR_NAME_STR, "whoopee", - ATTR_TYPE_DATA, ATTR_NAME_DATA, strlen("whoopee"), "whoopee", + SEND_ATTR_INT(ATTR_NAME_INT, 4711), + SEND_ATTR_LONG(ATTR_NAME_LONG, 1234L), + SEND_ATTR_STR(ATTR_NAME_STR, "whoopee"), + SEND_ATTR_DATA(ATTR_NAME_DATA, strlen("whoopee"), "whoopee"), ATTR_TYPE_END); if (vstream_fflush(VSTREAM_OUT) != 0) msg_fatal("write error: %m"); diff --git a/postfix/src/util/attr_print64.c b/postfix/src/util/attr_print64.c index 6d5850d25..00d945fa3 100644 --- a/postfix/src/util/attr_print64.c +++ b/postfix/src/util/attr_print64.c @@ -261,17 +261,17 @@ int main(int unused_argc, char **argv) htable_enter(table, "foo-name", mystrdup("foo-value")); htable_enter(table, "bar-name", mystrdup("bar-value")); attr_print64(VSTREAM_OUT, ATTR_FLAG_NONE, - ATTR_TYPE_INT, ATTR_NAME_INT, 4711, - ATTR_TYPE_LONG, ATTR_NAME_LONG, 1234L, - ATTR_TYPE_STR, ATTR_NAME_STR, "whoopee", - ATTR_TYPE_DATA, ATTR_NAME_DATA, strlen("whoopee"), "whoopee", - ATTR_TYPE_HASH, table, + SEND_ATTR_INT(ATTR_NAME_INT, 4711), + SEND_ATTR_LONG(ATTR_NAME_LONG, 1234L), + SEND_ATTR_STR(ATTR_NAME_STR, "whoopee"), + SEND_ATTR_DATA(ATTR_NAME_DATA, strlen("whoopee"), "whoopee"), + SEND_ATTR_HASH(table), ATTR_TYPE_END); attr_print64(VSTREAM_OUT, ATTR_FLAG_NONE, - ATTR_TYPE_INT, ATTR_NAME_INT, 4711, - ATTR_TYPE_LONG, ATTR_NAME_LONG, 1234L, - ATTR_TYPE_STR, ATTR_NAME_STR, "whoopee", - ATTR_TYPE_DATA, ATTR_NAME_DATA, strlen("whoopee"), "whoopee", + SEND_ATTR_INT(ATTR_NAME_INT, 4711), + SEND_ATTR_LONG(ATTR_NAME_LONG, 1234L), + SEND_ATTR_STR(ATTR_NAME_STR, "whoopee"), + SEND_ATTR_DATA(ATTR_NAME_DATA, strlen("whoopee"), "whoopee"), ATTR_TYPE_END); if (vstream_fflush(VSTREAM_OUT) != 0) msg_fatal("write error: %m"); diff --git a/postfix/src/util/attr_print_plain.c b/postfix/src/util/attr_print_plain.c index 63f294176..4edb100d9 100644 --- a/postfix/src/util/attr_print_plain.c +++ b/postfix/src/util/attr_print_plain.c @@ -216,17 +216,17 @@ int main(int unused_argc, char **argv) htable_enter(table, "foo-name", mystrdup("foo-value")); htable_enter(table, "bar-name", mystrdup("bar-value")); attr_print_plain(VSTREAM_OUT, ATTR_FLAG_NONE, - ATTR_TYPE_INT, ATTR_NAME_INT, 4711, - ATTR_TYPE_LONG, ATTR_NAME_LONG, 1234L, - ATTR_TYPE_STR, ATTR_NAME_STR, "whoopee", - ATTR_TYPE_DATA, ATTR_NAME_DATA, strlen("whoopee"), "whoopee", - ATTR_TYPE_HASH, table, + SEND_ATTR_INT(ATTR_NAME_INT, 4711), + SEND_ATTR_LONG(ATTR_NAME_LONG, 1234L), + SEND_ATTR_STR(ATTR_NAME_STR, "whoopee"), + SEND_ATTR_DATA(ATTR_NAME_DATA, strlen("whoopee"), "whoopee"), + SEND_ATTR_HASH(table), ATTR_TYPE_END); attr_print_plain(VSTREAM_OUT, ATTR_FLAG_NONE, - ATTR_TYPE_INT, ATTR_NAME_INT, 4711, - ATTR_TYPE_LONG, ATTR_NAME_LONG, 1234L, - ATTR_TYPE_STR, ATTR_NAME_STR, "whoopee", - ATTR_TYPE_DATA, ATTR_NAME_DATA, strlen("whoopee"), "whoopee", + SEND_ATTR_INT(ATTR_NAME_INT, 4711), + SEND_ATTR_LONG(ATTR_NAME_LONG, 1234L), + SEND_ATTR_STR(ATTR_NAME_STR, "whoopee"), + SEND_ATTR_DATA(ATTR_NAME_DATA, strlen("whoopee"), "whoopee"), ATTR_TYPE_END); if (vstream_fflush(VSTREAM_OUT) != 0) msg_fatal("write error: %m"); diff --git a/postfix/src/util/attr_scan0.c b/postfix/src/util/attr_scan0.c index 0e11c9b35..e15ffefe6 100644 --- a/postfix/src/util/attr_scan0.c +++ b/postfix/src/util/attr_scan0.c @@ -454,11 +454,11 @@ int main(int unused_argc, char **used_argv) msg_vstream_init(used_argv[0], VSTREAM_ERR); if ((ret = attr_scan0(VSTREAM_IN, ATTR_FLAG_STRICT, - ATTR_TYPE_INT, ATTR_NAME_INT, &int_val, - ATTR_TYPE_LONG, ATTR_NAME_LONG, &long_val, - ATTR_TYPE_STR, ATTR_NAME_STR, str_val, - ATTR_TYPE_DATA, ATTR_NAME_DATA, data_val, - ATTR_TYPE_HASH, table, + RECV_ATTR_INT(ATTR_NAME_INT, &int_val), + RECV_ATTR_LONG(ATTR_NAME_LONG, &long_val), + RECV_ATTR_STR(ATTR_NAME_STR, str_val), + RECV_ATTR_DATA(ATTR_NAME_DATA, data_val), + RECV_ATTR_HASH(table), ATTR_TYPE_END)) > 4) { vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); vstream_printf("%s %ld\n", ATTR_NAME_LONG, long_val); @@ -473,10 +473,10 @@ int main(int unused_argc, char **used_argv) } if ((ret = attr_scan0(VSTREAM_IN, ATTR_FLAG_STRICT, - ATTR_TYPE_INT, ATTR_NAME_INT, &int_val, - ATTR_TYPE_LONG, ATTR_NAME_LONG, &long_val, - ATTR_TYPE_STR, ATTR_NAME_STR, str_val, - ATTR_TYPE_DATA, ATTR_NAME_DATA, data_val, + RECV_ATTR_INT(ATTR_NAME_INT, &int_val), + RECV_ATTR_LONG(ATTR_NAME_LONG, &long_val), + RECV_ATTR_STR(ATTR_NAME_STR, str_val), + RECV_ATTR_DATA(ATTR_NAME_DATA, data_val), ATTR_TYPE_END)) == 4) { vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); vstream_printf("%s %ld\n", ATTR_NAME_LONG, long_val); diff --git a/postfix/src/util/attr_scan64.c b/postfix/src/util/attr_scan64.c index f94c4b2ff..52a3ba3fa 100644 --- a/postfix/src/util/attr_scan64.c +++ b/postfix/src/util/attr_scan64.c @@ -513,11 +513,11 @@ int main(int unused_argc, char **used_argv) msg_vstream_init(used_argv[0], VSTREAM_ERR); if ((ret = attr_scan64(VSTREAM_IN, ATTR_FLAG_STRICT, - ATTR_TYPE_INT, ATTR_NAME_INT, &int_val, - ATTR_TYPE_LONG, ATTR_NAME_LONG, &long_val, - ATTR_TYPE_STR, ATTR_NAME_STR, str_val, - ATTR_TYPE_DATA, ATTR_NAME_DATA, data_val, - ATTR_TYPE_HASH, table, + RECV_ATTR_INT(ATTR_NAME_INT, &int_val), + RECV_ATTR_LONG(ATTR_NAME_LONG, &long_val), + RECV_ATTR_STR(ATTR_NAME_STR, str_val), + RECV_ATTR_DATA(ATTR_NAME_DATA, data_val), + RECV_ATTR_HASH(table), ATTR_TYPE_END)) > 4) { vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); vstream_printf("%s %ld\n", ATTR_NAME_LONG, long_val); @@ -532,10 +532,10 @@ int main(int unused_argc, char **used_argv) } if ((ret = attr_scan64(VSTREAM_IN, ATTR_FLAG_STRICT, - ATTR_TYPE_INT, ATTR_NAME_INT, &int_val, - ATTR_TYPE_LONG, ATTR_NAME_LONG, &long_val, - ATTR_TYPE_STR, ATTR_NAME_STR, str_val, - ATTR_TYPE_DATA, ATTR_NAME_DATA, data_val, + RECV_ATTR_INT(ATTR_NAME_INT, &int_val), + RECV_ATTR_LONG(ATTR_NAME_LONG, &long_val), + RECV_ATTR_STR(ATTR_NAME_STR, str_val), + RECV_ATTR_DATA(ATTR_NAME_DATA, data_val), ATTR_TYPE_END)) == 4) { vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); vstream_printf("%s %ld\n", ATTR_NAME_LONG, long_val); diff --git a/postfix/src/util/attr_scan_plain.c b/postfix/src/util/attr_scan_plain.c index a563e7b87..9fd5c7c99 100644 --- a/postfix/src/util/attr_scan_plain.c +++ b/postfix/src/util/attr_scan_plain.c @@ -496,11 +496,11 @@ int main(int unused_argc, char **used_argv) msg_vstream_init(used_argv[0], VSTREAM_ERR); if ((ret = attr_scan_plain(VSTREAM_IN, ATTR_FLAG_STRICT, - ATTR_TYPE_INT, ATTR_NAME_INT, &int_val, - ATTR_TYPE_LONG, ATTR_NAME_LONG, &long_val, - ATTR_TYPE_STR, ATTR_NAME_STR, str_val, - ATTR_TYPE_DATA, ATTR_NAME_DATA, data_val, - ATTR_TYPE_HASH, table, + RECV_ATTR_INT(ATTR_NAME_INT, &int_val), + RECV_ATTR_LONG(ATTR_NAME_LONG, &long_val), + RECV_ATTR_STR(ATTR_NAME_STR, str_val), + RECV_ATTR_DATA(ATTR_NAME_DATA, data_val), + RECV_ATTR_HASH(table), ATTR_TYPE_END)) > 4) { vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); vstream_printf("%s %ld\n", ATTR_NAME_LONG, long_val); @@ -515,10 +515,10 @@ int main(int unused_argc, char **used_argv) } if ((ret = attr_scan_plain(VSTREAM_IN, ATTR_FLAG_STRICT, - ATTR_TYPE_INT, ATTR_NAME_INT, &int_val, - ATTR_TYPE_LONG, ATTR_NAME_LONG, &long_val, - ATTR_TYPE_STR, ATTR_NAME_STR, str_val, - ATTR_TYPE_DATA, ATTR_NAME_DATA, data_val, + RECV_ATTR_INT(ATTR_NAME_INT, &int_val), + RECV_ATTR_LONG(ATTR_NAME_LONG, &long_val), + RECV_ATTR_STR(ATTR_NAME_STR, str_val), + RECV_ATTR_DATA(ATTR_NAME_DATA, data_val), ATTR_TYPE_END)) == 4) { vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); vstream_printf("%s %ld\n", ATTR_NAME_LONG, long_val); diff --git a/postfix/src/util/check_arg.h b/postfix/src/util/check_arg.h new file mode 100644 index 000000000..f8f4a7503 --- /dev/null +++ b/postfix/src/util/check_arg.h @@ -0,0 +1,89 @@ +#ifndef _CHECK_ARG_INCLUDED_ +#define _CHECK_ARG_INCLUDED_ + +/*++ +/* NAME +/* check_arg 3h +/* SUMMARY +/* type checking/narrowing/widening for unprototyped arguments +/* SYNOPSIS +/* #include +/* +/* extern int CHECK_VAL_DUMMY(int); +/* extern int CHECK_PTR_DUMMY(int); +/* extern int CHECK_CONST_PTR_DUMMY(int); +/* +/* int val; +/* int *p1; +/* const int *p2; +/* +/* func(CHECK_VAL(int, val), CHECK_PTR(int, p1), CHECK_CONST_PTR(int, p2)); +/* DESCRIPTION +/* This module implements wrappers for unprototyped function +/* arguments, to enable the same type checking, type narrowing, +/* and type widening as for prototyped function arguments. The +/* wrappers may also be useful in other contexts. +/* +/* Each non-pointer argument type is handled by a corresponding +/* CHECK_VAL(type, value) wrapper (type = int, long, etc.), and +/* each pointer argument type is handled by a corresponding +/* CHECK_CONST_PTR(type, ptr) or CHECK_PTR(type, ptr) wrapper. +/* +/* A good compiler will report the following problems: +/* .IP \(bu +/* Const pointer argument where a non-const pointer is expected. +/* .IP \(bu +/* Pointer argument where a non-pointer is expected. +/* .IP \(bu +/* Pointer/pointer type mismatches except void/non-void pointers. +/* The latter is why all check_arg_xxx_ptr() macros cast their +/* result to the desired type. +/* .IP \(bu +/* Non-constant non-pointer argument where a pointer is expected. +/*. PP +/* Just like function prototypes, the CHECK_(CONST_)PTR() wrappers +/* handle "bare" numeric constants by casting their argument to +/* the desired pointer type. +/* +/* Just like function prototypes, the CHECK_VAL() wrapper cannot +/* force the caller to specify a particular non-pointer type and +/* casts its argument to the desired type. +/* IMPLEMENTATION +/* .ad +/* .fi +/* This implementation uses unreachable assignments to dummy +/* variables. Even a basic optimizer will eliminate these +/* assignments along with any reference to the dummy assignment +/* targets. It should be possible to declare these variables as +/* extern only, without any actual definition for storage +/* allocation. +/* .na +/* .nf + + /* + * Templates for parameter value checks. + */ +#define CHECK_VAL(type, v) ((type) (1 ? (v) : (CHECK_VAL_DUMMY(type) = (v)))) +#define CHECK_PTR(type, p) ((type *) (1 ? (p) : (CHECK_PTR_DUMMY(type) = (p)))) +#define CHECK_CONST_PTR(type, p) \ + ((const type *) (1 ? (p) : (CHECK_CONST_PTR_DUMMY(type) = (p)))) + + /* + * Templates for dummy assignment targets. These will never be referenced, + */ +#define CHECK_VAL_DUMMY(type) check_val_dummy_##type +#define CHECK_PTR_DUMMY(type) check_ptr_dummy_##type +#define CHECK_CONST_PTR_DUMMY(type) check_const_ptr_dummy_##type + +/* LICENSE +/* .ad +/* .fi +/* The Secure Mailer license must be distributed with this software. +/* AUTHOR(S) +/* Wietse Venema +/* IBM T.J. Watson Research +/* P.O. Box 704 +/* Yorktown Heights, NY 10598, USA +/*--*/ + +#endif diff --git a/postfix/src/util/sys_defs.h b/postfix/src/util/sys_defs.h index 44ea370d7..c7f7a403e 100644 --- a/postfix/src/util/sys_defs.h +++ b/postfix/src/util/sys_defs.h @@ -1620,7 +1620,7 @@ typedef int pid_t; /* * Some gcc implementations don't grok these attributes with pointer to * function. Again, wild guess of what is supported. To override, specify - * #define PRINTPTRFLIKE in the system-dependent sections above. + * #define PRINTFPTRLIKE in the system-dependent sections above. */ #ifndef PRINTFPTRLIKE #if (__GNUC__ >= 3) /* XXX Rough estimate */ diff --git a/postfix/src/verify/Makefile.in b/postfix/src/verify/Makefile.in index d1ee86f74..f7f09b4fb 100644 --- a/postfix/src/verify/Makefile.in +++ b/postfix/src/verify/Makefile.in @@ -61,6 +61,7 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' verify.o: ../../include/argv.h verify.o: ../../include/attr.h +verify.o: ../../include/check_arg.h verify.o: ../../include/cleanup_user.h verify.o: ../../include/data_redirect.h verify.o: ../../include/deliver_request.h @@ -81,6 +82,7 @@ verify.o: ../../include/msg.h verify.o: ../../include/msg_stats.h verify.o: ../../include/myflock.h verify.o: ../../include/mymalloc.h +verify.o: ../../include/nvtable.h verify.o: ../../include/post_mail.h verify.o: ../../include/recipient_list.h verify.o: ../../include/set_eugid.h diff --git a/postfix/src/virtual/Makefile.in b/postfix/src/virtual/Makefile.in index d648e9940..c31af594d 100644 --- a/postfix/src/virtual/Makefile.in +++ b/postfix/src/virtual/Makefile.in @@ -62,15 +62,19 @@ depend: $(MAKES) # do not edit below this line - it is generated by 'make depend' deliver_attr.o: ../../include/argv.h deliver_attr.o: ../../include/attr.h +deliver_attr.o: ../../include/check_arg.h deliver_attr.o: ../../include/deliver_request.h deliver_attr.o: ../../include/dict.h deliver_attr.o: ../../include/dsn.h deliver_attr.o: ../../include/dsn_buf.h +deliver_attr.o: ../../include/htable.h deliver_attr.o: ../../include/maps.h deliver_attr.o: ../../include/mbox_conf.h deliver_attr.o: ../../include/msg.h deliver_attr.o: ../../include/msg_stats.h deliver_attr.o: ../../include/myflock.h +deliver_attr.o: ../../include/mymalloc.h +deliver_attr.o: ../../include/nvtable.h deliver_attr.o: ../../include/recipient_list.h deliver_attr.o: ../../include/sys_defs.h deliver_attr.o: ../../include/vbuf.h @@ -81,12 +85,14 @@ deliver_attr.o: virtual.h mailbox.o: ../../include/argv.h mailbox.o: ../../include/attr.h mailbox.o: ../../include/bounce.h +mailbox.o: ../../include/check_arg.h mailbox.o: ../../include/defer.h mailbox.o: ../../include/deliver_request.h mailbox.o: ../../include/dict.h mailbox.o: ../../include/dsn.h mailbox.o: ../../include/dsn_buf.h mailbox.o: ../../include/dsn_util.h +mailbox.o: ../../include/htable.h mailbox.o: ../../include/mail_addr_find.h mailbox.o: ../../include/mail_copy.h mailbox.o: ../../include/mail_params.h @@ -97,6 +103,7 @@ mailbox.o: ../../include/msg.h mailbox.o: ../../include/msg_stats.h mailbox.o: ../../include/myflock.h mailbox.o: ../../include/mymalloc.h +mailbox.o: ../../include/nvtable.h mailbox.o: ../../include/recipient_list.h mailbox.o: ../../include/safe_open.h mailbox.o: ../../include/sent.h @@ -111,6 +118,7 @@ mailbox.o: virtual.h maildir.o: ../../include/argv.h maildir.o: ../../include/attr.h maildir.o: ../../include/bounce.h +maildir.o: ../../include/check_arg.h maildir.o: ../../include/defer.h maildir.o: ../../include/deliver_request.h maildir.o: ../../include/dict.h @@ -118,6 +126,7 @@ maildir.o: ../../include/dsn.h maildir.o: ../../include/dsn_buf.h maildir.o: ../../include/dsn_util.h maildir.o: ../../include/get_hostname.h +maildir.o: ../../include/htable.h maildir.o: ../../include/mail_copy.h maildir.o: ../../include/mail_params.h maildir.o: ../../include/make_dirs.h @@ -128,6 +137,7 @@ maildir.o: ../../include/msg.h maildir.o: ../../include/msg_stats.h maildir.o: ../../include/myflock.h maildir.o: ../../include/mymalloc.h +maildir.o: ../../include/nvtable.h maildir.o: ../../include/recipient_list.h maildir.o: ../../include/safe_open.h maildir.o: ../../include/sane_fsops.h @@ -144,16 +154,19 @@ maildir.o: virtual.h recipient.o: ../../include/argv.h recipient.o: ../../include/attr.h recipient.o: ../../include/bounce.h +recipient.o: ../../include/check_arg.h recipient.o: ../../include/deliver_request.h recipient.o: ../../include/dict.h recipient.o: ../../include/dsn.h recipient.o: ../../include/dsn_buf.h +recipient.o: ../../include/htable.h recipient.o: ../../include/maps.h recipient.o: ../../include/mbox_conf.h recipient.o: ../../include/msg.h recipient.o: ../../include/msg_stats.h recipient.o: ../../include/myflock.h recipient.o: ../../include/mymalloc.h +recipient.o: ../../include/nvtable.h recipient.o: ../../include/recipient_list.h recipient.o: ../../include/stringops.h recipient.o: ../../include/sys_defs.h @@ -165,15 +178,19 @@ recipient.o: virtual.h unknown.o: ../../include/argv.h unknown.o: ../../include/attr.h unknown.o: ../../include/bounce.h +unknown.o: ../../include/check_arg.h unknown.o: ../../include/deliver_request.h unknown.o: ../../include/dict.h unknown.o: ../../include/dsn.h unknown.o: ../../include/dsn_buf.h +unknown.o: ../../include/htable.h unknown.o: ../../include/maps.h unknown.o: ../../include/mbox_conf.h unknown.o: ../../include/msg.h unknown.o: ../../include/msg_stats.h unknown.o: ../../include/myflock.h +unknown.o: ../../include/mymalloc.h +unknown.o: ../../include/nvtable.h unknown.o: ../../include/recipient_list.h unknown.o: ../../include/sys_defs.h unknown.o: ../../include/vbuf.h @@ -183,12 +200,14 @@ unknown.o: unknown.c unknown.o: virtual.h virtual.o: ../../include/argv.h virtual.o: ../../include/attr.h +virtual.o: ../../include/check_arg.h virtual.o: ../../include/deliver_completed.h virtual.o: ../../include/deliver_request.h virtual.o: ../../include/dict.h virtual.o: ../../include/dsn.h virtual.o: ../../include/dsn_buf.h virtual.o: ../../include/flush_clnt.h +virtual.o: ../../include/htable.h virtual.o: ../../include/iostuff.h virtual.o: ../../include/mail_addr_find.h virtual.o: ../../include/mail_conf.h @@ -201,6 +220,8 @@ virtual.o: ../../include/mbox_conf.h virtual.o: ../../include/msg.h virtual.o: ../../include/msg_stats.h virtual.o: ../../include/myflock.h +virtual.o: ../../include/mymalloc.h +virtual.o: ../../include/nvtable.h virtual.o: ../../include/recipient_list.h virtual.o: ../../include/set_eugid.h virtual.o: ../../include/sys_defs.h