Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-14 | Whoops. Remember to update usage when changing the way defualt handling is | gene | |
done. | |||
1997-12-14 | Invoke raging paranoia on strcpy's that should be strncpy's. | gene | |
These should be checked in all but one case anyway, but you never know. | |||
1997-12-14 | Inspired by changes in NetBSD but done a different way. | gene | |
pkg_info by itself acts as if -a -I were given, and when no flags are passed with package names, -I is implied. | |||
1997-11-17 | Fix a pretty embarrassing typo in the Usage help message. | gene | |
Also, minor KNF whlle here. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-14 | sometimes - so at least it seems - also theo does'nt check what he is | Thomas Graichen | |
committing :-) ... i hope i got it right now | |||
1997-06-17 | do some umask stuff too | Theo de Raadt | |
1997-06-17 | use mktemp, but use it without guessability or DOS attacks | Theo de Raadt | |
1997-06-14 | bad NULL; arnej@math.ntnu.no | Theo de Raadt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-29 | our tar (paxtar) is now in /bin/tar not /usr/bin/tar | Thomas Graichen | |
1996-12-29 | work around the missing (gtar) -T (--files-from) option of our paxtar | Thomas Graichen | |
in pkg_create so that it should work now with paxtar (the -X option is still missing due to missing -X - in the gtar meaning --exclude-from-file option) i did it by changing the FreeBSD way of doing it (open a pipe to tar with -T - (read filenames from stdin) and give all the filenames to the pipe) to constructing a big :-) argumentlist for tar and executing it without the pipe (not the best solution but it works :-) | |||
1996-10-08 | Attempt at cleanup. | michaels | |
1996-08-26 | hack to make non-obj builds work | Theo de Raadt | |
1996-06-25 | our tar has no --fast-read | dm | |
1996-06-19 | Makefiles supported obj, but not obj.${MACHINE}. Use same solution as | Mats O Jansson | |
eg. kerberosIV/kadm. | |||
1996-06-04 | Oops, screwed up the $OpenBSD$ IDs | Niklas Hallqvist | |
1996-06-04 | add package tools from FreeBSD | Niklas Hallqvist | |