summaryrefslogtreecommitdiff
path: root/net/libfetch/files/ftp.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-25libfetch-2.12:joerg1-2/+2
2008-04-24libfetch-2.11:joerg1-5/+18
2008-04-24libfetch-2.4.10:joerg1-2/+2
2008-04-21libfetch-2.8:joerg1-2/+1
2008-04-19libfetch-2.6:joerg1-19/+9
2008-04-17Claim copyright on the files I modified a lot.joerg1-1/+2
2008-04-17Avoid using %ju as it is not implemented on all platforms.joerg1-2/+2
2008-04-16Use nbcompat.joerg1-1/+10
2008-04-05Actually return the list, not print it.joerg1-4/+5
2008-04-05Add somewhat ugly, but working directory listening code for FTP.joerg1-20/+67
2008-04-04libfetch-2.2:joerg1-1/+11
2008-04-04Use inttypes.h, it is more portable and all that is needed here.joerg1-2/+2
2008-04-02libfetch-2.1:joerg1-57/+26
2008-02-07Conditionally declare arg on the existance of the socket options.joerg1-2/+5
2008-02-07Don't use warnx, fprintf(stderr, ...) is good enough. Rename logname tojoerg1-7/+6
2008-02-07Conditionally use IP_PORTRANGE sockopt and avoid using ss_len when otherjoerg1-9/+11
2008-02-07Kill more __unused.joerg1-2/+2
2008-02-07Conditionalize sin_len assignment.joerg1-1/+4
2008-02-07Replace u_char, u_short, u_long, u_int32_t with the unabbrivated versionjoerg1-7/+7
2008-02-07Don't use __unused.joerg1-3/+3
2008-02-07bcopy -> memcpyjoerg1-5/+5
2008-02-07Import libfetch-2.0, based on the FreeBSD version of today with a numberjoerg1-0/+1202