]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-01-02  Michael Tremerstripper: Strip relocation information again
2025-01-02  Michael TremerELF: Base the SSP check on the dynamic section
2025-01-02  Michael Tremerstrings: Add a simple function to compare two strings
2025-01-02  Michael Tremerlinter: Put less pressure on the reference counter
2025-01-02  Michael Tremerfile: Remove libelf stuff and use our own abstraction
2025-01-02  Michael Tremerlinter: Remove the unused ELF stuff
2025-01-02  Michael TremerELF: Move RUNPATH check
2025-01-02  Michael TremerELF: Move the CF Protection check
2025-01-01  Michael TremerELF: Move RELRO check
2025-01-01  Michael TremerELF: Move execstack check
2025-01-01  Michael TremerELF: Move SSP check
2025-01-01  Michael Tremerstripper: Don't strip unneeded stuff
2025-01-01  Michael TremerELF: Move the PIE check
2025-01-01  Michael Tremerlinter: Use the new strip check for debug information
2025-01-01  Michael Tremerlinter: Use new functions to check the Build ID
2025-01-01  Michael TremerELF: Implement reading the Debuglink
2025-01-01  Michael Tremerlinter: Use the ELF strip check
2025-01-01  Michael Tremerlinter: Replace the ELF check
2025-01-01  Michael Tremerlinter: Use the new ELF object
2025-01-01  Michael Tremerstripper: Only strip files that are not stripped, yet
2025-01-01  Michael TremerELF: Add function to check if a file is stripped
2025-01-01  Michael Tremerfile: Actually only replace /usr/bin/env as interpreter
2025-01-01  Michael Tremerstripper: Use the new ELF abstraction to read the Build ID
2025-01-01  Michael TremerELF: Add function to read the Build ID
2025-01-01  Michael TremerELF: Add a convenience function to open from a file...
2025-01-01  Michael TremerELF: Keep a simple reference to the ELF header at all...
2025-01-01  Michael TremerELF: Store the path
2025-01-01  Michael Tremerelf: Begin scaffolding for an object that handles ELF...
2025-01-01  Michael Tremerdigests: Don't rewind file after processing to keep...
2024-12-31  Michael Tremerbuild: Fix ELF check
2024-12-31  Michael Tremerfile: Fix script interpreters again
2024-12-31  Michael Tremerfile: Allow passing the mode on fopen()
2024-12-31  Michael Tremerutil: Terminate pakfire_copy() even if feof() does...
2024-12-31  Michael Tremerlinter: Silence the RUNPATH check
2024-12-31  Michael Tremerstripper: Remove any previously existing debuglinks
2024-12-31  Michael Tremerstripper: Ignore if source files don't exist
2024-12-31  Michael TremerFHS: Permit sub-directories in /usr/src/debug
2024-12-31  Michael TremerJenkins: Disable the broken branch check
2024-12-31  Michael Tremerpackages: Ignore dependencies starting with "#"
2024-12-31  Michael Tremerpath: Convince the static analyzer that path is set
2024-12-31  Michael Tremerxfer: Only call linkat() with a valid file descriptor
2024-12-31  Michael Tremerstripper: Initialize tmppath in case there is an error
2024-12-31  Michael Tremerutil: Implement rewind() that returns any errors
2024-12-31  Michael Tremerlinter: Fix RELRO check
2024-12-31  Michael Tremerpackagelist: Fix keep going logic
2024-12-31  Michael Tremerlinter: Fix check if we have an ELF file
2024-12-31  Michael TremerRevert "tests: Don't collect coverage information about...
2024-12-31  Michael Tremerstripper: (Re-)compress all debug information using...
2024-12-31  Michael TremerCFLAGS: Deduplicate debugging information
2024-12-31  Michael TremerMakefile: Link tests with -lgcov again
2024-12-31  Michael Tremerscripts: Remove the old strip script
2024-12-31  Michael Tremerstripper: Actually strip binaries
2024-12-31  Michael Tremerlinter: Don't complain if there is no symbol table
2024-12-31  Michael Tremerfile: Add function to replace file content from another fd
2024-12-31  Michael Tremerlinter: Check that files in /usr/lib/debug are ELF...
2024-12-31  Michael Tremerfilelist: Fix removing items
2024-12-31  Michael Tremerfilelist: Clear number of entries after the filelist...
2024-12-30  Michael Tremerstripper: Write the debug information directory the...
2024-12-30  Michael Tremerfile: Add option to pass flags to open()
2024-12-30  Michael Tremerstripper: Extract debug information into a separate...
2024-12-30  Michael Tremerstripper: Extract sources in the main process again
2024-12-30  Michael TremerRevert "configure: Link against libbfd"
2024-12-30  Michael TremerRevert "stripper: Use libbfd to extract the Build ID"
2024-12-30  Michael Tremerstripper: Use libbfd to extract the Build ID
2024-12-30  Michael Tremerconfigure: Link against libbfd
2024-12-29  Michael Tremerstripper: Extract the GNU Build ID
2024-12-29  Michael Tremerfile: Check if we actually returned a file handle
2024-12-29  Michael Tremerpackager: Improve passing on error codes
2024-12-29  Michael Tremerstripper: Open the file only once
2024-12-29  Michael Tremerparser: Refactor unquoting strings
2024-12-29  Michael Tremertests: Don't collect coverage information about tests
2024-12-29  Michael Tremerstripper: Create a unified stripping function
2024-12-29  Michael Tremerscripts: Don't extract sources in the strip script...
2024-12-29  Michael Tremerstripper: Show progress bar when stripping files
2024-12-29  Michael Tremerstripper: Implement copying sources
2024-12-29  Michael TremerFHS: Permit debug sources
2024-12-29  Michael Tremerfilelist: Actually sort when adding files
2024-12-29  Michael Tremerfilelist: Drop the sort function again
2024-12-29  Michael Tremerfilelist: Fix return code when we run out of buffer...
2024-12-29  Michael Tremerfilelist: Don't overwrite r when using a progress bar
2024-12-29  Michael Tremerstripper: Run the stripping inside the jail
2024-12-29  Michael Tremerstripper: Keep a reference to the jail
2024-12-29  Michael Tremerfile: Fix path when opening a file inside the jail
2024-12-29  Michael Tremerctx: Set a flag when we are running inside the jail
2024-12-29  Michael Tremerjail: Change callback signature to include the context...
2024-12-29  Michael Tremerjail: Add a function to call a custom callback inside...
2024-12-29  Michael Tremerbuild: Pass the environment to the interactive shell
2024-12-29  Michael Tremerjail: Rename pakfire_jail_exec to pakfire_jail_exec_command
2024-12-29  Michael Tremerenv: Declare the struct before importing anything
2024-12-29  Michael Tremertests: Add tests for env
2024-12-29  Michael Tremerjail: Merge the basic environment with the custom envir...
2024-12-29  Michael Tremerbuild: Simplify reading the parser environment
2024-12-29  Michael Tremerjail: Move the environment into an extra object
2024-12-29  Michael Tremerjail: Add struct to pass more stuff to commands
2024-12-29  Michael Tremerjail: Create a callback function that is called in...
2024-12-25  Michael TremerRevert "file: Remove ELF detection with libelf"
2024-12-25  Michael TremerRevert "stripper: Throw this away"
2024-12-25  Michael Tremertests: Add a test to check if the log buffer limit...
2024-12-24  Michael Tremerbuild: Check for matching files in a loop
2024-12-24  Michael Tremerpackager: Sort files before writing the archive
next