SECURITY UPDATE for CVE-2014-{0488,0487,0489}
[ntk/apt.git] / apt-pkg / contrib /
2013-11-29 Michael VogtMerge branch 'feature/edit-sources' into debian/sid
2013-11-29 Michael Vogtadd "APT::String::Endswith" and automatic adding of...
2013-11-28 Michael VogtMerge remote-tracking branch 'mvo/feature/short-list...
2013-11-28 Michael Vogtfix regression that APT::Keep-Fds is not honored (close...
2013-11-26 Michael Vogtadd check when sources.list changed
2013-11-01 Michael Vogtsmall documentation updates 0.9.13_exp1
2013-10-31 Michael Vogtadd new pid_t ExecFork(std::set<int> KeepFDs) to get...
2013-10-22 Michael VogtMerge remote-tracking branch 'mvo/feature/upgrade-api...
2013-10-18 Michael Vogtre-add missing APT::String::Strip
2013-10-18 Michael Vogtadd APT::String::Strip(), start cleanup of ProcessDpkgS...
2013-10-09 Michael VogtMerge remote-tracking branch 'mvo/feature/limit-default...
2013-10-08 Michael VogtMerge remote-tracking branch 'mvo/feature/dpkg-progress...
2013-10-08 Michael VogtMerge remote-tracking branch 'mvo/feature/upgrade-with...
2013-10-08 Michael VogtMerge remote-tracking branch 'mvo/feature/dpkg-progress...
2013-10-07 Michael Vogtfix libapt-inst for >2G debs (closes: #725483)
2013-10-05 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-10-05 Michael VogtMerge remote-tracking branch 'mvo/bugfix/dpkg-progress...
2013-10-02 Michael VogtMerge remote-tracking branch 'origin/bugfix/dpkg-progre...
2013-10-01 Michael Vogtchange maxsplit default from "0" to maxint
2013-10-01 Michael Vogtimprove documentation for StringSplit()
2013-09-07 Michael Vogtdoc update
2013-09-07 Michael Vogtadd maxsplit parameter to StringSplit
2013-09-07 Michael Vogtimplement StringSplit() as we need this to fix the...
2013-09-01 Michael VogtMerge branch 'debian/sid' of ssh://git.debian.org/git...
2013-08-31 Michael Vogtfix typo (mkostemp->mkstemp)
2013-08-28 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2013-08-28 Michael VogtMerge remote-tracking branch 'mvo/feature/install-progr...
2013-08-28 Michael VogtMerge remote-tracking branch 'mvo/feature/upgrade-with...
2013-08-28 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-08-27 David Kalnischkiesuse mkstemp instead of mkostemp in FileFd::Open()
2013-08-27 Angel Guzman Maesoreplace usage of potential dangerous mktemp with mkstemp
2013-08-22 Michael VogtMerge branch 'debian/sid' of ssh://git.debian.org/git...
2013-08-22 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-08-22 Ángel Guzmán Maesoapt-pkg:contrib Avoid compiler warning about sign-compare
2013-08-22 Michael VogtMerge remote-tracking branch 'mvo/bugfix/coverity'...
2013-08-22 Angel Guzman Maesofix compiler warning about sign-compare
2013-08-19 Michael VogtMerge pull request #3 from cbaines/debian/sid
2013-08-17 Michael VogtMerge remote-tracking branch 'mvo/feature/apt-binary2...
2013-08-17 Christian PERRIERMerge branch 'debian/sid' of git://git.debian.org/git...
2013-08-15 Michael Vogt* lp:~mvo/apt/add-glob-function:
2013-08-15 Michael Vogt* lp:~mvo/apt/config-clear:
2013-08-12 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2013-08-12 Michael Vogtsquash merge of the feature/apt-binary branch without...
2013-08-12 Michael Vogtsome more coverity fixes
2013-08-10 Christian PERRIERMerge branch 'debian/sid' of git://git.debian.org/git...
2013-08-05 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2013-08-05 Michael Vogtfix some unitialized data members
2013-07-28 Michael VogtMerge remote-tracking branch 'mvo/bugfix/coverity'...
2013-07-26 Michael Vogtfix another missing va_end()
2013-07-26 David Kalnischkiesensure that FileFd::Size returns 0 in error cases
2013-07-26 David Kalnischkiesproper cleanup varargs in _error (uncovered by Coverity)
2013-07-25 Michael Vogtadd missing "free(buffer) for allocated buffer
2013-07-25 Michael Vogtfix resource leak (thanks coverity)
2013-07-25 Michael Vogtrework the code in cdromutl.cc to make coverity (more...
2013-07-25 Michael Vogtfix off-by-one error and do not use magic constant...
2013-07-25 Michael Vogtalways "delete d" in FileFd::~FileFd to coverity happy
2013-07-24 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'
2013-07-02 Michael VogtMerge remote-tracking branch 'mvo/bugfix/bts-712433...
2013-07-02 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-06-24 David Kalnischkiesfix SHA2* cleanups to zero-out the complete context
2013-06-20 David Kalnischkiestrigger NODATA error for invalid InRelease files
2013-06-20 David Kalnischkiessupport \n and \r\n line endings in ReadMessages
2013-06-09 David Kalnischkiesfail in CopyFile if the FileFds have error flag set
2013-06-09 David KalnischkiesOpenDescriptor should autoclose fd always on error
2013-06-09 David Kalnischkiesset Fail flag in FileFd on all errors consistently
2013-06-09 David Kalnischkiesmake the vprintf like _error->Insert public
2013-06-06 Michael VogtMerge branch 'debian/sid' of https://github.com/ion1...
2013-06-06 Michael Vogtfix double free (closes: #711045)
2013-05-08 Michael Vogtmerged patch from Daniel Hartwig to fix URI and proxy...
2013-05-08 Michael Vogtmerged from the debian-wheezy branch
2013-04-08 Michael Vogtmerged bundle from david
2013-04-08 Michael Vogtmerged lp:~mvo/apt/add-missing-dsc-hashes
2013-04-03 Michael Vogtapt-pkg/contrib/gpgv.cc: fix InRelease check
2013-04-02 Michael Vogtmerged lp:~mvo/apt/fix-inrelease5
2013-03-26 Michael Vogtmerge stuff from donkult
2013-03-22 Michael Vogtmerged lp:~mvo/apt/fix-tagfile-hash
2013-03-22 Michael Vogtmerged the debian-wheezy branch
2013-03-19 David Kalnischkiessupport dash-escaped text in clearsigned files as imple...
2013-03-19 David Kalnischkiesuse FileFd instead of int fds to tidy up the interface...
2013-03-18 David Kalnischkies* apt-pkg/deb/debindexfile.cc,
2013-03-18 David Kalnischkies - add method to open (maybe) clearsigned files transp...
2013-03-16 David Kalnischkiesensure that we fclose/unlink/free in the new gpg-code...
2013-03-16 Michael Vogtmerged from davids bundle
2013-03-15 David Kalnischkies - if ExecGPGV deals with a clear-signed file it will...
2013-03-15 Michael Vogtsplit out a method to strip whitespaces only on the...
2013-03-15 David Kalnischkiesdon't close stdout/stderr if it is also the statusfd
2013-03-15 David Kalnischkies* apt-pkg/contrib/gpgv.cc:
2013-03-15 David Kalnischkies* apt-pkg/indexcopy.cc:
2013-03-10 David Kalnischkiesvarious simple changes to fix cppcheck warnings
2013-03-01 Michael Vogtmerged lp:~mvo/apt/hash-order
2013-03-01 Michael Vogtinclude two missing patches to really fix bug #696225...
2013-01-09 Michael Vogtmerge train fixes
2013-01-09 Michael Vogt* apt-pkg/contrib/progress.cc:
2012-10-15 Michael Vogtmerge from lp:~donkult/apt/sid
2012-10-13 David Kalnischkiesremove 256 char line limit by using getline() (POSIX...
2012-10-13 David Kalnischkies* apt-pkg/contrib/netrc.cc:
2012-10-12 Michael Vogtmerged lp:~mvo/apt/mvo
2012-08-28 Michael Vogtapt-pkg/contrib/netrc.cc: use a slightly smaller login...
2012-08-13 Michael Vogtmake netrc parser more robust and parser biger login...
2012-08-06 Michael Vogtmerged from david
next