- 08 May, 2000 28 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
Michael Graff authored
-
David Lawrence authored
* Compilers that use an older prototype for recvfrom() will * warn about the type of the sixth parameter, fromlen. It * is now standardized as unsigned, specifically as socklen_t. */ (... but the code itself still uses unsigned int. This comment was added because HP/UX is complaining now even as other compilers stopped complaining when it was changed from signed int to unsigned int.)
-
James Brister authored
-
David Lawrence authored
-
David Lawrence authored
compilers do not warn about the missing str*/mem* prototypes.
-
David Lawrence authored
because it was causing HP/UX to barf up eight lines of: cc: "adb.c", line 2219: warning 509: Condition always evaluates to true: If clause will always be executed.
-
James Brister authored
-
James Brister authored
-
James Brister authored
missing.
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
since rdata.c is including string.h, the individual rdata files do not need to.
-
David Lawrence authored
Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
-
David Lawrence authored
discuss, since I think I'm the only one who has ever run this or probably ever will. Still far from perfect, of course. It's just an auxiliary tool that whose output needs human interpretation. But basically ... see whether a public header will compile stand-alone. recommend ISC_MAGIC_VALID where appropriate. use "print" consistent throughout, instead of print/warn. ignore a couple of special files. fixed some conditions that caused premature termination of checking
-
David Lawrence authored
-
David Lawrence authored
Wrapped a line that was exactly 80 columns. CVe: ----------------------------------------------------------------------
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
James Brister authored
-
Mark Andrews authored
-
- 06 May, 2000 12 commits
-
-
Michael Graff authored
-
James Brister authored
database "quoted-string";
-
Michael Graff authored
-
Michael Graff authored
add isc_sockaddr_any() and isc_sockaddr_any6 to set up a wildcarded address/port for v4 and v6 sockaddrs
-
Michael Graff authored
document that before send*() or recv*() may be called, the socket must be bound either via connect() or bind()
-
Michael Graff authored
Cause runtime probing of v6 addresses to fail, even if we can actually make v6 sockets, but we do not have struct in6_pktinfo. Add a check in configure.in for struct in6_pktinfo. Use the result of that check to define (if needed) in6_pktinfo in net.h. This change makes us build on platforms that have SOME ipv6 structures (like in6_addr, etc) but not enough to be useful to us. Note: Before making an ipv6 socket the code should verify that ipv6 sockets can be made using isc_net_probeipv6(). It should also check for v4 sockets using isc_net_probeipv4() to be consistant.
-
Michael Graff authored
include libtool.m4 from aclocal.m4, to make upgrading libtool easier. aclocal.m4 may shortly get more macros.
-
Michael Sawyer authored
-
Andreas Gustafsson authored
do not prefix stderr messages with time stamp
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
do not prefix stderr messages with time stamp
-