Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-30 | call rcmdsh() if euid != 0 and port is shell/tcp. This lets us | Todd C. Miller | |
get away with fewer setuid binaries. | |||
1996-08-30 | added a missing type | Todd C. Miller | |
1996-08-27 | use strncpy correctly | Theo de Raadt | |
1996-08-25 | use issetugid() | Theo de Raadt | |
1996-08-24 | rely on RES_NOALIASES | Theo de Raadt | |
1996-08-22 | Adds rcmdsh() -- rcmd-alike using rsh (or specified shell). | Todd C. Miller | |
1996-08-19 | nasty typo by me | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-19 | Add return values for sethostent, endhostent, herror (all are void). | Todd C. Miller | |
1996-08-18 | if setuid, no env variables | Theo de Raadt | |
1996-08-16 | ipx. | Michael Shalayeff | |
1996-08-14 | Install iso_addr(3) man page | Thorsten Lockert | |
1996-08-14 | Add missing reference | Thorsten Lockert | |
1996-08-07 | seed rresvport() for aux channel with a known taken port; do not ask for | Theo de Raadt | |
next lower port because we might get it (and be predictable!) | |||
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | Theo de Raadt | |
1996-08-05 | if port 20 incoming, kill it and try again | Theo de Raadt | |
1996-08-03 | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | Theo de Raadt | |
1996-07-29 | ensure bindresvport() is told to find a port | Theo de Raadt | |
1996-07-29 | rresvport() in terms of bind() & bindresvport() | Theo de Raadt | |
1996-07-22 | bzero sockaddr_in | Theo de Raadt | |
1996-07-22 | bzero sockaddr before use | Theo de Raadt | |
1996-07-20 | support # comments | Theo de Raadt | |
1996-07-06 | type fixos | Theo de Raadt | |
1996-07-03 | prototype ethers(3) functions (inside !_KERNEL), pointed out in | Theo de Raadt | |
netbsd pr#2471, jhawk@mit.edu | |||
1996-06-10 | iruserok() can finally safely use a u_int32_t for the ip addr | Theo de Raadt | |
1996-06-10 | make 64 bit clean | Theo de Raadt | |
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo 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-25 | Pull in prototypes | Thorsten Lockert | |
Do the right thing in presense of __STDC__ | |||
1996-03-19 | Fix RCS Id botch in last change | Niklas Hallqvist | |
1996-03-19 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-02-19 | netbsd: bind 4.9.3 | dm | |
1996-01-15 | from 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-22 | fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to | Theo 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-20 | gethostbyname("#.#.#.#") should fail; not return an incompletely and | Theo 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-18 | initial import of NetBSD tree | Theo de Raadt | |