summaryrefslogtreecommitdiff
path: root/sbin/restore/interactive.c
AgeCommit message (Collapse)Author
2000-01-10handle glob() return values better; netbsdTheo de Raadt
1999-02-17make quoted strings work; erh@netbsdTheo de Raadt
1998-09-18buf oflowsTheo de Raadt
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-01-31Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now thatTodd C. Miller
glob(3) accepts backslash quoting by default.
1997-08-06do not clobber errno in signal handlersTheo de Raadt
1997-07-05vprintf -> Vprintf and dprintf -> Dprintf to avoid confusionTodd C. Miller
Use err/errx and warn/warnx where it makes sense. Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat. Honor $TMPDIR (based on changes from NetBSD) Use __progname not "restore" (we could be called as rrestore). Some -Wall happiness.
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt