Imported Upstream connman version 1.38
[platform/upstream/connman.git] / src / agent.c
2021-01-04 Niraj Kumar GoitImported Upstream connman version 1.38 29/246129/6
2019-09-18 Nishant ChapranaImported Upstream version 1.37 66/214066/2 submit/tizen/20190920.082459
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-01-15 Tomasz Bursztykaagent: Keep track of the driver to unref user context...
2012-12-17 Daniel Wagneragent: Don't crash when no agent was registered on...
2012-11-30 Jukka Rissanenagent: Release all agents when stopping
2012-11-23 Jukka Rissanenagent: Split agent code into generic and service specif...
2012-09-13 Tomasz Bursztykaagent: Fixes refcounting issue
2012-09-04 Patrik Flyktagent: Always clean up and unref on agent shutdown
2012-09-04 Patrik Flyktagent: Cancel agent requests
2012-09-04 Patrik Flyktagent: Implement Agent API Cancel() method call
2012-09-04 Patrik Flyktagent: Use the Agent queueing functions when sending...
2012-09-04 Patrik Flyktagent: Implement Agent API message queueing
2012-07-15 Marcel Holtmannagent: Avoid shadowing connection variable
2012-07-13 Tomasz Bursztykaagent: Handle wpspin type as a PreviousPassphrase
2012-07-13 Tomasz Bursztykaagent: Rewrite how PreviousPassphrase field is handled
2012-06-26 Tomasz Bursztykaagent: Fix how to provide PreviousPassphrase through...
2012-06-15 Tomasz Bursztykaagent: Implement the new type and argument for RequestI...
2012-05-30 Patrik Flyktagent: Use input request and browser launch timeouts
2012-05-28 Patrik Flyktagent: Update __connman_agent_report_error to return...
2012-05-28 Patrik Flyktagent: Update functions used by wispr to send -EINPROGRESS
2012-05-28 Patrik Flyktagent: Return -EINPROGRESS when request passphrase...
2012-05-23 Marcel Holtmannagent: Increase default timeout to 120 seconds
2012-05-22 Patrik Flyktagent: Verify that the reply contains a dictionary
2012-05-04 Jukka Rissanenagent: Memory leak in error reply
2012-05-04 Tomasz Bursztykaagent: Adding a parameter to give the error name to...
2012-05-04 Tomasz Bursztykaagent: Adding a parameter to give the error name to...
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-04-26 Alok Barsodeagent: If service has no security, do not ask for a...
2012-04-20 Jukka Rissanenagent: Memory leak in passphrase reply
2012-04-17 Julien Massotservice: Move setting of WPS input from agent to service.
2012-04-17 Julien Massotservice: request_input_cb handle wps setting
2012-02-14 Tomasz Bursztykaagent: Handle browser request reply
2012-02-14 Tomasz Bursztykaagent: Add support for requesting browser action
2012-02-13 Santiago Carot-Nemesioagent: Fix capital letter for mandatory requirement
2012-01-10 Daniel Wagneragent: Undo empty D-Bus message check
2012-01-09 Daniel Wagneragent: Handle empty D-Bus message
2011-12-12 Patrik Flyktagent: Add network name and name length to authenticati...
2011-12-12 Patrik Flyktagent: Handle 'Name' and/or 'SSID' fields on method...
2011-12-12 Patrik Flyktagent: If a service is hidden, request either 'Name...
2011-12-12 Patrik Flyktagent: Be explicit when RequestInput method return...
2011-09-12 Tomasz Bursztykaagent: Added Username/Password request input logic
2011-06-21 Tomasz Bursztykaagent: Unify request input callback for passphrase...
2011-04-01 Henri Braggeagent: Implement EAP identity and passphrase query
2011-01-27 Tomasz Bursztykaagent: WPS input request logic
2010-12-02 Patrik Flyktagent: Agent API ReportError method call
2010-09-21 Patrik FlyktRemove RequestPassphrase functionality from Agent API
2010-09-21 Patrik FlyktAgent API RequestInput method for requesting passphrases
2010-01-02 Marcel HoltmannUpdate copyright information
2009-08-30 Marcel HoltmannAdd basic hookup of passphrase agent callback
2009-08-30 Marcel HoltmannAdd support for handling errors from agent registration
2009-08-30 Marcel HoltmannRemove all the useless D-Bus connection passing
2009-01-01 Marcel HoltmannUpdate copyright information
2008-10-17 Marcel HoltmannFix agent disconnect callback declaration
2008-06-28 Marcel HoltmannFix breakage caused by libgdbus API change
2008-04-13 Marcel HoltmannUpdate copyright information
2008-02-26 Marcel HoltmannFix agent cleanup function
2008-01-24 Marcel HoltmannAdd handling for agent registration and monitoring
2008-01-24 Marcel HoltmannAdd skeleton for agent infrastructure