date and time created 86/07/02 16:23:20 by sam
[unix-history] / usr / src / lib / libc / net /
1986-07-03 Jim Bloomvirtual circuits must be able to fall back to the host...
1986-05-28 Kevin Dunlapclean up
1986-05-28 Kevin Dunlapadd comments
1986-05-20 Anne Hughesspelling check
1986-05-20 Mike Karels"case-insensitive" when using /etc/hosts
1986-05-19 Jay Lepreaumake "stayopen" flags work right
1986-05-19 Jay Lepreaucorrect meaning of stayopen flag
1986-05-19 Jay Lepreaucorrect meaning of stayopen with hosts file; formatting...
1986-05-16 Kirk McKusickgethostent => gethostbyname
1986-05-15 Mike Karelscleanups
1986-05-14 Kevin Dunlapwrite up from the name server point of view
1986-05-13 Mike Karelsan attempt at English
1986-05-13 Mike Karelsmove from 3X to 3
1986-05-11 Jay Lepreaua little more name server; typos
1986-05-11 Jay Lepreaucorrect meaning of stayopen flag; mention named and...
1986-05-10 Jay Lepreaudoc "type" param of getnetbyaddr; n_net is uinsigned...
1986-05-10 Jay Lepreaup_proto and s_port are int, not long.
1986-05-10 Jay Lepreauport is int not u_short
1986-05-08 Kevin Dunlapuse FD_ macros
1986-05-07 Jim Bloomseparate reading of file into its own routine, lpd...
1986-05-01 Jim Bloomchange the writes to a writev for tcp, performance...
1986-04-30 Mike Karelsfix type of inet_network
1986-04-30 Kirk McKusickdate and time created 86/04/29 09:29:17 by mckusick
1986-04-16 Kevin Dunlapremove param.h
1986-04-12 Kevin Dunlapchange retry loop to test before decrementing
1986-04-12 Kevin Dunlapchange retry loop to decrement after test
1986-04-12 Kevin Dunlapchange RES_TIMEOUT to 4
1986-04-11 Kevin Dunlaplint clean up
1986-04-11 Kevin Dunlaphave sethostent and endhostent use TCP connections
1986-04-11 Kevin DunlapChange timeouts, use perror to print error messages...
1986-04-11 Kevin Dunlapfix calls to dn_expand
1986-04-11 Jim Bloomadd entry point for closing tcp socket, a bit of lint...
1986-03-31 Mike Karelsset socket pgrp to avoid races; block SIGURG till done;
1986-03-22 Kevin DunlapAdd stayopen
1986-03-20 Kevin Dunlapfix _gethtbyaddr()
1986-03-20 Kevin Dunlapchange gethostbyname to do a query of class C_IN insted...
1986-03-19 Kevin Dunlapmove resolver.h to /usr/include
1986-03-18 Jim Bloomflag socket as closed if timed out
1986-03-18 Kevin Dunlapmove resolv.h to /usr/include
1986-03-15 Kevin DunlapAdd old linear search of /etc/hosts for when the local...
1986-03-15 Kevin Dunlapchange include types.h to param.h
1986-03-14 Donn Seeleydocument include file
1986-03-14 Kevin DunlapAdd liner search of /etc/hosts whan we can't find a...
1986-03-12 Mike Karelscopyright and rev 5
1986-03-12 Jim Bloompreserve case
1986-03-10 Donn Seeleyadded LIBC_SCCS condition for sccs ids
1986-03-06 Mike Karels#ifdef the connect/send for UDP (for 4.3 only); indicat...
1986-02-23 Mike Karelsuse connect on dg sockets to allow unreachable reporting;
1986-02-23 Jim Bloomadd support for holding a tcp connection open
1986-02-19 Kevin DunlapFix for dn_find core dumping
1986-02-08 Mike Karelsmake up out minds: second arg to dn_expand is ptr,...
1986-02-05 Keith Sklowerprint case where host is zero but port is not (as in...
1986-02-05 Kevin DunlapPass msglen to dn_expand
1986-02-04 Kevin DunlapAdd msglen to dn_expand
1986-02-03 Kevin Dunlappass msglen to dn_expand
1986-01-30 Keith SklowerRoutine to convert NS addresses to human readable form
1986-01-30 Keith SklowerThis routine converts ascii to NS addresses
1986-01-19 Kevin DunlapFix to MX records
1986-01-10 Kevin DunlapAdd h_errno error status return
1986-01-09 Kevin Dunlapadd res_skip for skipping along packets and RR's
1986-01-09 Kevin DunlapAdd MX record
1986-01-08 Kevin Dunlapadd resolver(5)
1985-12-11 Kevin DunlapAdd case insensitivity to gethostbyname() from Jay...
1985-12-02 Kevin DunlapNot all the debug code gets ifdef'ed jim
1985-11-27 Kevin DunlapStop announcing what server we are trying
1985-11-16 Kevin DunlapAdd 4 Error return states and make byte order independent
1985-11-05 Kevin DunlapChanges for 4.2bsd from Mike@brl
1985-11-05 Kevin Dunlapfix for 4.2bsd from Mike@brl
1985-11-02 Kevin DunlapFreeze for Novebber 1 network distribution
1985-11-02 Kevin DunlapFreeze for November 1 network distribution
1985-11-02 Jim Bloomperformance improvements
1985-11-01 Kevin DunlapFreeze for November 1 network distribution
1985-10-31 Kevin Dunlapchane include forles and add resolv.conf information
1985-10-31 Kevin Dunlapchange recvfrom to recv
1985-10-26 Kevin Dunlap#ifdef openlog for 4.3 LOG_DAEMON isn't in 4.2
1985-10-26 Kevin DunlapBuffer alignment code for SUNs
1985-10-26 Kevin DunlapBuffer alignment code for SUNs
1985-10-26 Kevin Dunlapdeclare sprintf as extern for SUNs
1985-10-26 Jim Bloombind has only 3 args now
1985-10-25 Jim Bloomdon't let the compiler assume address of structure
1985-10-24 Jim Bloombitwise not logical and kevin
1985-10-22 Kevin Dunlaphave resolver query multiple servers
1985-10-22 Kevin DunlapChanges to make work on sun and have resolver query...
1985-10-11 Kevin DunlapFix to get this to run on a SUN from smoot@ut-sally
1985-10-11 Jim Bloomuse PTR instead of inverse query for gethostbyaddr...
1985-10-09 Mike Karelsdon't fail if can't get domain name from hostname
1985-10-07 Kevin Dunlapdate and time created 85/10/06 17:29:36 by kjd
1985-09-18 Mike KarelsI know it works, but ...
1985-09-16 Jim Bloommust have port number compiled in
1985-09-15 Jim Bloomchange algorithm for initialization, move conf file...
1985-09-15 Jim Bloomreturn names in lower case, fix some lint problems
1985-09-15 Jim Bloomadd ifdef DEBUG around debugging code, res_init() now...
1985-09-15 Jim Bloomadd ifdef DEBUG around debugging code
1985-09-13 Jim Bloomlint -DDEBUG -u *.c > lint.out
1985-09-13 Jim Bloomfix which buffers are used
1985-09-12 Jim Bloomimplement multiple address return from gethostby* routines
1985-09-12 Jim Bloomreverse order of bit in WKS RR
1985-09-11 Mike Karelsmake rresvport always quiet, rcmd do perror on failure;
1985-09-11 Jim Bloomadd sethostfile and make it lint
1985-09-11 Jim Bloommodify to use new hostent structure
next