From mjl at luckie.org.nz Sun Jan 4 16:36:28 2026 From: mjl at luckie.org.nz (Matthew Luckie) Date: Mon, 5 Jan 2026 13:36:28 +1300 Subject: [scamper-announce] scamper-cvs-20260105 Message-ID: https://www.caida.org/catalog/software/scamper/code/scamper-cvs-20260105.tar.gz SHA256 (scamper-cvs-20260105.tar.gz) = 31aeb84f82019052d12d85ebbf275ff1a1d465c0a80d1283e973445cbbbb75d7 SIZE (scamper-cvs-20260105.tar.gz) = 3380234 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. libscamperctrl: * fix possible crash in scamper_mux_add(). * add scamper_mux_add_inet(). * ensure scamper_ctrl_strerror() will report something if scamper_mux_add() or scamper_mux_add_inet() fails. * bump version. libscamperfile: * add owamp interfaces, scamper/scamper_owamp.h * bump version to account for owamp interfaces. tests: * add additional tests for radargun data structures. * add unit_cmd_owamp tests to check owamp command parsing. * add glue to check warts and json code paths for owamp. sc_wartsdump: * consistently preface any hex output with 0x. * dump owamp structures. configure.ac * use quoted form for all test statements. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available URL: