index
:
fribid
master
FriBID är ett fritt program för e-legitimation med BankID. OBS! Projektet är nerlagt.
samuel@kodafritt.se
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
plugin
/
npobject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-15
Remove some old TODO comments
Samuel Lidén Borell
1
-3
/
+0
2012-04-27
Change my e-mail
Samuel Lidén Borell
1
-1
/
+1
2011-09-08
Claim to support application/x-personal-signer
Samuel Lidén Borell
1
-0
/
+5
2011-08-03
Fix string comparison in StoreCertificates
Samuel Lidén Borell
1
-1
/
+1
2011-06-20
Implement signer/auth.Reset()
Samuel Lidén Borell
1
-0
/
+9
2011-04-21
Limit all function arguments to 10 MiB
Samuel Lidén Borell
1
-11
/
+9
2011-04-19
Add stub of Webadmin object (makes test.bankid.com work again)
Samuel Lidén Borell
1
-0
/
+21
2011-04-17
Simplified the check on recursive plugin calls
Samuel Lidén Borell
1
-8
/
+26
2011-04-05
Add a function stub for StoreCertificates + code that calls it
Samuel Lidén Borell
1
-1
/
+20
2011-01-03
Fix the return value of CreateRequest
Samuel Lidén Borell
1
-3
/
+2
2011-01-03
Add "stub functions" and IPC for the regutil object
Samuel Lidén Borell
1
-3
/
+57
2010-12-02
Move some code from npobject.c to a separate file
Samuel Lidén Borell
1
-166
/
+14
2010-08-17
cleanup getParam return code
Henrik Nordstrom
1
-1
/
+2
2010-02-20
Fixed a few more window id problems on 64-bit platforms
Samuel Lidén Borell
1
-11
/
+7
2010-02-20
Fixed crash on 64 bit platforms.
Hakan Kvist
1
-7
/
+16
2010-01-02
Handle memory allocation errors
Samuel Lidén Borell
1
-14
/
+36
2010-01-02
Increase use of const and static in the code
Samuel Lidén Borell
1
-6
/
+6
2010-01-02
Made the window modal instead of "stay on top"
Samuel Lidén Borell
1
-1
/
+14
2010-01-02
Don't (indirectly) double-free a string in GetParam
Samuel Lidén Borell
1
-2
/
+6
2010-01-02
Fixed the return values of GetParam and PerformAction
Samuel Lidén Borell
1
-2
/
+4
2010-01-02
Don't accept parameters larger than 10 MiB
Samuel Lidén Borell
1
-0
/
+5
2010-01-02
Code cleanup & fixed memory errors
Samuel Lidén Borell
1
-5
/
+7
2010-01-02
Allocate strings that are freed by the browser with NPN_MemAlloc
Samuel Lidén Borell
1
-2
/
+11
2010-01-02
Fixed a bug in the strndup code
Samuel Lidén Borell
1
-2
/
+1
2010-01-02
Don't assume that NPStrings are null terminated
Samuel Lidén Borell
1
-8
/
+32
2010-01-02
Licensed most files under the MIT/Expat license
Samuel Lidén Borell
1
-0
/
+24
2010-01-02
Code cleanup
Samuel Lidén Borell
1
-6
/
+0
2010-01-02
Implemented signing
Samuel Lidén Borell
1
-4
/
+8
2010-01-02
Made most of the code run in a separate process
Samuel Lidén Borell
1
-0
/
+267