aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Add RCS Id and fix date.Garrett Wollman1996-06-171-2/+3
* Cross-reference addr2ascii(3).Garrett Wollman1996-06-171-3/+10
* Correct date and add $Id$ to reflect previous modification.Garrett Wollman1996-06-171-2/+3
* Cross-reference addr2ascii(3) and inlcude a note about how thoseGarrett Wollman1996-06-171-2/+16
* It would help if I actually added the source code for these routines.Garrett Wollman1996-06-133-0/+377
* Add an independent implementation of addr2ascii(3) and ascii2addr(3)Garrett Wollman1996-06-131-2/+5
* Improve NIS performace of getservbyname() and getservbyport(). Both theseBill Paul1996-06-013-7/+123
* Use the setsockopt for IP_PORTRANGE to cause rresvport() to allocate aPeter Wemm1996-05-311-12/+24
* Do not install the now unsupported netns and netisoMike Pritchard1996-04-082-4/+7
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-1/+1
* Fix other half of problem reported in PR #1079: _getnetbynisaddr() isBill Paul1996-03-231-12/+41
* gethostbynis.c:Bill Paul1996-03-162-8/+19
* Fix inet_network to not dump core if passed in an addressMike Pritchard1996-02-171-3/+1
* Fixed a bunch of man page cross references that wereMike Pritchard1996-02-152-2/+2
* XNS sort-of-support is no more.Garrett Wollman1996-02-131-3/+4
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-3/+3
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-091-1/+1
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)Garrett Wollman1996-02-062-2/+9
* Fix even more spelling errors in some more man pages.Mike Pritchard1996-01-301-1/+1
* Getpwent() and getservent() can wind up calling free() withMike Pritchard1996-01-291-1/+0
* The last of the bind-4.9.3-REL resolver merges.Peter Wemm1996-01-138-249/+280
* Merge the 4.9.3-rel code into the res_* parts. The gethostXXXbyYYYPeter Wemm1996-01-077-183/+161
* This commit was generated by cvs2svn to compensate for changes in r13304,Peter Wemm1996-01-071-0/+114
|\
| * Part of bind-4.9.3-rel.. This is for my convenience and reference.Peter Wemm1996-01-077-0/+3409
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-303-239/+0
* Add NIS support to getservent(3) functions (getservbyport() and getservbyname()Bill Paul1995-11-041-0/+68
* As above.Poul-Henning Kamp1995-10-223-5/+7
* Remove the CFLAGS+=-I${CURDIR}/net that I previously added.Peter Wemm1995-08-211-1/+0
* Define DEBUG as 1 instead of as nothing so that it doesn't conflict withBruce Evans1995-08-211-1/+1
* Fix bogus include paths, some of which stopped libresolv from compiling.Bruce Evans1995-08-216-14/+12
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)Peter Wemm1995-08-209-215/+420
* Submitted by: Bill Fenner <fenner@parc.xerox.com>Bill Paul1995-08-141-3/+5
* Just when you thought it was safe...Bill Paul1995-08-072-27/+24
* Slight adjustment to previous fix for __ivaliduser(). It was checking forPeter Wemm1995-07-161-2/+4
* Make ruserok() accept the #-starting comment lines we used to haveJoerg Wunsch1995-07-161-0/+2
* Fix the prototypes for getservby{name,port}().Joerg Wunsch1995-07-091-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-3018-62/+62
* Add an ethers(3) man page.Bill Paul1995-04-122-3/+190
* Add ether_addr functions to libc. This seems to be the logical placeBill Paul1995-04-022-1/+235
* Sicnce this code shares the same fragment as gethostnamaddr:Andrey A. Chernov1995-03-241-10/+16
* Change strtok() to strsep(), cause memory corruption for allAndrey A. Chernov1995-03-241-10/+16
* At last! Modified __ivaliduser() to do the same kind of user/host validationBill Paul1995-03-201-3/+69
* In _gethostbydnsaddr(), force RES_RECURSE into _res.options. This isGarrett Wollman1994-12-011-1/+4
* >Description:Rodney W. Grimes1994-10-272-1/+2
* Use same configuration file, /etc/host.conf, for both gethost* andGarrett Wollman1994-09-261-7/+9
* Fixed YP networks map support.Garrett Wollman1994-09-261-7/+24
* remove need for -DDEBUG from resolver code (conflict with db/hash)Paul Traina1994-09-257-77/+38
* get* rework and new bind codePaul Traina1994-09-2515-1090/+2785
* Make iso_addr's output conform to modern conventions for NSAPPaul Traina1994-09-221-18/+16
* Based on fix from 1.1.5.1:Geoff Rehmet1994-09-081-1/+10