summaryrefslogtreecommitdiff
path: root/libexec/ftpd/popen.c
AgeCommit message (Collapse)Author
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
suggested by kjell@; ok otto@ pat@ millert@ jaredy@
2003-12-10spacingTheo de Raadt
2003-06-11ansi cleanup; ok ian markusTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-07-02* use lostconn() as the SIGALRM handler in receive_data() as originallyDan Harnett
done by downsj@ in revision 1.54. * some -Wall cleanup - only declare check_host() if TCPWRAPPERS is defined. - use socklen_t where appropriate instead of int (pointer signedness warnings). - {u_}char * pointer signedness warnings. ok millert@
2002-05-29More pid_t cleanup. Since 'pid' is pid_t we should:Mike Pechkin
o) in ftpd_popen() convert 'pids' from int to pid_t too; o) in ftpd_pclose() return '-1', not pid_t, because it returns int; millert@ ok
2002-05-26pid_t cleanupTheo de Raadt
2002-01-23Use always '.' in the end of the fatal() message. Consistency is good.Mike Pechkin
millert@ ok.
2001-03-18use GLOB_LIMITTheo de Raadt
2001-01-24proto ls_main()Theo de Raadt
1999-12-08IPv6 support from KAME.Jun-ichiro itojun Hagino
XXX kerberos and tcp_wrapper needs checking
1999-02-26implement internal lsArtur Grabowski
1997-06-29partial WallTheo de Raadt
1996-12-07Checks to see that strdup() worked, dies with error message on failure.bitblt
1996-10-25Spacing nitsimp
1996-10-25Better bounds checking on argv and gargv to eliminate a fencepost errorimp
on argv and gargv variables.
1996-10-15nearly impossible oflowTheo de Raadt
1996-07-30*** empty log message ***Jason Downs
1996-07-30closelog() before exec.Jason Downs
1996-07-27bounds check on argv and gargvjoshd
1995-10-18initial import of NetBSD treeTheo de Raadt