summaryrefslogtreecommitdiff
path: root/network
AgeCommit message (Expand)AuthorFilesLines
2008-02-29network: cleanup - unnecessary definitionClaudio Takahasi1-3/+0
2008-02-08Add bridge name to debug when it fails to attach any interface.Luiz Augusto von Dentz1-2/+3
2008-02-02Update copyright informationMarcel Holtmann11-11/+11
2007-12-12Don't install network.conf for nowMarcel Holtmann1-1/+1
2007-12-09Make sure to install network.confMarcel Holtmann1-1/+1
2007-11-26Update services to new error codes and helper functionsJohan Hedberg6-165/+52
2007-11-26Update API descriptions to match new error codesJohan Hedberg1-23/+23
2007-10-31Make the connection to fail if unable to add a interface to bridges.Luiz Augusto von Dentz2-5/+8
2007-10-31Add MULTICAST flag so interfaces could get announced by avahi-daemon.Luiz Augusto von Dentz1-2/+3
2007-10-31Remove bridge creation of NAP and make a better use of ahavi-autoipd.Luiz Augusto von Dentz2-18/+76
2007-10-31Handle disabling interfaces via configuration file.Luiz Augusto von Dentz1-33/+68
2007-10-22Fix code style.Luiz Augusto von Dentz1-1/+1
2007-10-22Fixes cross storage and adapter path.Luiz Augusto von Dentz3-14/+86
2007-10-08Allow PANU server and client connectionMarcel Holtmann1-1/+7
2007-10-03Fix dict signatures.Luiz Augusto von Dentz2-2/+2
2007-09-28Fix memory leak.Luiz Augusto von Dentz1-12/+9
2007-09-28Add IsEnabled to server interface.Luiz Augusto von Dentz2-0/+21
2007-09-28Fix problem with server storage.Luiz Augusto von Dentz2-7/+9
2007-09-28Remove GetSecurity and SetSecurity.Luiz Augusto von Dentz2-77/+6
2007-09-28Fix interface removal on script exit.Luiz Augusto von Dentz1-5/+2
2007-09-28Improve bridge and network interfaces manipulation.Luiz Augusto von Dentz4-27/+46
2007-09-28Fix PANU connection not being restored from storage.Luiz Augusto von Dentz1-0/+2
2007-09-28Add secure link mode.Luiz Augusto von Dentz3-5/+6
2007-09-28Fix default configuration when config file is missing.Luiz Augusto von Dentz2-33/+33
2007-09-28Fix bug on panu server.Luiz Augusto von Dentz1-10/+7
2007-09-28Fix interface down.Luiz Augusto von Dentz1-11/+12
2007-09-28Fix bridge removal.Luiz Augusto von Dentz1-0/+8
2007-09-28Fix bridge removal on exit.Luiz Augusto von Dentz1-2/+7
2007-09-28Fixes codestyle, bridge creation and some code cleanup.Luiz Augusto von Dentz6-26/+29
2007-09-28Rework configuration file to use roles.Luiz Augusto von Dentz12-136/+136
2007-09-28Add support for script execution.Luiz Augusto von Dentz4-14/+99
2007-09-28Fix bridge removal on service exit.Luiz Augusto von Dentz1-2/+8
2007-09-28Add bridge name support.Luiz Augusto von Dentz7-80/+134
2007-09-28Add support for config file.Luiz Augusto von Dentz7-3/+178
2007-09-14Add network service configuration fileMarcel Holtmann2-1/+3
2007-09-13Make it look niceMarcel Holtmann1-6/+2
2007-09-13network: add one space between the remote device name and the service nameClaudio Takahasi1-2/+6
2007-09-13Rely on bridge module autoloadingMarcel Holtmann1-0/+2
2007-09-04Fix connection storage.Luiz Augusto von Dentz1-23/+24
2007-08-31network: check if bridge module is loadedClaudio Takahasi1-0/+7
2007-08-31network: added setup msg timeout and retransmissionsClaudio Takahasi1-89/+127
2007-08-30network: more robust bnep setup conn msg validationClaudio Takahasi1-15/+13
2007-08-29network: cleanup - unused errorClaudio Takahasi2-11/+0
2007-08-29network: additional src and dst role verificationClaudio Takahasi1-7/+11
2007-08-29network: server cleanup - added static DBusConnection and server init/exitClaudio Takahasi3-100/+87
2007-08-29network-api: fixed server pathsClaudio Takahasi1-2/+2
2007-08-29network: CreateConnection - enable PANU to PANU connectionClaudio Takahasi1-1/+1
2007-08-29network: concat remote name and service name to the connection nameClaudio Takahasi3-6/+32
2007-08-29network: minor - keep server socket always listenningClaudio Takahasi1-3/+0
2007-08-28network: fixed wrong service record attrs for PANUClaudio Takahasi1-30/+46