summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Adjust provided functionality to be compatible with asynchronous resolver.Ted Lemon1998-01-121-7/+8
* Handle ICMP packets with IP header options correctly.Ted Lemon1998-01-121-6/+11
* Preliminary rewrite of asynchronous DNS code (needs work)Ted Lemon1998-01-121-168/+147
* Add dlpi.cTed Lemon1998-01-121-2/+2
* Ignore lines in resolv.conf whose first token isn't recognized.Ted Lemon1997-12-061-2/+3
* Handle token ring...Ted Lemon1997-12-061-1/+11
* Don't use sun_len on systems that don't support itTed Lemon1997-11-291-4/+8
* %02x, not %2.2xTed Lemon1997-11-291-2/+2
* Test return value of socket for <0, not ==0 to indicate failure.Ted Lemon1997-11-291-2/+2
* Use ifp -> ifr_name, not ifr.ifr_name, which isn't yet initialized. errno, ...Ted Lemon1997-11-291-3/+3
* Fix typo in comment.Ted Lemon1997-11-221-2/+2
* catted man page for nroff-less systemsTed Lemon1997-11-221-0/+528
* Add broadcast_addr function which produces the broadcast address of a subnet ...Ted Lemon1997-11-221-0/+24
* Build and install dhcp-options.5Ted Lemon1997-11-211-6/+14
* Documentation for DHCP option declaration syntaxTed Lemon1997-11-211-0/+451
* Support hostname keywordTed Lemon1997-10-291-1/+3
* systat -> sysconfTed Lemon1997-10-202-36/+36
* Define quiet_interface_discovery. Don't consider EAGAIN or EINTR to be fata...Ted Lemon1997-10-201-3/+8
* Don't print startup banner if quiet_interface_discovery is setTed Lemon1997-10-205-59/+69
* System status message protocolTed Lemon1997-09-161-0/+134
* Only use 64-byte option buffer for BOOTP packetsTed Lemon1997-09-161-7/+10
* Don't exclude dynamic BOOTP from uid test (?)Ted Lemon1997-09-161-3/+2
* If sa_len is zero, skip interface. Add remove_protocol. Fix automatic/man...Ted Lemon1997-09-161-6/+32
* Add systat.cTed Lemon1997-09-161-2/+4
* Don't do any DNS testingDHCP-970607Ted Lemon1997-06-081-2/+1
* size_t -> ssize_t in return values where < 0 == errorTed Lemon1997-06-081-3/+3
* Make it a warning rather than an error if resolv.conf is missing.Ted Lemon1997-06-082-6/+17
* When parsing a lease database, correctly transfer the client hostname and hos...Ted Lemon1997-06-081-1/+7
* size_t -> ssize_t in return values where < 0 == errorTed Lemon1997-06-085-14/+14
* Parse client-hostname tokenTed Lemon1997-06-061-1/+3
* Lose message on short icmp_echorepliesTed Lemon1997-06-041-2/+3
* Cast sockopt arg to char * for Solaris.Ted Lemon1997-06-031-3/+3
* Oops - previous fix wasn't completeTed Lemon1997-06-031-2/+3
* Domains aren't seperated by commas after search keywordTed Lemon1997-06-031-3/+3
* Resolver subroutinesTed Lemon1997-06-031-0/+200
* Supply extra argument to pretty_print_optionsTed Lemon1997-06-021-2/+2
* Add emit_quotes qualifier to pretty_print_option, so that we don't get extra ...Ted Lemon1997-06-021-5/+12
* Don't select for exceptions, since we don't know how to handle them.Ted Lemon1997-06-021-2/+1
* Add REJECT keywordTed Lemon1997-06-021-1/+3
* If there's no h_errno, assume the error is Host Not FoundTed Lemon1997-05-091-2/+6
* name-servers -> ien116-name-servers, to reduce confusion. Add nds- optionsTed Lemon1997-05-091-5/+5
* Handle line-oriented parsing. Add parse_host_name function. Move parse_ip...Ted Lemon1997-05-091-4/+78
* Work around Ultrix gotchaTed Lemon1997-05-091-3/+3
* Let bootp() check for correct type of packetTed Lemon1997-05-091-2/+2
* Call new ns_inaddr_lookup code for testingTed Lemon1997-05-091-1/+2
* Fix alpha ptrsize botch. Try even harder to make sure ICMP Echo request pac...Ted Lemon1997-05-091-8/+11
* Cygwin32 compatibility; reindent; add routine for printing WinSock errorsTed Lemon1997-05-091-24/+154
* Use new resolv.conf parser. Clean up some code. Add experimental (and non...Ted Lemon1997-05-091-52/+152
* Fix stupid allocation bug. Handle IFF_POINTTOPOINT only if definedTed Lemon1997-05-091-2/+4
* Swap shorts with htons, not htonl!Ted Lemon1997-05-091-3/+3