summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Collapse)Author
1998-04-25Use mkdtemp(3), not mktemp(3).Todd C. Miller
1998-04-13fixup active vs. passive infoTodd C. Miller
1998-04-07active mode is way busted; default to passiveTheo de Raadt
1998-04-07fix package input from standard input -- the program tried to processMarco S Hyman
stdin twice. Note: it assumes stdin is a compressed tar file.
1998-04-07even cleanerTheo de Raadt
1998-04-07cleanup usage even more; very annoyingTheo de Raadt
1998-04-07fix check for no command line argsMarco S Hyman
1998-04-04fix usageTheo de Raadt
1998-01-23Inspired by hubertf@netbsd:gene
Quote filenames passed to different extract commands preventing certain security risks.
1998-01-14feed tar the -p option to retain set[ug]id bits, this was dueNiklas Hallqvist
to the fact that GNU tar retatins the bits when run as root, but paxtar does not, and we use the latter.
1997-12-14Whoops. Remember to update usage when changing the way defualt handling isgene
done.
1997-12-14Invoke 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-14Inspired 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-17Fix a pretty embarrassing typo in the Usage help message.gene
Also, minor KNF whlle here.
1997-09-21$OpenBSD$Theo de Raadt
1997-07-14sometimes - so at least it seems - also theo does'nt check what he isThomas Graichen
committing :-) ... i hope i got it right now
1997-06-17do some umask stuff tooTheo de Raadt
1997-06-17use mktemp, but use it without guessability or DOS attacksTheo de Raadt
1997-06-14bad NULL; arnej@math.ntnu.noTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-29our tar (paxtar) is now in /bin/tar not /usr/bin/tarThomas Graichen
1996-12-29work around the missing (gtar) -T (--files-from) option of our paxtarThomas 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-08Attempt at cleanup.michaels
1996-08-26hack to make non-obj builds workTheo de Raadt
1996-06-25our tar has no --fast-readdm
1996-06-19Makefiles supported obj, but not obj.${MACHINE}. Use same solution asMats O Jansson
eg. kerberosIV/kadm.
1996-06-04Oops, screwed up the $OpenBSD$ IDsNiklas Hallqvist
1996-06-04add package tools from FreeBSDNiklas Hallqvist