Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check trusted device list before request authorization | Claudio Takahasi | 2008-05-02 | 1 | -2/+13 |
| | |||||
* | Moving authorization code to dbus-service.c | Claudio Takahasi | 2008-05-01 | 1 | -0/+108 |
| | |||||
* | fixed service authorization | Claudio Takahasi | 2008-05-01 | 1 | -5/+112 |
| | |||||
* | search_service cleanup | Claudio Takahasi | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | Remove the local D-Bus setup | Marcel Holtmann | 2008-03-12 | 1 | -8/+2 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Fix external service (un)registration | Johan Hedberg | 2008-01-24 | 1 | -28/+31 |
| | |||||
* | Update services to new error codes and helper functions | Johan Hedberg | 2007-11-26 | 1 | -10/+11 |
| | |||||
* | Whitespace cleanup | Johan Hedberg | 2007-11-07 | 1 | -7/+7 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2007-10-23 | 1 | -0/+1 |
| | |||||
* | Fix dict signatures. | Luiz Augusto von Dentz | 2007-10-03 | 1 | -1/+1 |
| | |||||
* | Fix the listing of service based trusts | Marcel Holtmann | 2007-08-19 | 1 | -14/+32 |
| | |||||
* | More header cleanups | Marcel Holtmann | 2007-08-16 | 1 | -0/+2 |
| | |||||
* | Rename files for adapter interface | Marcel Holtmann | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | Rename files for manager interface | Marcel Holtmann | 2007-08-15 | 1 | -1/+1 |
| | |||||
* | Handle local connection disconnects | Marcel Holtmann | 2007-06-22 | 1 | -7/+12 |
| | |||||
* | Propagate local server address to services | Marcel Holtmann | 2007-06-16 | 1 | -3/+12 |
| | |||||
* | Remove some experimental tags for stable methods | Marcel Holtmann | 2007-05-14 | 1 | -3/+0 |
| | |||||
* | Update Service interface and objects to use the generic framework | Johan Hedberg | 2007-05-07 | 1 | -110/+79 |
| | |||||
* | Add missing includes for dbus-helper.h | Johan Hedberg | 2007-04-17 | 1 | -0/+1 |
| | |||||
* | Implement experimental Service.GetBusName method | Johan Hedberg | 2007-04-17 | 1 | -0/+21 |
| | |||||
* | Move append_dict_entry to utils/common and change the name to ↵ | Luiz Augusto von Dentz | 2007-04-16 | 1 | -4/+8 |
| | | | | dbus_message_iter_append_dict_entry. | ||||
* | Add signals for adding and removing trust | Johan Hedberg | 2007-04-11 | 1 | -4/+22 |
| | |||||
* | Implement global trust setting | Johan Hedberg | 2007-04-10 | 1 | -4/+5 |
| | |||||
* | Implement full Service.GetInfo() support | Marcel Holtmann | 2007-03-21 | 1 | -2/+9 |
| | |||||
* | Move dictionary helper to common code | Marcel Holtmann | 2007-03-21 | 1 | -29/+0 |
| | |||||
* | Add helper for adding dictionary entries | Marcel Holtmann | 2007-03-21 | 1 | -15/+31 |
| | |||||
* | Add example for the dictionary based info methods | Marcel Holtmann | 2007-03-21 | 1 | -2/+36 |
| | |||||
* | Added skeleton for dict based methods: Adapter.GetInfo, ↵ | Claudio Takahasi | 2007-03-21 | 1 | -0/+7 |
| | | | | Adapter.GetRemoteInfo and Service.GetInfo | ||||
* | Implement the trust methods properly | Johan Hedberg | 2007-02-26 | 1 | -24/+10 |
| | |||||
* | Fix object path validity check | Johan Hedberg | 2007-01-25 | 1 | -1/+1 |
| | |||||
* | Add extra checks for paths and identifiers of new services | Johan Hedberg | 2007-01-25 | 1 | -0/+26 |
| | |||||
* | Allow more than one external service | Marcel Holtmann | 2007-01-25 | 1 | -6/+11 |
| | |||||
* | Move debug output into condition | Marcel Holtmann | 2007-01-25 | 1 | -4/+6 |
| | |||||
* | Check for PID before sending SIGTERM | Marcel Holtmann | 2007-01-25 | 1 | -1/+1 |
| | |||||
* | Check for PID before sending SIGKILL | Marcel Holtmann | 2007-01-25 | 1 | -2/+2 |
| | |||||
* | Make IsExternal() experimental | Marcel Holtmann | 2007-01-25 | 1 | -0/+3 |
| | |||||
* | Implement Service.IsExternal method | Johan Hedberg | 2007-01-25 | 1 | -0/+18 |
| | |||||
* | s/internal/external/ with respect to services | Johan Hedberg | 2007-01-24 | 1 | -11/+11 |
| | |||||
* | Fully implement Database.UnregisterService | Johan Hedberg | 2007-01-24 | 1 | -0/+6 |
| | |||||
* | Allow bus name as pattern for FindService() | Marcel Holtmann | 2007-01-24 | 1 | -0/+3 |
| | |||||
* | Add support for internal debug services | Marcel Holtmann | 2007-01-24 | 1 | -4/+83 |
| | |||||
* | More accurate service exit reason debug messages | Johan Hedberg | 2007-01-21 | 1 | -2/+7 |
| | |||||
* | g_key_file_new will never return NULL | Johan Hedberg | 2007-01-21 | 1 | -5/+0 |
| | |||||
* | Get rid of the Options service attribute | Johan Hedberg | 2007-01-21 | 1 | -31/+5 |
| | |||||
* | Release services when system bus goes away | Marcel Holtmann | 2007-01-20 | 1 | -76/+16 |
| | |||||
* | Add extra debug line to notify callback | Marcel Holtmann | 2007-01-20 | 1 | -0/+2 |
| | |||||
* | Implement GetIdentifier method | Marcel Holtmann | 2007-01-20 | 1 | -2/+23 |
| | |||||
* | Remove GetConnectionName method | Marcel Holtmann | 2007-01-20 | 1 | -22/+0 |
| | |||||
* | Check for memory allocation errors of the key file | Marcel Holtmann | 2007-01-20 | 1 | -0/+5 |
| |