summaryrefslogtreecommitdiffhomepage
path: root/plugin/ipc.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-11Document and simplify the IPC codeSamuel Lidén Borell1-13/+24
2014-05-10handle pipe errorcybjit1-11/+23
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2011-07-12Add the TextCharacterEncoding parameterSamuel Lidén Borell1-0/+1
2011-04-22Simplify the IPC codeSamuel Lidén Borell1-38/+33
2011-04-20Implement password policysSamuel Lidén Borell1-0/+4
2011-04-05Add a function stub for StoreCertificates + code that calls itSamuel Lidén Borell1-0/+12
2011-04-05Only include the full DN in the first CSRSamuel Lidén Borell1-0/+1
2011-01-10Remove the code for multiple CMC objectsSamuel Lidén Borell1-10/+3
2011-01-03Return NULL on errors in CreateRequestSamuel Lidén Borell1-0/+5
2011-01-03Fix an assertion failure in CreateRequestSamuel Lidén Borell1-3/+3
2011-01-03Fix the return value of CreateRequestSamuel Lidén Borell1-2/+3
2011-01-03Add "stub functions" and IPC for the regutil objectSamuel Lidén Borell1-1/+38
2010-12-28Add an enum type for pipe commandsSamuel Lidén Borell1-2/+2
2010-12-14Move some duplicated code to a functionSamuel Lidén Borell1-8/+11
2010-12-02Check the return value from pipe()Samuel Lidén Borell1-2/+4
2010-11-23Implement the ServerTime parameterSamuel Lidén Borell1-0/+1
2010-03-23Implement the "NonVisibleData" parameterSamuel Lidén Borell1-1/+2
2010-02-20Fixed a few more window id problems on 64-bit platformsSamuel Lidén Borell1-2/+2
2010-02-18Removed WNOHANG from waitpid call because it left zombie processesSamuel Lidén Borell1-1/+1
2010-01-27Made the subject filter optional and a common parameterSamuel Lidén Borell1-4/+3
2010-01-26Removed some stupid codeSamuel Lidén Borell1-3/+1
2010-01-02Increase use of const and static in the codeSamuel Lidén Borell1-4/+4
2010-01-02Made the plugin re-entrantSamuel Lidén Borell1-55/+54
2010-01-02Let the browser process it's messages while the plugin waits for inputSamuel Lidén Borell1-0/+2
2010-01-02Made the window modal instead of "stay on top"Samuel Lidén Borell1-5/+23
2010-01-02Allow the "Policys" parameter to be unsetSamuel Lidén Borell1-1/+2
2010-01-02Fixed a compiler warning on FreeBSDSamuel Lidén Borell1-1/+1
2010-01-02Fixed the return values of GetParam and PerformActionSamuel Lidén Borell1-2/+2
2010-01-02Licensed most files under the MIT/Expat licenseSamuel Lidén Borell1-0/+24
2010-01-02Made all paths #definesSamuel Lidén Borell1-3/+3
2010-01-02Implemented signingSamuel Lidén Borell1-4/+23
2010-01-02Fixed the return value of PerformAction("Authenticate")Samuel Lidén Borell1-1/+1
2010-01-02Code cleanupSamuel Lidén Borell1-3/+0
2010-01-02Made most of the code run in a separate processSamuel Lidén Borell1-0/+113