Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-19 | bunch more careful tweaks | Theo de Raadt | |
2002-07-19 | 4344 lines of KNF diff | Theo de Raadt | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd 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). | |||
1997-04-15 | Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>. | Mats O Jansson | |
Hacked a bit to generate output ala Sun (handle different domains). -moj |