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
/
plugin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-27
Fix file-based BankID enrollment from Nordea
Andreas Karlsson
1
-0
/
+10
2012-10-11
Accept but ignore OnlyAcceptMRU parameter
Samuel Lidén Borell
1
-1
/
+22
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
/
+1
2011-07-12
Add the TextCharacterEncoding parameter
Samuel Lidén Borell
1
-0
/
+23
2011-06-20
Fix wrong struct name in plugin.c
Samuel Lidén Borell
1
-1
/
+1
2011-06-20
Implement signer/auth.Reset()
Samuel Lidén Borell
1
-4
/
+11
2011-04-20
Implement password policys
Samuel Lidén Borell
1
-0
/
+3
2011-04-19
Add stub of Webadmin object (makes test.bankid.com work again)
Samuel Lidén Borell
1
-0
/
+1
2011-04-18
Remove NULL checks before free()
Samuel Lidén Borell
1
-3
/
+2
2011-04-18
Don't free the RegutilCMC struct (it's on the stack)
Samuel Lidén Borell
1
-1
/
+1
2011-04-18
Make parameters case insensitive
Samuel Lidén Borell
1
-18
/
+19
2011-04-17
Simplified the check on recursive plugin calls
Samuel Lidén Borell
1
-36
/
+0
2011-04-17
Free previous request CMC when replaced with a new one
Samuel Lidén Borell
1
-0
/
+4
2011-04-17
Limit the number of PKCS10 objects
Samuel Lidén Borell
1
-1
/
+11
2011-04-05
Only include the full DN in the first CSR
Samuel Lidén Borell
1
-2
/
+7
2011-01-10
Remove the code for multiple CMC objects
Samuel Lidén Borell
1
-7
/
+4
2011-01-03
Copy NULL strings safely in InitRequest
Samuel Lidén Borell
1
-3
/
+7
2011-01-03
Add certificate request creation to the interface for the backends
Samuel Lidén Borell
1
-8
/
+8
2011-01-03
Add "stub functions" and IPC for the regutil object
Samuel Lidén Borell
1
-3
/
+99
2011-01-03
Set the last error correctly in PerformAction (and simplify the code)
Samuel Lidén Borell
1
-16
/
+13
2010-12-02
Remove the enum type PluginError
Samuel Lidén Borell
1
-1
/
+1
2010-11-23
Implement the ServerTime parameter
Samuel Lidén Borell
1
-0
/
+51
2010-08-17
cleanup getParam return code
Henrik Nordstrom
1
-2
/
+11
2010-03-23
Implement the "NonVisibleData" parameter
Samuel Lidén Borell
1
-0
/
+2
2010-03-23
Allow signing without a subject filter
Samuel Lidén Borell
1
-2
/
+1
2010-02-20
Fixed crash on 64 bit platforms.
Hakan Kvist
1
-1
/
+2
2010-01-27
Made the subject filter optional and a common parameter
Samuel Lidén Borell
1
-1
/
+2
2010-01-02
Prevent multiple windows from getting opened from the same web site
Samuel Lidén Borell
1
-2
/
+42
2010-01-02
Handle memory allocation errors
Samuel Lidén Borell
1
-2
/
+9
2010-01-02
Error codes for invalid actions and missing parameters
Samuel Lidén Borell
1
-3
/
+4
2010-01-02
Made the window modal instead of "stay on top"
Samuel Lidén Borell
1
-1
/
+3
2010-01-02
Allow the "Policys" parameter to be unset
Samuel Lidén Borell
1
-1
/
+1
2010-01-02
Fixed a compile warning
Samuel Lidén Borell
1
-1
/
+1
2010-01-02
Fixed the return values of GetParam and PerformAction
Samuel Lidén Borell
1
-5
/
+3
2010-01-02
Fixed a NULL dereference in GetParam
Samuel Lidén Borell
1
-1
/
+1
2010-01-02
Fixed a NULL dereference bug
Samuel Lidén Borell
1
-2
/
+16
2010-01-02
Licensed most files under the MIT/Expat license
Samuel Lidén Borell
1
-0
/
+24
2010-01-02
Implemented signing
Samuel Lidén Borell
1
-8
/
+31
2010-01-02
Made most of the code run in a separate process
Samuel Lidén Borell
1
-0
/
+73