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
/
ipc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-11
Document and simplify the IPC code
Samuel Lidén Borell
1
-13
/
+24
2014-05-10
handle pipe error
cybjit
1
-11
/
+23
2012-04-27
Change my e-mail
Samuel Lidén Borell
1
-1
/
+1
2011-07-12
Add the TextCharacterEncoding parameter
Samuel Lidén Borell
1
-0
/
+1
2011-04-22
Simplify the IPC code
Samuel Lidén Borell
1
-38
/
+33
2011-04-20
Implement password policys
Samuel Lidén Borell
1
-0
/
+4
2011-04-05
Add a function stub for StoreCertificates + code that calls it
Samuel Lidén Borell
1
-0
/
+12
2011-04-05
Only include the full DN in the first CSR
Samuel Lidén Borell
1
-0
/
+1
2011-01-10
Remove the code for multiple CMC objects
Samuel Lidén Borell
1
-10
/
+3
2011-01-03
Return NULL on errors in CreateRequest
Samuel Lidén Borell
1
-0
/
+5
2011-01-03
Fix an assertion failure in CreateRequest
Samuel Lidén Borell
1
-3
/
+3
2011-01-03
Fix the return value of CreateRequest
Samuel Lidén Borell
1
-2
/
+3
2011-01-03
Add "stub functions" and IPC for the regutil object
Samuel Lidén Borell
1
-1
/
+38
2010-12-28
Add an enum type for pipe commands
Samuel Lidén Borell
1
-2
/
+2
2010-12-14
Move some duplicated code to a function
Samuel Lidén Borell
1
-8
/
+11
2010-12-02
Check the return value from pipe()
Samuel Lidén Borell
1
-2
/
+4
2010-11-23
Implement the ServerTime parameter
Samuel Lidén Borell
1
-0
/
+1
2010-03-23
Implement the "NonVisibleData" parameter
Samuel Lidén Borell
1
-1
/
+2
2010-02-20
Fixed a few more window id problems on 64-bit platforms
Samuel Lidén Borell
1
-2
/
+2
2010-02-18
Removed WNOHANG from waitpid call because it left zombie processes
Samuel Lidén Borell
1
-1
/
+1
2010-01-27
Made the subject filter optional and a common parameter
Samuel Lidén Borell
1
-4
/
+3
2010-01-26
Removed some stupid code
Samuel Lidén Borell
1
-3
/
+1
2010-01-02
Increase use of const and static in the code
Samuel Lidén Borell
1
-4
/
+4
2010-01-02
Made the plugin re-entrant
Samuel Lidén Borell
1
-55
/
+54
2010-01-02
Let the browser process it's messages while the plugin waits for input
Samuel Lidén Borell
1
-0
/
+2
2010-01-02
Made the window modal instead of "stay on top"
Samuel Lidén Borell
1
-5
/
+23
2010-01-02
Allow the "Policys" parameter to be unset
Samuel Lidén Borell
1
-1
/
+2
2010-01-02
Fixed a compiler warning on FreeBSD
Samuel Lidén Borell
1
-1
/
+1
2010-01-02
Fixed the return values of GetParam and PerformAction
Samuel Lidén Borell
1
-2
/
+2
2010-01-02
Licensed most files under the MIT/Expat license
Samuel Lidén Borell
1
-0
/
+24
2010-01-02
Made all paths #defines
Samuel Lidén Borell
1
-3
/
+3
2010-01-02
Implemented signing
Samuel Lidén Borell
1
-4
/
+23
2010-01-02
Fixed the return value of PerformAction("Authenticate")
Samuel Lidén Borell
1
-1
/
+1
2010-01-02
Code cleanup
Samuel Lidén Borell
1
-3
/
+0
2010-01-02
Made most of the code run in a separate process
Samuel Lidén Borell
1
-0
/
+113