summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-security.c
Commit message (Expand)AuthorAgeFilesLines
* More coding style fixesJohan Hedberg2006-08-231-2/+2
* Coding style fixesJohan Hedberg2006-08-231-11/+12
* Unnecessary NULL assignments (memory was already initialized to zero)Johan Hedberg2006-08-231-2/+0
* passkey handling cleanupJohan Hedberg2006-08-231-18/+29
* s/Cancel/Release/ in release_agent()Johan Hedberg2006-08-201-1/+1
* Change timeout valuesMarcel Holtmann2006-08-201-2/+2
* Fix processing of the timeout list in GMainContextJohan Hedberg2006-08-201-4/+1
* Preliminary support for passkey agent timeoutsJohan Hedberg2006-08-201-23/+50
* First round of Passkey Release method supportJohan Hedberg2006-08-201-25/+102
* Refuse zero-length passkeysJohan Hedberg2006-08-191-9/+12
* Cancel PIN request on HCI level if agent exitsJohan Hedberg2006-08-191-0/+3
* Cancel bonding if requestor exitsJohan Hedberg2006-08-191-5/+1
* Cancel agent requests on DEVDOWNJohan Hedberg2006-08-181-2/+2
* Fix copy-and-paste typoMarcel Holtmann2006-08-181-1/+1
* Make sure all necessaray memory is free'd when an agent exitsJohan Hedberg2006-08-181-16/+29
* Fix accessing free'd memoryJohan Hedberg2006-08-181-2/+2
* First try at PasskeyAgent Cancel methodJohan Hedberg2006-08-181-16/+97
* Added pairing peer address verification before disconnect. External apps can ...Claudio Takahasi2006-06-081-2/+0
* Remove get_dbus_connection() functionMarcel Holtmann2006-04-281-9/+6
* Changed object path hierarchyClaudio Takahasi2006-04-241-1/+1
* Track pairing state (so Bonding signals aren't sent in wrong situations)Johan Hedberg2006-03-291-0/+2
* Fix remote address parameter of passkey requestsJohan Hedberg2006-03-281-1/+1
* Listen for D-Bus client exists with normal passkey agentsJohan Hedberg2006-03-241-0/+31
* Fix free'd memory access in UnregisterPasskeyAgent methodJohan Hedberg2006-03-131-3/+5
* More passkey handler functionalityJohan Hedberg2006-03-131-29/+192
* Cleanup passkey reply handlingJohan Hedberg2006-03-131-31/+30
* Even more cleanupsMarcel Holtmann2006-03-121-6/+7
* Check for non-existing passcode agentJohan Hedberg2006-03-111-1/+6
* Move to new PasscodeAgent interfaceJohan Hedberg2006-03-111-0/+132
* Fix passkey method namesJohan Hedberg2006-03-101-2/+2
* Make it compileJohan Hedberg2006-03-101-35/+16
* Try unbreak to break everythingMarcel Holtmann2006-03-101-8/+7
* Break everythingJohan Hedberg2006-03-101-0/+159
* Add skeletons for Security and RFCOMM interfacesMarcel Holtmann2006-03-081-0/+29