date and time created 87/11/17 19:18:49 by bostic
[unix-history] / usr / src / lib / libc / net /
1987-11-18 Keith Bosticdate and time created 87/11/17 19:18:49 by bostic
1987-11-08 Mike Karelsdon't try to connect connected socket, and keep sending;
1987-11-08 Mike Karelsminor cleanup
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-10-02 Keith Bosticreturn u_long, not int; bug report 4.3BSD/lib/37
1987-10-02 Keith BosticINADDR_NONE, not -1; bug report 4.3BSD/lib/22
1987-10-01 Keith Bosticnull pointer fix; bug report 4.3BSD/lib/23
1987-10-01 Keith Bosticlong/int problems, linted; bug report 4.3BSD/lib/34
1987-10-01 Keith Bosticnet is a long; bug report 4.3BSD/lib/35
1987-10-01 Keith Bosticsignals are longs; bug report 4.3BSD/lib/38
1987-10-01 Keith Bosticget rid of global conffile
1987-10-01 Keith Bostictypo, .rhosts in home directory now; bug report 4.3BSD...
1987-09-15 Keith Bostic.hostaliases: perfect match only, allow empty lines
1987-09-05 Kirk McKusickadd <sys/param.h> to define hton (4.3BSD/lib/89)
1987-08-28 Mike Karelsdefeat DEFNAMES if removing trailing '.'; fix typo
1987-08-04 Keith Bostickarels; completion queries deleted
1987-08-04 Mike Karelsreject numeric hostnames without bothering the root;
1987-07-28 Keith Bosticchecked in for karels; fix NO_ADDRESS error, use C...
1987-07-28 Keith BosticDEBUG uses strings
1987-07-18 Mike Karelsportability fixes from dpk
1987-07-06 Keith Bosticmake hostalias more paranoid about its input
1987-07-01 Mike Karelsclear h_errno on search in case later try succeeds
1987-07-01 Mike Karelsnslookup uses the strings, put them in but make the...
1987-06-26 Mike Karelscheck for loops in compressed names
1987-06-18 Keith Bosticopcodes/rcodes static, start with underscore; spaces...
1987-06-07 Keith Bosticnew template
1987-06-04 Keith Bosticbug report 4.3BSD/lib/65
1987-05-13 Mike Karelsconnect once, then disconnect
1987-05-13 Mike Karelskeep list of local domains
1987-05-13 Mike Karelstry ascending domain tree, starting with local domain,
1987-02-13 Kevin DunlapFix compatiblity problems with 4.2 and 4.3, #ifdef...
1987-02-10 Kevin Dunlapfix for 4.2bsd
1987-02-01 Kevin Dunlapchange getshort() and getlong() to _getshort() and...
1987-02-01 Kevin Dunlapchange getshort() to _getshort()
1987-01-15 Kevin Dunlapfix problem with connect/send
1986-12-04 Kevin Dunlapadd new opcodes
1986-11-19 Kevin Dunlapfix fdset for 4.2bsd sites
1986-11-11 Kevin Dunlapfixes for dynamic updates from Mike Schwartz@washington
1986-10-31 Kevin Dunlapzero errno
1986-10-31 Kevin Dunlapadd FD_SET for 4.2BSD sites
1986-09-17 Kevin Dunlapfix printing address class
1986-07-17 Sam Lefflercorrect alignment of return values; from burht@el.purdu...
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
next