summaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Spelling corrections.Joseph Koshy1998-06-062-3/+3
* Resolve some unexpected differences when comparing with the 2.2 version.Peter Wemm1998-05-021-2/+10
* Update libc dns code to 4.9.7-T1B level. This involved chopping out largePeter Wemm1998-05-023-249/+753
* (Ab)use .Vt instead of .Fd for a variable declaration.Bruce Evans1998-03-231-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-3/+4
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Fixed #includes in the synopsis and in an example. <sys/socket.h>Bruce Evans1998-01-201-1/+1
* handle long usernames more carefullyWarner Losh1998-01-071-5/+8
* Removed unnecessary initialization of hp in gethostbyaddr_r.Alexander Langer1997-12-251-3/+3
* Sorted lists.Bruce Evans1997-10-211-20/+19
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-7/+5
* Some adjustments for the resolver use of poll(). For some reason I thoughtPeter Wemm1997-09-161-7/+8
* Call poll(2) from within the resolver but adapt to older kernels without itPeter Wemm1997-09-141-26/+68
* Add "options no_tld_query" to resolv.conf.Brian Somers1997-09-012-4/+6
* kill the undeadPeter Wemm1997-07-133-239/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-033-0/+239
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-0310-0/+2712
| * pull this in to avoid fixing these twicePeter Wemm1996-08-301-0/+250
* replace the OpenBSD fd_set sizing code with something more efficient.Peter Wemm1997-06-281-9/+16
* Dynamically size fd_set in select rather than fail if too many filesPeter Wemm1997-06-271-8/+9
* compensate for res_send <-> __res_send changesPeter Wemm1997-06-271-2/+4
* Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-2710-69/+97
* Typo.Philippe Charnier1997-06-181-2/+3
* Add MAXHOSTNAMELEN checkAndrey A. Chernov1997-06-131-1/+3
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-3/+7
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-134-10/+21
* If we're running setuid/setguid then don't open the host alias file toWarner Losh1997-03-241-1/+4
* Fixed missing #include of <sys/types.h> and wrong arg types in synopsis.Bruce Evans1997-03-191-5/+6
* Fixed missing function types in synopsis.Bruce Evans1997-03-191-0/+3
* Fix problem with FD_SET* overflow reporting.. Perror() didn't have enoughPeter Wemm1997-03-121-2/+6
* _res_close() -> res_close()Peter Wemm1997-03-121-2/+2
* Check for overflow of FD_SETGuido van Rooij1997-03-101-1/+6
* getnetbyaddr now takes an unsigned long as its first argument.Mike Pritchard1997-02-281-1/+1
* Buffer overflow from DNS name information which could cause root accessWarner Losh1997-02-261-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2231-35/+35
* Fix PR2579: potential security hole in rcmd.cWarner Losh1997-02-091-2/+2
* Update to reflect current include files.Mike Pritchard1997-01-301-3/+12
* Sort cross references.Wolfram Schneider1997-01-202-2/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1431-35/+35
* Fix fake failures on the short names which looks like hexadecimal numbersAndrey A. Chernov1997-01-081-8/+4
* Disable isxdigit block until proper solution will be foundAndrey A. Chernov1997-01-051-2/+7
* Remove bogus weak reference.Jordan K. Hubbard1997-01-011-3/+1
* Tempt fate! 'cvs add' a file remotely which also exists in the Attic onPeter Wemm1996-12-301-0/+64
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thePeter Wemm1996-12-3019-216/+1268
* Small yet significant tweaks/cleanups:Bill Paul1996-12-275-15/+17
* Another one-liner: remember to NUL terminate local copy of NIS hostBill Paul1996-12-241-2/+3
* Make the __dns_getanswer() wrapper work right. For the newer versionsBill Paul1996-12-241-1/+14
* comma typosWolfram Schneider1996-12-232-3/+4
* Add __dns_getanswer() hook to allow access to the gethostanswer()Bill Paul1996-12-221-1/+11