summaryrefslogtreecommitdiff
path: root/libexec/ftpd/monitor.c
AgeCommit message (Expand)Author
2009-06-04...and now try again with a commit from the right tree. doh!Stuart Henderson
2009-06-04ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BINDStuart Henderson
2008-06-30Include file order must be "monitor.h" before "extern.h" otherwise enumAnders Magnusson
2007-04-05Remove lint comment, which does not apply anymore.Moritz Jodeit
2007-03-26Do not log when the slave gets killed because of read()Moritz Jodeit
2007-03-01- use proper log facility and priority in the slave sig handlersOtto Moerbeek
2006-04-21lint cleanup; ok ray moritz dhillTheo de Raadt
2006-03-14Allow anonymous logins without a password, which was brokenMoritz Jodeit
2006-01-20fix integer overflows. ok millert@Moritz Jodeit
2005-07-14let root create the data socket. fixes PR 4287.Moritz Jodeit
2005-05-24readd endpwent()Moritz Jodeit
2005-05-24no need for endpwent()Moritz Jodeit
2005-02-26fix {send,recv}data so they don't add -1 to pos in theMoritz Jodeit
2004-12-20change mail addressMoritz Jodeit
2004-12-11make syscalls in the monitor restartable when signals occur, as wasMoritz Jodeit
2004-12-06make signal blocking a lot easier.Moritz Jodeit
2004-11-29fix nasty signal races by blocking signals in signal handlers.Henning Brauer
2004-11-28slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theoHenning Brauer
2004-11-28fix ttyline setting, fixes proctitle.Henning Brauer
2004-11-28privilege seperate ftpdHenning Brauer