summaryrefslogtreecommitdiffhomepage
path: root/plugin/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-27Fix file-based BankID enrollment from NordeaAndreas Karlsson1-0/+10
2012-10-11Accept but ignore OnlyAcceptMRU parameterSamuel Lidén Borell1-1/+22
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2011-09-08Claim to support application/x-personal-signerSamuel Lidén Borell1-0/+1
2011-07-12Add the TextCharacterEncoding parameterSamuel Lidén Borell1-0/+23
2011-06-20Fix wrong struct name in plugin.cSamuel Lidén Borell1-1/+1
2011-06-20Implement signer/auth.Reset()Samuel Lidén Borell1-4/+11
2011-04-20Implement password policysSamuel Lidén Borell1-0/+3
2011-04-19Add stub of Webadmin object (makes test.bankid.com work again)Samuel Lidén Borell1-0/+1
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-17Simplified the check on recursive plugin callsSamuel Lidén Borell1-36/+0
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-05Only include the full DN in the first CSRSamuel Lidén Borell1-2/+7
2011-01-10Remove the code for multiple CMC objectsSamuel Lidén Borell1-7/+4
2011-01-03Copy NULL strings safely in InitRequestSamuel Lidén Borell1-3/+7
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 Borell1-3/+99
2011-01-03Set the last error correctly in PerformAction (and simplify the code)Samuel Lidén Borell1-16/+13
2010-12-02Remove the enum type PluginErrorSamuel Lidén Borell1-1/+1
2010-11-23Implement the ServerTime parameterSamuel Lidén Borell1-0/+51
2010-08-17cleanup getParam return codeHenrik Nordstrom1-2/+11
2010-03-23Implement the "NonVisibleData" parameterSamuel Lidén Borell1-0/+2
2010-03-23Allow signing without a subject filterSamuel Lidén Borell1-2/+1
2010-02-20Fixed crash on 64 bit platforms.Hakan Kvist1-1/+2
2010-01-27Made the subject filter optional and a common parameterSamuel Lidén Borell1-1/+2
2010-01-02Prevent multiple windows from getting opened from the same web siteSamuel Lidén Borell1-2/+42
2010-01-02Handle memory allocation errorsSamuel Lidén Borell1-2/+9
2010-01-02Error codes for invalid actions and missing parametersSamuel Lidén Borell1-3/+4
2010-01-02Made the window modal instead of "stay on top"Samuel Lidén Borell1-1/+3
2010-01-02Allow the "Policys" parameter to be unsetSamuel Lidén Borell1-1/+1
2010-01-02Fixed a compile warningSamuel Lidén Borell1-1/+1
2010-01-02Fixed the return values of GetParam and PerformActionSamuel Lidén Borell1-5/+3
2010-01-02Fixed a NULL dereference in GetParamSamuel Lidén Borell1-1/+1
2010-01-02Fixed a NULL dereference bugSamuel Lidén Borell1-2/+16
2010-01-02Licensed most files under the MIT/Expat licenseSamuel Lidén Borell1-0/+24
2010-01-02Implemented signingSamuel Lidén Borell1-8/+31
2010-01-02Made most of the code run in a separate processSamuel Lidén Borell1-0/+73