summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftpd/popen.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-194/+0
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-1/+1
* Use fork not vfork in ftpSam Hartman2003-06-051-4/+1
* * popen.c: Include ftpd_var.hEzra Peisach2001-07-021-0/+1
* * ftpcmd.y: Include "ftpd_var.h" and remove prototype for reply()Ezra Peisach2001-06-061-1/+3
* Oops - checked in a newer version by accidentEzra Peisach2000-11-011-10/+5
* * configure.in: Use AC_CHECK_FUNCS, AC_CHECK_HEADERS, AC_C_CONSTEzra Peisach2000-11-011-5/+10
* Volatile decls as needed.Ken Raeburn2000-02-191-1/+1
* popen.c (ftpd_popen): Make sure you can't overrun the argv[] andTheodore Tso1998-02-061-4/+8
* Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin1996-01-141-0/+190