rpm/lib
Panu Matilainen ccfca4146d Use our O_DIRECTORY equivalent when opening files for setmeta
Ie if we expect a directory, ensure we got one.
2023-01-13 13:17:52 +02:00
..
backend Drop redundant _GNU_SOURCE definitions from ndb 2022-10-20 13:52:45 +03:00
CMakeLists.txt Move bunch of global compile definitions to the targets needing them 2022-12-15 12:26:23 +02:00
cpio.c Test for preprocessor definition rather than value consistently everywhere 2022-06-15 16:24:51 +03:00
cpio.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
depends.c Refactor db iterator locked to single rpmte to a common helper function 2022-10-20 14:01:21 +03:00
formats.c Add support for %preuntrans and %postuntrans scriptlets 2022-09-26 13:00:05 +02:00
fprint.c Clean up canonical dirname calculation 2022-05-06 11:34:23 +03:00
fprint.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
fsm.c Use our O_DIRECTORY equivalent when opening files for setmeta 2023-01-13 13:17:52 +02:00
fsm.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
gentagtbl.sh Use actual enum values in tag table sentinel to avoid int/enum mismatch 2010-09-21 15:26:25 +03:00
header.c Use unsigned integers more consistently in the handling of tag data 2022-12-09 09:26:06 +02:00
header_internal.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
headerfmt.c Include rpmpgp.h only where it is actually needed 2021-11-17 14:21:06 +02:00
headerutil.c Fix a tiny memory leak 2021-03-04 16:22:54 +02:00
manifest.c Try globs literally when there are no matches 2022-09-20 15:01:05 +03:00
manifest.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
misc.h Small speedup on rpm -V 2022-03-16 13:57:46 +01:00
order.c Reimplement --restore as a transaction element, obsolete --setperms & co 2022-02-03 13:47:28 +02:00
package.c Exclude the xlateTags symbol from librpm's public API. 2021-06-30 10:58:59 +02:00
poptALL.c Set program name centrally from rpmcliInit() 2022-03-25 10:23:37 +02:00
poptI.c Add support for %preuntrans and %postuntrans scriptlets 2022-09-26 13:00:05 +02:00
poptQV.c Unhide -q/--query option 2022-05-17 09:32:56 +03:00
psm.c Refactor db iterator locked to single rpmte to a common helper function 2022-10-20 14:01:21 +03:00
query.c Rely on POSIX.1-2008 realpath() semantics in query path resolution 2022-05-06 11:12:04 +03:00
relocation.c Include rpmpgp.h only where it is actually needed 2021-11-17 14:21:06 +02:00
rpmal.c Include rpmpgp.h only where it is actually needed 2021-11-17 14:21:06 +02:00
rpmal.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
rpmchecksig.c Drop support for undocumented keyid based import over the net 2022-03-10 08:43:01 +02:00
rpmchroot.c Only do early name services initialization if we actually chroot 2020-11-09 14:00:56 +02:00
rpmchroot.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmdb.c Handle downgrade within V-R when epoch goes away (RhBug:1845069) 2022-10-20 14:01:21 +03:00
rpmdb_internal.h Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmds.c Test for preprocessor definition rather than value consistently everywhere 2022-06-15 16:24:51 +03:00
rpmds_internal.h Axe --nopromote and most of the related infrastructure 2020-05-27 14:14:00 +02:00
rpmfi.c Delete directory index related API stubs for real 2022-04-08 12:00:11 +03:00
rpmfi_internal.h Add optional callback on directory changes during rpmfi iteration 2022-02-16 10:57:18 +02:00
rpmfs.c Fix excluded paths taking part in file disposition calculations 2022-03-28 10:43:36 +03:00
rpmfs.h Reset file actions between rpmtsRun() calls (RhBug:1076552) 2014-03-21 12:44:03 +02:00
rpmgi.c Try globs literally when there are no matches 2022-09-20 15:01:05 +03:00
rpmgi.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
rpmhash.C Fix memory leak in rpmhash implementation 2014-09-16 11:12:10 +02:00
rpmhash.H Add alternative hash key add/get/check methods with prehashed key 2012-09-05 10:38:36 +03:00
rpminstall.c Fix fileleak when urlGetFile fails in rpmInstall 2022-12-20 10:13:11 +02:00
rpmlead.c Plug the last data "leak" from rpmlead 2018-04-18 14:36:01 +03:00
rpmlead.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
rpmlock.c Include rpmpgp.h only where it is actually needed 2021-11-17 14:21:06 +02:00
rpmlock.h Export rpmlock release method internally as well 2013-03-11 11:12:35 +02:00
rpmplugin.h Pass file descriptor to file prepare plugin hook, use when possible 2022-02-16 10:57:18 +02:00
rpmplugins.c Swap over to dirfd+basename based operation within the fsm 2022-02-16 10:57:18 +02:00
rpmplugins.h Pass file descriptor to file prepare plugin hook, use when possible 2022-02-16 10:57:18 +02:00
rpmprob.c Add a pre-flight check for removed packages too 2020-06-02 15:25:57 +02:00
rpmps.c Fix couple of incorrect sizeof() uses 2011-03-17 14:08:54 +02:00
rpmrc.c Add x86-64 architecture levels (v2-v4) as architectures 2023-01-09 11:05:29 +02:00
rpmscript.c Add support for %preuntrans and %postuntrans scriptlets 2022-09-26 13:00:05 +02:00
rpmscript.h Add support for %preuntrans and %postuntrans scriptlets 2022-09-26 13:00:05 +02:00
rpmtd.c Include rpmpgp.h only where it is actually needed 2021-11-17 14:21:06 +02:00
rpmte.c Add support for %preuntrans and %postuntrans scriptlets 2022-09-26 13:00:05 +02:00
rpmte_internal.h Add support for %preuntrans and %postuntrans scriptlets 2022-09-26 13:00:05 +02:00
rpmtriggers.c Really fix spurious %transfiletriggerpostun execution (RhBug:2023311) 2022-02-02 14:11:19 +02:00
rpmtriggers.h Fixups to file trigger internal api docs + comments 2017-12-13 12:06:45 +02:00
rpmts.c Allow suppressing key import lint warnings 2022-08-25 11:35:39 +03:00
rpmts_internal.h Refactor db iterator locked to single rpmte to a common helper function 2022-10-20 14:01:21 +03:00
rpmug.c Eliminate use of obsolete gethostbyname() function 2020-11-23 13:00:59 +02:00
rpmug.h Initialize all the name services we need 2014-01-28 09:45:55 +02:00
rpmvs.c Move digest functionality to the internal OpenPGP implementation 2022-04-13 10:25:04 +03:00
rpmvs.h Implement verify support for alternative digests and signatures 2019-10-28 15:27:56 +02:00
signature.c Don't require signature header to be in single contiguous region part II 2020-01-10 10:31:47 +02:00
signature.h Remove leading directories from doxygen notation 2022-03-10 08:40:07 +02:00
tagexts.c Fix memleak in commit dd4f2c68a0 2022-03-03 12:19:50 +02:00
tagname.c Remove compare of global array tagsByName to NULL 2020-07-21 09:25:34 +02:00
transaction.c Refactor db iterator locked to single rpmte to a common helper function 2022-10-20 14:01:21 +03:00
verify.c Drop support for ancient libcap 2022-06-16 09:35:40 +03:00