summaryrefslogtreecommitdiffhomepage
path: root/plugin
AgeCommit message (Expand)AuthorFilesLines
2014-10-27Rename strndup to f_strndupSamuel Lidén Borell1-4/+7
2014-08-04Rewrite most initializers to not require relocationsSamuel Lidén Borell1-13/+13
2014-05-11Document and simplify the IPC codeSamuel Lidén Borell1-13/+24
2014-05-10handle pipe errorcybjit2-13/+25
2014-04-27Fix file-based BankID enrollment from NordeaAndreas Karlsson1-0/+10
2014-04-10Fix compatibility with BSD MakeSamuel Lidén Borell1-4/+6
2014-02-15Remove some old TODO commentsSamuel Lidén Borell2-4/+0
2014-02-08Change unspecified argument lists "()" into "(void)"Samuel Lidén Borell1-4/+4
2013-11-12Use the IPv4 server address instead of the IPv6 one in the signatureSamuel Lidén Borell1-2/+7
2012-10-11Accept but ignore OnlyAcceptMRU parameterSamuel Lidén Borell2-2/+25
2012-04-27Change my e-mailSamuel Lidén Borell7-7/+7
2012-03-24Print where pipe errors occur (client or plugin)Samuel Lidén Borell1-1/+1
2011-12-04Don't use reserved identifier namesSamuel Lidén Borell3-6/+6
2011-09-08Claim to support application/x-personal-signerSamuel Lidén Borell5-1/+10
2011-08-03Fix string comparison in StoreCertificatesSamuel Lidén Borell1-1/+1
2011-07-12Add the TextCharacterEncoding parameterSamuel Lidén Borell3-0/+25
2011-06-20Fix wrong struct name in plugin.cSamuel Lidén Borell1-1/+1
2011-06-20Implement signer/auth.Reset()Samuel Lidén Borell3-4/+21
2011-06-19Add NP_GetPluginVersionSamuel Lidén Borell1-0/+4
2011-06-19Add link to fribid.se in the plugin descriptionSamuel Lidén Borell1-1/+2
2011-04-22Simplify the IPC codeSamuel Lidén Borell1-38/+33
2011-04-21Limit all function arguments to 10 MiBSamuel Lidén Borell1-11/+9
2011-04-20Implement password policysSamuel Lidén Borell2-0/+7
2011-04-20Make "make install" depend on "make all" everywhereSamuel Lidén Borell1-1/+1
2011-04-19Add stub of Webadmin object (makes test.bankid.com work again)Samuel Lidén Borell5-1/+26
2011-04-18Remove NULL checks before free()Samuel Lidén Borell1-3/+2
2011-04-18Don't free the RegutilCMC struct (it's on the stack)Samuel Lidén Borell1-1/+1
2011-04-18Make parameters case insensitiveSamuel Lidén Borell1-18/+19
2011-04-17Fix memory leak in copyIdentifierNameSamuel Lidén Borell1-3/+3
2011-04-17Simplified the check on recursive plugin callsSamuel Lidén Borell2-44/+26
2011-04-17Free previous request CMC when replaced with a new oneSamuel Lidén Borell1-0/+4
2011-04-17Limit the number of PKCS10 objectsSamuel Lidén Borell1-1/+11
2011-04-05Add a function stub for StoreCertificates + code that calls itSamuel Lidén Borell3-1/+33
2011-04-05Only include the full DN in the first CSRSamuel Lidén Borell2-2/+8
2011-01-10Remove the code for multiple CMC objectsSamuel Lidén Borell2-17/+7
2011-01-09Update the make dependenciesSamuel Lidén Borell1-4/+4
2011-01-03Return NULL on errors in CreateRequestSamuel Lidén Borell1-0/+5
2011-01-03Fix an assertion failure in CreateRequestSamuel Lidén Borell1-3/+3
2011-01-03Copy NULL strings safely in InitRequestSamuel Lidén Borell1-3/+7
2011-01-03Fix the return value of CreateRequestSamuel Lidén Borell3-9/+6
2011-01-03Add certificate request creation to the interface for the backendsSamuel Lidén Borell1-8/+8
2011-01-03Add "stub functions" and IPC for the regutil objectSamuel Lidén Borell6-12/+217
2011-01-03Set the last error correctly in PerformAction (and simplify the code)Samuel Lidén Borell1-16/+13
2010-12-28Add an enum type for pipe commandsSamuel Lidén Borell1-2/+2
2010-12-20Changed the name of the plugin for better compatibilitySamuel Lidén Borell1-1/+1
2010-12-14Move some duplicated code to a functionSamuel Lidén Borell1-8/+11
2010-12-03Check the correct parameters in SetParamSamuel Lidén Borell1-1/+1
2010-12-02Move some code from npobject.c to a separate fileSamuel Lidén Borell4-168/+223
2010-12-02Remove the enum type PluginErrorSamuel Lidén Borell2-7/+3
2010-12-02Check the return value from pipe()Samuel Lidén Borell1-2/+4