Files
inetutils/ftpd
Miles Bader eafdfeca0d (try_login): New function, guts from `pass'.
(pass): Call try_login.
(user):
  Always ask for a password for an uknown user.
  Call try_login directly if a known user with no password.
(end_login, pass, dologout): Use logwtmp_keep_open.
(send_file_list): Test for '\0' in name rather than looking at DIR's d_namlen
  field (which doesn't exist on all systems).
(retrieve, store): Use SEEK_* macros instead of L_*.
[!LOG_FTP] (LOG_FTP): New macro.
(version): Variable removed.
(main, statcmd): Use INETUTILS_VERSION instead of VERSION.
1996-08-16 19:25:56 +00:00
..
1996-02-12 19:22:22 +00:00
1996-02-12 19:22:22 +00:00
1996-08-16 19:11:51 +00:00