summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-29Whoops, couple of includes gone missing in the shufflePanu Matilainen2-0/+2
2010-09-29Update translations to pick up stuff moving about etcPanu Matilainen26-9093/+9141
2010-09-29And finally split the signing support into a separate libraryPanu Matilainen6-14/+46
2010-09-29Lift the signature generation in all its g(l)ory to rpmgensig.cPanu Matilainen2-256/+256
2010-09-29Move sighdrPut() to inline function in signature.hPanu Matilainen2-12/+13
2010-09-29Split signature and digest generation to separate functionsPanu Matilainen4-23/+47
2010-09-29Split internal header signature and digest generation to separate functionsPanu Matilainen1-26/+46
2010-09-29Signer id is not sufficient measure for signature sameness (RhBug:608608)Panu Matilainen1-21/+38
2010-09-28Make RPMFILE_STATE_MISSING part of the rpmfileState enumPanu Matilainen3-2/+2
2010-09-28Fix a rpmTag/rpmSigTag mismatch by using the more appropriate typePanu Matilainen1-1/+1
2010-09-28Eliminate silly leftover switch-case from _tagType()Panu Matilainen1-8/+1
2010-09-28Remove leftover trap for RPMRC_FAIL errors where none should be seenPanu Matilainen1-4/+0
2010-09-28Wrong enum type used for psm goal, gcc 4.5 complains (which is nice)Panu Matilainen1-1/+1
2010-09-28Whoops, wrong enum type used for pubkey algorithmPanu Matilainen1-1/+1
2010-09-28Eliminate %_signature from man pages tooPanu Matilainen6-25/+0
2010-09-28Rip the useless %_signature macro and everything around itPanu Matilainen4-50/+7
2010-09-28Fix the broken existing signature checking on add/resign (RhBug:488953)Panu Matilainen1-51/+59
2010-09-28Decide header sigtag based on what was actually writtenPanu Matilainen1-2/+2
2010-09-27Handle non-terminated substrings centrally in expandMacro()Panu Matilainen1-41/+22
2010-09-27Dynamic expansion buffer reallocation for lua macros tooPanu Matilainen1-6/+12
2010-09-27Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12ePanu Matilainen1-1/+1
2010-09-27Eliminate the internal in-place-expansion buffer limitationPanu Matilainen1-30/+32
2010-09-27Simplify / sanitize expandU() a bitPanu Matilainen1-12/+7
2010-09-27Dynamically reallocate macro expansion buffer (ticket #45)Panu Matilainen1-14/+15
2010-09-27Let expandMacro() allocate its own bufferPanu Matilainen1-16/+17
2010-09-27Track current expansion point via distance to buffer startPanu Matilainen1-21/+23
2010-09-27Push the macro buffer size limit down by one levelPanu Matilainen1-24/+24
2010-09-27Eliminate unused spec field from macro expansion state structPanu Matilainen1-3/+0
2010-09-27Avoid calloc() in macro findEntry()Panu Matilainen1-5/+4
2010-09-27Avoid unnecessary round-trip through expandT() where possiblePanu Matilainen1-3/+3
2010-09-27Use function arguments to pass, duh, arguments into functions. Duh.Panu Matilainen1-20/+9
2010-09-26Fix segfault in rpmdeps (RhBug:637357)Jindrich Novy1-1/+1
2010-09-22Eliminate separate fileIndexEntry from rpmalPanu Matilainen1-20/+5
2010-09-22Use headerNextTag() for header format iterationPanu Matilainen1-6/+2
2010-09-22Use HEADER_MAGIC_FOO enums instead of 0/1 in python header codePanu Matilainen1-2/+2
2010-09-22Remove double const in urlstring structPanu Matilainen1-1/+1
2010-09-22Make rpmsqAction compatible to sa_sigactionPanu Matilainen2-5/+4
2010-09-21l10n: Updated Japanese (ja) translation to 100%Hajime Taira1-1099/+1026
2010-09-21Remove double const on rpmrc tablesPanu Matilainen1-1/+1
2010-09-21Fix rpmRC/int return mismatch by counting errors from handleOneTriggerPanu Matilainen1-6/+6
2010-09-21Use rpmTag as psm scriptTag for type correctnessPanu Matilainen1-1/+1
2010-09-21Default to the common case wrt dir name/index tags, not relocationPanu Matilainen1-6/+3
2010-09-21Move PTOK type enum out of the sprintfToken structPanu Matilainen1-7/+9
2010-09-21Remove bunch of double consts in librpmbuildPanu Matilainen4-4/+4
2010-09-21Initialize nametag to RPMTAG_NOT_FOUND in parseRCPOT()Panu Matilainen1-1/+1
2010-09-21Const pedantry: taropts only ever points to string constantsPanu Matilainen1-4/+2
2010-09-21Move expression type enum out of the structPanu Matilainen1-1/+6
2010-09-21Use actual enum values in tag table sentinel to avoid int/enum mismatchPanu Matilainen1-1/+1
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen14-0/+113
2010-09-21Missing c++ end marker in rpmdb_internal.h, oopsPanu Matilainen1-0/+4