From: Alok Barsode <[email protected]>

Hi,

This is ver 4 of the ntp patchset. Following modifications are made to v3.
These were suggested in v3 patch review.
1. Remove meego plugin early on in the patchset.
2. Not export main.conf loading function in storage.c.
3. Add fallback server option to connman_settings structure.
4. Avoid using GSting for Timerserver.Configuration.
4. Minor naving issues.

Cheers,
Alok.

Alok Barsode (13):
  meego: Remove the meego plugin
  timeserver: Replace older system timeserver values     with new ones
    instead of appending
  timeserver: Trigger ntp on default changed notifier
  timeserver: Create timeserver list
  timeserver: Add service gateway to timeserver list
  service: Add Timeservers.Configuration Property
  timeserver: Add Timeservers.Configuration to timeserver list
  doc: Add Timeserves.Configuration service property
  test: Add set-timeservers
  ntp: Shorten NTP failure delay
  main: Parse FallbackTimeservers list from main.conf
  timeservers: Add Fallback Timerservers
  timeserver: Check for resolv before accessing it

 Makefile.am          |    1 -
 Makefile.plugins     |   12 --
 bootstrap-configure  |    1 -
 configure.ac         |    6 -
 doc/service-api.txt  |   15 +++
 include/service.h    |    1 +
 include/setting.h    |    1 +
 include/timeserver.h |    3 +-
 plugins/meego.c      |   43 -------
 src/clock.c          |   18 ++-
 src/connman.h        |    1 -
 src/main.c           |   21 +++
 src/main.conf        |    7 +
 src/ntp.c            |    4 +-
 src/service.c        |   88 +++++++++++++-
 src/timeserver.c     |  328 +++++++++++++++++++++++++++-----------------------
 test/set-timeservers |   20 +++
 17 files changed, 341 insertions(+), 229 deletions(-)
 delete mode 100644 plugins/meego.c
 create mode 100755 test/set-timeservers

-- 
1.7.5.4

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to