Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
f8c20700
Commit
f8c20700
authored
Jan 19, 1999
by
Michael Graff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make quick changes to steal code from Bob's wire_test
parent
523b3c81
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
bin/Makefile.in
bin/Makefile.in
+1
-1
bin/tests/wire_test.c
bin/tests/wire_test.c
+4
-2
configure
configure
+2
-0
configure.in
configure.in
+2
-1
No files found.
bin/Makefile.in
View file @
f8c20700
...
...
@@ -3,7 +3,7 @@ srcdir = @srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
SUBDIRS
=
tests
SUBDIRS
=
tests
server
TARGETS
=
@BIND9_MAKE_RULES@
bin/tests/wire_test.c
View file @
f8c20700
...
...
@@ -300,7 +300,7 @@ getsection(isc_buffer_t *source, dns_namelist_t *section, unsigned int count,
}
}
static
void
void
getmessage
(
dns_message_t
*
message
,
isc_buffer_t
*
source
,
isc_buffer_t
*
target
)
{
...
...
@@ -438,7 +438,7 @@ printsection(dns_namelist_t *section, char *section_name) {
return
(
DNS_R_SUCCESS
);
}
static
dns_result_t
dns_result_t
printmessage
(
dns_message_t
*
message
)
{
isc_boolean_t
did_flag
=
ISC_FALSE
;
unsigned
int
opcode
,
rcode
;
...
...
@@ -484,6 +484,7 @@ printmessage(dns_message_t *message) {
return
(
result
);
}
#ifndef NOMAIN
int
main
(
int
argc
,
char
*
argv
[])
{
char
*
rp
,
*
wp
;
...
...
@@ -563,3 +564,4 @@ main(int argc, char *argv[]) {
return
(
0
);
}
#endif
/* !NOMAIN */
configure
View file @
f8c20700
...
...
@@ -1635,6 +1635,7 @@ trap 'rm -fr `echo "make/rules
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
...
...
@@ -1742,6 +1743,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
"}
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
...
...
configure.in
View file @
f8c20700
AC_REVISION($Revision: 1.
7
$)
AC_REVISION($Revision: 1.
8
$)
AC_INIT(lib/dns/name.c)
AC_CONFIG_HEADER(config.h)
...
...
@@ -78,4 +78,5 @@ AC_OUTPUT(
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment