Revisions of ntpsec

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 57)
- Update to version 1.0.0 instead of git snapshot:
  * mostly contains all the previously mentioned stuff nothing else
    changed
buildservice-autocommit accepted request 542768 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 56)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 55)
- Update to version 0.9.7+git20171109.2d88a7d84:
  * Remove two unnecessary functions.
  * Changed MIB system to use seperate read/write callbacks
  * Boolification.
  * Nuke ifdefs for O_NONBLOCK and O_NOCTTY
  * Drop use of pthread_addr
  * Fixes instructions for disabling Apple NTP.
  * Added MIB coverage
  * Address GitLab issue #407: ntpdig/ntptime fails against some servers
  * Removed obsolete MIB tree-list converters
  * Changed ntpsnmpd to use the new MIB tree system
  * Added walkMIBTree generator to replace previous MIB tree handlers
  * Squelch a compiler warning.
  * Address GitLab issue #406: ntpd build fails: ...
  * Bump the minor version number.
  * New syntax: unpeer clock <type> [unit <number>]
  * In the config parser, factor out type/unit lookup into addr_from_typeunit()...
  * No point in removing individual generic-driver modes...
  * endian.h does not suffice, as there are no 64-bit primitives.
  * Dead-code removal.
  * Move some TOSO items that didn't land pre-1.0.
  * Remove obsolete TODO items.
  * De-dummyified several OIDs
  * Added option to put a space between the value and unit in unitify()
  * Typos in comments
  * Some pep8/pyflakes cleanup
  * First Mode 6 - SNMP contact
  * Removed redundant, and non-coherent getNextOID() function from getOID()
  * Added and used sendErrorPacket() method
  * Added AgentX sessionID error check and response
buildservice-autocommit accepted request 530459 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 54)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 53)
- Update to version 0.9.7+git20171002.c79bc6271:
  * Fix a comment that became incorrect after the autonomy change.
  * Fix GitLab issue #378: Misc warnings on RasPi
  * Address GitLab issue #380: ntpq should not terminate with a traceback
  * Attempt to suppress some compiler warnings.
  * Don't build with -Wcast-align
  * Fully disable -Wcast-align.
  * Suppress another useless warning.
  * Abandon -Wsign-conversion, it's too flaky to be useful.
  * -Wsign-conversion is unreasonably difficult to stamp out.
  * Revert "Attempt to suppress some compiler warnings."
  * Restore build under clang.
  * Finish rationalization of config block copy.
  * Thinko fix.
  * Trial implementation/docs of RFE: Add fudge option to server config
  * Added tests for missing values in __parse_varlist
  * Fixed broken test for cook()
  * Added missing tests for several functions
  * Explain a scenario in which bias configuration might be useful.
  * Don't scale the bias report - use units of seconds.
  * Addtress GitLab issue #381: simple mathematics
  * Fixed / completed test for NTPStats.__init__()
  * Change prettydate() to always emit UTC, for reproducibility.
  * Fixes tests for cook() to match new prettydate()
  * Address GitLab issue #383: ntpq: invalid file argument ignored
  * Grammar
  * Fix spelling of "received"
  * Typo fix.
  * Suppress a false-positive Coverity warning.
  * branch change
buildservice-autocommit accepted request 521671 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 52)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 51)
- Update to version 0.9.7+git20170906.6b1b54aee:
  * Rationalize a configuration-block copy.
  * Remove an obfuscatory macro.
  * Address Gitlab issue #376: Need a symlink from ./tests/pylib/ntp
  * Force struct pkt to maximum alignment on the host machine.
  * Address GitLab issue #375: ntpd terminates unexpectedly
  * It would be nice to put the NULL guard on the right line.
  * Ignore ntp symlink at the third level as well
  * docs/rollover.txt: Fix headers.
  * Add python3 gitlab ci target
  * Address GitLab issue #379: seccomp crashes ntpd
  * Correct seccomp whitelist change in previous commit.
    bsc#1057209
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 50)
- Conflict and provide ntp-daemon instead of ntp directly
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 47)
- Fix silently obsoleting ntp wrt bsc#1055821
buildservice-autocommit accepted request 521113 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 46)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 45)
- Update to version 0.9.7+git20170905.2bd5e61d6:
  * Too many members named 'count'. Distinguish one. No logic changes.
  * Address GitLab issue #367: reslist counting wrong rule
  * Documentation polishing.
  * Create and document topic labels for log messages.
  * Added tests for Authenticator()
  * Added tests for maic contents of packet.py
  * pylint: import print_function from future for python2/3
  * pylint: remove unnecessary parenthesis
  * Added tests for Packet(), tweaked Packet to not use magic number.
  * TODO update - we now have a pointer to Debian packaging metadata.
  * Add script useful for timing ntpd startup
  * Fix for iburst on DNS for both server and pool
  * Added tests for SyncPacket, tweaked SyncPacket
  * Added tests and tweaks for ControlPacket()
  * Address GitLab issue #237: documentation refclock pps missing unit description
  * Address GitLab issue #368: warning on openbsd 6.0 with gcc 4.2.1
  * Address GitLab issue #399: ntpq config command is config-from-file
  * Fix a minor glitch in processing of config_from_file...
  * Improve the ntpq help display.
  * Typo fix.
  * This is the spec file and README for creating an RPM package
  * Comment polishing.
  * Remove references to .refclockd extension, since that plan has been dropped.
  * Documentation polishing.
  * Expanded packet.py tests to test error handling.
  * Added aliases for frequently used objects
  * Moved slicedata() from agentx.py to util.py
  * Pythonized __parse_varlist()
  * Added comments and removed forgotten debugging statements
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 501705 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 44)
initialized devel package after accepting 501705
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 43)
- Update to version 0.9.7+git20170817.d22a11af7:
  * ntpmon: make MRUSummary() dynamic on terminal width, not hard 79.
  * Partially address GitLab #212: waf needs some tlc
  * Address GitLab issue #322: ntpwait should not terminate...
  * Fix example to remove unsupported syntax.
  * Dispel murkiness about the configurator restrict operation.
  * Document a corber case in the behavior of ntpq -n.
  * Address GitLab issue #277: 32 bit OS warnings
  * Implement generation of CMAC keys for draft-ietf-ntp-mac-01.
  * Record in NEWS that AES-CMAC authentication hashes are supported.
  * Document new features.
  * Don't duplicate the keyboard error handler in ntpwait.
  * Address Gitlab issue #355: ntpq traceback on macOS
  * Deal with the fact that unqualified except catches SystemExit.
  * Documentation polishing.
  * Revert broken CMAC implementation
  * Address GitLab issue #58: GPSD_JSON doc does not match the code.
  * Remove mislrading comments.
  * Address GitLab issue #274: functions fail to inline
  * Drop support for OS X 10.11.  Apple screwed this pooch too many different ways.
  * Eliminate u_int, u_short, u_long. u_char homebrew types.
  * Fix GitLab issue #357: mrulist crashes
  * Address GitLab issue #214: waf "host" part of the build doesn't use our CFLAGS
  * Replace an obsolete BDism: (caddr_t) becomes (void *).
  * Minor changes to reduce dependence of Linuxisms and glibcisms.
  * Replace deprecated usleep(3) with POSIX-compliant nanosleep(2).
  * Document the assumptions behind our C dialect switches better.
  * ntpwait: fix issues #358, return exit(2) on control-C
  * Address GitLab issue #314: Forward-confirmed reverse DNS
  * Address GitLab issue #359: Warning on Solaris with gcc in msyslog.c
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 42)
- Update to version 0.9.7+git20170810.8273a59ac:
  * Added /* SPECIAL DEBUG */ token to lines previously missed
  * Solaris: Start to fix a893edc7fa5fdf05b7558c46b2e83db9c7a0881b
  * libisc: remove code in $ifdef __hpux
  * SO_TIMESTAMP, comment that macOS uses this packet option.
  * libisc: Condition isc_netaddr_fromin6() and isc_netaddr_islinklocal()
  * libisc: move libisc/net.c to libntp/isc_net.c
  * libisc: move libisc/error.c to libntp/isc_error.c
  * libisc: move libisc/interfaceiter.c to libntp/isc_interfaceiter.c
  * libisc: p00f!
  * waf: remove uused variable srcnode.
  * Merge 3 #ifdef __linux sections
  * remove some stray spaces.
  * remove isc_mem.h and the sily macors it had.
  * Merge refidsmear.h into net_fp.h
  * move gpstolfp.c back into libparse
  * Fixed logging bug in ntpq
  * LISTs: remove 4 unused macros, comment out unused debug code.
  * SHM: change implicit casts to explicit: (enum segstat_t)
  * Sandbox: comment on odd Apple behavior.
  * Change netof() to netof6().  IPv6 only.
  * restrict: Ignore CIDR in restrict address.
  * Replace "uint" with "unsigned int"
  * Typo
  * Properly set compatibility defines for Solaris
  * Update capitalization of macOS to use new official style
  * Update devel/TODO
  * Add waf quirks to devel/TODO
  * ntpq interactive switch shot by firing squad for redundancy
  * More work on devel/TODO
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 41)
- Add HUP call in logrotate postrotate. Thanks to Hall Murray for
  spotting
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 40)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 39)
Displaying revisions 41 - 60 of 98
openSUSE Build Service is sponsored by