summaryrefslogtreecommitdiff
path: root/src/profile.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-25profile: Remove profile.c and profile.hAlok Barsode1-218/+0
2011-08-25service: Add services changed signalAlok Barsode1-39/+0
2011-08-25technology: Remove blocked variables and associated functionsAlok Barsode1-9/+0
2011-08-25technology: Redo offlinemode logicAlok Barsode1-5/+1
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-04-11profile: Remove profile D-Bus APISamuel Ortiz1-123/+0
2011-04-04manager: Remove the Create/RemoveProfile D-Bus APISamuel Ortiz1-190/+22
2011-04-04profile: Remove useless wrappersSamuel Ortiz1-31/+0
2011-03-02profile: Ignore malformed profilesGrant Erickson1-0/+13
2010-09-09Remove the no longer needed security frameworkMarcel Holtmann1-4/+0
2010-08-06Always create a default profileSamuel Ortiz1-1/+1
2010-07-29Disable offline mode when enabling a technology from offline modeSamuel Ortiz1-2/+4
2010-01-02Add missing PropertyChanged signal from manager interfaceGustavo Sverzut Barbieri1-0/+7
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper function for variable arraysMarcel Holtmann1-1/+1
2009-12-19Make use of property changed helper for arraysMarcel Holtmann1-42/+12
2009-12-19Add user data parameter to dictionary helpersMarcel Holtmann1-1/+1
2009-12-19Add user data argument to D-Bus array property helpersMarcel Holtmann1-4/+4
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-2/+2
2009-12-19Add user data to D-Bus helper function callbacksMarcel Holtmann1-3/+1
2009-12-19Use helper for basic property changed signalsMarcel Holtmann1-28/+4
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-82/+31
2009-12-14Add generic suffix handling to storage helpersMarcel Holtmann1-5/+5
2009-12-14Use public function to validate identifiersMarcel Holtmann1-19/+2
2009-12-14Fix memory leak in profiles and rename hash variableMarcel Holtmann1-11/+12
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-22/+0
2009-08-29Fix profile cleanup race conditionMarcel Holtmann1-7/+5
2009-08-29Remove all the useless D-Bus connection passingMarcel Holtmann1-4/+4
2009-08-04Add support for creating, modifying and removing profilesMarcel Holtmann1-31/+494
2009-07-25Fix missing update of signal strength from scan resultsMarcel Holtmann1-0/+9
2009-07-17One second timeout for service list update delays is enoughMarcel Holtmann1-1/+1
2009-07-17Fix reference counting with multiple networks with same SSIDMarcel Holtmann1-18/+2
2009-07-17When network gets remove ensure to disconnect the serviceMarcel Holtmann1-0/+4
2009-07-17Fix issues with current auto-connect logicMarcel Holtmann1-2/+0
2009-07-16Trigger auto-connect from service list changed signalsMarcel Holtmann1-0/+2
2009-07-16Some service list updates should be not delayedMarcel Holtmann1-1/+6
2009-07-16Delay the update of service list by 2 secondsMarcel Holtmann1-4/+25
2009-06-28Check for valid default route when updating profile detailsMarcel Holtmann1-0/+2
2009-05-13Make some service function private for nowMarcel Holtmann1-2/+2
2009-04-23Export active profile path and ident informationMarcel Holtmann1-7/+18
2009-04-21Add basic handling of configuration stateMarcel Holtmann1-14/+0
2009-04-21Add support for carrier service stateMarcel Holtmann1-1/+1
2009-04-21Create proper service interface abstractionMarcel Holtmann1-424/+22
2009-04-13Fix infinite loop for service lookupMarcel Holtmann1-0/+2
2009-04-07Move service type and state declarations to header fileMarcel Holtmann1-17/+0
2009-04-07Add missing service statesMarcel Holtmann1-2/+17
2009-04-06Add support for handling carrier updates from devicesMarcel Holtmann1-11/+31
2009-04-05Add error checking for service methodsMarcel Holtmann1-0/+23
2009-04-05Use proper constants for service typeMarcel Holtmann1-16/+83
2009-04-05Add support for sending signals when service list changesMarcel Holtmann1-52/+84