]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2016-01-10  Vincent Bernatbuild: add some integration tests 0.9.0
2016-01-10  Vincent Bernatbuild: don't use libbsd if we can't link it
2016-01-01  Vincent Bernatnetlink: handle veth loops correctly
2016-01-01  Vincent Bernatlldpd: fix change detection
2016-01-01  Vincent Bernatdebian/redhat: prepare 0.9.0
2016-01-01  Vincent Bernattravis: don't require libnl-3-dev
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2016-01-01  Vincent Bernatlldpd: cleanup local chassis on exit
2016-01-01  Vincent Bernatlldpd: cleanup default local port on exit
2016-01-01  Vincent Bernatevent: unallocate interface timer event on exit
2015-12-29  Vincent Bernatclient: don't do arithmetics with void*
2015-12-29  Vincent Bernatdoc: no 0.8.0 release planned
2015-12-29  Vincent Bernatclient: fix segfault when displaying some information 0.8.0
2015-12-29  Vincent Bernatclient: gracefully handle NULL data in writers
2015-12-29  Vincent Bernatclient: remove incomplete commented examples
2015-12-29  Vincent Bernatosx: move /var/run/lldpd creation in postinstall
2015-12-28  Vincent Bernatbuild: don't check for pkg-config several times
2015-12-28  Vincent Bernatosx: ensure creation of var/run/lldpd
2015-12-28  Vincent Bernatosx: reduce distance with official HomeBrew formula
2015-12-28  Vincent Bernatosx: update Homebrew formula
2015-12-28  Vincent Bernatlibnl: update to 3.2.27
2015-12-27  Vincent Bernatredhat: add a note about the spec file being tied to OBS
2015-12-27  Vincent Bernatredhat: don't use %elseif
2015-12-27  Vincent Bernatredhat: drop support for RHEL 4
2015-12-27  Vincent Bernatbuild: prepare for release
2015-12-16  Vincent Bernatbuild: .git can be a file (worktree)
2015-12-16  Vincent Bernatbuild: check for configure before trying to configure...
2015-12-16  Vincent Bernatbuild: don't do a submodule update if not a git checkout
2015-12-15  Vincent Bernatclient: avoid -Waddress warning by comparing to NULL
2015-12-15  Vincent Bernatclient: update LLDP-MED policy L2 priority values to...
2015-12-15  Vincent Bernatclient: display numeric PCP
2015-12-13  Vincent Bernatbuild: bison and flex are needed to configure libnl3
2015-12-13  Vincent Bernatbuild: let AC_SEARCH_LIBS modify LIBS
2015-12-13  Vincent Bernattravis: enable PIE
2015-12-13  Vincent Bernatbuild: don't enable PIE by default
2015-12-13  Vincent Bernatbuild: don't use getopt from libbsd
2015-12-13  Vincent Bernatbuild: make use of libbsd work even if a user override...
2015-12-12  Vincent Bernatcompat: use getline() instead of fgetln()
2015-12-12  Vincent Bernatbuild: use libbsd overlay
2015-12-01  Vincent Bernatinterfaces: use /proc/net/bonding as primary method
2015-12-01  Vincent Bernatinterfaces: fallback to old method to get original...
2015-12-01  Vincent Bernatinterfaces: handle the case where the provided MAC...
2015-12-01  Vincent Bernatinterfaces: query permanent MAC address through ethtool
2015-12-01  Vincent Bernatlldpmed: fix numeric values for L2 priority
2015-11-28  Vincent Bernatlog: rework the way -d work
2015-11-27  Vincent Bernatosx: also use /sbin/nologin as default shell
2015-11-27  Vincent Bernatredhat: use /sbin/nologin as a shell for lldpd
2015-11-23  Vincent Bernatdebian: don't try to support older distributions
2015-11-23  Vincent Bernatdebian: express minimal version needed for libnl3
2015-11-23  Vincent Bernatredhat: use system libnl3 when possible
2015-11-23  Vincent Bernatredhat: use embedded libevent on older distributions
2015-11-23  Vincent Bernatredhat: correctly handle SLES too
2015-11-22  Vincent Bernatdebian/redhat: update packaging
2015-11-14  Vincent Bernatdebian: also requires libnl-route-3-dev as a dependency
2015-11-14  Vincent Bernatbuild: allow an embedded subdir to be absent
2015-10-20  Vincent Bernatevent: check if timer is present before trying to activ...
2015-10-17  Vincent Bernatbuild: ignore untracked files in submodule for version
2015-10-07  Vincent BernatMerge pull request #142 from matsimon/master
2015-10-07  Mathieu SimonTiny typo in lldpd's manpage 142/head
2015-10-06  Vincent Bernatbuild: check runtime support of constructor/destructor feature/test-runtime-ctors 139/head
2015-10-05  Vincent Bernatbuild: check for support for constructor/destructor...
2015-10-04  Vincent BernatREADME: add a word about `--enable-oldies`
2015-10-04  Vincent Bernattests: add missing include for `read()`
2015-10-04  Vincent Bernattests: fix SNMP tests
2015-10-04  Vincent Bernatprotocols: don't use assert on paths that can be reached
2015-10-04  Vincent Bernatlldp: fix small indentation issue
2015-10-04  Vincent BernatNEWS: add entry for last commit
2015-10-03  Vincent Bernatlldp: fix a buffer overflow when handling management...
2015-10-03  Vincent Bernattests: add instructions on how to use afl for fuzzing
2015-10-03  Vincent Bernattests: add a simple program to test frame decoding
2015-10-03  Vincent Bernatlldpd: remove outdated comment about custom TLV
2015-09-25  Vincent Bernatdebian: only enable systemd unit file on system recent...
2015-09-25  Vincent Bernatinterfaces: remove spurious #ifdef directive
2015-09-25  Vincent Bernatinterfaces: remove old bridge code
2015-09-24  Vincent BernatMerge pull request #138 from commodo/copy-paste-fix
2015-09-24  Alexandru Ardeleanclient: fix copy+paste for some vars 138/head
2015-09-23  Vincent Bernatdebian: on old Debian releases, enable "oldies"
2015-09-23  Vincent Bernatdoc: add a NEWS entry for latest commit
2015-09-23  Vincent Bernatlldpd: add a warning if the kernel seems to be too old
2015-09-23  Vincent Bernatredhat: on RHEL 6, enable oldies support
2015-09-23  Vincent Bernatbuild: declare kernels before 2.6.39 "too old"
2015-09-23  Vincent Bernatcdp: fix log message spelling
2015-09-19  Vincent Bernatredhat: for RHEL 7 and CentOS 7, install systemd unit...
2015-09-16  Vincent Bernatbuild: fool autoreconf to do a recursive reconfiguration
2015-09-09  Vincent Bernatrelease: 0.7.17 released
2015-09-09  Vincent Bernatbuild: .git may be a file
2015-09-09  Vincent Bernatbuild: tell seccomp is experimental
2015-08-30  Vincent Bernatapparmor: fix profile so that it works on Ubuntu 15.04
2015-08-30  Vincent Bernatapparmor: provide an apparmor profile
2015-08-27  Vincent Bernatpriv: no need to access bridge files unless "oldies"
2015-08-23  Vincent Bernatlib: map_reverse_lookup needs to be always available
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-23  Vincent Bernatlldpcli: fix per-port occurrences of "conf lldp"
2015-08-22  Vincent Bernatlldpd: ensure retransmit is triggered when a port goes up
2015-08-22  Vincent Bernatlldpd: fix a memory leak in the way interfaces were...
2015-08-22  Vincent Bernatinterfaces: clean neighbors if an interface goes down
2015-08-22  Vincent Bernatinterfaces: don't discard down interfaces
2015-08-22  Vincent Bernatlib/atom: only allow custom TLV modification for local...
2015-08-22  Vincent BernatAdd a default local port as a template for any future...
2015-08-22  Vincent Bernatclient: factor port modification in a dedicated function
next