summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/client.c
AgeCommit message (Expand)Author
2018-07-13Unused variable.Kenneth R Westerback
2018-07-11retire the old cron socket path; ok jca millertTheo de Raadt
2015-11-12Use absolute paths in pathnames.h. There is no longer a need toTodd C. Miller
2015-11-12Move cron socket to /var/run/cron.sock. Client code will try the oldTodd C. Miller
2015-11-11Remove obsolete utime() call. It predates the use of a socket toTodd C. Miller
2015-11-09Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improveTodd C. Miller
2015-11-06Use __progname instead of the homegrown ProgramName.Todd C. Miller
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
2015-11-03Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPEPhilip Guenther
2015-10-31Split client-only (at, crontab) functions out of misc.c and intoTodd C. Miller