History log of /seL4-camkes-master/projects/picotcp/modules/pico_sntp_client.c
Revision Date Author Comments
# cf3e732d 01-Feb-2017 Frederik Van Slycken <frederik.van.slycken@gmail.com>

update copyright info


# 97b171d5 01-Feb-2017 Frederik Van Slycken <frederik.van.slycken@gmail.com>

update license to GPLv2 and GPLv3


# 447fdd92 11-Oct-2016 laurensmiers <miers132@gmail.com>

Remove erroneous comment + fix ipv6_mcast_dbg


# 6643756b 17-Sep-2016 laurensmiers <miers132@gmail.com>

Fix warnings in debug build


# c94a27d5 11-Sep-2016 laurensmiers <miers132@gmail.com>

Separate debug defines for every module


# 04da7cfa 01-Sep-2016 Matthias Van Parys <matthias.vanparys@altran.com>

Issue #387: Added some more checking/freeing stuff/todos


# 7ff2d039 24-Aug-2016 Matthias Van Parys <matthias.vanparys@altran.com>

Issue #387: Check return value of pico_timer_add() and pico_timer_add_hashed()


# d2931e9f 09-Aug-2016 Matthias Van Parys <matthias.vanparys@altran.com>

Issue #341: SNTP: Added new function pico_sntp_sync_ip which takes a
pico_address instead of a string. Also did some refactoring and added
DNS ifdefs in pico_sntp_sync


# abec5fc7 04-Mar-2016 Frederik Van Slycken <frederik.van.slycken@gmail.com>

sntp client : better separation between ipv4 and ipv6


# 8899cbf1 04-Mar-2016 Frederik Van Slycken <frederik.van.slycken@gmail.com>

sntp client : minor refactorings


# 06f80d77 15-Jan-2016 Daniele Lacamera <root@danielinux.net>

Enforced style via uncrustify


# 7d226cb9 06-Jan-2016 maximevince <maxime.vince@gmail.com>

SNTP: fix use-after-free


# c6dc5e99 05-Oct-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Implemented some specific improvements suggested by the Abstract
Interpretation tool


# fbbef7de 30-Sep-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Revamping timer API to fix #308


# cf830d21 30-Jun-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Proper disposal of ck structure in IPv6 when DNS call is not successful

(discovered via Pareon Verify tool)


# d5e372fc 15-Jun-2015 Jelle De Vleeschouwer <jelle.devleeschouwer.1@gmail.com>

Made style with uncrustify


# ba018e38 21-May-2015 Daniele Lacamera <daniele.lacamera@tass.be>

SNTP: Fixed short allocation for server string

When the sntp cookie is created, the server string was being allocated
using strlen(), which would overflow when a strcpy is used from the same
source by putting the string terminators out of the allocated object
bounds.

Bug discovered by Pareon Verify.


# d628a87e 06-May-2015 laurensmiers <miers132@gmail.com>

Fixed missing include


# 68db9eec 06-May-2015 laurensmiers <miers132@gmail.com>

Cancel timer when ntp packet is received


# 17ff456d 15-Apr-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Fixed potential stack overflow in sntp client


# d2e24f21 15-Apr-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Fixed double free in sntp module


# a2c8ac0d 15-Apr-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Fixed double free in sntp module


# 9cb04422 13-Apr-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Updated Copyright information.


# 40130a54 13-Apr-2015 Daniele Lacamera <daniele.lacamera@tass.be>

Coding style enforced.


# 6335625f 03-Oct-2014 Daniele Lacamera <daniele.lacamera@tass.be>

Increased quality of pico_sntp_client

- Fixed 2 remarks from Abstract Interpretation tool


# 41e9f27b 01-Oct-2014 Michele Di Pede <michele.di.pede@tass.be>

Fix few memory handling issues


# 159b13bf 27-May-2014 Daniele Lacamera <daniele.lacamera@tass.be>

Enforced coding style via uncrustify


# 7f4afb33 17-Apr-2014 unknown <maxime.vincent@tass.be>

make sntp client compatible with IAR


# e4721f33 15-Apr-2014 Toon Stegen <toon.stegen@tass.be>

Removed gcc specific attributes


# 6bde3728 14-Apr-2014 Toon Stegen <toon.stegen@tass.be>

Removed duplicate code in mdns module and added preprocessor directive in sntp client


# 6703dc3e 11-Apr-2014 Toon Stegen <toon.stegen@tass.be>

Removed some duplicate code, made some functions accessible for the incoming mdns module.


# b054573c 04-Apr-2014 Toon Stegen <toon.stegen@tass.be>

Removed division of uint64_t


# a54a5e02 28-Mar-2014 Daniele Lacamera <daniele.lacamera@tass.be>

Removed stale printf. Enforced style.


# f2cba300 27-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Removed state redundant state variable, added catch for socket close event


# cb600886 26-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Updated unit tests for faulty arch


# ccbd1199 26-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Added cleanup function and status checking in picoapp


# cb98b310 25-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Runned make style and fixed some warnings


# 107047ff 26-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Fixed unit test


# daa3945b 26-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Added timeout and state for sntp client


# 189872a6 25-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Added check for invalid cb_synced, updated the prototype inside header file


# 9d4e3489 25-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Wrote some basic unit tests, improved timestamp_convert implementation, wrote some comments,...


# 0cedeb25 24-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Added round trip delay compensation mechanism


# 3b38afa5 21-Mar-2014 Toon Stegen <toon.stegen@tass.be>

Changed name to match sntp