summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmd.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2020-02-05Improve validation of the sockaddr length in iruserok_sa().Mark Johnston
2018-01-06The source strings are from the password database which guaranteesWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2015-08-29Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov
2013-08-23libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-05-13NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO
2005-02-14- Use socklen_t.Stefan Farfeleder
2004-11-13Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb
2003-02-18Whack 28 unused variables.Jacques Vidrine
2002-08-24Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsJohn Polstra
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-22Remove multi-line __P() usage.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2002-03-21Remove 'register' keyword.David E. O'Brien
2001-10-23Allow users to specify a command to use as remote command instead ofWarner Losh
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-12-04- __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpdHajimu UMEMOTO
2000-08-10Don't retry connecting via the same medium.Hajimu UMEMOTO
2000-07-20Copy canonname for *ahost, into static buffer.Hajimu UMEMOTO
2000-07-20Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellBrian Somers
2000-07-11Try and fix the worst of some highly bogus malloc/free resourcePeter Wemm
2000-03-16Back out that last commit, it may be insecure (pointed out by WarnerBrian S. Dean
2000-03-16Slight adjustment to __ivaliduser() - don't ignore the last line inBrian S. Dean
2000-02-10Add more dual stack consideration.Yoshinobu Inoue
2000-02-01sync iruserok() extension API with other BSDsYoshinobu Inoue
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-26Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenYoshinobu Inoue
2000-01-26bindresvport related changesYoshinobu Inoue
2000-01-25several tcp apps IPv6 updateYoshinobu Inoue
2000-01-13libc rcmd update for IPv6.Yoshinobu Inoue
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-11-04Add unsigned char cast to is[x]digitAndrey A. Chernov
1999-11-04unsigned char cast to ctype macrosAndrey A. Chernov
1998-10-0564bit portability fixes.Doug Rabson
1997-02-26Buffer overflow from DNS name information which could cause root accessWarner Losh
1997-02-09Fix PR2579: potential security hole in rcmd.cWarner Losh
1996-08-12clear sockaddr_in's on stack before usePeter Wemm
1996-07-12General -Wall warning cleanup, part I.Jordan K. Hubbard
1996-05-31Use the setsockopt for IP_PORTRANGE to cause rresvport() to allocate aPeter Wemm
1995-08-14Submitted by: Bill Fenner <fenner@parc.xerox.com>Bill Paul
1995-08-07Just when you thought it was safe...Bill Paul
1995-07-16Slight adjustment to previous fix for __ivaliduser(). It was checking forPeter Wemm