aboutsummaryrefslogtreecommitdiff
path: root/libftpconn/names.c
Commit message (Collapse)AuthorAgeFilesLines
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-091-1/+0
| | | | | Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
* (ftp_conn_cont_get_names):Miles Bader1997-08-091-0/+7
| | | | Check for interrupts.
* (ftp_conn_cont_get_names):Miles Bader1997-08-081-20/+3
| | | | | | | | | Use BASENAME hook instead of FIX_NLIST_NAME. Don't free DIR field. (ftp_conn_start_get_names): Don't set DIR field. (struct get_names_state): Remove DIR field.
* (ftp_conn_cont_get_names):Miles Bader1997-08-071-2/+41
| | | | | | | | | | Support FIX_NLIST_NAME hook. Free S->dir if necessary. Close or abort connection when done. (ftp_conn_start_get_names): Fill in S->dir field if necessary. (struct get_names_state): Add DIR field.
* Initial checkinMiles Bader1997-05-071-0/+209