summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/rcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove multi-line __P() usage.obrien2002-03-221-7/+5
* Remove __P() usage.obrien2002-03-211-2/+2
* Remove 'register' keyword.obrien2002-03-211-2/+2
* Allow users to specify a command to use as remote command instead ofimp2001-10-231-4/+20
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-13/+19
* - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpdume2000-12-041-102/+170
* Don't retry connecting via the same medium.ume2000-08-101-16/+8
* Copy canonname for *ahost, into static buffer.ume2000-07-201-10/+10
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellbrian2000-07-201-3/+9
* Try and fix the worst of some highly bogus malloc/free resourcepeter2000-07-111-1/+1
* Back out that last commit, it may be insecure (pointed out by Warnerbsd2000-03-161-1/+1
* Slight adjustment to __ivaliduser() - don't ignore the last line inbsd2000-03-161-1/+1
* Add more dual stack consideration.shin2000-02-101-1/+5
* sync iruserok() extension API with other BSDsshin2000-02-011-28/+53
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-20/+25
* Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenshin2000-01-261-2/+1
* bindresvport related changesshin2000-01-261-2/+2
* several tcp apps IPv6 updateshin2000-01-251-1/+12
* libc rcmd update for IPv6.shin2000-01-131-69/+198
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-20/+20
* Add unsigned char cast to is[x]digitache1999-11-041-1/+1
* unsigned char cast to ctype macrosache1999-11-041-1/+3
* 64bit portability fixes.dfr1998-10-051-11/+11
* Buffer overflow from DNS name information which could cause root accessimp1997-02-261-1/+2
* Fix PR2579: potential security hole in rcmd.cimp1997-02-091-2/+2
* clear sockaddr_in's on stack before usepeter1996-08-121-26/+28
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+2
* Use the setsockopt for IP_PORTRANGE to cause rresvport() to allocate apeter1996-05-311-12/+24
* Submitted by: Bill Fenner <fenner@parc.xerox.com>wpaul1995-08-141-3/+5
* Just when you thought it was safe...wpaul1995-08-071-4/+16
* Slight adjustment to previous fix for __ivaliduser(). It was checking forpeter1995-07-161-2/+4
* Make ruserok() accept the #-starting comment lines we used to havejoerg1995-07-161-0/+2
* At last! Modified __ivaliduser() to do the same kind of user/host validationwpaul1995-03-201-3/+69
* Based on fix from 1.1.5.1:csgr1994-09-081-1/+10
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+408
OpenPOWER on IntegriCloud