summaryrefslogtreecommitdiff
path: root/rpmio
Commit message (Expand)AuthorAgeFilesLines
* Consolidate OpenPGP time debug printing into a helper functionPanu Matilainen2017-04-131-14/+16
* Store signature/key creation time in a saner format internallyPanu Matilainen2017-04-133-6/+5
* Fixup ages old confusion wrt OpenPGP fingerprint vs Key IDPanu Matilainen2017-04-123-14/+39
* Remove pgpExtractPubkeyFingerprint()Panu Matilainen2017-04-122-24/+0
* Remove bunch of ancient OpenPGP related @todo'sPanu Matilainen2017-04-121-3/+0
* Fix error handling in rpmDigestBundleAddID()Panu Matilainen2017-03-291-5/+8
* Drop long since dead stubs.cPanu Matilainen2017-03-241-18/+0
* Expand parametric macro arguments before processing (#127, RhBug:1397209)Panu Matilainen2017-03-071-2/+3
* Enforce visibility scoping for automatic macrosPanu Matilainen2017-03-071-3/+9
* Change macro scoping to be global / local to parametric macrosPanu Matilainen2017-03-071-19/+20
* Consolidate all macro argument setup to grabArgs()Panu Matilainen2017-03-071-15/+15
* Duplicate IDs in digest bundles are not permittedPanu Matilainen2017-03-031-1/+1
* Cosmetics: if, while and switch are followed by a spacePanu Matilainen2017-02-276-22/+22
* Don't nerf "rpmspec --eval '%trace' -P foo.spec" output with ellipses.Peter Jones2017-02-241-22/+2
* Bounds check strings to print correctly in %trace mode.Peter Jones2017-02-241-1/+1
* Add an internal API to dup in-flight digest context from FDPanu Matilainen2017-02-232-0/+10
* Oops, id and algo reversed in fdInitDigestID() prototype :(Panu Matilainen2017-02-211-1/+1
* Adjust the internal FD digest API to accept IDs tooPanu Matilainen2017-02-212-4/+11
* Use arbitrary ids instead of algorithm number to identify digests in bundlesPanu Matilainen2017-02-212-37/+62
* Add OpenSSL support for digest and signaturesStephen Gallagher2017-02-162-0/+844
* Validate boundaries for pgpGrab() when reading V4 signatures (#151)Panu Matilainen2017-02-141-4/+20
* And another out of bounds read in PGP parserPanu Matilainen2017-02-091-1/+1
* Handle OpenPGP reserved tag correctlyPanu Matilainen2017-02-081-1/+3
* Fix out of bounds read(s) when determining PGP packet version (#149)Panu Matilainen2017-02-081-6/+25
* Fix out of bounds copy on malformed PGP packet (#148)Panu Matilainen2017-02-071-0/+4
* Preserve macro scoping level on re-entry from LuaPanu Matilainen2017-01-201-1/+6
* Add return code to rpmPushMacro() and rpmPopMacro()Panu Matilainen2017-01-192-4/+8
* Add rpm.undefine() function to Lua interfacePanu Matilainen2017-01-191-0/+8
* Raise Lua errors on rpm.define() and rpm.expand() errorsPanu Matilainen2017-01-191-2/+5
* Actually return errors from macro definitionPanu Matilainen2017-01-191-3/+6
* Raise actual error on unknown option to parametric macroPanu Matilainen2017-01-191-0/+1
* Flag real errors from macro define and undefine errorsPanu Matilainen2017-01-191-2/+6
* Pass macro buf, not context, to doUndefine()Panu Matilainen2017-01-191-4/+4
* Store errors during macro expansion centrallyPanu Matilainen2017-01-191-29/+27
* Arrange single point of exit in expandMacro()Panu Matilainen2017-01-191-2/+3
* Refactor %{lua:...} macro execution to a helper functionPanu Matilainen2017-01-191-17/+28
* Reindent expandMacro() to common rpm stylePanu Matilainen2017-01-191-185/+183
* Static signal-related variables need to be thread localPanu Matilainen2016-12-161-5/+5
* Literally blocking *all* signals is a bit too muchPanu Matilainen2016-12-152-1/+7
* Replace sigprocmask() uses with pthread_sigmask()Panu Matilainen2016-12-151-6/+6
* Add an shortcut API for blocking/unblocking signalsPanu Matilainen2016-12-152-0/+36
* Remember the first signal to arrive, not lastPanu Matilainen2016-12-151-4/+6
* Honor blocked signals during rpmsqPoll() tooPanu Matilainen2016-12-151-0/+3
* Make signal queue on/off a global atomic statePanu Matilainen2016-12-152-45/+61
* Rename static handler function to make (name)space availablePanu Matilainen2016-12-151-2/+2
* Refactor finding a signal in the table to a helper functionPanu Matilainen2016-12-151-6/+14
* Lets do something silly with the newly gained signal info argumentPanu Matilainen2016-12-141-1/+7
* Support the info argument from rpmsqPoll() handlersPanu Matilainen2016-12-141-3/+14
* Make the signal queue actually customizable and usefulPanu Matilainen2016-12-142-20/+46
* Drop support for systems without SA_SIGINFOPanu Matilainen2016-12-142-16/+0