summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/extract.c
AgeCommit message (Expand)Author
2003-09-23Add some free()s in error cases.wiz
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-07-14use bounded string op as much as possibleitojun
2003-02-02Allow '%D' to be used when no last_file available. Fixes binary packageabs
2003-01-05Add an enumerated type which is used in pkgdb_open() to specifyagc
2003-01-05Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) andagc
2002-11-29replace use of alloca() with the more portable malloc()/free().grant
2002-11-28Add 'p' option to TARX_CMD's argument for preserving file mode.taca
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2001-09-26use full pathname of tar consistentlchubertf
2000-07-24Fix a buffer overrun bug. The TOOBIG macro had some hard coded constantsdmcmahill
2000-06-16extract_plist() should inform caller when it aborts extractsjg
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-19Clean up minor nits in C code.agc
1999-05-30Remove support for absolutes pathnames completely. This can't work withtron
1999-05-29Don't prepend directories if the plist files are absolute.christos
1999-03-12Fix string handling bugs introduced by last patch.tron
1999-03-09Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference toagc
1999-03-02Cosmetic but annoying - no need to append a newline character in warnx()agc
1999-02-01Allow @exec to be the first (non-comment) thing in a PLIST filehubertf
1999-01-19Add code for pkgdb.hubertf
1998-10-09More cleanup - various bits of KNF.agc
1998-10-09Some minor KNF.agc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-01-19Quote filenames handed off to tar, chmod, chown. (Fixes possible securityhubertf
1997-10-19fix compile warnings on the alpha.mrg
1997-10-17WARNSify, cleanup Makefileslukem
1997-10-16Second part of intrgration of FreeBSD pkg_install as of 971013.hubertf
1997-10-16First cut on importing pkg_install as of FreeBSD 971013:hubertf
1997-06-09Use malloc and free in extract.c, not alloca.agc
1997-06-05Add NetBSD Idsagc
1997-06-05Initial import of FreeBSD packaging tool.agc