summaryrefslogtreecommitdiffhomepage
path: root/plugin/npobject.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-15Remove some old TODO commentsSamuel Lidén Borell1-3/+0
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2011-09-08Claim to support application/x-personal-signerSamuel Lidén Borell1-0/+5
2011-08-03Fix string comparison in StoreCertificatesSamuel Lidén Borell1-1/+1
2011-06-20Implement signer/auth.Reset()Samuel Lidén Borell1-0/+9
2011-04-21Limit all function arguments to 10 MiBSamuel Lidén Borell1-11/+9
2011-04-19Add stub of Webadmin object (makes test.bankid.com work again)Samuel Lidén Borell1-0/+21
2011-04-17Simplified the check on recursive plugin callsSamuel Lidén Borell1-8/+26
2011-04-05Add a function stub for StoreCertificates + code that calls itSamuel Lidén Borell1-1/+20
2011-01-03Fix the return value of CreateRequestSamuel Lidén Borell1-3/+2
2011-01-03Add "stub functions" and IPC for the regutil objectSamuel Lidén Borell1-3/+57
2010-12-02Move some code from npobject.c to a separate fileSamuel Lidén Borell1-166/+14
2010-08-17cleanup getParam return codeHenrik Nordstrom1-1/+2
2010-02-20Fixed a few more window id problems on 64-bit platformsSamuel Lidén Borell1-11/+7
2010-02-20Fixed crash on 64 bit platforms.Hakan Kvist1-7/+16
2010-01-02Handle memory allocation errorsSamuel Lidén Borell1-14/+36
2010-01-02Increase use of const and static in the codeSamuel Lidén Borell1-6/+6
2010-01-02Made the window modal instead of "stay on top"Samuel Lidén Borell1-1/+14
2010-01-02Don't (indirectly) double-free a string in GetParamSamuel Lidén Borell1-2/+6
2010-01-02Fixed the return values of GetParam and PerformActionSamuel Lidén Borell1-2/+4
2010-01-02Don't accept parameters larger than 10 MiBSamuel Lidén Borell1-0/+5
2010-01-02Code cleanup & fixed memory errorsSamuel Lidén Borell1-5/+7
2010-01-02Allocate strings that are freed by the browser with NPN_MemAllocSamuel Lidén Borell1-2/+11
2010-01-02Fixed a bug in the strndup codeSamuel Lidén Borell1-2/+1
2010-01-02Don't assume that NPStrings are null terminatedSamuel Lidén Borell1-8/+32
2010-01-02Licensed most files under the MIT/Expat licenseSamuel Lidén Borell1-0/+24
2010-01-02Code cleanupSamuel Lidén Borell1-6/+0
2010-01-02Implemented signingSamuel Lidén Borell1-4/+8
2010-01-02Made most of the code run in a separate processSamuel Lidén Borell1-0/+267