summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | get away with fewer setuid binaries.
* 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
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Add return values for sethostent, endhostent, herror (all are void).millert1996-08-191-0/+3
|
* if setuid, no env variablesderaadt1996-08-182-2/+5
|
* ipx.mickey1996-08-164-1/+415
|
* Install iso_addr(3) man pagetholo1996-08-141-2/+3
|
* Add missing referencetholo1996-08-141-0/+1
|
* seed rresvport() for aux channel with a known taken port; do not ask forderaadt1996-08-071-0/+6
| | | | next lower port because we might get it (and be predictable!)
* truncate h_name and h_aliases[] to MAXHOSTNAMELENderaadt1996-08-051-1/+11
|
* if port 20 incoming, kill it and try againderaadt1996-08-051-0/+9
|
* install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgderaadt1996-08-032-2/+2
|
* ensure bindresvport() is told to find a portderaadt1996-07-291-0/+1
|
* rresvport() in terms of bind() & bindresvport()deraadt1996-07-292-14/+15
|
* bzero sockaddr_inderaadt1996-07-221-0/+1
|
* bzero sockaddr before usederaadt1996-07-221-0/+1
|
* support # commentsderaadt1996-07-201-0/+2
|
* type fixosderaadt1996-07-061-1/+4
|
* prototype ethers(3) functions (inside !_KERNEL), pointed out inderaadt1996-07-031-0/+3
| | | | netbsd pr#2471, jhawk@mit.edu
* iruserok() can finally safely use a u_int32_t for the ip addrderaadt1996-06-102-4/+4
|
* make 64 bit cleanderaadt1996-06-104-12/+12
|
* yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1996-04-241-1/+1
| | | | | | | | | accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely.
* Pull in prototypestholo1996-03-254-9/+17
| | | | Do the right thing in presense of __STDC__
* Fix RCS Id botch in last changeniklas1996-03-191-3/+2
|
* From NetBSD: merge of 960317niklas1996-03-191-5/+5
|
* netbsd: bind 4.9.3dm1996-02-1915-542/+1120
|
* from netbsd:deraadt1996-01-151-12/+13
| | | | | Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
* fix long/u_int32_t botch; do gethostbyname() only if netgroups are going toderaadt1995-11-221-55/+94
| | | | | | be used and do not abort; check for A->PTR->A loop otherwise only match on #.#.#.# addresses; do not assume !0 is 1 as in ANSI C. netbsd pr#1683 led to finding these problems.
* gethostbyname("#.#.#.#") should fail; not return an incompletely andderaadt1995-11-201-0/+2
| | | | | | incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement.
* initial import of NetBSD treederaadt1995-10-1849-0/+8313