]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/include/pakfire/file.h
file: Write capabilities
[people/ms/pakfire.git] / src / libpakfire / include / pakfire / file.h
2023-03-19  Michael Tremerfile: Write capabilities
2023-03-18  Michael Tremerfile: Extend RELRO check to check for BIND_NOW
2023-03-18  Michael Tremerfile: Implement RPATH/RUNPATH check
2023-03-17  Michael Tremerfile: Rename NO-* flags to MISSING-*
2023-03-17  Michael Tremerbuild: Move strip check into file check
2023-03-17  Michael Tremerbuild: Rename hardening check to just check
2023-03-17  Michael Tremerbuild: Move FHS check into hardening checks
2023-03-17  Michael Tremerbuild: Perform BUILDROOT check in C
2023-03-15  Michael Tremerfile: Mark files as executable
2023-03-15  Michael Tremerfile: Do not check for SSP for runtime linkers
2023-03-14  Michael Tremerfile: Skip hardening checks for firmware files
2023-03-11  Michael Tremerbuild: Implement marking configuration files in archives
2023-03-11  Michael Tremerarchive: Store MIME type of files
2023-03-11  Michael Tremerbuild: Check if ELF files contain debug information
2023-03-09  Michael Tremerfile: Check files for being RELRO
2023-03-09  Michael Tremerfile: Check if ELF files have an executable stack
2023-03-09  Michael Tremerbuild: Refactor hardening checks
2023-03-05  Michael Tremerbuild: Move SSP check into the build process
2023-03-05  Michael Tremerfile: Check if files are in ELF format
2023-03-05  Michael Tremerbuild: Move checking for broken symlinks into C
2023-02-21  Michael Tremerfile: Implement detecting static libraries and libtool...
2023-01-12  Michael Tremerbuild: Try to classify files using libmagic
2022-12-08  Michael Tremerfile: Add a function to check whether the path matches...
2022-12-06  Michael Tremerfile: Copy more stat attributes
2022-10-11  Michael Tremerfile: Drop all hexdigest functions
2022-10-01  Michael Tremerfile: Rename user/group to uname/gname
2022-09-19  Michael Tremerfile: Add function to dump the file
2022-08-26  Michael Tremerpackager: Only package selected digests
2022-08-24  Michael Tremerpackager: Compute digests when packaging files
2022-08-24  Michael Tremerdigests: Split off into a new set of files
2022-08-24  Michael Tremerfile: Make importer from archive entry private
2022-08-24  Michael Tremerfile: Add function to create file from path
2022-08-24  Michael Tremerfile: Store any digests as an extended attribute
2022-08-23  Michael Tremerfile: Add easy way to edit permissions
2022-08-19  Michael Tremerdb: Properly abort when we cannot import a file
2022-08-19  Michael Tremerfile: Perform some basic verification tasks
2022-08-19  Michael Tremerfile: Add a dummy verification function
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-08-17  Michael Tremerfile: Store device node type
2022-08-17  Michael Tremerfile: Add convenience function to open files
2022-08-17  Michael Tremerfile: Add function to return data as archive_entry
2022-08-17  Michael Tremerfile: Store hardlink/symlink targets
2022-07-17  Michael Tremerfile: Drop unused function to copy archive entry
2022-07-15  Michael Tremerfile: Refactor digests
2021-09-23  Michael Tremerfile: Store digests in the same way than packages
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-06-23  Michael Tremertransaction: Actually erase files from disk when removi...
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-03  Michael Tremerlibpakfire: Change PakfireFile to struct pakfire_file
2021-06-03  Michael Tremerpackager: Remove files after packaging them
2021-05-21  Michael Tremerarchive: Read filelist in mtree format
2021-04-07  Michael Tremerfile: Drop pakfire_file_copy_stat
2021-04-07  Michael Tremerfile: Drop pakfire_file_fopen
2021-04-06  Michael Tremerfile: Store path and abspath separately
2021-04-06  Michael Tremerrepo: Compile filelist first before scanning files
2021-03-22  Michael Tremerfilelist: Add functions to search for files in directory
2021-03-08  Michael Tremerfile: Split time into ctime and mtime
2021-03-08  Michael Tremerfile: Keep type in mode_t and remove file type check...
2021-03-08  Michael Tremerfile: Drop unused dirname/basename functions
2021-03-08  Michael Tremerfile: Store the absolute path
2021-03-08  Michael Tremerfile: Rename "name" to "path"
2021-03-08  Michael Tremerfiles: Add reference to Pakfire for files and filelists
2021-03-08  Michael Tremerarchive: Read file attributes from archive
2021-03-07  Michael Tremerfile: Add function to copy attributes from stat()
2021-01-24  Michael Tremerlibpakfire: Refactor files
2021-01-24  Michael Tremerlibpakfire: filelist: Refactor filelist
2016-12-13  Michael TremerImport libpakfire