2 SRCS
= smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \
3 smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \
4 smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c
5 OBJS
= smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o \
6 smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o smtpd_proxy.o \
7 smtpd_xforward.o smtpd_dsn_fix.o smtpd_milter.o smtpd_resolve.o
8 HDRS
= smtpd_token.h smtpd_check.h smtpd_chat.h smtpd_sasl_proto.h \
9 smtpd_sasl_glue.h smtpd_proxy.h smtpd_dsn_fix.h smtpd_milter.h \
11 TESTSRC
= smtpd_token_test.c
12 DEFS
= -I.
-I
$(INC_DIR
) -D
$(SYSTYPE
)
13 CFLAGS
= $(DEBUG
) $(OPT
) $(DEFS
)
14 TESTPROG
= smtpd_token smtpd_check
16 INC_DIR
= ..
/..
/include
17 LIBS
= ..
/..
/lib
/libmaster.a ..
/..
/lib
/libtls.a ..
/..
/lib
/libdns.a \
18 ..
/..
/lib
/libxsasl.a ..
/..
/lib
/libmilter.a ..
/..
/lib
/libglobal.a \
21 .c.o
:; $(CC
) $(CFLAGS
) -c
$*.c
23 $(PROG
): $(OBJS
) $(LIBS
)
24 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBS
) $(SYSLIBS
)
26 $(OBJS
): ..
/..
/conf
/makedefs.out
29 cat ..
/..
/conf
/makedefs.out
$?
>$@
33 update
: ..
/..
/libexec
/$(PROG
)
35 ..
/..
/libexec
/$(PROG
): $(PROG
)
36 cp
$(PROG
) ..
/..
/libexec
38 SMTPD_CHECK_OBJ
= smtpd_state.o smtpd_peer.o smtpd_xforward.o smtpd_dsn_fix.o \
41 smtpd_token
: smtpd_token.c
$(LIBS
)
42 $(CC
) $(CFLAGS
) -DTEST
-o
$@
$@.c
$(LIBS
) $(SYSLIBS
)
44 smtpd_check
: smtpd_check.o smtpd_check.c
$(SMTPD_CHECK_OBJ
) $(LIBS
)
46 $(CC
) $(CFLAGS
) -DTEST
-o
$@ smtpd_check.c
$(SMTPD_CHECK_OBJ
) \
50 printfck
: $(OBJS
) $(PROG
)
54 sed
'1,/^# do not edit/!d' Makefile
>printfck
/Makefile
55 set
-e
; for i in
*.c
; do printfck
-f .printfck
$$i >printfck
/$$i; done
56 cd printfck
; make
"INC_DIR=../../../include" `cd ..; ls *.o`
59 lint
$(DEFS
) $(SRCS
) $(LINTFIX
)
62 rm -f
*.o
*core
$(PROG
) $(TESTPROG
) junk
*.db
*.out
*.tmp
67 tests
: smtpd_check_test smtpd_check_test2 smtpd_acl_test smtpd_exp_test \
68 smtpd_token_test smtpd_check_test4 smtpd_check_dsn_test \
69 smtpd_check_backup_test
73 # This requires that the DNS server can query porcupine.org.
75 smtpd_check_test
: smtpd_check smtpd_check.in smtpd_check.ref smtpd_check_access
76 ..
/postmap
/postmap hash
:smtpd_check_access
77 .
/smtpd_check
<smtpd_check.in
>smtpd_check.tmp
2>&1
78 diff smtpd_check.ref smtpd_check.tmp
79 rm -f smtpd_check.tmp smtpd_check_access.
*
81 # This requires that the DNS server can query porcupine.org.
83 smtpd_check_test2
: smtpd_check smtpd_check.in2 smtpd_check.ref2 smtpd_check_access
84 ..
/postmap
/postmap hash
:smtpd_check_access
85 .
/smtpd_check
<smtpd_check.in2
>smtpd_check.tmp
2>&1
86 diff smtpd_check.ref2 smtpd_check.tmp
87 rm -f smtpd_check.tmp smtpd_check_access.
*
89 smtpd_check_test4
: smtpd_check smtpd_check.in4 smtpd_check.ref4 smtpd_check_access
90 ..
/postmap
/postmap hash
:smtpd_check_access
91 .
/smtpd_check
<smtpd_check.in4
>smtpd_check.tmp
2>&1
92 diff smtpd_check.ref4 smtpd_check.tmp
93 rm -f smtpd_check.tmp smtpd_check_access.
*
95 smtpd_acl_test
: smtpd_check smtpd_acl.in smtpd_acl.ref smtpd_check_access
96 ..
/postmap
/postmap hash
:smtpd_check_access
97 .
/smtpd_check
<smtpd_acl.in
>smtpd_check.tmp
2>&1
98 diff smtpd_acl.ref smtpd_check.tmp
99 rm -f smtpd_check.tmp smtpd_check_access.
*
101 # This requires that the DNS server can query porcupine.org.
103 smtpd_exp_test
: smtpd_check smtpd_exp.in smtpd_exp.ref
104 ..
/postmap
/postmap hash
:smtpd_check_access
105 .
/smtpd_check
<smtpd_exp.in
>smtpd_exp.tmp
2>&1
106 diff smtpd_exp.ref smtpd_exp.tmp
107 rm -f smtpd_exp.tmp smtpd_check_access.
*
109 smtpd_check_dsn_test
: smtpd_check smtpd_check_dsn.in smtpd_check_dsn.ref smtpd_check_access
110 ..
/postmap
/postmap hash
:smtpd_check_access
111 .
/smtpd_check
<smtpd_check_dsn.in
>smtpd_check.tmp
2>&1
112 diff smtpd_check_dsn.ref smtpd_check.tmp
113 rm -f smtpd_check.tmp smtpd_check_access.
*
115 # This requires that 168,100.189.7 is a local or virtual interface.
117 smtpd_check_backup_test
: smtpd_check smtpd_check_backup.in smtpd_check_backup.ref
118 .
/smtpd_check
<smtpd_check_backup.in
>smtpd_check.tmp
2>&1
119 diff smtpd_check_backup.ref smtpd_check.tmp
120 rm -f smtpd_check.tmp
122 smtpd_token_test
: smtpd_token smtpd_token.in smtpd_token.ref
123 .
/smtpd_token
<smtpd_token.in
>smtpd_token.tmp
2>&1
124 diff smtpd_token.ref smtpd_token.tmp
125 rm -f smtpd_token.tmp
128 (sed
'1,/^# do not edit/!d' Makefile.in
; \
129 set
-e
; for i in
[a-z
][a-z0-9
]*.c
; do \
130 $(CC
) -E
$(DEFS
) $(INCL
) $$i | grep
-v
'[<>]' | sed
-n
-e
'/^# *1 *"\([^"]*\)".*/{' \
131 -e
's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
132 -e
's/o: \.\//o: /' -e p
-e
'}' ; \
133 done |
sort -u
) | grep
-v
'[.][o][:][ ][/]' >$$$$ && mv
$$$$ Makefile.in
134 @
$(EXPORT
) make
-f Makefile.in Makefile
1>&2
136 # do not edit below this line - it is generated by 'make depend'
137 smtpd.o
: ..
/..
/include/anvil_clnt.h
138 smtpd.o
: ..
/..
/include/argv.h
139 smtpd.o
: ..
/..
/include/attr.h
140 smtpd.o
: ..
/..
/include/attr_clnt.h
141 smtpd.o
: ..
/..
/include/cleanup_user.h
142 smtpd.o
: ..
/..
/include/debug_peer.h
143 smtpd.o
: ..
/..
/include/dict.h
144 smtpd.o
: ..
/..
/include/dsn_mask.h
145 smtpd.o
: ..
/..
/include/ehlo_mask.h
146 smtpd.o
: ..
/..
/include/events.h
147 smtpd.o
: ..
/..
/include/flush_clnt.h
148 smtpd.o
: ..
/..
/include/input_transp.h
149 smtpd.o
: ..
/..
/include/iostuff.h
150 smtpd.o
: ..
/..
/include/is_header.h
151 smtpd.o
: ..
/..
/include/lex_822.h
152 smtpd.o
: ..
/..
/include/mail_conf.h
153 smtpd.o
: ..
/..
/include/mail_date.h
154 smtpd.o
: ..
/..
/include/mail_error.h
155 smtpd.o
: ..
/..
/include/mail_params.h
156 smtpd.o
: ..
/..
/include/mail_proto.h
157 smtpd.o
: ..
/..
/include/mail_queue.h
158 smtpd.o
: ..
/..
/include/mail_server.h
159 smtpd.o
: ..
/..
/include/mail_stream.h
160 smtpd.o
: ..
/..
/include/mail_version.h
161 smtpd.o
: ..
/..
/include/maps.h
162 smtpd.o
: ..
/..
/include/match_list.h
163 smtpd.o
: ..
/..
/include/match_ops.h
164 smtpd.o
: ..
/..
/include/milter.h
165 smtpd.o
: ..
/..
/include/msg.h
166 smtpd.o
: ..
/..
/include/myaddrinfo.h
167 smtpd.o
: ..
/..
/include/mymalloc.h
168 smtpd.o
: ..
/..
/include/namadr_list.h
169 smtpd.o
: ..
/..
/include/name_code.h
170 smtpd.o
: ..
/..
/include/name_mask.h
171 smtpd.o
: ..
/..
/include/off_cvt.h
172 smtpd.o
: ..
/..
/include/quote_822_local.h
173 smtpd.o
: ..
/..
/include/quote_flags.h
174 smtpd.o
: ..
/..
/include/rec_type.h
175 smtpd.o
: ..
/..
/include/recipient_list.h
176 smtpd.o
: ..
/..
/include/record.h
177 smtpd.o
: ..
/..
/include/resolve_clnt.h
178 smtpd.o
: ..
/..
/include/smtp_stream.h
179 smtpd.o
: ..
/..
/include/split_at.h
180 smtpd.o
: ..
/..
/include/string_list.h
181 smtpd.o
: ..
/..
/include/stringops.h
182 smtpd.o
: ..
/..
/include/sys_defs.h
183 smtpd.o
: ..
/..
/include/tls.h
184 smtpd.o
: ..
/..
/include/tok822.h
185 smtpd.o
: ..
/..
/include/valid_hostname.h
186 smtpd.o
: ..
/..
/include/valid_mailhost_addr.h
187 smtpd.o
: ..
/..
/include/vbuf.h
188 smtpd.o
: ..
/..
/include/verp_sender.h
189 smtpd.o
: ..
/..
/include/vstream.h
190 smtpd.o
: ..
/..
/include/vstring.h
191 smtpd.o
: ..
/..
/include/vstring_vstream.h
192 smtpd.o
: ..
/..
/include/watchdog.h
193 smtpd.o
: ..
/..
/include/xtext.h
196 smtpd.o
: smtpd_chat.h
197 smtpd.o
: smtpd_check.h
198 smtpd.o
: smtpd_milter.h
199 smtpd.o
: smtpd_proxy.h
200 smtpd.o
: smtpd_sasl_glue.h
201 smtpd.o
: smtpd_sasl_proto.h
202 smtpd.o
: smtpd_token.h
203 smtpd_chat.o
: ..
/..
/include/argv.h
204 smtpd_chat.o
: ..
/..
/include/attr.h
205 smtpd_chat.o
: ..
/..
/include/cleanup_user.h
206 smtpd_chat.o
: ..
/..
/include/int_filt.h
207 smtpd_chat.o
: ..
/..
/include/iostuff.h
208 smtpd_chat.o
: ..
/..
/include/line_wrap.h
209 smtpd_chat.o
: ..
/..
/include/mail_addr.h
210 smtpd_chat.o
: ..
/..
/include/mail_error.h
211 smtpd_chat.o
: ..
/..
/include/mail_params.h
212 smtpd_chat.o
: ..
/..
/include/mail_proto.h
213 smtpd_chat.o
: ..
/..
/include/mail_stream.h
214 smtpd_chat.o
: ..
/..
/include/milter.h
215 smtpd_chat.o
: ..
/..
/include/msg.h
216 smtpd_chat.o
: ..
/..
/include/myaddrinfo.h
217 smtpd_chat.o
: ..
/..
/include/mymalloc.h
218 smtpd_chat.o
: ..
/..
/include/name_code.h
219 smtpd_chat.o
: ..
/..
/include/name_mask.h
220 smtpd_chat.o
: ..
/..
/include/post_mail.h
221 smtpd_chat.o
: ..
/..
/include/rec_type.h
222 smtpd_chat.o
: ..
/..
/include/record.h
223 smtpd_chat.o
: ..
/..
/include/smtp_stream.h
224 smtpd_chat.o
: ..
/..
/include/stringops.h
225 smtpd_chat.o
: ..
/..
/include/sys_defs.h
226 smtpd_chat.o
: ..
/..
/include/tls.h
227 smtpd_chat.o
: ..
/..
/include/vbuf.h
228 smtpd_chat.o
: ..
/..
/include/vstream.h
229 smtpd_chat.o
: ..
/..
/include/vstring.h
230 smtpd_chat.o
: smtpd.h
231 smtpd_chat.o
: smtpd_chat.c
232 smtpd_chat.o
: smtpd_chat.h
233 smtpd_check.o
: ..
/..
/include/argv.h
234 smtpd_check.o
: ..
/..
/include/attr.h
235 smtpd_check.o
: ..
/..
/include/attr_clnt.h
236 smtpd_check.o
: ..
/..
/include/cleanup_user.h
237 smtpd_check.o
: ..
/..
/include/conv_time.h
238 smtpd_check.o
: ..
/..
/include/ctable.h
239 smtpd_check.o
: ..
/..
/include/deliver_request.h
240 smtpd_check.o
: ..
/..
/include/dict.h
241 smtpd_check.o
: ..
/..
/include/dns.h
242 smtpd_check.o
: ..
/..
/include/domain_list.h
243 smtpd_check.o
: ..
/..
/include/dsn.h
244 smtpd_check.o
: ..
/..
/include/dsn_util.h
245 smtpd_check.o
: ..
/..
/include/fsspace.h
246 smtpd_check.o
: ..
/..
/include/htable.h
247 smtpd_check.o
: ..
/..
/include/inet_addr_list.h
248 smtpd_check.o
: ..
/..
/include/inet_proto.h
249 smtpd_check.o
: ..
/..
/include/input_transp.h
250 smtpd_check.o
: ..
/..
/include/iostuff.h
251 smtpd_check.o
: ..
/..
/include/is_header.h
252 smtpd_check.o
: ..
/..
/include/mac_expand.h
253 smtpd_check.o
: ..
/..
/include/mac_parse.h
254 smtpd_check.o
: ..
/..
/include/mail_addr.h
255 smtpd_check.o
: ..
/..
/include/mail_addr_find.h
256 smtpd_check.o
: ..
/..
/include/mail_conf.h
257 smtpd_check.o
: ..
/..
/include/mail_error.h
258 smtpd_check.o
: ..
/..
/include/mail_params.h
259 smtpd_check.o
: ..
/..
/include/mail_proto.h
260 smtpd_check.o
: ..
/..
/include/mail_stream.h
261 smtpd_check.o
: ..
/..
/include/maps.h
262 smtpd_check.o
: ..
/..
/include/match_list.h
263 smtpd_check.o
: ..
/..
/include/match_ops.h
264 smtpd_check.o
: ..
/..
/include/match_parent_style.h
265 smtpd_check.o
: ..
/..
/include/milter.h
266 smtpd_check.o
: ..
/..
/include/msg.h
267 smtpd_check.o
: ..
/..
/include/msg_stats.h
268 smtpd_check.o
: ..
/..
/include/myaddrinfo.h
269 smtpd_check.o
: ..
/..
/include/mymalloc.h
270 smtpd_check.o
: ..
/..
/include/namadr_list.h
271 smtpd_check.o
: ..
/..
/include/name_code.h
272 smtpd_check.o
: ..
/..
/include/name_mask.h
273 smtpd_check.o
: ..
/..
/include/own_inet_addr.h
274 smtpd_check.o
: ..
/..
/include/rec_type.h
275 smtpd_check.o
: ..
/..
/include/recipient_list.h
276 smtpd_check.o
: ..
/..
/include/record.h
277 smtpd_check.o
: ..
/..
/include/resolve_clnt.h
278 smtpd_check.o
: ..
/..
/include/resolve_local.h
279 smtpd_check.o
: ..
/..
/include/rewrite_clnt.h
280 smtpd_check.o
: ..
/..
/include/sock_addr.h
281 smtpd_check.o
: ..
/..
/include/split_at.h
282 smtpd_check.o
: ..
/..
/include/string_list.h
283 smtpd_check.o
: ..
/..
/include/stringops.h
284 smtpd_check.o
: ..
/..
/include/strip_addr.h
285 smtpd_check.o
: ..
/..
/include/sys_defs.h
286 smtpd_check.o
: ..
/..
/include/tls.h
287 smtpd_check.o
: ..
/..
/include/valid_hostname.h
288 smtpd_check.o
: ..
/..
/include/valid_mailhost_addr.h
289 smtpd_check.o
: ..
/..
/include/vbuf.h
290 smtpd_check.o
: ..
/..
/include/verify_clnt.h
291 smtpd_check.o
: ..
/..
/include/vstream.h
292 smtpd_check.o
: ..
/..
/include/vstring.h
293 smtpd_check.o
: ..
/..
/include/xtext.h
294 smtpd_check.o
: smtpd.h
295 smtpd_check.o
: smtpd_check.c
296 smtpd_check.o
: smtpd_check.h
297 smtpd_check.o
: smtpd_dsn_fix.h
298 smtpd_check.o
: smtpd_resolve.h
299 smtpd_check.o
: smtpd_sasl_glue.h
300 smtpd_dsn_fix.o
: ..
/..
/include/msg.h
301 smtpd_dsn_fix.o
: ..
/..
/include/sys_defs.h
302 smtpd_dsn_fix.o
: smtpd_dsn_fix.c
303 smtpd_dsn_fix.o
: smtpd_dsn_fix.h
304 smtpd_milter.o
: ..
/..
/include/argv.h
305 smtpd_milter.o
: ..
/..
/include/attr.h
306 smtpd_milter.o
: ..
/..
/include/mail_params.h
307 smtpd_milter.o
: ..
/..
/include/mail_stream.h
308 smtpd_milter.o
: ..
/..
/include/milter.h
309 smtpd_milter.o
: ..
/..
/include/myaddrinfo.h
310 smtpd_milter.o
: ..
/..
/include/name_code.h
311 smtpd_milter.o
: ..
/..
/include/name_mask.h
312 smtpd_milter.o
: ..
/..
/include/quote_821_local.h
313 smtpd_milter.o
: ..
/..
/include/quote_flags.h
314 smtpd_milter.o
: ..
/..
/include/resolve_clnt.h
315 smtpd_milter.o
: ..
/..
/include/sys_defs.h
316 smtpd_milter.o
: ..
/..
/include/tls.h
317 smtpd_milter.o
: ..
/..
/include/vbuf.h
318 smtpd_milter.o
: ..
/..
/include/vstream.h
319 smtpd_milter.o
: ..
/..
/include/vstring.h
320 smtpd_milter.o
: smtpd.h
321 smtpd_milter.o
: smtpd_milter.c
322 smtpd_milter.o
: smtpd_milter.h
323 smtpd_milter.o
: smtpd_resolve.h
324 smtpd_milter.o
: smtpd_sasl_glue.h
325 smtpd_peer.o
: ..
/..
/include/argv.h
326 smtpd_peer.o
: ..
/..
/include/attr.h
327 smtpd_peer.o
: ..
/..
/include/inet_proto.h
328 smtpd_peer.o
: ..
/..
/include/iostuff.h
329 smtpd_peer.o
: ..
/..
/include/mail_params.h
330 smtpd_peer.o
: ..
/..
/include/mail_proto.h
331 smtpd_peer.o
: ..
/..
/include/mail_stream.h
332 smtpd_peer.o
: ..
/..
/include/milter.h
333 smtpd_peer.o
: ..
/..
/include/msg.h
334 smtpd_peer.o
: ..
/..
/include/myaddrinfo.h
335 smtpd_peer.o
: ..
/..
/include/mymalloc.h
336 smtpd_peer.o
: ..
/..
/include/name_code.h
337 smtpd_peer.o
: ..
/..
/include/name_mask.h
338 smtpd_peer.o
: ..
/..
/include/sock_addr.h
339 smtpd_peer.o
: ..
/..
/include/stringops.h
340 smtpd_peer.o
: ..
/..
/include/sys_defs.h
341 smtpd_peer.o
: ..
/..
/include/tls.h
342 smtpd_peer.o
: ..
/..
/include/valid_hostname.h
343 smtpd_peer.o
: ..
/..
/include/valid_mailhost_addr.h
344 smtpd_peer.o
: ..
/..
/include/vbuf.h
345 smtpd_peer.o
: ..
/..
/include/vstream.h
346 smtpd_peer.o
: ..
/..
/include/vstring.h
347 smtpd_peer.o
: smtpd.h
348 smtpd_peer.o
: smtpd_peer.c
349 smtpd_proxy.o
: ..
/..
/include/argv.h
350 smtpd_proxy.o
: ..
/..
/include/attr.h
351 smtpd_proxy.o
: ..
/..
/include/cleanup_user.h
352 smtpd_proxy.o
: ..
/..
/include/connect.h
353 smtpd_proxy.o
: ..
/..
/include/iostuff.h
354 smtpd_proxy.o
: ..
/..
/include/mail_error.h
355 smtpd_proxy.o
: ..
/..
/include/mail_params.h
356 smtpd_proxy.o
: ..
/..
/include/mail_proto.h
357 smtpd_proxy.o
: ..
/..
/include/mail_stream.h
358 smtpd_proxy.o
: ..
/..
/include/milter.h
359 smtpd_proxy.o
: ..
/..
/include/msg.h
360 smtpd_proxy.o
: ..
/..
/include/myaddrinfo.h
361 smtpd_proxy.o
: ..
/..
/include/name_code.h
362 smtpd_proxy.o
: ..
/..
/include/name_mask.h
363 smtpd_proxy.o
: ..
/..
/include/rec_type.h
364 smtpd_proxy.o
: ..
/..
/include/smtp_stream.h
365 smtpd_proxy.o
: ..
/..
/include/stringops.h
366 smtpd_proxy.o
: ..
/..
/include/sys_defs.h
367 smtpd_proxy.o
: ..
/..
/include/tls.h
368 smtpd_proxy.o
: ..
/..
/include/vbuf.h
369 smtpd_proxy.o
: ..
/..
/include/vstream.h
370 smtpd_proxy.o
: ..
/..
/include/vstring.h
371 smtpd_proxy.o
: ..
/..
/include/xtext.h
372 smtpd_proxy.o
: smtpd.h
373 smtpd_proxy.o
: smtpd_proxy.c
374 smtpd_proxy.o
: smtpd_proxy.h
375 smtpd_resolve.o
: ..
/..
/include/attr.h
376 smtpd_resolve.o
: ..
/..
/include/ctable.h
377 smtpd_resolve.o
: ..
/..
/include/iostuff.h
378 smtpd_resolve.o
: ..
/..
/include/mail_proto.h
379 smtpd_resolve.o
: ..
/..
/include/msg.h
380 smtpd_resolve.o
: ..
/..
/include/mymalloc.h
381 smtpd_resolve.o
: ..
/..
/include/resolve_clnt.h
382 smtpd_resolve.o
: ..
/..
/include/rewrite_clnt.h
383 smtpd_resolve.o
: ..
/..
/include/stringops.h
384 smtpd_resolve.o
: ..
/..
/include/sys_defs.h
385 smtpd_resolve.o
: ..
/..
/include/vbuf.h
386 smtpd_resolve.o
: ..
/..
/include/vstream.h
387 smtpd_resolve.o
: ..
/..
/include/vstring.h
388 smtpd_resolve.o
: smtpd_resolve.c
389 smtpd_resolve.o
: smtpd_resolve.h
390 smtpd_sasl_glue.o
: ..
/..
/include/argv.h
391 smtpd_sasl_glue.o
: ..
/..
/include/attr.h
392 smtpd_sasl_glue.o
: ..
/..
/include/mail_params.h
393 smtpd_sasl_glue.o
: ..
/..
/include/mail_stream.h
394 smtpd_sasl_glue.o
: ..
/..
/include/milter.h
395 smtpd_sasl_glue.o
: ..
/..
/include/msg.h
396 smtpd_sasl_glue.o
: ..
/..
/include/myaddrinfo.h
397 smtpd_sasl_glue.o
: ..
/..
/include/mymalloc.h
398 smtpd_sasl_glue.o
: ..
/..
/include/name_code.h
399 smtpd_sasl_glue.o
: ..
/..
/include/name_mask.h
400 smtpd_sasl_glue.o
: ..
/..
/include/stringops.h
401 smtpd_sasl_glue.o
: ..
/..
/include/sys_defs.h
402 smtpd_sasl_glue.o
: ..
/..
/include/tls.h
403 smtpd_sasl_glue.o
: ..
/..
/include/vbuf.h
404 smtpd_sasl_glue.o
: ..
/..
/include/vstream.h
405 smtpd_sasl_glue.o
: ..
/..
/include/vstring.h
406 smtpd_sasl_glue.o
: ..
/..
/include/xsasl.h
407 smtpd_sasl_glue.o
: smtpd.h
408 smtpd_sasl_glue.o
: smtpd_chat.h
409 smtpd_sasl_glue.o
: smtpd_sasl_glue.c
410 smtpd_sasl_glue.o
: smtpd_sasl_glue.h
411 smtpd_sasl_proto.o
: ..
/..
/include/argv.h
412 smtpd_sasl_proto.o
: ..
/..
/include/attr.h
413 smtpd_sasl_proto.o
: ..
/..
/include/ehlo_mask.h
414 smtpd_sasl_proto.o
: ..
/..
/include/iostuff.h
415 smtpd_sasl_proto.o
: ..
/..
/include/mail_error.h
416 smtpd_sasl_proto.o
: ..
/..
/include/mail_params.h
417 smtpd_sasl_proto.o
: ..
/..
/include/mail_proto.h
418 smtpd_sasl_proto.o
: ..
/..
/include/mail_stream.h
419 smtpd_sasl_proto.o
: ..
/..
/include/milter.h
420 smtpd_sasl_proto.o
: ..
/..
/include/msg.h
421 smtpd_sasl_proto.o
: ..
/..
/include/myaddrinfo.h
422 smtpd_sasl_proto.o
: ..
/..
/include/mymalloc.h
423 smtpd_sasl_proto.o
: ..
/..
/include/name_code.h
424 smtpd_sasl_proto.o
: ..
/..
/include/name_mask.h
425 smtpd_sasl_proto.o
: ..
/..
/include/stringops.h
426 smtpd_sasl_proto.o
: ..
/..
/include/sys_defs.h
427 smtpd_sasl_proto.o
: ..
/..
/include/tls.h
428 smtpd_sasl_proto.o
: ..
/..
/include/vbuf.h
429 smtpd_sasl_proto.o
: ..
/..
/include/vstream.h
430 smtpd_sasl_proto.o
: ..
/..
/include/vstring.h
431 smtpd_sasl_proto.o
: smtpd.h
432 smtpd_sasl_proto.o
: smtpd_chat.h
433 smtpd_sasl_proto.o
: smtpd_sasl_glue.h
434 smtpd_sasl_proto.o
: smtpd_sasl_proto.c
435 smtpd_sasl_proto.o
: smtpd_sasl_proto.h
436 smtpd_sasl_proto.o
: smtpd_token.h
437 smtpd_state.o
: ..
/..
/include/argv.h
438 smtpd_state.o
: ..
/..
/include/attr.h
439 smtpd_state.o
: ..
/..
/include/cleanup_user.h
440 smtpd_state.o
: ..
/..
/include/events.h
441 smtpd_state.o
: ..
/..
/include/iostuff.h
442 smtpd_state.o
: ..
/..
/include/mail_error.h
443 smtpd_state.o
: ..
/..
/include/mail_params.h
444 smtpd_state.o
: ..
/..
/include/mail_proto.h
445 smtpd_state.o
: ..
/..
/include/mail_stream.h
446 smtpd_state.o
: ..
/..
/include/milter.h
447 smtpd_state.o
: ..
/..
/include/msg.h
448 smtpd_state.o
: ..
/..
/include/myaddrinfo.h
449 smtpd_state.o
: ..
/..
/include/mymalloc.h
450 smtpd_state.o
: ..
/..
/include/name_code.h
451 smtpd_state.o
: ..
/..
/include/name_mask.h
452 smtpd_state.o
: ..
/..
/include/sys_defs.h
453 smtpd_state.o
: ..
/..
/include/tls.h
454 smtpd_state.o
: ..
/..
/include/vbuf.h
455 smtpd_state.o
: ..
/..
/include/vstream.h
456 smtpd_state.o
: ..
/..
/include/vstring.h
457 smtpd_state.o
: smtpd.h
458 smtpd_state.o
: smtpd_chat.h
459 smtpd_state.o
: smtpd_sasl_glue.h
460 smtpd_state.o
: smtpd_state.c
461 smtpd_token.o
: ..
/..
/include/mvect.h
462 smtpd_token.o
: ..
/..
/include/mymalloc.h
463 smtpd_token.o
: ..
/..
/include/sys_defs.h
464 smtpd_token.o
: ..
/..
/include/vbuf.h
465 smtpd_token.o
: ..
/..
/include/vstring.h
466 smtpd_token.o
: smtpd_token.c
467 smtpd_token.o
: smtpd_token.h
468 smtpd_xforward.o
: ..
/..
/include/argv.h
469 smtpd_xforward.o
: ..
/..
/include/attr.h
470 smtpd_xforward.o
: ..
/..
/include/iostuff.h
471 smtpd_xforward.o
: ..
/..
/include/mail_proto.h
472 smtpd_xforward.o
: ..
/..
/include/mail_stream.h
473 smtpd_xforward.o
: ..
/..
/include/milter.h
474 smtpd_xforward.o
: ..
/..
/include/msg.h
475 smtpd_xforward.o
: ..
/..
/include/myaddrinfo.h
476 smtpd_xforward.o
: ..
/..
/include/mymalloc.h
477 smtpd_xforward.o
: ..
/..
/include/name_code.h
478 smtpd_xforward.o
: ..
/..
/include/name_mask.h
479 smtpd_xforward.o
: ..
/..
/include/sys_defs.h
480 smtpd_xforward.o
: ..
/..
/include/tls.h
481 smtpd_xforward.o
: ..
/..
/include/vbuf.h
482 smtpd_xforward.o
: ..
/..
/include/vstream.h
483 smtpd_xforward.o
: ..
/..
/include/vstring.h
484 smtpd_xforward.o
: smtpd.h
485 smtpd_xforward.o
: smtpd_xforward.c