aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/lib.h
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-311-243/+0
* Use snprintf instead of strc* functions and add bounds checking when creatingBaptiste Daroussin2013-01-221-1/+1
* Provide an option to users to shoot themselves in the foot.Eitan Adler2012-11-261-1/+1
* Use modern license instead of being consistent with the other pkg_ toolsEitan Adler2012-11-261-1/+1
* Warn users when using pkg tools if it looks like theyEitan Adler2012-10-221-0/+1
* if a file in plist starts with / then do not prefix it with "prefix" [1]Baptiste Daroussin2012-09-181-1/+1
* Do not change owner, group, or mode when package database directory andJung-uk Kim2012-09-141-1/+1
* Bump PKG_INSTALL_VERSION which should've been done in r236233Josh Paetzel2012-05-301-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-0/+242
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-242/+0
* Bump PKG_INSTALL_VERSION to 20100403.Florent Thoumie2010-04-031-1/+1
* Various fixes.Florent Thoumie2010-04-011-13/+7
* - Add support for UPDATING remote fetching.Florent Thoumie2010-01-221-1/+1
* - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.Florent Thoumie2009-09-021-3/+3
* Add support for INDEX-9 [1]Doug Barton2009-08-311-3/+3
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-191-3/+3
* Skip @pkgdep if there's no argument.Florent Thoumie2009-05-191-1/+1
* - Backout latest changes (follow symlinks: r186496, r186518).Florent Thoumie2009-01-061-1/+1
* Fix memory leaks introduced in last commit.Florent Thoumie2008-12-271-1/+1
* Follow symlinks when deleting directories.Florent Thoumie2008-12-251-1/+1
* Enable the -n option of pkg_create(1).Giorgos Keramidas2008-07-081-1/+1
* - add: Keep dependent packages too if -K is specified.Florent Thoumie2008-06-121-1/+1
* - Add long options to pkg_install.Florent Thoumie2008-05-301-1/+1
* Bump PKG_INSTALL_VERSION to 20080528.Florent Thoumie2008-05-281-1/+1
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-031-1/+1
* Optimize package registration/deregistration. Previously, when looking up thePav Lucistnik2008-04-111-0/+1
* Some code cleanups, including removing of stale getopt argument andKirill Ponomarev2007-11-101-0/+7
* Add whitespace.Kirill Ponomarev2007-10-171-1/+1
* Update for INDEX-8 support.Kirill Ponomarev2007-10-171-1/+3
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.Nate Lawson2007-03-281-1/+1
* Allow variable amounts of verbosity.David E. O'Brien2006-06-121-1/+1
* Add INDEX-7 and remove trailing spaces.Kirill Ponomarev2006-04-171-3/+5
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-091-1/+1
* Implement @noinst field which has at the moment the same meaning andKirill Ponomarev2005-06-141-1/+2
* Use INDEX-6 for versions of FreeBSD > 600000Paul Richards2005-01-041-1/+3
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.David E. O'Brien2004-10-181-0/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-3/+9
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-2/+2
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-291-1/+2
* - complete rewrite of the version number parsing code, restoring compatibiliy...Oliver Eikemeier2004-06-291-1/+0
* pkg_create incorrectly does not add trailing '\n' when it receivesMario Sergio Fujikawa Ferreira2003-05-261-0/+1
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-171-3/+3
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-061-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolsMaxim Sobolev2002-09-091-0/+10
* C replacement for the Perl5 code.Mark Murray2002-06-241-0/+2
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-0/+2
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-051-1/+1
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-041-1/+3
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-101-0/+8