Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix another leak in name_data_free() | Johan Hedberg | 2006-03-14 | 1 | -0/+2 | |
| | | ||||||
| * | Fix memory leak in name_listener_remove | Johan Hedberg | 2006-03-14 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed cancel discovery: checking the discover state to cancel the inquiry or ↵ | Claudio Takahasi | 2006-03-14 | 3 | -16/+52 | |
| | | | | | | | | remote name request procedure | |||||
| * | Use daemon() to put process into background | Marcel Holtmann | 2006-03-14 | 1 | -16/+5 | |
| | | ||||||
| * | fixed wrong checking of the remote name complete event status | Claudio Takahasi | 2006-03-14 | 1 | -3/+3 | |
| | | ||||||
| * | small cleanups and code styles changes | Claudio Takahasi | 2006-03-13 | 1 | -19/+19 | |
| | | ||||||
| * | Add DisconnectRemoteDevice method definition | Marcel Holtmann | 2006-03-13 | 1 | -0/+11 | |
| | | ||||||
| * | Remove all trailing slash from the paths | Marcel Holtmann | 2006-03-13 | 1 | -6/+7 | |
| | | ||||||
| * | Update list of authors | Marcel Holtmann | 2006-03-13 | 1 | -1/+2 | |
| | | ||||||
| * | Fix init of struct hci_dbus_data | Johan Hedberg | 2006-03-13 | 1 | -4/+2 | |
| | | ||||||
| * | Don't forget the newlines | Marcel Holtmann | 2006-03-13 | 1 | -2/+2 | |
| | | ||||||
| * | Add some error messages printing | Marcel Holtmann | 2006-03-13 | 1 | -6/+20 | |
| | | ||||||
| * | Connect security interface to adapter objects | Johan Hedberg | 2006-03-13 | 1 | -7/+9 | |
| | | ||||||
| * | Fix free'd memory access in UnregisterPasskeyAgent method | Johan Hedberg | 2006-03-13 | 1 | -3/+5 | |
| | | ||||||
| * | Fix parsing of path parameter | Marcel Holtmann | 2006-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Switch autoinit and security on by default | Marcel Holtmann | 2006-03-13 | 1 | -3/+4 | |
| | | ||||||
| * | More passkey handler functionality | Johan Hedberg | 2006-03-13 | 5 | -32/+215 | |
| | | ||||||
| * | Added remote name resolving queue | Claudio Takahasi | 2006-03-13 | 5 | -66/+217 | |
| | | ||||||
| * | Fix the interface names for the passkey agent methods | Marcel Holtmann | 2006-03-13 | 1 | -4/+4 | |
| | | ||||||
| * | Fix segmentation fault with specific passkey agent and missing address | Marcel Holtmann | 2006-03-13 | 1 | -0/+5 | |
| | | ||||||
| * | Small coding style cleanups | Marcel Holtmann | 2006-03-13 | 1 | -4/+8 | |
| | | ||||||
| * | Fix DBUS tests for configure | Eduardo Rocha | 2006-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Unregister the object path for the agent before closing the connection | Marcel Holtmann | 2006-03-13 | 1 | -0/+2 | |
| | | ||||||
| * | Add support for Release method callback | Marcel Holtmann | 2006-03-13 | 1 | -4/+43 | |
| | | ||||||
| * | The Release method doesn't need any parameters | Marcel Holtmann | 2006-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Define the Release method for the PasskeyAgent interface | Marcel Holtmann | 2006-03-13 | 1 | -0/+8 | |
| | | ||||||
| * | Cleanup passkey reply handling | Johan Hedberg | 2006-03-13 | 1 | -31/+30 | |
| | | ||||||
| * | Use underlines for the default path | Marcel Holtmann | 2006-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Support specific passkey agents and check for service termination | Marcel Holtmann | 2006-03-13 | 1 | -46/+201 | |
| | | ||||||
| * | Even more cleanups | Marcel Holtmann | 2006-03-12 | 2 | -7/+9 | |
| | | ||||||
| * | More cleanups | Marcel Holtmann | 2006-03-12 | 1 | -3/+7 | |
| | | ||||||
| * | Cleanup the request_pin() function | Marcel Holtmann | 2006-03-12 | 1 | -12/+6 | |
| | | ||||||
| * | Remove signal handling for switching pairing | Marcel Holtmann | 2006-03-12 | 2 | -26/+1 | |
| | | ||||||
| * | Remove bluepin script | Marcel Holtmann | 2006-03-12 | 4 | -178/+2 | |
| | | ||||||
| * | Remove PIN helper and D-Bus PIN helper support | Marcel Holtmann | 2006-03-11 | 7 | -158/+13 | |
| | | ||||||
| * | Check for non-existing passcode agent | Johan Hedberg | 2006-03-11 | 1 | -1/+6 | |
| | | ||||||
| * | Remove trailing slash from object path | Marcel Holtmann | 2006-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | Move to new PasscodeAgent interface | Johan Hedberg | 2006-03-11 | 3 | -119/+139 | |
| | | ||||||
| * | Correct object path of the passkey agent | Marcel Holtmann | 2006-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | Uncomment the code to unregister the passkey agent | Marcel Holtmann | 2006-03-11 | 1 | -0/+2 | |
| | | ||||||
| * | Fix small va_end bug | Marcel Holtmann | 2006-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | Replace all calls to syslog() with proper logging functions | Marcel Holtmann | 2006-03-11 | 1 | -97/+86 | |
| | | ||||||
| * | Remove signal definitions | Marcel Holtmann | 2006-03-11 | 3 | -26/+12 | |
| | | ||||||
| * | Fix signal filters | Johan Hedberg | 2006-03-11 | 2 | -9/+0 | |
| | | ||||||
| * | Remove more unneeded definitions | Marcel Holtmann | 2006-03-11 | 4 | -182/+96 | |
| | | ||||||
| * | More small cleanups | Marcel Holtmann | 2006-03-11 | 2 | -8/+5 | |
| | | ||||||
| * | Fix parameter order on memset | Johan Hedberg | 2006-03-10 | 1 | -2/+7 | |
| | | ||||||
| * | Unregister the passkey agent correctly | Marcel Holtmann | 2006-03-10 | 1 | -0/+15 | |
| | | ||||||
| * | Cleanup all the error definitions | Marcel Holtmann | 2006-03-10 | 3 | -182/+48 | |
| | | ||||||
| * | Add error for non implemented methods | Marcel Holtmann | 2006-03-10 | 1 | -0/+5 | |
| | |