summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* issetugid() this last getenv based openderaadt1997-04-061-3/+3
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-0516-58/+59
* hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj1997-04-032-7/+13
* another lookup[] loop accidentderaadt1997-04-031-2/+4
* Full implementation of lookups support, plus some bug fixes. Still no YP.downsj1997-04-031-68/+97
* use MATCH()deraadt1997-04-031-3/+3
* if dns lookup fails, still honour _res.lookups[]deraadt1997-04-031-2/+2
* ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1997-04-031-2/+6
* a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey1997-04-031-2/+24
* add htonl()kstailey1997-04-031-2/+2
* spelling errorderaadt1997-04-021-2/+2
* constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoderaadt1997-03-271-4/+4
* res_close is defined in a macro and should apperently not be used as _res_close.pefo1997-03-151-2/+2
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-1323-792/+3665
* careful about MAXADDRS, abrown@eecs.harvard.eduderaadt1997-01-301-1/+3
* never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z...deraadt1997-01-251-2/+2
* Clean up lint and compile warningstholo1996-12-141-2/+2
* Update {hton,ntoh}[ls] argument and return types to match changes intholo1996-12-124-22/+18
* htons et al. works on explicit 16- and 32-bit quantities and not theniklas1996-11-251-11/+15
* Attempt at cleanup.michaels1996-10-081-2/+2
* bzzztderaadt1996-09-281-11/+14
* more INADDRSZ pedantryderaadt1996-09-271-14/+11
* use INADDRSZ, more careful length checkingderaadt1996-09-271-7/+8
* be safer about spoofed hostnames; thanks to bitblt and oliver for help with t...deraadt1996-09-261-14/+50
* cannot be static, named uses itderaadt1996-09-221-2/+2
* random function namederaadt1996-09-221-3/+2
* randomize _res.id at start; could do better i hopederaadt1996-09-221-3/+7
* Add a couple of syscalls; bring more prototypes into scopetholo1996-09-151-1/+2
* Remove dead codetholo1996-09-154-12/+16
* document latest rcmd changemillert1996-09-051-5/+7
* ignore $RSH if we are setuidmillert1996-09-051-2/+2
* proper typesderaadt1996-09-031-1/+2
* constrain to MAXHOSTNAMELENderaadt1996-09-031-2/+7
* talk about $RSHmillert1996-09-021-2/+9
* Looks at RSH envariable and calls rcmdsh() with that value if set.millert1996-09-021-2/+11
* talk about rcmdsh()millert1996-09-011-2/+14
* First cut at man page for rcmdsh()millert1996-09-012-2/+111
* Don't dup stderr, you lose error messages and rsh does it for us anyway.millert1996-09-011-3/+3
* i have changed this enough to put copyright on itderaadt1996-09-011-1/+3
* check right variablederaadt1996-08-311-2/+2
* avoid port 1023 morederaadt1996-08-301-7/+11
* call rcmdsh() if euid != 0 and port is shell/tcp. This lets usmillert1996-08-301-1/+9
* added a missing typemillert1996-08-301-2/+2
* use strncpy correctlyderaadt1996-08-272-3/+6
* use issetugid()deraadt1996-08-251-4/+5
* rely on RES_NOALIASESderaadt1996-08-241-3/+1
* Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).millert1996-08-222-2/+122
* nasty typo by mederaadt1996-08-191-2/+2
* Fix RCS idstholo1996-08-1953-298/+67
* Add return values for sethostent, endhostent, herror (all are void).millert1996-08-191-0/+3