]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
2021-09-08  Michael Tremerdownloader: Compute message digest of downloaded files
2021-09-07  Michael Tremerdownloader: Avoid calling fwrite() for empty blocks
2021-09-07  Michael Tremerdownloader: Use a simple callback function to write...
2021-09-07  Michael Tremerrepo: Remove @ prefix for temporary repository
2021-08-20  Michael Tremerrepo: Write repomd.json after composing a repository
2021-08-20  Michael Tremerrepo: Avoid memory leak when scanning files
2021-08-20  Michael Tremerrepo: Implement adding more files to repositories
2021-08-20  Michael Tremerarchive: Add a function to copy an archive to somewhere...
2021-08-20  Michael Tremerarchive: Allow passing NULL as repo when making a package
2021-08-20  Michael Tremerarchive: Use fstat() because we are already holding...
2021-08-20  Michael Tremerarchive: Change return value of pakfire_archive_get_siz...
2021-08-20  Michael Tremerarchive: Make pakfire_archive_make_package return int
2021-08-20  Michael Tremerrepo: Make pakfire_repo_add_archive private
2021-08-20  Michael Tremerrepo: Have pakfire_repo_add_archive return int
2021-08-20  Michael Tremer_pakfire: Remove unused add_archive() method from Repo
2021-08-19  Michael Tremerrepo: Remove write/read_solv functions that take paths
2021-08-19  Michael Tremerrepo: Add scaffolding/experimental code to compose...
2021-08-19  Michael Tremerutil: Add helper function for strftime to format time now
2021-08-19  Michael Tremerrepo: Set repo pointer for internal repositories, too
2021-08-19  Michael Tremer_pakfire: Return some useful repr() for Repo
2021-08-19  Michael Tremerrepo: Change pakfire_repo_create to return int
2021-08-19  Michael Tremerarchive: Generate a more useful log message when verifi...
2021-08-19  Michael Tremerarchive: Initialize r in pakfire_archive_read
2021-08-12  Michael Tremerkey: Make secret keys non-world-writable
2021-08-07  Michael Tremerkey: Write generated keys into key store
2021-08-07  Michael Tremerrepo: Automatically import repository keys
2021-08-07  Michael Tremerkey: Write keys to keystore after import
2021-08-07  Michael Tremerpakfire: Add keystore path
2021-08-07  Michael Tremerkey: Tidy up loop that retrieves imported keys
2021-08-07  Michael Tremerkey: Fix whitespace error
2021-08-07  Michael Tremerkey: Keep import result so that we can call pakfire_fin...
2021-08-07  Michael Tremerkey: pakfire_find_key: Check if input is a NULL pointer
2021-08-07  Michael Tremerpakfire: Allow receiving an empty list of keys
2021-08-07  Michael Tremerkeystore: Log when keystore is being destroyed and...
2021-08-06  Michael Tremerkeystore: Do not execute cleanup after successful init
2021-08-06  Michael Tremerkeystore: Return zero on successful import
2021-07-30  Michael Tremerkeystore: Automatically import all keys in /etc/pakfire...
2021-07-30  Michael Tremerpakfire: Initialize keystore when pakfire is being...
2021-07-30  Michael Tremerkeystore: Create a temporary GnuPG database
2021-07-29  Michael Tremerkeystore: Move GPG stuff into an extra file
2021-07-29  Michael Tremerdistro: Add key file to distribution configuration
2021-07-22  Michael Tremerpakfire: Move states into bitfields
2021-07-22  Michael Tremerarchive: Create struct to pass more data to signature...
2021-07-22  Michael Tremerpackage: Do not dump sizes if they are empty
2021-07-22  Michael Tremerpackage: Change type for package size to size_t
2021-07-22  Michael Tremerpackager: Dump metadata of written package
2021-07-22  Michael Tremerbuild: Initialize build environment only when needed
2021-07-22  Michael Tremerpakfire-builder: Automatically run dist when passed...
2021-07-22  Michael Tremerdist: Return the name of the generated file
2021-07-22  Michael Tremerbuild: Add more logging
2021-07-22  Michael Tremerarchive: Remove archive filename defines
2021-07-22  Michael Tremerarchive: Add scaffolding to return keys on verify
2021-07-22  Michael Tremerarchive: Strip leading "./" from path name
2021-07-22  Michael Tremerarchive: Show hexdigests if there was a checksum mismatch
2021-07-13  Michael Tremerutil: Refactor unhexlify without using scanf
2021-07-13  Michael Tremerutil: Use pre-processor macros to pass size to hexlify...
2021-07-13  Michael Tremerarchive: Refactor parser for legacy chksums format
2021-07-13  Michael Tremerutil: Move read_hexdigest to pakfire_unhexlify
2021-07-13  Michael Tremerarchive: Deal with digests as unsigned char
2021-07-13  Michael Tremerarchive: Refactor loading scriptlets
2021-07-13  Michael Tremerarchive: Drop old verification code
2021-07-13  Michael Tremerarchive: Fail hard when files do not have a checksum
2021-07-13  Michael Tremerarchive: Improve verification speed
2021-07-13  Michael Tremerarchive: Verify all checksums
2021-07-13  Michael Tremerpackager: Write payload to mtree for correct hashing
2021-07-12  Michael Tremerarchive: Add flags argument to walk helper function
2021-07-12  Michael Tremerarchive: Read checksums from mtree
2021-07-12  Michael Tremerarchive: Add buckets for digests
2021-07-12  Michael Tremerpackager: Write type into outer mtree
2021-07-12  Michael Tremerarchive: Implement scaffolding to verify checksums
2021-07-12  Michael Tremerconfigure: Require libarchive >= 3.5.0
2021-07-12  Michael Tremerarchive: Set verify status after successful signature...
2021-07-12  Michael Tremerkey: Do not free gpgme's result
2021-07-12  Michael Tremer_pakfire: Fix reference counting of keys
2021-07-12  Michael Tremerarchive: Refactor find_archive_entry
2021-07-11  Michael Tremerarchive: Write signatures to archives
2021-07-11  Michael Tremerarchive: Open archives in r+ mode
2021-07-11  Michael Tremerkey: Store the timestamp of the signature if wanted
2021-07-11  Michael Tremerarchive: Add function that finds the end of an archive...
2021-07-11  Michael Tremerarchive: Implement creating a signature
2021-07-11  Michael Tremerkey: Add function that can sign data
2021-07-11  Michael Tremerexecute: Check for CLONE_INTO_CGROUP at compile time
2021-07-11  Michael Tremerconfigure: Fix syntax error in Python module check
2021-07-11  Michael Tremerconfigure: Permit build with Python >= 3.6
2021-07-09  Michael Tremerarchive: verify: Return status as an argument
2021-07-09  Michael Tremerpakfire_archive_verify_strerror: Handle all possible...
2021-07-09  Michael Tremerarchive: Set verify status to "not signed" before check...
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-07-09  Michael Tremerfilelist: Change type from PakfireFilelist to struct...
2021-07-09  Michael Tremerarchive: Change type from PakfireArchive to struct...
2021-07-09  Michael TremerMakefile: Fix whitespace issue
2021-07-09  Michael Tremerpakfire: Drop old CLI
2021-07-09  Michael Tremerpakfire: Implement deleting keys
2021-07-09  Michael Tremerpakfire: Add scaffolding to manually sign packages
2021-07-09  Michael Tremer_pakfire: Fix memory leaks in generating key lists
2021-07-09  Michael Tremerkey: Refactor exporting keys
2021-07-09  Michael Tremerkey: Refactor importing keys
2021-07-08  Michael Tremerpakfire: Add some scaffolding to verify archives
2021-07-08  Michael Tremer_pakfire: Add function to simply open archives
2021-07-08  Michael Tremerpakfire: Move key commands to a subparser
next