Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source
150
1c2f2432
devel/TODO: Add item to create .tar.xz
Mar 22, 2017
d7250731
Finish removal of hooks for HP Fortify static analyzer
Mar 23, 2017
b4b6cace
Documentation of what units are represented by certain variables
Mar 23, 2017
a00c9d87
Revert "Documentation of what units are represented by certain variables"
Mar 23, 2017
ff8f62c9
ntpviz: pep8 tweak, too many spaecs.
Mar 23, 2017
f4b0738d
ntpheatusb: pep8 typos.
Mar 23, 2017
e2132683
Typos
Mar 24, 2017
aa6ada8a
Genericize lex_open - first step towards config directory.
Mar 24, 2017
edc696bd
Address GitLab issue
#204
: Support /etc/ntp.d
Mar 24, 2017
bf1c2320
remove accidental touch-20170321.1
Mar 24, 2017
ac220ef9
ntpheatusb: Fixes from Hal Murray.
Mar 24, 2017
b30320a4
Add contrib/make-leap-seconds.py
Mar 24, 2017
16470712
Add --enable-debug-time to tests/option-tester.sh
Mar 24, 2017
9e12ab76
Fix typo in comment
Mar 24, 2017
df4f3b9d
Cleanup l_fp=>time_t in ntp_filegen and ntp_util
Mar 24, 2017
8b107f2f
Remove a few unneeded includes of ntp_fp.h
Mar 24, 2017
bf270b25
Couple of printf/time_t fixes
Mar 24, 2017
5fa35f79
Address GitLab issue
#253
: Warnings with clang 8.0.0 on macOS 10.12.
Mar 24, 2017
62d14129
Add .refclockd as a recognized config prefix.
Mar 25, 2017
20e71e08
Setup to add filegen tests
Mar 24, 2017
254c56a3
Remove unused calendar code
Mar 25, 2017
bba626af
More calendar cleanup: struct isodate is gone.
Mar 25, 2017
7ca1d4e7
Remove leftover definition from multicast mode
Mar 26, 2017
4a3ac883
Fail hard when we can't figure out package manager
Mar 26, 2017
ee3e113d
Adds option parsing and makes ntpviz optional
Mar 26, 2017
a1ce1a8a
Remove unused variable inst from buildprep
Mar 26, 2017
cfb864ba
Cleanup uid != 0 check and error message in buildprep
Mar 26, 2017
092a20e2
Remove unnecessary includes in libntp/ssl_init.c
Mar 28, 2017
571793b4
Add --doc flag to buildprep
Mar 28, 2017
8e6812d0
Add -h,--help,-a,-all,--dry-run options to buildprep
Mar 28, 2017
14ef45bb
Documentation catchup for buildprep
Mar 28, 2017
45c45273
Address GitLab issue
#255
: updateinterval option appears to be broken
Mar 28, 2017
dddf94f2
Armor ntpd against missing arguments.
Mar 28, 2017
393ae6d6
ntpd: the -U option was not taking its mandatory argument.
Mar 28, 2017
2c5714b6
Add a missing static.
Mar 28, 2017
4e042d5f
remove unused function: -set_ctrl_c_hook()
Mar 28, 2017
1ec04e3e
Remove another unused function: sigint_handler()
Mar 28, 2017
b7ae1ccf
Remove unused typedef ctrl_c_fn
Mar 28, 2017
e53fea20
ntplogtemp: retry read of TEMPer.
Mar 28, 2017
f2c037ca
ntpheatusb: retry TEMPer failures.
Mar 28, 2017
1bdcdff8
Fix typo in comment
Mar 29, 2017
92117675
Remove unused clutter from config.h
Mar 29, 2017
eac09b6a
Remove NTPSEC_VERSION_{MAJOR,MINOR,REV} from config.h
Mar 29, 2017
c7aca552
Add statfs and uname to OK list of syscalls.
Mar 29, 2017
7a82dca7
waf: add tests for -lssp and -lssp_nonshared.
Mar 29, 2017
f0c6b0d5
ntpconfigtest: a new contrib/ tool to cehck kernel configuration.
Mar 29, 2017
215bbab2
ntpconfigtest: pep8/pyflakes, more tests.
Mar 29, 2017
f52f2a4a
Remove HAVE_STDDEF_H from config.h
Mar 30, 2017
dddd7376
Remove unnecessary indirection to standardized type.
Mar 30, 2017
7efb4d8d
Use socklen_t - needed with previous commit.
Mar 30, 2017
8250677b
waf: test for libs before testing for compiler options.
Mar 30, 2017
0e9a9305
config: Add test for 2 more useful linux kernel modules.
Mar 30, 2017
ded17ce1
tests: add missing casts.
Mar 30, 2017
3f0ed989
ntploggps: use Logger modules, get log file rotation.
Mar 30, 2017
0c53fbb2
clk_trimtsip.c: Add missing casts
Mar 30, 2017
2b61cbf0
gpstolfp: Add missing casts, cleanup conversion.
Mar 30, 2017
307453a5
Define IGNORE in only one place.
Mar 31, 2017
f53b4ee5
Assume POSIXness - in particular, that sysconf(_SC_OPEN_MAX) works.
Mar 31, 2017
9768cdfe
No longer trying for getdtableize(); simplify configuration.
Mar 31, 2017
9807f2f3
More consequence of removing GETDTABLESIZE.
Mar 31, 2017
c92db5e2
Prevent warning of unused var, when it really is unused.
Mar 31, 2017
89a62aff
Comment two fucntions that may unexpectedly return NULL pointer.
Mar 31, 2017
31317dee
Do not dereference NULL returned by peer_config().
Mar 31, 2017
1110a0fb
Change indent to 4 from 8 in config_peers()
Mar 31, 2017
d7b34f9f
Make unsigned constants be unsigned.
Mar 31, 2017
9e725f3f
No point casting with (int64_t) to a uint64_t
Mar 31, 2017
6762cc0e
htonl() returns an unsigned int, not an int.
Mar 31, 2017
539b49cf
Missing int casts, no functional change.
Mar 31, 2017
81112f3d
lfpinit() needs an int, not a uint.
Mar 31, 2017
68b9f99e
Fixed signed/unsigned mismatch.
Mar 31, 2017
b9ba461e
lfpinint() takes an int and a uint32.
Mar 31, 2017
1950d6f8
Add missing cast, no fuction change.
Mar 31, 2017
ec7c0a6a
Add two casts, no functioanl change.
Mar 31, 2017
6d91bd01
Get units right for lfpinit().
Mar 31, 2017
6791d614
get right type for initgroups(). No functional change.
Mar 31, 2017
66a811d5
Make 4 implicit casts to be explicit.
Mar 31, 2017
f3e70d86
Change implicit casts to explicit, no functional change.
Mar 31, 2017
460c51e6
Change implicit casts to explicit.
Mar 31, 2017
642f1e3e
Change two implicit xpacsts to explicit.
Mar 31, 2017
3915a442
Add missing cast.
Mar 31, 2017
9bb70a84
Add missing cast.
Mar 31, 2017
743a5885
Clean up lfp init;
Mar 31, 2017
c10fa3ab
ldisc is unsigned, not signed.
Mar 31, 2017
7d0772ab
Make implicit cast to be explicit.
Apr 01, 2017
1953f4e1
Change implicit casts to explicit. No functional change.
Apr 01, 2017
e0153669
Remove duplicate #define
Apr 01, 2017
fc1d78fd
Bit flags need to be unsigned, otherwise inverting them creates ints.
Apr 01, 2017
4b3e21f2
Change implicit to explicit cast. Fix 19 warnings.
Apr 01, 2017
9fb5df9e
Make implicit cast to be explicit
Apr 01, 2017
46f54199
Make 2 implicit casts to be explicit.
Apr 01, 2017
d26480de
Flags that will be inverted need to be unsigned.
Apr 01, 2017
da22b16b
Change implicit casts to explicit, no functional change.
Apr 01, 2017
eaa3e04d
Make one implicit cast to be explicit.
Apr 01, 2017
21ae095b
Make one implicit cast to be explicit. No functional changes.
Apr 01, 2017
3fe89e73
No need to have a debug only file local be a global.
Apr 01, 2017
1a5cc1ef
Change one implicit cast to explicit.
Apr 01, 2017
0e5b1030
Change implicit casts to explicit. No functional change.
Apr 01, 2017
8e90ca68
Change one implicit cast to explicit. No functional change.
Apr 01, 2017
4c52c22d
Fix one wrong explicit cast. Add an explicit cast.
Apr 01, 2017
d8eab9b4
Change two implicit casts to explicit.
Apr 01, 2017
50 additional commits have been omitted to prevent performance issues.
Loading