]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2016-09-12  Vincent Bernatlldp: only enable LLDP-MED capibility TLV if we have...
2016-08-30  Vincent BernatMerge pull request #198 from The-42/fix-segfaults
2016-08-30  Bert van Halllib/atoms/port: fix segfaults with minimal information 198/head
2016-08-27  Vincent Bernatlldpd: fix kernel version check
2016-08-25  Vincent Bernatlldpcli: specify that custom TLV bytes are in hex format
2016-08-13  Vincent Bernatbuild: test if libbsd is really usable
2016-08-10  Vincent Bernatdoc: document the change about ethtool info grabbed...
2016-08-07  Vincent Bernatbuild: ensure clang won't complain about documentation...
2016-08-07  Vincent Bernatpriv: don't use monitor for ethtool except for old...
2016-08-07  Vincent Bernatinterface: use 10GBASE-CX4 for copper
2016-08-07  Vincent Bernatinterface: more media for *BSD
2016-08-07  Vincent Bernatlldp: update RFC3636 to RFC4836
2016-08-06  Vincent Bernatinclude: update linux/ethtool.h to 4.7
2016-08-06  Vincent Bernatpriv: don't use ethtool to get real MAC
2016-08-06  Vincent Bernatpriv: document functions that should not use the monito...
2016-08-03  Vincent BernatNEWS: add an entry for 106aa50d
2016-07-29  Vincent BernatRevert "lldp: skip empty LLDP-MED inventory TLV instead"
2016-07-29  Vincent Bernatlldp: skip empty LLDP-MED inventory TLV instead
2016-07-29  Vincent Bernattravis: fix issue with Travis and libtool
2016-07-15  Vincent Bernatbuild: provide a better date format when using SOURCE_D...
2016-06-22  Vincent Bernatclient: flush output after each block
2016-06-19  Vincent Bernatbuild: ensure typeof is correctly defined
2016-06-18  Vincent Bernatbuild: make generation of atom-glue compatible with...
2016-06-17  Vincent Bernatrelease: prepare 0.9.4 for OSX
2016-06-17  Vincent Bernatrelease: prepare 0.9.4 release 0.9.4
2016-06-17  Vincent Bernatosx: update lldpd to 0.9.3
2016-06-14  Vincent Bernatdoc: document latest commit
2016-06-14  Vincent Bernatlldp: add ability to control propagation of LLDPDU
2016-06-14  Vincent Bernatlldpcli: fix watch return code
2016-06-14  Vincent Bernatlldpcli: fix memory leak with use of readline
2016-06-14  Vincent Bernatinterfaces: blacklist cdc_mbim
2016-06-14  Vincent Bernatlldpcli: add a test for return code
2016-06-14  Vincent Bernatlldpcli: ensure we exit with an error on incorrect...
2016-06-14  Vincent Bernatlldpcli: fix manual page for port status
2016-06-14  Vincent Bernattests: remove useless variable
2016-06-13  Vincent Bernatbuild: fix build issue introduced in previous commit
2016-06-13  Vincent Bernatbuild: don't rely on GNU make $^ automatic variable
2016-06-13  Vincent Bernatbsd: fix use of ifmediareq for OpenBSD
2016-06-13  Vincent Bernatcdp: don't use comma expression and ternary operator
2016-06-13  Vincent Bernatevent: fix formating of time_t
2016-06-12  Vincent Bernatbuild: unsilent silent rules when running with V=1
2016-06-11  Vincent Bernatlldp: accept LLDP frames sent through S-VLAN/C-VLAN...
2016-06-10  Vincent BernatMerge pull request #184 from chutz/add-fcntl-and-getsoc...
2016-06-10  Patrick McLeanseccomp: add fcntl and getsockname to seccomp whitelist 184/head
2016-06-10  Vincent Bernatbuild: display if instrumentation and code coverage...
2016-06-10  Vincent Bernatbuild: add a configure option to enable gcov
2016-06-09  Vincent Bernatinterfaces: fix setting of local value for port ID
2016-06-09  Vincent Bernatdoc: explain how to get coverage reports
2016-05-27  Vincent Bernattests: fix SONMP test whose result depends on indexes
2016-05-27  Vincent Bernatlldpcli: display chassis TTL
2016-05-27  Vincent Bernatlib: allow retrieval of chassis TTL
2016-05-27  Vincent Bernatlldpcli: remove unused variable in display_custom_tlvs()
2016-05-27  Vincent Bernatlldpcli: display "Unknown TLVs" with a space
2016-05-25  Vincent Bernatdaemon: add a `-p` option to specify PID file
2016-05-23  Vincent Bernatprivsep: split privsep_io.c in 3 files
2016-05-23  Vincent Bernatdebian: update debian/copyright
2016-05-21  Vincent Bernatcompat: ensure ranlib is happy on OSX by providing...
2016-05-21  Vincent Bernatdebian/redhat: prepare 0.9.3 0.9.3
2016-05-20  Vincent Bernattests: fix `lldpcli watch` XML test
2016-05-20  Vincent Bernattests: add test of `lldpcli watch`
2016-05-20  Vincent Bernatclient: add a way to limit the number of events receive...
2016-05-20  Vincent Bernatlib: remove unused variable
2016-05-20  Vincent Bernatcompat: use strtonum instead of atoi
2016-05-19  Vincent Bernatinterfaces/linux: make veth special
2016-05-19  Vincent Bernatnetlink: don't complain of removal of inexistant IPv6...
2016-05-19  Vincent Bernatclient: fix spurious warning in XML writer
2016-05-19  Vincent Bernatclient: fix memory leak introduced n XML writer
2016-05-19  Vincent Bernatclient: remove memory leak introduced in JSON writers
2016-05-19  Vincent Bernatdoc: add an entry in NEWS for last two commits
2016-05-19  Vincent Bernatclient: flush XML object once we have one
2016-05-19  Vincent Bernatclient: flush JSON object once it's done
2016-05-19  Vincent Bernattravis: test json-c support in lldpcli as well
2016-05-19  Vincent Bernattravis: no need for --with-{json,xml}
2016-05-16  Vincent Bernatlog: update manual page to reflect the situation
2016-05-16  Vincent Bernatlog: make a copy of va when logging to both stderr...
2016-05-16  Vincent Bernatlog: don't fallback to stderr for out-of-memory situation
2016-05-16  Vincent Bernatlog: always log to stderr
2016-05-16  Vincent Bernatdaemon: tell user to create user/group when missing
2016-05-15  Vincent Bernatdaemon: give the name of the control socket
2016-05-14  Vincent Bernatinterfaces: ensure we don't break strict aliasing rule
2016-04-29  Vincent BernatMerge pull request #177 from jonasj76/fix-apparmor...
2016-04-29  Jonas Johanssonbuild: fix AppArmor "no" (default) option in configure... 177/head
2016-04-23  Vincent Bernattests: do not compile tests/decode unless running tests
2016-04-21  Vincent BernatMerge pull request #174 from jonasj76/fix_discard_uint32
2016-04-21  Jonas JohanssonFix size of PEEK_DISCARD_UINT32() 174/head
2016-04-19  Vincent Bernatdoc: mention Windows agent "WinLLDPService"
2016-04-15  Vincent Bernatlldpcli: remove bogus pasting error from manual page
2016-04-15  Vincent Bernatdebian: do not remove _lldpd user
2016-04-10  Vincent Bernattravis: install libseccomp-dev as well
2016-04-10  Vincent Bernatseccomp: fix a compilation warning with respect to...
2016-04-10  Vincent Bernattravis: also test with seccomp enabled
2016-04-07  Vincent Bernatbuild: don't include merges into changelog
2016-04-01  Vincent Bernattravis: check we can build static lldpcli
2016-03-27  Vincent Bernatbuild: silence libtool warning about using cru
2016-03-23  Vincent Bernatlib: use C preprocessor to build list of init functions
2016-03-23  Vincent Bernatlib: don't rely on atom-glue.h
2016-03-23  Vincent Bernatbuild: ensure atom-glue.h is built first
2016-03-23  Vincent Bernatlib: don't rely on constructors
2016-03-22  Vincent Bernatlldpd: don't log error string for missing _lldpd user
2016-03-21  Vincent Bernattests/integration: only spawn a receive-only lldpd...
next