Age | Commit message (Expand) | Author |
---|---|---|
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-05-12 | feof() can only be used after you actually hit EOF so the check | Todd C. Miller |
2003-04-14 | Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspired | Todd C. Miller |
2003-03-15 | Use strlcpy() instead of pre-checking the src len and using strcpy() | Todd C. Miller |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller |
2002-08-10 | Just zero out pw_passwd in the pw_dup()'d copy. There's no need | Todd C. Miller |
2002-08-08 | Move closelog() into log_close() function and call that instead | Todd C. Miller |
2002-08-07 | paranoia: zero out pw_passwd since we don't need it | Todd C. Miller |
2002-07-15 | Move login_close() out of #ifdef BSD_AUTH block | Todd C. Miller |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller |