summaryrefslogtreecommitdiff
path: root/src/agent.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-02agent: Agent API ReportError method callPatrik Flykt1-0/+85
The __connman_agent_report_error function creates and sends a ReportError method call to the registered agent. The agent can reply with D-Bus error org.moblin.connman.Agent.Error.Retry if the same service is to be retried.
2010-09-21Remove RequestPassphrase functionality from Agent APIPatrik Flykt1-28/+0
Remove the obsolete __connman_agent_request_passphrase function as the RequestPassphrase method call has been replaced with RequestInput.
2010-09-21Agent API RequestInput method for requesting passphrasesPatrik Flykt1-0/+130
request_input_passphrase_reply creates and sends an Agent API RequestInput method call and waits for the method call return. The function expects a passhphrase_cb_t to be supplied. Only the "Passphrase" dictionary field is requested by the method call and only the "Passphrase" dictionary field in the method call return is used.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-08-29Add basic hookup of passphrase agent callbackMarcel Holtmann1-7/+33
2009-08-29Add support for handling errors from agent registrationMarcel Holtmann1-1/+1
2009-08-29Remove all the useless D-Bus connection passingMarcel Holtmann1-4/+7
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-10-17Fix agent disconnect callback declarationMarcel Holtmann1-1/+1
2008-06-28Fix breakage caused by libgdbus API changeMarcel Holtmann1-3/+1
2008-04-14Update copyright informationMarcel Holtmann1-1/+1
2008-02-26Fix agent cleanup functionMarcel Holtmann1-0/+5
2008-01-24Add handling for agent registration and monitoringMarcel Holtmann1-9/+79
2008-01-24Add skeleton for agent infrastructureMarcel Holtmann1-0/+52