Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-28 | Use new tar -T option. | Marc Espie | |
Removes an annoying limit on PLIST lengths. | |||
1999-07-26 | buf oflow fix from FreeBSD; millert@ ok | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-07 | show MESSAGE using PAGER | Marc Espie | |
1999-07-05 | oops | Marc Espie | |
1999-07-04 | Let pkg_add use tar -q. | Marc Espie | |
(This could have been done by using pax -n, but since pkg_* is so badly written, it's harder to hunt down all the code using tar and fix it to use the right options. If this code were written properly, there would be one clean entry point to processing archives, and it would be trivial to switch archivers...) | |||
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-24 | - let chmod work for suid (move it in front of chown). | Marc Espie | |
- use the new form of chown, with user:group instead of user.group. | |||
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-06-05 | more .Os cleansing | Aaron Campbell | |
1999-04-21 | seperate -> separate, people really need to learn how to spell this word | Aaron Campbell | |
1999-03-08 | Handle comments that do not end in \n correctly; WHS <wouters@cistron.nl> | Marco S Hyman | |
1999-02-28 | nice usage messages | Theo de Raadt | |
1999-02-27 | Document that feature. | Marc Espie | |
Pending a check and a rewriting, as the documentation is misleading. It seems to imply it looks thru installed packages first, whereas code tells pkg_info looks thru package files first. | |||
1999-02-27 | Small new feature: pkg_info pkg | Marc Espie | |
now tries to complete the package name with a version number while scanning the installed list of packages. Not foolproof. The pkg_* tools are atrocious anyway. | |||
1999-02-26 | You've been warned: turn too long package comments into errors. | Marc Espie | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-11-22 | fixed typo, noticed by jbernard@ox.mines.edu (netbsd/pkg/6481) | Marc Espie | |
1998-11-19 | - fix pkg_info to give more rational summary when COMMENTS files are weird. | Marc Espie | |
- warn when COMMENT > 60 characters. *** In one month we turn this into an error -> fix packages files *** | |||
1998-10-13 | Sync with recent NetBSD changes: | Marco S Hyman | |
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks | |||
1998-09-07 | updated pkg_* tools. Merged in many changes/improvements from NetBSD. | Marco S Hyman | |
New features include md5 hash so pkg_delete won't remove files that have changed and the ability to define conflicting packages, e.g. you can't install both mh and nmh. The ports tree will have to be updated to take advantage of this. Let me know of any problems, real or imagined :-) | |||
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-04-25 | Use mkdtemp(3), not mktemp(3). | Todd C. Miller | |
1998-04-13 | fixup active vs. passive info | Todd C. Miller | |
1998-04-07 | active mode is way busted; default to passive | Theo de Raadt | |
1998-04-07 | fix package input from standard input -- the program tried to process | Marco S Hyman | |
stdin twice. Note: it assumes stdin is a compressed tar file. | |||
1998-04-07 | even cleaner | Theo de Raadt | |
1998-04-07 | cleanup usage even more; very annoying | Theo de Raadt | |
1998-04-07 | fix check for no command line args | Marco S Hyman | |
1998-04-04 | fix usage | Theo de Raadt | |
1998-01-23 | Inspired by hubertf@netbsd: | gene | |
Quote filenames passed to different extract commands preventing certain security risks. | |||
1998-01-14 | feed tar the -p option to retain set[ug]id bits, this was due | Niklas 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-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. |