Home
last modified time | relevance | path

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

/dragonfly/libexec/ftpd/
HDftpd.c130 int noguestmod = 1; /* anon users may not modify existing files. */ variable
323 noguestmod = 0; in main()
1715 if (guest && noguestmod) { in store()
1723 if (guest && noguestmod) { in store()
2556 if (guest && noguestmod) { in delete()
2627 if (guest && noguestmod) { in renamefrom()