Searched refs:bftpd_log (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dlogging.h22 void bftpd_log(char *format, ...);
H A Dcommands.c352 bftpd_log("Trying to log in as %s.\n", user);
395 bftpd_log("Login as user '%s' failed.\n", user);
528 bftpd_log("Passive mode: Successfully bound port %d\n", port);
626 bftpd_log("Client aborted file transmission.\n");
684 bftpd_log("Error: Filename in '%s' too long.\n", filenames);
734 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
786 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
802 bftpd_log("Not allowed to over-write '%s'.\n", filename);
821 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
841 bftpd_log("Erro
[all...]
H A Dlogging.c85 void bftpd_log(char *format, ...) function
89 void bftpd_log(char *format, ...) function
H A Dmain.c218 bftpd_log ("Quitting.\n");
243 bftpd_log("%s.\n", __FUNCTION__);
256 bftpd_log ("Caught HUP signal. Re-reading config file.\n");
270 bftpd_log("%s\n", __FUNCTION__);
327 bftpd_log ("%s.\n", __FUNCTION__);
369 bftpd_log
377 bftpd_log
772 bftpd_log
824 bftpd_log ("Incoming connection from %s.\n", remotehostname);
894 bftpd_log ("Processin
[all...]
H A Dlogin.c257 bftpd_log ("Warning: Unable to open %s.\n", _PATH_WTMP);
404 bftpd_log ("Login as user '%s' failed: Server disabled.\n", user);
414 bftpd_log ("Login as user '%s' failed. Too many users on server.\n",
425 bftpd_log ("Login as user '%s' failed. Already logged in %d times.",
439 bftpd_log
523 bftpd_log("partition 1 is readonly\n");
548 bftpd_log("create dir [%s]\n",chfolder);
569 bftpd_log("change for ROOTDIR [%s]\n",chfolder);
650 bftpd_log ("Successfully logged in as user '%s'.\n", user);
H A Dcommands_admin.c28 bftpd_log("Administrative login FAILED\n");
55 bftpd_log("Administrative login SUCCESSFUL\n");
H A Dcwd.c60 bftpd_log("Block cwd to '%s'\n", tmp);
H A Ddirlist.c137 bftpd_log("Cwd='%s', checking '%s' for admin-read\n", curr_dir, dir_name);
140 bftpd_log("Unable to chdir '%s', errno=%d\n", dir_name, errno);

Completed in 102 milliseconds