Home
last modified time | relevance | path

Searched refs:noguestmod (Results 1 – 1 of 1) sorted by relevance

/freebsd/libexec/ftpd/
H A Dftpd.c127 int noguestmod = 1; /* anon users may not modify existing files. */ variable
323 noguestmod = 0; in main()
1742 if (guest && noguestmod) { in store()
1750 if (guest && noguestmod) { in store()
2587 if (guest && noguestmod) { in delete()
2658 if (guest && noguestmod) { in renamefrom()