Age | Commit message (Expand) | Author | Files | Lines |
2009-03-21 | pkg_delete: add missing setprogname(argv[0]); | tnn | 1 | -1/+2 |
2009-03-10 | Specify width for tag list. | joerg | 2 | -4/+4 |
2009-03-09 | Use archive_read_finish and avoid double-free if the archive couldn't be | joerg | 1 | -4/+3 |
2009-03-09 | pkg_install-20090309: | joerg | 2 | -5/+4 |
2009-03-08 | If writing to the archive failed, tell user the file it tried to write. | joerg | 1 | -3/+4 |
2009-03-08 | pkg_install-20090307: | joerg | 7 | -67/+45 |
2009-03-06 | Avoid sign comparision issues. | joerg | 1 | -4/+3 |
2009-03-04 | Explicitly build local libarchive without ACL support, I don't want to | joerg | 1 | -2/+2 |
2009-03-02 | pkg_install-20090302: | joerg | 7 | -17/+95 |
2009-03-02 | Remove a close(-1) as hinted by wiz. | joerg | 1 | -3/+2 |
2009-03-02 | Be nice to stupid version of TAILQ_INSERT_TAIL on Linux, that doesn't | joerg | 1 | -3/+3 |
2009-03-02 | pkg_install-20090301: | joerg | 5 | -13/+24 |
2009-02-28 | regen | wiz | 2 | -9/+9 |
2009-02-28 | Fix typo. | wiz | 1 | -2/+2 |
2009-02-28 | Remove trailing whitespace. | wiz | 1 | -2/+2 |
2009-02-28 | pkg_install-20090228: | joerg | 16 | -400/+166 |
2009-02-27 | When checking for explicit conflicts, skip the old version checkif no | joerg | 1 | -3/+3 |
2009-02-26 | pkg_install-20090226: | joerg | 2 | -6/+5 |
2009-02-25 | Be silent if querying a variable and no installed information exists. | joerg | 1 | -4/+2 |
2009-02-25 | Bump date for previous. Remove trailing whitespace. | wiz | 2 | -4/+4 |
2009-02-25 | pkg_install-20090225: | joerg | 8 | -1183/+973 |
2009-02-25 | Fix markup. From Tim Zingelman. | joerg | 2 | -3/+5 |
2009-02-19 | Make sure that SYSCONFDIR is expanded in pkg_install.conf(5). | joerg | 4 | -3/+12 |
2009-02-16 | Improve support for ancient OpenSSL releases. | joerg | 1 | -4/+13 |
2009-02-15 | Point to the various commands of pkg_admin that replace audit-packages, | joerg | 1 | -2/+4 |
2009-02-14 | Tag as pkg_install-20090214 in preparation for updating NetBSD current. | joerg | 1 | -2/+2 |
2009-02-14 | Need to define SSL_SUPPORT before using it :) | obache | 1 | -1/+2 |
2009-02-13 | Explicitly pull in crypto if building with ssl option. | joerg | 1 | -1/+4 |
2009-02-13 | Explicitly check that the conflicting package is not the one we want to | joerg | 1 | -11/+31 |
2009-02-13 | Non-matching signature file name is not an hard error, so return 1. | joerg | 1 | -3/+3 |
2009-02-13 | Close the archive on fatal errors during signature validation. This can | joerg | 7 | -42/+46 |
2009-02-13 | pkg_install-20090213: | joerg | 3 | -17/+21 |
2009-02-12 | Fix setting of PKG_METADATA_DIR. | joerg | 1 | -4/+5 |
2009-02-12 | Don't check for tgetent or curses, it is never used. | joerg | 3 | -94/+2 |
2009-02-11 | Don't segfault if running pkg_info on a binary package without | joerg | 2 | -9/+19 |
2009-02-11 | pkg_install-20090212: | joerg | 2 | -5/+5 |
2009-02-09 | Fix !OpenSSL build/bootstrap. | joerg | 2 | -5/+13 |
2009-02-08 | regen. | wiz | 7 | -23/+24 |
2009-02-08 | Spelling fixes. | wiz | 5 | -18/+18 |
2009-02-08 | Use more markup. | wiz | 1 | -3/+5 |
2009-02-08 | New sentence, new line. | wiz | 1 | -2/+3 |
2009-02-05 | pkg_install-20090205: | joerg | 4 | -19/+67 |
2009-02-05 | Don't chdir back to the original directory at the end of make_dist, | joerg | 1 | -3/+2 |
2009-02-03 | Include fcntl.h. | joerg | 1 | -2/+5 |
2009-02-03 | Remove the remaining trails of HAVE_DBLIB. | joerg | 1 | -22/+2 |
2009-02-03 | Fix PR 40456: Mac OS X can't deal well with BSS in static libraries. | joerg | 1 | -3/+3 |
2009-02-03 | If no db.h or variant exists, use the one from nbcompat. | joerg | 1 | -2/+4 |
2009-02-03 | Include fcntl.h for O_RDONLY, it is included indirectly on NetBSD, but | joerg | 1 | -2/+5 |
2009-02-02 | Merge x509 setup and documentation from pkg_install-renovation. | joerg | 3 | -0/+258 |
2009-02-02 | Merge pkg_install-20090201 from pkg_install-renovation branch. | joerg | 88 | -8172/+4908 |