summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmd.c
AgeCommit message (Expand)Author
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-02-10Make sure $RSH is not the empty string.Todd C. Miller
2000-02-25always pass salen as separate argument, so that it can be friendly withJun-ichiro itojun Hagino
2000-02-18do not perform sleep() every time we get ECONNREFUSED.Jun-ichiro itojun Hagino
2000-01-30visit next addrinfo structure when rresvport_af() fails.Jun-ichiro itojun Hagino
2000-01-27add IPv6-ready rcmd() friends.Jun-ichiro itojun Hagino
1999-12-16rresvport_af() and bindresvport_af()Theo de Raadt
1998-03-19some -WallTodd C. Miller
1998-02-12correct bounds checkTheo de Raadt
1998-02-12copyrightTheo de Raadt
1998-02-11use fgetln() instead of fgets() so that we can catch \0 in the .rhostsTheo de Raadt
1998-02-11increased paranoia about .rhosts validityTheo de Raadt
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-07-06if we find an unprintable char, bail totallyTheo de Raadt
1997-06-29indentTheo de Raadt
1997-06-04use bzero instead of FD_ZEROdm
1997-06-03howmany(x+1, NFDBITS)Theo de Raadt
1997-05-28malloc fd_set dynamically, for very large fd usesTheo de Raadt
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
1997-01-25never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z...Theo de Raadt
1996-09-05ignore $RSH if we are setuidTodd C. Miller
1996-09-03proper typesTheo de Raadt
1996-09-02Looks at RSH envariable and calls rcmdsh() with that value if set.Todd C. Miller
1996-09-01i have changed this enough to put copyright on itTheo de Raadt
1996-08-31check right variableTheo de Raadt
1996-08-30avoid port 1023 moreTheo de Raadt
1996-08-30call rcmdsh() if euid != 0 and port is shell/tcp. This lets usTodd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1996-08-07seed rresvport() for aux channel with a known taken port; do not ask forTheo de Raadt
1996-08-05if port 20 incoming, kill it and try againTheo 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-06-10iruserok() can finally safely use a u_int32_t for the ip addrTheo de Raadt
1995-11-22fix long/u_int32_t botch; do gethostbyname() only if netgroups are going toTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt