summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2017-04-17freezero() can be used herederaadt1-3/+2
2016-04-25prefer setres{u,g}id() rather than manipulating both real and effectivederaadt1-9/+5
2015-11-16don't need to ifdef setproctitletedu1-7/+1
2015-02-06SIZE_MAX is standard, we should be using it in preference to themillert1-4/+4
2014-08-25Delete secret or secret-derived data with explicit_bzero.doug1-2/+2
2009-06-04...and now try again with a commit from the right tree. doh!sthen1-7/+8
2009-06-04ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BINDsthen1-3/+3
2008-06-30Include file order must be "monitor.h" before "extern.h" otherwise enumragge1-2/+2
2007-04-05Remove lint comment, which does not apply anymore.moritz1-2/+1
2007-03-26Do not log when the slave gets killed because of read()moritz1-3/+5
2007-03-01- use proper log facility and priority in the slave sig handlersotto1-6/+8
2006-04-21lint cleanup; ok ray moritz dhillderaadt1-3/+3
2006-03-14Allow anonymous logins without a password, which was brokenmoritz1-5/+7
2006-01-20fix integer overflows. ok millert@moritz1-5/+8
2005-07-14let root create the data socket. fixes PR 4287.moritz1-2/+41
2005-05-24readd endpwent()moritz1-1/+3
2005-05-24no need for endpwent()moritz1-2/+1
2005-02-26fix {send,recv}data so they don't add -1 to pos in themoritz1-19/+29
2004-12-20change mail addressmoritz1-2/+2
2004-12-11make syscalls in the monitor restartable when signals occur, as wasmoritz1-48/+22
2004-12-06make signal blocking a lot easier.moritz1-12/+2
2004-11-29fix nasty signal races by blocking signals in signal handlers.henning1-1/+11
2004-11-28slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theohenning1-5/+7
2004-11-28fix ttyline setting, fixes proctitle.henning1-1/+6
2004-11-28privilege seperate ftpdhenning1-0/+489