summaryrefslogtreecommitdiff
path: root/Src/Modules/zftp.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-5/+5
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-15/+15
2008-09-0425609: initialize sz variable.Clint Adams1-1/+1
2007-07-12revert thatClint Adams1-14/+18
2007-07-1223670: use getaddrinfo() and getnameinfo() instead of get*by* functions.Clint Adams1-18/+14
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-3/+3
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-20/+40
2007-05-10Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson1-1/+1
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-45/+43
2006-03-13- Got rid of one compiler warning about a clobbered variable.Wayne Davison1-2/+3
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-4/+4
2005-11-01Changed some isdigit() calls to use idigit().Wayne Davison1-7/+6
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson1-2/+3
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-2/+2
2004-11-1620556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson1-3/+3
2004-10-21Use the new gettempfile() function.Wayne Davison1-2/+1
2004-10-18Call gettempname() with its new args.Wayne Davison1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-19/+19
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1
2004-03-2419674, modified: support for non-standard ports in zftp.Peter Stephenson1-9/+63
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-3/+3
2002-08-2717582: Improved option argument handling.Peter Stephenson1-1/+1
2002-05-1517166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson1-2/+3
2002-04-2517040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson1-2/+2
2002-04-1817011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson1-3/+3
2001-10-2616176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson1-0/+7
2001-10-2616172: freehostent -> zfreehostent to avoid name clashPeter Stephenson1-3/+3
2001-10-2615793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson1-1/+2
2001-10-1616062: use O_EXCL when opening a temporary file.Clint Adams1-1/+1
2001-09-28Zftp control connection management cleanup.Bart Schaefer1-19/+27
2001-09-0815762: introduce ztcp builtinClint Adams1-52/+52
2001-06-1914973: fix for reported problems on AIX.Andrey Borzenkov1-3/+6
2001-06-1514931: fix socket/address length calculationAndrey Borzenkov1-4/+4
2001-06-1214863: tcp_connectClint Adams1-14/+5
2001-06-1114843: tcp_closeClint Adams1-2/+1
2001-06-08Fix #includes for gcc 2.95 compilation.Bart Schaefer1-27/+0
2001-06-0614770: tcp module from zftpClint Adams1-205/+54
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov1-32/+52
2001-04-13Don't define gethostbyname2() as static, since it can clash with theWayne Davison1-1/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-12/+20
2000-12-1713288: cast pointers for arg 2 of ztrapread/writeClint Adams1-3/+3
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-10/+10
2000-07-0412149: guard against undefined h_errno in zftpPeter Stephenson1-0/+4
2000-05-2811616: netinet/in_systm.h againPeter Stephenson1-1/+10
2000-05-2611587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson1-1/+11
2000-05-2511567: FD_CLOEXEC in zftp.cPeter Stephenson1-6/+3
2000-05-0911285: zftp exit hookPeter Stephenson1-22/+38
2000-05-0911276: fix build on OpenBSD.Tanaka Akira1-402/+1070
1999-04-15Initial revisionTanaka Akira1-0/+2596