Files
scamper/scamper.changes
Sebastian Wagner db6a5e6e9d - Update to version 20260105:
* scamper:
 * add initial implementation of RFC 4656 OWAMP.  the implementation is
   functional but incomplete, and all owamp interfaces (e.g., warts,
   json, command line interface, python interface, and the
   implementation itself) are subject to change.
 * document current owamp command line interface in scamper man page.
 * remove unused scamper_privsep_open_udp and scamper_privsep_open_tcp.
 * sc_remoted:
 * use unveil(2) and pledge(2) where present (OpenBSD) to restrict
   the files sc_remoted has access to after initialization, and restrict
   system calls available to sc_remoted.
 * add optional-at-runtime chroot support to sc_remoted, to restrict
   the files sc_remoted has access to after initalization on operating
   systems without unveil(2), and add "security considerations" section
   to sc_remoted man page on chroot support.
 * refactor debug messages: most were errors that should have been
   emitted to stderr even without using -O debug.
 * add -O notimes option to remove timestamps, useful when the system
   independently prefaces debug output with a timestamp.
 * emit names and magic values associated with remote scamper instances in
   debug messages.
 * Python module:
 * bindings for ScamperOwamp.
 * drop GIL when calling clibscamperctrl.scamper_mux_add which can be
   IO bound.
 * add hash / cmp to ScamperVp, allowing ScamperVp objects to be stored
   in sets.
 * allow do_ inst variables to be a set as well as a list, use set
   internally.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=97
2026-01-06 13:18:03 +00:00

73 KiB