summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Silence an apparent false positive warning from gcc in -Og modePanu Matilainen2023-05-111-1/+1
* Use CMake Lua moduleMichal Domonkos2023-04-251-1/+1
* Add pgpVerifySignature2() and pgpPrtParams2()Neal H. Walfield2023-04-201-3/+16
* Automatically create sysuser users and groups on installPanu Matilainen2023-03-303-0/+180
* Make rpmscript machinery chroot-awarePanu Matilainen2023-03-303-2/+44
* Add a tag extension to decode sysuser lines from user/group providesPanu Matilainen2023-03-301-0/+34
* Honor rpm vendor setting from cmake, use a saner namePanu Matilainen2023-03-301-2/+2
* Eliminate code duplication from rpmdsNext()Panu Matilainen2023-03-221-6/+2
* Kick out rpmds debugging remnantsPanu Matilainen2023-03-221-7/+0
* Kick out one last remaining nopromote remnant from the ABIPanu Matilainen2023-03-221-2/+0
* Make rpmdsSetIx() somewhat sanePanu Matilainen2023-03-221-2/+2
* rpmdsSetIx() sanity in rpmdsSearch()Panu Matilainen2023-03-221-10/+6
* rpmdsSetIx() sanity in filedepTag()Panu Matilainen2023-03-221-3/+1
* Clean up filedepTag(), support all dependency types (in theory)Panu Matilainen2023-03-221-5/+1
* Clean up rpmteColorDS(), support all dependency typesPanu Matilainen2023-03-221-14/+2
* Move variable to nearest available scopePanu Matilainen2023-03-171-1/+1
* Fix compiler error on clangFlorian Festi2023-03-171-1/+2
* Fix nextfilefunc return type to const char * as per the expectationPanu Matilainen2023-03-161-1/+1
* Add a typedef for rpmscript nextfilefuncPanu Matilainen2023-03-163-5/+7
* Catch runaway forked children from Lua scriptlets centrallyPanu Matilainen2023-03-131-6/+0
* The bit for LZCNT is in CPUID 0x80000001, not 1Fabian Vogt2023-03-071-3/+4
* Remove a misleading commentPanu Matilainen2023-03-021-1/+1
* Eliminate uses of rpm_data_t and rpm_constdata_t in header.cPanu Matilainen2023-03-021-13/+13
* Replace uses of rpm_count_t with the concrete type within header.cPanu Matilainen2023-03-021-9/+9
* Replace uses of rpm_tag_t with the concrete type within header.cPanu Matilainen2023-03-021-9/+9
* Update a few leftover signed lengths to unsigned in header codePanu Matilainen2023-02-151-3/+3
* Use ENTRY_IN_REGION() macro where possiblePanu Matilainen2023-02-151-2/+2
* At long long last, make entryInfo opaque outside header.cPanu Matilainen2023-02-152-10/+10
* Move header digest calculation to header.cPanu Matilainen2023-02-153-11/+15
* Switch the various header data length arguments to unsignedPanu Matilainen2023-02-141-14/+14
* Refactor strtaglen() to return the length through a pointerPanu Matilainen2023-02-141-8/+14
* Switch regionSwab() length return type to unsigned, update callersPanu Matilainen2023-02-141-4/+4
* Refactor dataLength() to return the length through a pointerPanu Matilainen2023-02-141-13/+24
* Refactor regionSwab() to return the length through a pointerPanu Matilainen2023-02-141-14/+22
* Switch header region index and data lengths to unsigned integersPanu Matilainen2023-02-142-10/+13
* Switch header index and datalength types from int32_t to uint32_tPanu Matilainen2023-02-143-10/+10
* Switch all header entryinfo pointers from int32_t to uint32_tPanu Matilainen2023-02-142-11/+11
* Fix some non-functional signed integer references to unsignedPanu Matilainen2023-02-142-3/+3
* Bury ei2h() inside header.c, no external users anymorePanu Matilainen2023-02-082-10/+9
* Drop unused ei2td() internal helperPanu Matilainen2023-02-081-13/+0
* Update commentsAdam Williamson2023-01-281-2/+2
* Use our O_DIRECTORY equivalent when opening files for setmetaPanu Matilainen2023-01-131-1/+2
* Explicitly specify O_RDONLY when opening files for setmetaPanu Matilainen2023-01-131-2/+4
* Never follow links in path-based chown()Panu Matilainen2023-01-131-1/+1
* Use fd-based ops for metadata in FA_TOUCH mode too, when possiblePanu Matilainen2023-01-131-1/+1
* Fix install of block and character special files (#2195, #2275)Panu Matilainen2023-01-131-1/+3
* Add x86-64 architecture levels (v2-v4) as architecturesFabian Vogt2023-01-091-0/+75
* Fix fileleak when urlGetFile fails in rpmInstallxujing2022-12-201-1/+4
* Fix fileleak and memleak in rpmInstallxujing2022-12-201-3/+9
* Fix memleak when fsmRename failed in fsmCommitxujing2022-12-201-1/+2