]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2021-05-04  Vincent Bernattests: use a tmpfs for /var/lock and handle broken... fix/tests-var-lock
2021-05-04  Vincent Bernattests: create /var/lock if it does not exist
2021-05-04  Vincent Bernatclient: use a dedicated file lock to prevent concurrent...
2021-05-01  Vincent Bernatrelease: 1.0.11 1.0.11
2021-04-30  Vincent Bernatpriv: explain why we don't use ethtool
2021-04-27  Vincent Bernatpriv: disable LLDP in firmware for Intel X7xx cards
2021-04-27  Vincent Bernatpriv: ensure Intel E8xx cards can transmit LLDP packets
2021-04-25  Vincent Bernatdaemon: fix some use of "if defined"
2021-04-15  Vincent Bernatgithub: no need to be smart to show how to format code
2021-04-15  Vincent Bernatgithub: explain people how to format lines of code
2021-04-11  Vincent Bernatosx: update Homebrew recipe
2021-04-09  Vincent Bernatrelease: 1.0.10 1.0.10
2021-04-09  Vincent Bernattests: catch problem with creation of chroot in tests
2021-04-09  Vincent Bernatpriv: fix chroot directory creation
2021-04-08  Vincent Bernatosx: update version in Homebrew recipe
2021-04-08  Vincent Bernattests: fix a command in tests/lldpcli.conf
2021-04-02  Vincent Bernatrelease: 1.0.9 1.0.9
2021-03-25  Vincent Bernatosx: add license to HomeBrew recipe
2021-03-25  Vincent Bernatosx: update URL for HomeBrew recipe
2021-03-25  Vincent Bernatosx: handle empty groups correctly when looking for...
2021-03-22  Vincent Bernatbuild: cache coverity toolchain
2021-03-21  Vincent Bernatdaemon: fix mkdir_p() implementation
2021-03-21  Vincent Bernatclient: fix additional memory leaks detected by Coverit... fix/coverity-annotations
2021-03-21  Vincent Bernatdaemon: rewrite `mkdir_p()` to not use strtok/strcat
2021-03-21  Vincent Bernatdaemon: fix some coverity annotations
2021-03-21  Vincent Bernatclient: make it easier for Coverity to understand comma...
2021-03-21  Vincent Bernatbuild: allow to manually trigger Coverity Scan
2021-03-21  Vincent Bernatdaemon: enforce limits when receiving arbitrary-length...
2021-03-21  Vincent Bernatinterfaces: use an array of MAC addresses when defining...
2021-03-21  Vincent Bernatpriv: abort on allocation error
2021-03-21  Vincent Bernatdaemon: annotate "daemonisation" to help Coverity
2021-03-21  Vincent Bernatclient: do not allow memory allocations to fail
2021-03-21  Vincent Bernatnetlink: fix socket leak on some error condition
2021-03-21  Vincent Bernatnetlink: remove dead code, iface2 cannot be NULL inside...
2021-03-21  Vincent Bernatbuild: reenable Coverity Scan
2021-03-16  Vincent Bernatprotocols: fix more memory leak when decoding multiple...
2021-03-08  John LindgrenEliminate unused arguments to priv_init() with --disabl...
2021-03-08  John LindgrenFix relative include paths to be more correct and portable.
2021-03-01  Vincent Bernatclient: don't show age/via for local interfaces feature/show-port-config
2021-03-01  Vincent Bernatclient: display port administrative status with "show...
2021-01-30  Vincent Bernattests: also test if we send interface description if...
2021-01-30  Vincent Bernatinterfaces: do not use interface alias if we set it...
2021-01-30  Vincent Bernattests: add a test for "configure system interface descr...
2021-01-28  Vincent Bernatdoc: tell content of lib should be in lib64 for Android
2021-01-27  Vincent Bernatdoc: tell minimum Android NDK this has been tested...
2021-01-27  Vincent Bernatdoc: update instructions for Android
2021-01-20  Oleksiy Obitotskyylldpd: override compiler and linker option strings
2021-01-13  Vincent Bernatrelease: 1.0.8 1.0.8
2021-01-13  Vincent Bernatdoc: add NEWS entry about CVE-2020-27827
2021-01-09  Vincent Bernatdoc: update NEWS file
2021-01-09  Antonio Quartullirouting/linux: check IPv6 forwarding status when enabli...
2021-01-09  Vincent Bernattests: don't install libxml2 on MacOS
2020-12-09  Vincent BernatMerge pull request #423 from jow-/bugfix-prevent-macro...
2020-12-09  Jo-Philipp... build: prevent conflict with official AX_LIB_READLINE... 423/head
2020-12-06  Vincent BernatMerge pull request #422 from lldpd/fix/lldp-med-loc...
2020-12-06  Vincent Bernatlib: fix LLDP-MED location parsing in liblldpctl fix/lldp-med-loc-parsing 422/head
2020-11-17  Vincent BernatMerge pull request #418 from orgcandman/memleak_fix
2020-11-17  Aaron Conolelldp: avoid memory leak from bad packets 418/head
2020-11-14  Vincent Bernatdoc: fix lldpd new URL
2020-11-14  Vincent Bernatdoc: move lldpd to a dedicated organization
2020-11-08  Vincent Bernatgithub: move away from Travis to GitHub Actions
2020-11-08  Vincent Bernatlibevent: update to 2.1.12-stable
2020-11-08  Vincent Bernatdaemon: remove implicit fall-through
2020-10-31  Vincent Bernatrelease: 1.0.7 1.0.7
2020-10-31  Vincent BernatMerge pull request #414 from vincentbernat/fix/missed...
2020-10-27  Vincent Bernatinterfaces: listen to all incoming packets on Linux... fix/missed-lldp-packets 414/head
2020-09-07  Vincent Bernattests: fix tests around XML by canonicalizing XML repre...
2020-09-07  Vincent Bernatlinux: ignore outgoing packets at the socket level
2020-09-05  Vincent Bernatosx: update formula for HomeBrew (with upstream additions)
2020-09-05  Vincent Bernatosx: update HomeBrew formula
2020-09-05  Vincent Bernatrelease: 1.0.6 1.0.6
2020-09-02  Vincent BernatMerge pull request #410 from awujek/develop
2020-08-18  Michal Wasiakports: allow sending LLDP frames on a specified VLAN 410/head
2020-07-20  Vincent Bernatclient: fix spelling error
2020-07-14  Vincent Bernatdoc: add a NEWS entry for latest commit
2020-07-14  Vincent Bernatlib: remove limit on system description length
2020-07-11  Vincent Bernatci: silent a bit `brew update`
2020-06-27  Vincent BernatMerge pull request #401 from vincentbernat/fix/allowlist
2020-06-27  Vincent Bernatci: don't run unittests with clang fix/allowlist 401/head
2020-06-27  Vincent Bernatci: use "brew bundle" instead of "brew install"
2020-06-27  Vincent Bernatcode: remove use of blacklist/whitelist
2020-06-12  Vincent Bernatnetlink: make "no name/no address" message a debug...
2020-06-12  Vincent Bernatdoc: fix wording about interface exclusion
2020-05-31  Vincent Bernatbuild: add lldpd.stp to CLEANFILES
2020-05-31  Vincent Bernatbuild: make unit tests work when systemtap support...
2020-05-31  Vincent Bernattravis: fix systemtap package name for dtrace support
2020-05-31  Vincent Bernatlibevent: upgrade to 2.1.11-stable
2020-05-31  Vincent Bernattravis: check build with dtrace support
2020-05-31  Vincent Bernatpriv: fix missing semi-colon
2020-05-31  Vincent Bernatbuild: fix syscall names extraction
2020-05-31  Vincent Bernatbuild: ensure build process stops if not able to genera...
2020-05-30  Vincent Bernatbuild: do not hardcode cpp invocation
2020-05-23  Vincent BernatMerge pull request #393 from vincentbernat/fix/snmp...
2020-05-23  Vincent Bernatagent: fix SNMP walk on lldpRemTable when missing remot... fix/snmp-empty-sysname 393/head
2020-05-20  Vincent BernatMerge pull request #391 from Polynomial-C/1.0.5-gentoo_...
2020-05-20  Patrick McLeanv1.0.5: seccomp - add gettime 391/head
2020-05-20  Patrick McLeanv1.0.1: seccomp - add brk
2020-05-20  Patrick McLeanv0.9.5: seccomp - add socket ops
2020-04-26  Vincent BernatMerge pull request #388 from vincentbernat/fix/locked...
2020-04-24  Vincent Bernatlib: introduce lldpctl_watch_callback2() fix/locked-conn 388/head
next