aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/popen.c
Commit message (Expand)AuthorAgeFilesLines
* libexec: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-1/+1
* ftpd: replace malloc + memset 0 with calloc.Pedro F. Giffuni2016-04-181-3/+2
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+3
* Check that gl_pathc is bigger than zero before derefencing gl_pathv.Xin LI2010-03-251-1/+2
* Use __FBSDID.Yaroslav Tykhiy2004-11-181-2/+3
* Kill ancient casts to integral types left from the K&R era.Yaroslav Tykhiy2004-11-131-1/+1
* Eliminate last three uses of varargs.h in the tree. These three filesAlexander Kabaev2003-09-011-1/+0
* GLOB_QUOTE has been retired.Mike Heffner2002-07-171-1/+1
* o Eliminate __PWarner Losh2002-02-031-4/+2
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatibleMike Heffner2001-07-291-1/+1
* Teach ftpd about the new GLOB_MAXPATH flag.Jonathan Lemon2001-03-191-0/+2
* remove redundant optreset declarationWarner Losh2000-09-041-1/+0
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonePeter Wemm1999-08-261-9/+1
* Back out "always UTC" fix since some people want visually identical 'ls'Andrey A. Chernov1998-05-181-4/+10
* Return back vfork and use execve with TZ="" environment in vfork caseAndrey A. Chernov1998-05-151-5/+7
* Use fork instead of vfork since setenv clobber parent environmentAndrey A. Chernov1998-05-151-4/+2
* Move TZ="" assignment just before exec to not touch other time stuffAndrey A. Chernov1998-05-151-1/+3
* Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]David Greenman1998-04-271-2/+4
* PR: 5812Daniel O'Callaghan1998-02-251-1/+5
* Cosmetics in man page. Exit(-1) -> exit(1).Philippe Charnier1997-11-211-4/+4
* Adds optional "internal ls" support for ftpd, by collectingDavid Nugent1997-04-261-2/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Truncate argument list to avoid buffer overflows.Paul Traina1996-11-201-5/+9
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+2
* Fix some compilation warnings.Paul Traina1996-09-211-1/+1
* Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.Mark Murray1996-08-091-1/+2
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+171