summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendar.c
AgeCommit message (Collapse)Author
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
1998-12-13Show periodic events the correct number of times.Paul Janzen
Calculate special events (Easter) correctly regardless of which year they occur in (thus fixing user/562). Keep locales and special event names from propogating from one user to the next during "calendar -a". Set up a framework to handle special events other than Easter (for instance, Jewish events, eventually). Various other fixes.
1998-11-04Various fixes, including closing user/630.Paul Janzen
1997-09-15Don't do a setlogin() as it affects everything in the session, notTodd C. Miller
just that process.
1997-09-08call setlogin(2)Todd C. Miller
1997-08-26Make -t option use a date string like date(1).Todd C. Miller
1997-06-20sigh, who wrote thisTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-05FreeBSD calendar(1) + OpenBSD changes.Todd C. Miller
1996-12-04security holes: seek and ye shall findTheo de Raadt
1996-09-16/tmp// -> /tmp/Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt