Revisions of scamper

Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 48)
fix package names with SONAME
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 47)
- update to version 20230605:
 * HEADSUP: if you previously used -e pidfile to record the pid of a
   running scamper process, there is a good chance that the pidfile is
   owned by root.  scamper now attempts to write this file using the uid
   that started scamper, and will not be able to write it if scamper is
   not started by root (it should not be, rather the scamper binary
   should be setuid root).  Please delete the existing pidfile, or change
   its ownership, prior to restarting scamper, or scamper will not start.
 * scamper:
  * write a process ID that the user that started scamper can kill
    in the pidfile when using privsep.
  * when using privsep, exit the unprivileged process if the privileged
    process exits (is killed)
  * run as real uid from the start of scamper, for both privsep and
    not-privsep.
  * fix bug where attempting to open an unsupported datalink would
    leave a freed scamper_fd_t in the fd_tree and fd_list, leading to
    a crash.
  * fix double free triggered when a user provides an invalid dealias
    command.
  * fix memory leak if the payload was specified twice to ping or trace
  * rework pollfunc selection logic, use kqueue/epoll by default.
  * remove _malloc_options = "AJ" as this only works on unsupported
    versions of FreeBSD.
  * add additional paramaters to attach command to allow the user
    to override list and cycle parameters, documented in manual page.
  * catch EAGAIN/EINTR from select/kqueue/epoll to allow gdb to attach
    and detach without flagging errors.
  * for DNS replies for host command, record reply flags and rcode.
  * add support for SOA and NS queries in host.
buildservice-autocommit accepted request 1071453 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 46)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 45)
- Update to version 20230302:
 - scamper:
  * use a random source port / ICMP ID in trace if -s 0.
  * better parallelize pings to a single destination that use
    udp-dport, tcp-ack-sport, or tcp-syn-sport probe methods.
  * document default value of source port consistently for all
    measurements that take a source port parameter in the man page.
 - sc_wartscat:
  * print useful error messages when encountering an error.
  * add ability to merge neighbourdisc, tbit, sting, sniff, and host.
buildservice-autocommit accepted request 1067531 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 44)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 43)
- Update to version 20230224:
 - scamper:
  - allow multiple parallel measurements to the same destination,
 -   provided the measurements have probe signatures that scamper can
 -   distinguish.
  - return the associated task ID with each DATA blob in control socket.
 -   this task ID matches the ID returned in an OK when scamper accepted
 -   the task.
  - in ping, only compute delay statistics on responses from destination.
  - in ping, allow timeout to be expressed in fractions of a second.
 - libscamperfile:
  - support reading gz-compressed warts files.
 - libscamperctrl:
  - add libscamperctrl, a library to interact with a collection of
 -   scamper instances.
  - modify sc_ally, sc_filterpolicy, sc_prefixscan, sc_speedtrap, and
 -   sc_pinger to use this library.
  - this library is likely to evolve.  current behaviour is documented
 -   in libscamperctrl manual page.
 - misc:
  - improve sc_wartsfilter manual page with examples.
  - add remote control socket support to sc_pinger.
  - fix kqueue/epoll loop in sc_remoted.
  - consistently use size_t throughout when counting number of items.
  - build without warnings using -Wextra -Wno-unused-parameter.
  - improvements through adding function attributes to printf-like
 -   functions.
  - deorbit some unused functions from utils.c.
buildservice-autocommit accepted request 1056160 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 42)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 41)
- Update to version 20211212e:
 - scamper:
  * gracefully handle situations where there is no
    /etc/resolv.conf, or no nameserver lines in an /etc/resolv.conf
    but a measurement or scamper-internal task wants to resolve a
    name
  * tidy up buggy prinf-like statements in scamper and some drivers.
 - warts/json:
  * in JSON output for ping, print the TCP/UDP src/dst ports or
    ICMP id/seq used in individual probe packets,
  * fix regression in libscamperfile so that it can read old warts
    files.
buildservice-autocommit accepted request 1038311 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 40)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 39)
- Update to version 20211212d:
 - scamper:
  * add tcp-syn-sport method to ping, document in scamper(1) manual page
 - documentation:
  * document trace json object in sc_warts2json(1) manual page
buildservice-autocommit accepted request 999230 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 38)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 37)
 - scamper:
  * add an option (-O cafile=/path/to/file) to load CA certificates
    from a specific file when starting scamper for validating a
    remote controller's certificate (this was released in 20211212a)
  * add options
    -O client-certfile=/path/to/certfile and
    -O client-privfile=/path/to/privfile
    to have scamper present a client certificate during a TLS handshake
    with a remote controller
  * fix bugs that prevent scamper from reconnecting to a remote
    controller
  * fix -d debugfile when scamper is built with privilege separation
  * fix bug when writing neighbordisc measurements to warts file that
    prevents a neighbordisc measurement from being read
  * fix bug when reading some tracelb measurements with unresponsive hops
    from a warts file
  * allow user to specify fractions of a second to ping timeout (-W)
  * use a random source port / ICMP ID in ping if -F 0
 - sc_remoted:
  * add -C option to specify a CA PEM file to verify client certificates
    presented by scamper instances.
  * add -O skipnameverification option to tell sc_remoted to verify
    scamper presents a certificate signed by the CA, but do not do
    name verification
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 36)
- Update to version 20211212b:
 - No changelog available.
buildservice-autocommit accepted request 972966 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 35)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 972637 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 34)
- Drop libscamperfile1 provides from the lib subpckage:
  libscamperfile.so.2 is not a drop-in replacement for anything
  that linked libscamperfile.so.1, and as such the provides is
  invalid. The obsoletes is technically wrong, but is there to fix
  the upgrade path of a wrongly-packaged libscamperfile.so.2 in a
  libscamperfile1 package.
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 33)
- add provices/obsoletes for old libscamperfile1 sub-package.
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 32)
- Update to version 20211212a:
 - No changelog available.

- update to version 20211212:
 - scamper:
  * in hostname code, handle nameserver lines with comments in them
 - sc_remoted:
  * fix logic to handle TLSv1.3 handshakes
 - sc_hoiho:
  * add the ability to learn regular expressions that extract
    network names from router hostnames, documented in the
    sc_hoiho man page
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 31)
- update to 20211026:
 scamper:
 * in trace, allow probes to multiple consecutive hops to be
   outstanding in the network without having to stop and wait,
   using the -N parameter documented in scamper's man page.
 * in trace, do optional PTR lookups using the option documented
   in scamper's man page.  output these hostnames into warts and
   json outputs.
 * bump libscamperfile version for the above changes.
 * document that scamper's control socket can be told to return
   JSON through an option now documented in scamper's man page.
 * improvements to reading warts files via fuzzing.
 * other man page tidy ups.
 sc_erosprober:
 * add the ability to adjust the probe list at run time through a
   unix domain socket, documented in the sc_erosprober man page.
 sc_hoiho:
 * add the ability to learn regular expressions that extract
   geographic hints from router hostnames, documented in the
   sc_hoiho man page
buildservice-autocommit accepted request 884742 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 30)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 29)
- update to version 20210324:
 sc_speedtrap:
 * speed up speedtrap's runtime
Displaying revisions 21 - 40 of 68
openSUSE Build Service is sponsored by