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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlogging.h22 void bftpd_log(char *format, ...);
H A Dcommands.c364 bftpd_log("Trying to log in as %s.\n", user);
410 bftpd_log("Login as user '%s' failed.\n", user);
543 bftpd_log("Passive mode: Successfully bound port %d\n", port);
641 bftpd_log("Client aborted file transmission.\n");
699 bftpd_log("Error: Filename in '%s' too long.\n", filenames);
731 bftpd_log("Memory error in storing file.\n");
739 bftpd_log("Tried to access files outside '/shares'!\n");
767 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
819 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
835 bftpd_log("No
[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");
252 bftpd_log("%s.\n", __FUNCTION__);
265 bftpd_log ("Caught HUP signal. Re-reading config file.\n");
279 bftpd_log("%s\n", __FUNCTION__);
346 bftpd_log ("%s.\n", __FUNCTION__);
388 bftpd_log
396 bftpd_log
843 bftpd_log
895 bftpd_log ("Incoming connection from %s.\n", remotehostname);
965 bftpd_log ("Processin
[all...]
H A Dlogin.c259 bftpd_log ("Warning: Unable to open %s.\n", _PATH_WTMP);
406 bftpd_log ("Login as user '%s' failed: Server disabled.\n", user);
416 bftpd_log ("Login as user '%s' failed. Too many users on server.\n",
427 bftpd_log ("Login as user '%s' failed. Already logged in %d times.",
441 bftpd_log
525 bftpd_log("partition 1 is readonly\n");
550 bftpd_log("create dir [%s]\n",chfolder);
571 bftpd_log("change for ROOTDIR [%s]\n",chfolder);
652 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.c65 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);
301 //bftpd_log("ONLY /shares is allowed! RETURN, NOT show\n");

Completed in 118 milliseconds