summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* If built from a git repo, use the version from git preferably.HEAD1.12masterMartin Burnicki2021-11-192-10/+27
|
* Update unix/MakefileMartin Burnicki2021-11-191-4/+10
| | | | | | Fix control for verbose/non-verbose build. Add defines to support openSSL CMAC. CMAC support is not yet supported, though.
* Fix a potential infinite loop with getoptMartin Burnicki2021-11-191-1/+1
| | | | | | | | | | The loop while ( ( c = getopt( argc, argv, ... ) ) != -1 ) never ends if c is a char, and the char type is unsigned by default. Reported by Mickael GARDET <m.gardet@overkiz.com> for an ARM-32 system.
* Use some predefined exit codesMartin Burnicki2021-11-191-43/+15
|
* Update some mbglib filesMartin Burnicki2021-11-1910-2181/+7141
|
* Update .gitignore, add .editorconfigMartin Burnicki2020-07-172-0/+28
|
* Specific exit codes, support openSSL v1.1.11.11Martin Burnicki2019-09-0414-545/+1518
| | | | | | Return specific exit codes in case of error, and list the valid exit codes in the usage information. Support building against openSSL v1.1.1.
* Conditionally support symmetric MD5 keys, and other improvements1.10Martin Burnicki2018-07-3114-1050/+6277
| | | | | | Configurable request packet mode number. Print request packet even if no response was received. Support build on FreeBSD.
* Don't print min/max results after a single query1.9Martin Burnicki2018-04-093-36/+40
|
* Improve printing of refid using functions from new module mbgntp.c1.8Martin Burnicki2018-03-0910-128/+568
|
* Add .gitignore fileMartin Burnicki2017-09-061-0/+3
|
* Print leap smear offset, control printing of packets1.7Martin Burnicki2017-09-0612-1392/+6338
| | | | | Conditionally display dispersion and leap smear offset. Distinguish flags which increase verbosity or print packets.
* New option -P to set client poll value sent to server1.4Martin Burnicki2016-11-2110-647/+1451
| | | | Also move some Windows-specific code to other files.
* Source code can be built on Windows1.3Martin Burnicki2016-08-0515-1046/+9742
| | | | | | | | | | Yet no Windows project files included. Use precise time API under Windows, if supported. Move Makefile to new subdirectory 'unix'. Make stdout unbuffered on POSIX, so output is shown immediately even if piped e.g. via the tee command. Use safe string functions. Use compatible Meinberg error codes.
* Don't exit on initial timeout in continuous mode1.2Martin Burnicki2015-06-261-43/+42
|
* Fix a bug and support continuous monitoring1.1Martin Burnicki2015-05-119-238/+11937
| | | | | | Fix a bug where the xmt/rcv packets were interchanged when printed. Support continuous monitoring (-Z), e.g. for leap second tests. Account for updated library files.
* Initial version1.0Martin Burnicki2014-04-018-0/+2200