Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow PANU server and client connection | Marcel Holtmann | 2007-10-08 | 1 | -1/+7 |
| | |||||
* | Fix dict signatures. | Luiz Augusto von Dentz | 2007-10-03 | 2 | -2/+2 |
| | |||||
* | Fix memory leak. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -12/+9 |
| | |||||
* | Add IsEnabled to server interface. | Luiz Augusto von Dentz | 2007-09-28 | 2 | -0/+21 |
| | |||||
* | Fix problem with server storage. | Luiz Augusto von Dentz | 2007-09-28 | 2 | -7/+9 |
| | |||||
* | Remove GetSecurity and SetSecurity. | Luiz Augusto von Dentz | 2007-09-28 | 2 | -77/+6 |
| | |||||
* | Fix interface removal on script exit. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -5/+2 |
| | |||||
* | Improve bridge and network interfaces manipulation. | Luiz Augusto von Dentz | 2007-09-28 | 4 | -27/+46 |
| | |||||
* | Fix PANU connection not being restored from storage. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | Add secure link mode. | Luiz Augusto von Dentz | 2007-09-28 | 3 | -5/+6 |
| | |||||
* | Fix default configuration when config file is missing. | Luiz Augusto von Dentz | 2007-09-28 | 2 | -33/+33 |
| | |||||
* | Fix bug on panu server. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -10/+7 |
| | |||||
* | Fix interface down. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -11/+12 |
| | |||||
* | Fix bridge removal. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -0/+8 |
| | |||||
* | Fix bridge removal on exit. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -2/+7 |
| | |||||
* | Fixes codestyle, bridge creation and some code cleanup. | Luiz Augusto von Dentz | 2007-09-28 | 6 | -26/+29 |
| | |||||
* | Rework configuration file to use roles. | Luiz Augusto von Dentz | 2007-09-28 | 12 | -136/+136 |
| | |||||
* | Add support for script execution. | Luiz Augusto von Dentz | 2007-09-28 | 4 | -14/+99 |
| | |||||
* | Fix bridge removal on service exit. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -2/+8 |
| | |||||
* | Add bridge name support. | Luiz Augusto von Dentz | 2007-09-28 | 7 | -80/+134 |
| | |||||
* | Add support for config file. | Luiz Augusto von Dentz | 2007-09-28 | 7 | -3/+178 |
| | |||||
* | Add network service configuration file | Marcel Holtmann | 2007-09-14 | 2 | -1/+3 |
| | |||||
* | Make it look nice | Marcel Holtmann | 2007-09-13 | 1 | -6/+2 |
| | |||||
* | network: add one space between the remote device name and the service name | Claudio Takahasi | 2007-09-13 | 1 | -2/+6 |
| | |||||
* | Rely on bridge module autoloading | Marcel Holtmann | 2007-09-13 | 1 | -0/+2 |
| | |||||
* | Fix connection storage. | Luiz Augusto von Dentz | 2007-09-04 | 1 | -23/+24 |
| | |||||
* | network: check if bridge module is loaded | Claudio Takahasi | 2007-08-31 | 1 | -0/+7 |
| | |||||
* | network: added setup msg timeout and retransmissions | Claudio Takahasi | 2007-08-31 | 1 | -89/+127 |
| | |||||
* | network: more robust bnep setup conn msg validation | Claudio Takahasi | 2007-08-30 | 1 | -15/+13 |
| | |||||
* | network: cleanup - unused error | Claudio Takahasi | 2007-08-29 | 2 | -11/+0 |
| | |||||
* | network: additional src and dst role verification | Claudio Takahasi | 2007-08-29 | 1 | -7/+11 |
| | |||||
* | network: server cleanup - added static DBusConnection and server init/exit | Claudio Takahasi | 2007-08-29 | 3 | -100/+87 |
| | |||||
* | network-api: fixed server paths | Claudio Takahasi | 2007-08-29 | 1 | -2/+2 |
| | |||||
* | network: CreateConnection - enable PANU to PANU connection | Claudio Takahasi | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | network: concat remote name and service name to the connection name | Claudio Takahasi | 2007-08-29 | 3 | -6/+32 |
| | |||||
* | network: minor - keep server socket always listenning | Claudio Takahasi | 2007-08-29 | 1 | -3/+0 |
| | |||||
* | network: fixed wrong service record attrs for PANU | Claudio Takahasi | 2007-08-28 | 1 | -30/+46 |
| | |||||
* | network: disconnect clients when the server is disabled | Claudio Takahasi | 2007-08-28 | 1 | -1/+19 |
| | |||||
* | network: added verification for allowed destination/source roles according ↵ | Claudio Takahasi | 2007-08-28 | 1 | -6/+27 |
| | | | | to PAN Profile | ||||
* | network: allow just one pending authorization at the same time | Claudio Takahasi | 2007-08-28 | 1 | -62/+59 |
| | |||||
* | network: fixed Disable - record unregistration | Claudio Takahasi | 2007-08-27 | 1 | -2/+7 |
| | |||||
* | network: fixed minor memory leak | Claudio Takahasi | 2007-08-24 | 2 | -19/+22 |
| | |||||
* | network: fixed wrong pointer reference | Claudio Takahasi | 2007-08-24 | 1 | -5/+5 |
| | |||||
* | network: fixed seg fault | Claudio Takahasi | 2007-08-24 | 1 | -11/+1 |
| | |||||
* | network: removed CreateServer/RemoveServer methods | Claudio Takahasi | 2007-08-24 | 1 | -17/+1 |
| | |||||
* | network: removed unused signals(ServerCreated and ServerRemoved) | Claudio Takahasi | 2007-08-24 | 2 | -7/+1 |
| | |||||
* | Small header cleanups | Marcel Holtmann | 2007-08-16 | 3 | -4/+3 |
| | |||||
* | Remove CreateServer and RemoveServer, servers are always create. | Luiz Augusto von Dentz | 2007-06-20 | 4 | -121/+99 |
| | |||||
* | Fix some documentation problems. | Luiz Augusto von Dentz | 2007-05-22 | 1 | -4/+2 |
| | |||||
* | Update test script with last PANU connection | Marcel Holtmann | 2007-05-22 | 2 | -7/+13 |
| |