summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsJohn Polstra2002-08-241-5/+5
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-7/+5
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* Allow users to specify a command to use as remote command instead ofWarner Losh2001-10-231-4/+20
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-13/+19
* - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpdHajimu UMEMOTO2000-12-041-102/+170
* Don't retry connecting via the same medium.Hajimu UMEMOTO2000-08-101-16/+8
* Copy canonname for *ahost, into static buffer.Hajimu UMEMOTO2000-07-201-10/+10
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellBrian Somers2000-07-201-3/+9
* Try and fix the worst of some highly bogus malloc/free resourcePeter Wemm2000-07-111-1/+1
* Back out that last commit, it may be insecure (pointed out by WarnerBrian S. Dean2000-03-161-1/+1
* Slight adjustment to __ivaliduser() - don't ignore the last line inBrian S. Dean2000-03-161-1/+1
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-1/+5
* sync iruserok() extension API with other BSDsYoshinobu Inoue2000-02-011-28/+53
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-20/+25
* Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenYoshinobu Inoue2000-01-261-2/+1
* bindresvport related changesYoshinobu Inoue2000-01-261-2/+2
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-1/+12
* libc rcmd update for IPv6.Yoshinobu Inoue2000-01-131-69/+198
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-20/+20
* Add unsigned char cast to is[x]digitAndrey A. Chernov1999-11-041-1/+1
* unsigned char cast to ctype macrosAndrey A. Chernov1999-11-041-1/+3
* 64bit portability fixes.Doug Rabson1998-10-051-11/+11
* Buffer overflow from DNS name information which could cause root accessWarner Losh1997-02-261-1/+2
* Fix PR2579: potential security hole in rcmd.cWarner Losh1997-02-091-2/+2
* clear sockaddr_in's on stack before usePeter Wemm1996-08-121-26/+28
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+2
* Use the setsockopt for IP_PORTRANGE to cause rresvport() to allocate aPeter Wemm1996-05-311-12/+24
* Submitted by: Bill Fenner <fenner@parc.xerox.com>Bill Paul1995-08-141-3/+5
* Just when you thought it was safe...Bill Paul1995-08-071-4/+16
* Slight adjustment to previous fix for __ivaliduser(). It was checking forPeter Wemm1995-07-161-2/+4
* Make ruserok() accept the #-starting comment lines we used to haveJoerg Wunsch1995-07-161-0/+2
* At last! Modified __ivaliduser() to do the same kind of user/host validationBill Paul1995-03-201-3/+69
* Based on fix from 1.1.5.1:Geoff Rehmet1994-09-081-1/+10
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+408