Searched refs:OPT_TFTP_SECURE (Results 1 – 4 of 4) sorted by relevance
325 else if ((daemon->options & OPT_TFTP_SECURE) && uid != statbuf.st_uid) in check_tftp_fileperm()
188 #define OPT_TFTP_SECURE (1u<<26) macro
535 daemon->options & OPT_TFTP_SECURE ? _("secure mode") : ""); in main()
308 …{ LOPT_SECURE, OPT_TFTP_SECURE, NULL, gettext_noop("Allow access only to files owned by the user r…