summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-11gweb: numeric session address was not resolved properly.Jukka Rissanen1-0/+21
2011-04-11config: Use static function to validate identifiersSamuel Ortiz1-2/+20
2011-04-11config: Fix compiler warning on 64 bits hostsSamuel Ortiz1-1/+1
2011-04-11config: Default config protection set to TRUESamuel Ortiz2-4/+9
2011-04-11config: Remove the from_fs config fieldSamuel Ortiz1-21/+1
2011-04-11config: Check SSID length before comparing protected SSIDsSamuel Ortiz1-0/+3
2011-04-11config: Save D-Bus provisioned filesSamuel Ortiz3-9/+62
2011-04-11config: Fix service pointers memory leakSamuel Ortiz1-11/+20
2011-04-11config: Do not overwrite protected servicesSamuel Ortiz1-0/+44
2011-04-11config: Add configuration protected flagSamuel Ortiz2-0/+11
2011-04-11config: Set from_fs to connman_bool_tSamuel Ortiz1-1/+1
2011-04-11profile: Remove profile D-Bus APISamuel Ortiz4-160/+4
2011-04-11config: Avoid create_config forward declarationSamuel Ortiz1-16/+14
2011-04-11test: Add script to test manager.ProvisionService methodHenri Bragge2-1/+29
2011-04-11manager: Implement service provisioning via dbusHenri Bragge3-0/+74
2011-04-11config: Export a function to load service configsHenri Bragge2-1/+40
2011-04-11service: Provide a function to query immutabilityHenri Bragge2-0/+9
2011-04-11config: Fix service configuration updateHenri Bragge1-1/+6
2011-04-11doc: Add service provisioning method in Manager APIHenri Bragge1-0/+11
2011-04-11session: connect_session: Fix unitialized callbackDaniel Wagner1-1/+3
2011-04-08session: connect_session: Check correct pointerDaniel Wagner1-1/+1
2011-04-08session: Fix Session.Connect()/Disconnect()Daniel Wagner3-68/+52
2011-04-08service: Add __connman_service_is_idle()Daniel Wagner2-0/+15
2011-04-08session: Update connect/disconnect documationDaniel Wagner1-6/+6
2011-04-08session: service_state_changed() should propagate changesDaniel Wagner1-1/+1
2011-04-07session: Return invalid argument for wrong settingsDaniel Wagner1-1/+20
2011-04-07session: Extend AllowedBearer documentationDaniel Wagner1-0/+8
2011-04-07session: Rename the Realtime flag to PriorityDaniel Wagner2-15/+36
2011-04-07session: Handle empty AllowedBearersDaniel Wagner1-1/+39
2011-04-07test-session: Add 'configure' and 'change' commandDaniel Wagner1-4/+61
2011-04-04manager: Remove the Create/RemoveProfile D-Bus APISamuel Ortiz3-255/+22
2011-04-04profile: Remove useless wrappersSamuel Ortiz3-45/+7
2011-04-04configuration: Rename configuration to settingSamuel Ortiz5-14/+12
2011-04-04TODO updateSamuel Ortiz1-11/+103
2011-04-04session: Use RoamingPolicy instead of RoamingAllowedDaniel Wagner2-24/+96
2011-04-04test: Add test-session script to MakefileDaniel Wagner1-1/+2
2011-04-02device: Set scan interval to 0 if background scaniing is disabledSamuel Ortiz1-1/+7
2011-04-02configuration: Add a main.conf exampleSamuel Ortiz1-0/+7
2011-04-02main: Initial configuration file supportSamuel Ortiz4-2/+104
2011-04-01device: No need to save the scan intervalSamuel Ortiz1-10/+0
2011-04-01device: Reorder the scan_interval setting switchSamuel Ortiz1-15/+5
2011-04-01test: Add identity response support to simple-agentHenri Bragge1-6/+15
2011-04-01agent: Implement EAP identity and passphrase queryHenri Bragge3-6/+65
2011-04-01service: Add function to get phase2 methodHenri Bragge2-0/+9
2011-04-01service: Add function to set identityHenri Bragge2-0/+17
2011-04-01doc: Add EAP login support in Agent APIHenri Bragge1-4/+36
2011-04-01gweb: Add port string to getaddrinfoSamuel Ortiz1-1/+4
2011-03-31test: Add session test scriptDaniel Wagner1-0/+244
2011-03-31session: Add dis/connect_session()Daniel Wagner1-20/+286
2011-03-31dbus: Add connman_dbus_setting_changed_*()Daniel Wagner2-0/+98