summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Collapse)Author
1996-08-30call rcmdsh() if euid != 0 and port is shell/tcp. This lets usTodd C. Miller
get away with fewer setuid binaries.
1996-08-30added a missing typeTodd C. Miller
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-25use issetugid()Theo de Raadt
1996-08-24rely on RES_NOALIASESTheo de Raadt
1996-08-22Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).Todd C. Miller
1996-08-19nasty typo by meTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-19Add return values for sethostent, endhostent, herror (all are void).Todd C. Miller
1996-08-18if setuid, no env variablesTheo de Raadt
1996-08-16ipx.Michael Shalayeff
1996-08-14Install iso_addr(3) man pageThorsten Lockert
1996-08-14Add missing referenceThorsten Lockert
1996-08-07seed rresvport() for aux channel with a known taken port; do not ask forTheo de Raadt
next lower port because we might get it (and be predictable!)
1996-08-05truncate h_name and h_aliases[] to MAXHOSTNAMELENTheo de Raadt
1996-08-05if port 20 incoming, kill it and try againTheo de Raadt
1996-08-03install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgTheo de Raadt
1996-07-29ensure bindresvport() is told to find a portTheo de Raadt
1996-07-29rresvport() in terms of bind() & bindresvport()Theo de Raadt
1996-07-22bzero sockaddr_inTheo de Raadt
1996-07-22bzero sockaddr before useTheo de Raadt
1996-07-20support # commentsTheo de Raadt
1996-07-06type fixosTheo de Raadt
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inTheo de Raadt
netbsd pr#2471, jhawk@mit.edu
1996-06-10iruserok() can finally safely use a u_int32_t for the ip addrTheo de Raadt
1996-06-10make 64 bit cleanTheo de Raadt
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
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.
1996-03-25Pull in prototypesThorsten Lockert
Do the right thing in presense of __STDC__
1996-03-19Fix RCS Id botch in last changeNiklas Hallqvist
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1996-02-19netbsd: bind 4.9.3dm
1996-01-15from netbsd:Theo de Raadt
Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
1995-11-22fix long/u_int32_t botch; do gethostbyname() only if netgroups are going toTheo de Raadt
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.
1995-11-20gethostbyname("#.#.#.#") should fail; not return an incompletely andTheo de Raadt
incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement.
1995-10-18initial import of NetBSD treeTheo de Raadt