aboutsummaryrefslogtreecommitdiffstats
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2021-10-15client: Update the connmactl to support optional tethering channelMichael Trimarchi1-14/+46
2021-08-30openconnect: Add support for 2nd passwordLukáš Karas1-0/+2
2019-12-21client: Prefix VPN serives identifiers with "vpn_"Daniel Wagner1-1/+1
2019-04-04client: Gracefully enable/disable technologies error messagesDaniel Wagner1-5/+23
2019-04-04client: Pass error code to all D-Bus callbacksDaniel Wagner4-60/+89
2018-11-23client: Add tethering_clients commands that returns list of themVasyl Vavrychuk3-0/+128
2018-08-29src: Remove redundant returns at the end of functions that return voidVasyl Vavrychuk1-6/+0
2017-11-26client: Add session ContextIdentifier config supportMounesh Sutar1-0/+23
2017-11-26client: Add session create append dictMounesh Sutar1-26/+119
2017-10-26connmanctl: Add mDNS supportIsmo Puustinen1-0/+25
2017-10-20client: Add newline to every error messageMikhail Kovyazin1-5/+5
2017-02-04client: Add session source ip ruleLukasz Nowak1-0/+25
2017-02-04client: Add session AllowedInterface configLukasz Nowak1-0/+14
2016-07-13client: Fix memory leak while enabling tetheringSaurav Babu1-2/+7
2016-04-15client: Use PRIu64 when printing unsigned 64 bit valuesPatrik Flykt1-1/+2
2016-02-05client: Fix Memory Leak in cmd_service_move_after()Niraj Kumar Goit1-1/+3
2016-02-05client: Fix Memory Leak in cmd_service_move_before()Niraj Kumar Goit1-1/+3
2016-01-12client: Add support to GetProperties Clock API in connmanctlSaurav Babu1-0/+29
2016-01-12client: Add support to print DBUS_TYPE_UINT64Saurav Babu1-0/+6
2015-12-10client: Do not add duplicate lines to historyJaakko Hannikainen1-2/+3
2015-08-12client: Add completion for VPN connectionsJaakko Hannikainen1-11/+122
2015-07-06client: Memory leak at readline callbackJaakko Hannikainen1-0/+1
2015-07-06client: Memory leak on dbus replyJaakko Hannikainen1-0/+1
2015-06-22client: Add support of MoveAfter Service APISaurav Babu1-0/+61
2015-06-22client: Add support of MoveBefore Service APISaurav Babu1-0/+66
2014-09-30client: Support basic WiFi Display IEs (un)registrationTomasz Bursztyka1-10/+50
2014-09-04client: Add basic support for (un)registering peer servicesTomasz Bursztyka2-0/+237
2014-08-28client: Support agent incoming Peer authorization requestTomasz Bursztyka1-0/+52
2014-08-06client: Add support for RequestPeerAuthorization on WPSTomasz Bursztyka1-28/+82
2014-08-06client: Add Agent ReportPeerError method supportTomasz Bursztyka1-0/+34
2014-07-11client: Add error handling when populating hashesAlexandru Costache1-0/+15
2014-07-11client: Add suport for connecting and disconnecting a peerTomasz Bursztyka2-12/+23
2014-04-02client: Print out associating, configuration and disconnect statesPatrik Flykt1-0/+6
2014-04-02client: Add support to print out one specific peerTomasz Bursztyka1-10/+56
2014-04-02client: Add basic support for P2P peersTomasz Bursztyka3-2/+273
2014-03-17client: Don't call readline when in non-interactive modePatrik Flykt2-22/+24
2014-03-11client: Update copyright year(s)Patrik Flykt3-3/+3
2014-03-04client: Allow Session Connect and Disconnect be called multiple timesPatrik Flykt1-11/+0
2014-01-21client: Add initial completion for config and session commandsPatrik Flykt1-2/+15
2014-01-21client: Add support for monitor command completionPatrik Flykt1-1/+40
2014-01-21client: Add completion for tether commandPatrik Flykt1-1/+17
2014-01-21client: Add on/off completion support for agent modesPatrik Flykt1-2/+36
2014-01-21client: Complete only one service or technology where appropriatePatrik Flykt1-5/+31
2014-01-21client: Add helper function for ending readline completionPatrik Flykt2-0/+6
2014-01-21client: Remove extra string duplication when completing commandsPatrik Flykt2-25/+13
2014-01-21client: Export command line word count functionPatrik Flykt2-3/+6
2013-11-29client: strerror expects positive error codesDaniel Wagner1-1/+1
2013-10-07client: Add a no-op input handlerPatrik Flykt1-4/+15
2013-10-07client: Fix unintended Manager monitor messagesPatrik Flykt1-5/+26
2013-08-28client: Display correct spelling of preferred in connmanctl usage textPeter Meerwald1-1/+1
2013-08-28client: Fix setting session state to disconnectedPatrik Flykt1-1/+1
2013-08-27client: Add Session configuration supportPatrik Flykt1-1/+93
2013-08-27client: Add support functions for Session Update message creationPatrik Flykt2-0/+59
2013-08-27client: Add Session notification printing and Release handlingPatrik Flykt1-0/+125
2013-08-27client: Initial session supportPatrik Flykt1-2/+193
2013-08-27client: Add helper function for adding a D-Bus dictPatrik Flykt2-0/+20
2013-08-27client: Add append function to D-Bus method call helperPatrik Flykt4-30/+37
2013-08-22client: Remove unnecessary printoutPatrik Flykt1-3/+0
2013-08-22client: Rename command completion callback functionPatrik Flykt1-3/+3
2013-08-22client: Implement autocompletion for offline modePatrik Flykt1-4/+32
2013-08-21client: Fix service and technology completion while monitoringJukka Rissanen1-2/+2
2013-08-21client: Add completion for technologiesJukka Rissanen1-7/+113
2013-08-21client: Add completion for servicesJukka Rissanen3-23/+241
2013-08-07client: Remove unnecessary brachesDaniel Wagner1-4/+4
2013-08-07client: Fix whitespace issuesDaniel Wagner2-3/+3
2013-08-07client: Do not compare expression against NULLDaniel Wagner6-90/+90
2013-08-06client: Avoid possible uninitialized memory accessJukka Rissanen1-1/+1
2013-08-06client: Don't pretty-print hidden WiFi network as '<hidden>'Patrik Flykt1-5/+2
2013-07-23client: Whitespace cleanupDaniel Wagner3-5/+9
2013-07-23client: Convert to stdbool with coccinelleDaniel Wagner5-21/+14
2013-06-28client: Support openconnect Agent API fieldsPatrik Flykt1-0/+5
2013-06-13client: Fix passphrase handlingPatrik Flykt1-2/+10
2013-06-13client: Implement VPN Agent API RequestInput method callPatrik Flykt1-54/+77
2013-06-13client: Add vpnagent command to register and unregister VPN AgentPatrik Flykt1-0/+30
2013-06-13client: Implement support for queueing Agent messagesPatrik Flykt1-9/+60
2013-06-13client: Add VPN Agent support for Release, Cancel and ReportErrorPatrik Flykt2-0/+119
2013-06-13client: Create agent data structure and pass it in function callbacksPatrik Flykt3-76/+116
2013-06-13client: Don't handle Agent messages in monitor codePatrik Flykt1-0/+4
2013-06-13client: Fix DBUS_TYPE_UINT16 pretty-printingPatrik Flykt1-0/+5
2013-06-07client: Avoid printing extra prompt on RequestInputPatrik Flykt1-1/+2
2013-06-07client: Read D-Bus string type only if argument is 'Type'Patrik Flykt1-3/+4
2013-06-07client: Pretty-print D-Bus signed integersPatrik Flykt1-1/+7
2013-06-07client: Add VPN monitoring supportPatrik Flykt1-38/+84
2013-06-07client: Add support for displaying VPN connectionsPatrik Flykt1-4/+75
2013-06-07client: Add VPN connection helper functionPatrik Flykt2-0/+149
2013-06-07client: Add parameter to specify D-Bus service for method callPatrik Flykt4-26/+33
2013-06-07client: Add missing header file boilerplatePatrik Flykt2-0/+26
2013-05-24client: Accept correctly spelled option namePatrik Flykt1-2/+4
2013-05-22client: Fix minor issues in D-Bus path name checkingPatrik Flykt1-2/+3
2013-05-22client: Fix index for IPv6 configuration optionPatrik Flykt1-1/+1
2013-05-22client: Reserve space for trailing NULL in the arrayPatrik Flykt1-1/+1
2013-05-08client: Do service name syntax check when a name is specifiedPatrik Flykt1-3/+3
2013-05-08Fix gcc compiler warning with -Wformat-security.Justin Maggard1-1/+1
2013-05-06client: Check that strings passed to D-Bus to contain valid charsJukka Rissanen1-0/+45
2013-05-06client: Newline missing after printing scan error messageJukka Rissanen1-1/+1
2013-05-06client: Fix for handling an unset callbackPatrik Flykt1-1/+9
2013-05-06client: Fixes for handling Agent messagesPatrik Flykt1-8/+12
2013-05-03client: Initial RequestInput handling supportPatrik Flykt1-0/+199
2013-05-03client: Add ReportError handlingPatrik Flykt1-0/+49
2013-05-03client: Add RequestBrowser handlingPatrik Flykt1-1/+87
2013-05-03client: Implement Agent Release and Cancel method callsPatrik Flykt1-0/+50
2013-05-03client: Add command mode and agent mode helper functionsPatrik Flykt2-19/+38
2013-05-03client: Add agent commandPatrik Flykt1-0/+30
2013-05-03client: Add support for registering and unregistering an agentPatrik Flykt2-0/+180
2013-05-03client: Enable method call return to exit or continue runningPatrik Flykt3-25/+50
2013-05-03client: Make dbus helper function variable const char *Patrik Flykt2-4/+4
2013-04-30client: Fix up wrongly included typedefPatrik Flykt2-8/+15
2013-04-30client: Remove unneeded members from structsPatrik Flykt1-90/+70
2013-04-30client: Move commands around to more logical places in the tablePatrik Flykt1-4/+4
2013-04-23client: Trim off spaces from user inputPatrik Flykt1-8/+20
2013-04-23client: Add command completionPatrik Flykt3-0/+37
2013-04-23client: Follow coding stylePatrik Flykt3-5/+6
2013-04-23client: Add support for tetheringPatrik Flykt1-0/+175
2013-04-06client: Add --help, -h optionsPatrik Flykt1-1/+10
2013-04-05client: Fix help text, IPv4 setting uses netmaskPatrik Flykt1-1/+1
2013-04-04client: Move boolean parsing helper function to commands filePatrik Flykt3-27/+26
2013-04-04client: Remove now obsolete functions and filesPatrik Flykt9-1231/+1
2013-04-04client: Remove now obsolete functionPatrik Flykt1-6/+0
2013-04-04client: Use D-Bus helper functions when setting proxyPatrik Flykt1-41/+76
2013-04-04client: Use helper functions for setting domains, nameservers and timeserversPatrik Flykt1-9/+39
2013-04-04client: Use helper functions for IP, autoconnect and removalPatrik Flykt1-23/+158
2013-04-04client: Use D-Bus helper function to implement services commandPatrik Flykt1-9/+49
2013-04-04client: Use D-Bus helper functions for Technology enabling/disablingPatrik Flykt1-26/+58
2013-04-04client: Add support functions for setting propertiesPatrik Flykt2-16/+213
2013-04-04client: Use D-Bus helpers for Technology Scan method callPatrik Flykt1-12/+20
2013-04-04client: Use D-Bus helpers for Technology GetTechnologies method callPatrik Flykt1-1/+32
2013-04-04client: Use D-Bus helper functions for service connect and disconnectPatrik Flykt1-9/+39
2013-04-04client: Use D-Bus helper functions for state method callPatrik Flykt1-1/+18
2013-04-04client: Print out help header if non-interactivePatrik Flykt1-0/+8
2013-04-04client: Add calls to save and redraw input promptPatrik Flykt2-1/+12
2013-04-04client: Remove now obsolete client/interactive.[hc] filesPatrik Flykt2-151/+0
2013-04-04client: Remove readline handling from main.cPatrik Flykt1-104/+6
2013-04-04client: Handle exit and inprogress valuesPatrik Flykt1-6/+11
2013-04-04client: Delete the now obsolete monitor.[hc] filesPatrik Flykt5-392/+0
2013-04-04client: Reimplement monitor commandPatrik Flykt1-12/+171
2013-04-04client: Add input handlingPatrik Flykt3-0/+251
2013-04-04client: Add pretty-printing for ServicesChanged signalPatrik Flykt2-2/+121
2013-04-04client: Add connmanctl D-Bus helper functionsPatrik Flykt2-0/+239
2013-02-21client: Remove the now obsolete command parsing functionsPatrik Flykt3-48/+11
2013-02-21client: Remove unused functionsPatrik Flykt2-62/+0
2013-02-21client: Factor out monitor commandPatrik Flykt1-129/+30
2013-02-21client: Create monitor helper functionsPatrik Flykt2-0/+94
2013-02-21client: Factor out technology enable and disable commandsPatrik Flykt1-40/+48
2013-02-21client: Wait for a reply from Manager APIPatrik Flykt1-2/+10
2013-02-21client: Wait for a reply from Technology APIPatrik Flykt1-6/+10
2013-02-21client: Factor out scan commandPatrik Flykt1-12/+19
2013-02-21client: Reduce technology loggingPatrik Flykt1-8/+3
2013-02-21client: Factor out disconnect commandPatrik Flykt1-12/+13
2013-02-21client: Factor out connect commandPatrik Flykt1-12/+13
2013-02-21client: Don't look up service on connect or disconnectPatrik Flykt1-16/+7
2013-02-21client: Factor out technologies commandPatrik Flykt1-9/+4
2013-02-21client: Factor out state commandPatrik Flykt1-9/+4
2013-02-21client: Print out any errors on command executionPatrik Flykt1-2/+6
2013-02-21client: Factor out config commandPatrik Flykt1-110/+130
2013-02-21client: Wait for a reply when removing servicePatrik Flykt1-9/+10
2013-02-21client: Fix setting service propertiesPatrik Flykt1-8/+25
2013-02-21client: Quick fix for parsing IPv6.Configuration correctlyPatrik Flykt1-7/+26
2013-02-21client: Return number of arguments processed when setting propertiesPatrik Flykt1-3/+6
2013-02-21client: Return number of proxies addedPatrik Flykt1-3/+3
2013-02-21client: Return the number of proxy arguments discoveredPatrik Flykt1-3/+12
2013-02-21client: Return the number of added dict entriesPatrik Flykt1-3/+12
2013-02-21client: Return the number of added array entriesPatrik Flykt1-4/+9
2013-02-21client: Factor out services commandPatrik Flykt1-60/+45
2013-02-21client: Add boolean parsing helper functionPatrik Flykt2-0/+27
2013-02-21client: Fix up interactive option parsingPatrik Flykt1-42/+21
2013-02-21client: Make DBusConnection globalPatrik Flykt2-1/+3
2013-02-21client: Factor out help implementationPatrik Flykt2-71/+82
2013-02-21client: Create prototypes for all commandsPatrik Flykt4-11/+133
2012-12-11client: Fix up header inclusion messMarcel Holtmann7-31/+26
2012-12-11client: Do not include headers from the coreMarcel Holtmann6-13/+49
2012-12-11client: Provide own D-Bus helper functionsMarcel Holtmann5-5/+113
2012-12-11client: Remove useless circular inclusion protectionMarcel Holtmann5-24/+0
2012-12-11client: Add missing includes of config.hMarcel Holtmann7-0/+28
2012-12-11client: Fix the mangled copyright statementMarcel Holtmann11-24/+38
2012-10-17client: Add Remove() method support for serviceTomasz Bursztyka3-0/+38
2012-10-17client: Fix various memory leaks in monitor and services partsTomasz Bursztyka2-2/+13
2012-10-17client: Fix some memory leaks in data_manager partTomasz Bursztyka1-18/+40
2012-10-17client: Fix some memory leaks in commands partTomasz Bursztyka1-81/+78
2012-09-24client: Show ready and online state correctlyJukka Rissanen1-3/+5
2012-09-24client: Fix AutoConnect configurationJustin Maggard1-8/+12
2012-09-19client: Enter interactive shell when no command is specifiedMarcel Holtmann3-14/+1
2012-09-14client: Add printout about connmanctl experimental statusPatrik Flykt1-1/+2
2012-09-14client: Change 'tech' to 'technologies'Patrik Flykt1-2/+2
2012-09-14client: Update Makefile.am and add new command line client main fileCeara Chewning1-191/+82
2012-09-14client: Add interactive mode supportTudor Marcu2-0/+177
2012-09-14client: Implement command line client commandsCeara Chewning1-0/+526
2012-09-14client: Event monitoring support for the command line clientCeara Chewning2-0/+294
2012-09-14client: Manager API command line client supportTudor Marcu2-0/+297
2012-09-14client: Technology API command line client supportCeara Chewning2-0/+226
2012-09-14client: Service API command line client supportTudor Marcu2-0/+547
2012-04-29tools: Update copyright informationMarcel Holtmann1-1/+1
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-1/+1
2010-05-14Add some simple commands to cm utilityMarcel Holtmann1-69/+92
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-08-23Convert to fully non-recursive build systemMarcel Holtmann1-12/+0
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-22Add command to list device objectsMarcel Holtmann1-26/+118
2008-12-22Make the client application optionalMarcel Holtmann1-0/+2
2008-12-22Add really simple client applicationMarcel Holtmann2-0/+137
2008-12-15Add directory for client applicationMarcel Holtmann1-0/+2