]> git.ipfire.org Git - thirdparty/lldpd.git/history - tests
interfaces/linux: don't check transmit queue size
[thirdparty/lldpd.git] / tests /
2016-01-10  Vincent Bernatbuild: add some integration tests 0.9.0
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2015-10-04  Vincent Bernattests: add missing include for `read()`
2015-10-04  Vincent Bernattests: fix SNMP tests
2015-10-03  Vincent Bernattests: add a simple program to test frame decoding
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-22  Vincent Bernatmarshal: add a macro to repair TQ lists
2015-08-17  Vincent Bernatbuild: fix test building with libnl dependency
2015-08-12  Vincent Bernatcdp: compute default platform when updating the chassis
2015-08-07  Vincent Bernatlib: accept "language" as a valid MED location type
2015-07-11  Vincent Bernatlldpcli: add "show chassis" command
2015-07-11  Vincent Bernatlib: add compatibility layer with chassis-related infor...
2015-05-21  Vincent Bernatbuild: only uses -pie when linking programs
2015-05-20  Vincent Bernattests: document the suppression file for valgrind
2015-05-20  Vincent Bernattests: provide a complete test file for lldpcli
2015-05-20  Vincent Bernattests: remove old reference to ifdump.txt
2015-05-14  Vincent Bernattests: fix typo in SNMP checks with protocol identity
2015-05-14  Vincent Bernattests: fix SNMP tests
2015-05-14  Vincent Bernattests: fix signed/unsigned discrepancy
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleantests/check_lldp: add global config object for testing
2015-03-23  Vincent Bernatstyle: remove `if (...) free(...)` pattern
2015-02-19  Vincent Bernatcheck: add missing license headers to some files
2015-02-19  Vincent Bernatcheck: fix SNMP test format error
2015-02-19  Vincent Bernatcheck: more comparison with `ck_assert_ptr_eq()`
2015-02-19  Vincent Bernatcheck: compare pointers with `ck_assert_ptr_eq()`
2015-02-19  Vincent Bernatcheck: enforce correct alignment during SNMP tests
2015-02-19  Vincent Bernatconfigure: move LDFLAGS to LLDP_LDFLAGS
2015-02-19  Vincent Bernatconfigure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPP...
2014-04-06  Vincent Bernatsnmp: link with Net-SNMP later
2014-04-01  Vincent Bernatasprintf: fix warnings in SNMP tests related to asprintf
2014-04-01  Vincent Bernatasprintf: do not redeclare on SNMP tests
2014-04-01  Vincent Bernatasprintf: globally define _GNU_SOURCE
2014-03-06  Vincent Bernatinterfaces: circumvent any physical check on exact...
2014-03-06  Vincent Bernatinterfaces: allow whitelisting an interface
2014-03-06  Vincent Bernatinterfaces: document and test pattern matching
2013-12-25  Vincent Bernatlldpcli: replace safe use of `strcpy` by `strlcpy`
2013-12-09  Vincent Bernatlldp: don't hard-code sysname, sysdescr and portdescr
2013-10-13  Vincent Bernattests: only test if we have `check` installed
2013-09-15  Vincent Bernatconfigure: use a convenience library for fixed point...
2013-07-24  Vincent Bernatlib: introduce proper fixed point parsing and represent...
2013-06-23  Vincent Bernattests: define ck_assert_ptr_eq if check is too old
2013-06-22  Vincent Bernatcheck: use `ck_assert_ptr_eq` instead of `ck_assert_int...
2013-06-02  Vincent Bernatmarshal: provide type-specific serialization/unserializ...
2013-03-31  Vincent Bernatlldpd: limit the maximum of neighbors per port and...
2013-03-30  Vincent Bernattest: add an helper to generate many neighbors
2012-12-30  Vincent Bernatmarshal: ensure that two identic structures are seriali...
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-23  Vincent Bernatmarshal: respect GCC strict-aliasing rule
2012-12-22  Vincent Bernatbuild: ship a include/ directory
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-09-01  Vincent Bernatlldpd: add proper insert/delete/ageout counters
2012-09-01  Vincent Bernatgeneral: use "TX interval" instead of "TX delay" to...
2012-08-31  Vincent Bernattests: fix tests compilation
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.
2012-05-04  Vincent BernatDon't mix declarations and statements.
2012-05-02  Vincent BernatShip an embedded copy of libevent.
2012-05-01  Vincent Bernatconfigure: enable compilation of a libevent archive
2012-04-03  Vincent Bernattests: when Dot3 feature is disabled, MFS is not transm...
2012-03-15  Vincent Bernatsnmp: add support for IPv6 management addresses
2012-03-15  Vincent Bernatsnmp: fix SNMP support for management addresses
2012-03-15  Vincent Bernatcdp: allow to send several IP addresses
2012-03-15  João ValverdeSupport for multiple IPv4/IPv6 management addresses.
2012-03-04  Vincent Bernattests: fix location of .h files (they are in top_srcdir...
2012-01-26  Vincent Bernattests: when comparing port ID and chassis ID, uses...
2012-01-24  Vincent BernatUse LIBADD instead of LDADD when appropriate.
2012-01-23  Vincent BernatMajor rewrite: rewrite lldpd/lldpctl communication...
2012-01-23  Vincent Bernatmarshal: fix list marshalling and various other changes
2012-01-21  Vincent Bernatmarshal: add a way to ignore a pointer (setting it...
2012-01-21  Vincent Bernatmarshal: handle fixed-size strings
2012-01-21  Vincent Bernatmarshal: allow to specify null-terminated strings
2012-01-21  Vincent Bernatmarshal: use shorter macro names
2012-01-21  Vincent BernatAdd a new serialization engine.
2012-01-21  Vincent Bernattests: only compile check_snmp if SNMP support is available
2012-01-20  Vincent Bernatsnmp: add unit tests
2012-01-18  Vincent Bernattests: Simplify Makefile.am
2011-09-22  Vincent Bernat[check] Add length when encoding Dot1 PI TLV
2011-09-22  Shuah KhanIEEE 802.1 2005 TLV Unit tests
2011-08-17  Vincent Bernatcdp: Add CDP_CAP_HOST to outgoing CDP packets
2011-04-26  Vincent BernatMove Dot3 MAC/Phy stuff into a separate structure.
2010-04-03  Vincent BernatUpdate unittests for LLDP-MED POE-MDI TLV.
2010-04-03  Vincent BernatMove LLDP-MED POE stuff into a dedicated structure.
2010-04-03  Vincent BernatMerge branch '38-lldpmed-network-policy'
2010-03-26  Vincent BernatAdapt unittests to consider LLDP-MED network policy...
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-29  Vincent BernatRework autoconf stuff.
2009-09-29  Vincent BernatFix some warnings in tests.
2009-07-09  Vincent BernatProvide another getifaddrs implementation, stolen from...
2009-07-08  Vincent BernatAdd getifaddrs() replacement for system without it.
2009-07-07  Vincent BernatRemove *.pcap file on clean.
2009-07-07  Vincent BernatAdd unit tests for EDP
2009-07-07  Vincent BernatAdd SONMP unit tests.
2009-07-07  Vincent BernatAdd CDP unit tests.
2009-07-07  Vincent BernatMove pcap stuff into a separate file to allow sharing...
2009-07-07  Vincent BernatDisable some tests when some features (dot1, dot3,...
2009-07-07  Vincent Bernatfail_* macros do not break execution flow.
2009-07-07  Vincent BernatAdd LLDP receive tests
2009-07-07  Vincent BernatAdd LLDP send tests.
2009-07-07  Vincent BernatAdd unit tests for lists packing/unpacking.
2009-07-07  Vincent BernatUnit tests for packing/unpacking.