summaryrefslogtreecommitdiffstats
path: root/network/common.c
Commit message (Expand)AuthorAgeFilesLines
* Make use of AF_INET instead of AF_INET6.Luiz Augusto von Dentz2009-03-101-2/+2
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-251-2/+2
* Use safer strncpy instead of strcpyJohan Hedberg2009-02-251-2/+2
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-2/+3
* Fix bug on error report.Luiz Augusto von Dentz2009-01-231-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Network: Removed unused functionClaudio Takahasi2008-09-011-19/+0
* Network: Minor cleanupClaudio Takahasi2008-09-011-1/+0
* Cleanup network manager.Luiz Augusto von Dentz2008-07-281-4/+0
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Fix bug that prevent bnep interfaces to come up on reconnection.Luiz Augusto von Dentz2008-05-061-30/+34
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Add MULTICAST flag so interfaces could get announced by avahi-daemon.Luiz Augusto von Dentz2007-10-311-2/+3
* Remove bridge creation of NAP and make a better use of ahavi-autoipd.Luiz Augusto von Dentz2007-10-311-17/+68
* Fix memory leak.Luiz Augusto von Dentz2007-09-281-12/+9
* Fix interface removal on script exit.Luiz Augusto von Dentz2007-09-281-5/+2
* Improve bridge and network interfaces manipulation.Luiz Augusto von Dentz2007-09-281-16/+35
* Fix interface down.Luiz Augusto von Dentz2007-09-281-11/+12
* Fixes codestyle, bridge creation and some code cleanup.Luiz Augusto von Dentz2007-09-281-2/+3
* Rework configuration file to use roles.Luiz Augusto von Dentz2007-09-281-3/+21
* Add support for script execution.Luiz Augusto von Dentz2007-09-281-7/+88
* network: concat remote name and service name to the connection nameClaudio Takahasi2007-08-291-0/+19
* Move code to bring up interface to common and use it on connection.Luiz Augusto von Dentz2007-04-161-3/+30
* Lower number of possible interfaces from 48 to 7 and other minor fixes.Luiz Augusto von Dentz2007-03-291-10/+16
* network: Added more debug error information for ioctl BNEPCONNADD callClaudio Takahasi2007-03-281-2/+4
* Get rid of old ioctl compability hack.Luiz Augusto von Dentz2007-03-271-42/+9
* network: using service class identifier instead of the uuid 128 string for se...Claudio Takahasi2007-03-231-3/+13
* network: Added hexadecimal verification for Manager.CreateServerClaudio Takahasi2007-03-231-2/+6
* network: Fixed string/service id/uuid convertion functionsClaudio Takahasi2007-03-231-15/+31
* Initial code of bnep common.Luiz Augusto von Dentz2007-03-221-0/+146
* Add file for shared functionsMarcel Holtmann2007-03-211-0/+28