| Commit message (Expand) | Author | Age | Files | Lines |
* | Synopsis fixes: | cperciva | 2004-03-30 | 2 | -12/+8 |
* | Add command line option for chrootdir, all pkg_add(8) operations will be | kensmith | 2004-03-01 | 2 | -3/+39 |
* | This is an initial whitespace cleanup commit, new content to follow. | kensmith | 2004-03-01 | 1 | -19/+38 |
* | Instead of bogusly complaining about odd file names, handle them properly | des | 2004-01-24 | 1 | -11/+27 |
* | Try to apply consistent indentation. | des | 2004-01-24 | 1 | -20/+19 |
* | - Properly build both crypto and non-crypto versions of the | ru | 2004-01-17 | 8 | -28/+10 |
* | Replaced black magic with white magic. | ru | 2004-01-17 | 1 | -5/+2 |
* | Catch up with reality with respect to the location of 4.8, 4.9, | bmah | 2004-01-02 | 1 | -1/+6 |
* | Fix a case of undefined behavior due to overlapping buf objects in | schweikh | 2003-12-23 | 1 | -2/+3 |
* | Correct truncation detection after use of snprintf: The case where | nectar | 2003-12-17 | 2 | -5/+5 |
* | Clarify the order of arguments passed to the pre-/post-install script | roam | 2003-08-26 | 1 | -1/+1 |
* | Backout 1.14, it seems to be causing problems with libxml build | bmilekic | 2003-08-04 | 1 | -1/+1 |
* | Use strncmp() and not strcmp() here to properly match | bmilekic | 2003-08-01 | 1 | -1/+1 |
* | The .Xr utility | charnier | 2003-06-08 | 1 | -1/+2 |
* | pkg_create incorrectly does not add trailing '\n' when it receives | lioux | 2003-05-26 | 2 | -1/+23 |
* | Add a trailing '\n' character if none is found in the information | lioux | 2003-05-26 | 1 | -10/+19 |
* | Erase whitespace at EOL. | ru | 2003-05-22 | 1 | -2/+2 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 6 | -6/+6 |
* | Fixed troff(1) and mdoc(7) warnings. | ru | 2003-05-18 | 1 | -1/+1 |
* | * Add explicit conflict-checking to the package tools. Packages can | kris | 2003-04-17 | 9 | -18/+104 |
* | Revert url.c:1.2: there was a race condition between when I produced | rwatson | 2003-04-17 | 1 | -1/+1 |
* | - Print out an error message instead of dereferencing a NULL pointer | robert | 2003-04-04 | 1 | -7/+29 |
* | Don't pass NULL in as a flags argument to libfetch's fetchGetURL() | rwatson | 2003-03-27 | 1 | -1/+1 |
* | - Add the 'b' option which causes BLOCKSIZE to be hornored when | mdodd | 2003-03-25 | 4 | -8/+29 |
* | Implement the 'Q' option which is like 'q' (quiet output) except | mdodd | 2003-03-25 | 4 | -2/+17 |
* | Fix a long-standing bug where if the package being deleted had no | des | 2003-02-25 | 2 | -14/+12 |
* | Initialize sign to NULL so that we don't attempt to free() it in case | mikeh | 2003-02-20 | 1 | -0/+1 |
* | even the default case in a switch requires some action (add break;) | billf | 2003-02-03 | 1 | -1/+2 |
* | No need for the OPENSSL_NO_KRB5 switch anymore. | markm | 2003-01-31 | 1 | -1/+0 |
* | iAdjust for OpenSSL 0.9.7. | markm | 2003-01-28 | 1 | -0/+1 |
* | Note that -c is no longer supported. This was requested by a few users and | trhodes | 2003-01-27 | 1 | -0/+4 |
* | Actually, the canonical way would be syntactically correct. | des | 2003-01-09 | 1 | -1/+1 |
* | Canonical way of determining whether or not to use crypto. | des | 2003-01-09 | 1 | -1/+1 |
* | Prevent buffer overflow in format_cmd() by properly tracking maximum | jkh | 2003-01-06 | 4 | -16/+24 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Back out rev 1.33; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 2 | -4/+4 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 2 | -2/+2 |
* | Minimal change to cause pkg_version to examine the new INDEX-5 file | kris | 2002-12-04 | 2 | -2/+3 |
* | Assume that packages passed on stdin are in bzip2 format, not gzip. | bmah | 2002-11-14 | 1 | -1/+2 |
* | Clean up a little. Don't need to include fetch.h any more, and I can't | obrien | 2002-11-06 | 1 | -7/+0 |
* | Break fileGetURL() out into its own file so that pkg_install/lib consumers | obrien | 2002-11-06 | 5 | -117/+149 |
* | Whitespace cleanup | des | 2002-10-29 | 1 | -5/+5 |
* | getbsize() now takes a pointer to a size_t as its first arg. A pointer | gallatin | 2002-10-24 | 1 | -1/+1 |
* | Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate | bmah | 2002-10-08 | 1 | -0/+1 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 1 | -2/+2 |
* | Update to use *.tbz suffix, also update example URL. | bmah | 2002-09-10 | 1 | -3/+3 |
* | Sigh, finally activate pkgwrap.c. | sobomax | 2002-09-09 | 1 | -1/+1 |
* | Fix minor off-by-one error. | bmah | 2002-09-09 | 1 | -1/+1 |
* | Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASE | bmah | 2002-09-09 | 1 | -0/+2 |