]> git.ipfire.org Git - thirdparty/lldpd.git/history - src
travis: upload OSX build to some S3 bucket
[thirdparty/lldpd.git] / src /
2017-11-16  Vincent Bernatpriv: also allow the use of openat for seccomp
2017-11-08  Vincent BernatMerge pull request #253 from gregoryp/document_json0_in_cli
2017-11-08  Gregory Potamianoslldpcli: document json0 output format 253/head
2017-10-24  Vincent BernatMerge pull request #251 from vincentbernat/fix/reap...
2017-10-22  Vincent Bernatpriv: provide a simpler sig_chld when priv sep is disabled fix/reap-children 251/head
2017-10-20  Vincent Bernatpriv: correctly handle lldpcli exit
2017-10-02  Vincent Bernatdaemon: don't use SIGSTOP when using Upstart
2017-09-20  Vincent Bernatnetlink: be more precise in how we handle link deletion...
2017-09-15  Vincent Bernatnetlink: don't remove interfaces when they are released...
2017-09-13  Vincent Bernatpriv: add getpid() to seccomp filter
2017-09-07  Vincent Bernatsrc: #include <limits.h> when using strtonum()
2017-08-30  Vincent Bernatclient/tests: remove standalone "return" at the end...
2017-08-30  Steven Websterclient: add show interfaces command (#240)
2017-08-29  Steven Websterclient: fix typos in manual page (#239)
2017-08-27  Thomas Tannhäuserlldpd: add option to override default lldpcli config...
2017-08-15  Vincent Bernatclient: fix JSON output when a special character is...
2017-08-15  Vincent Bernatclient: add "json0" to the list of available formats
2017-08-13  Vincent Bernatlldpcli: add "configure system hostname ." to use node...
2017-08-13  Vincent BernatMerge pull request #235 from vincentbernat/feature...
2017-08-13  Vincent Bernatinterfaces: show a warning if we don't have permissions... feature/ethtool-no-root 235/head
2017-08-13  Vincent Bernatinterfaces: fix compilation without Dot3 feature
2017-08-12  Vincent Bernatinterfaces: don't retry GLINKSETTINGS probing if it...
2017-08-12  Vincent Bernatpriv: don't run ethtool as root
2017-08-12  Vincent Bernatinterfaces: use ethtool to get permanent MAC for bonds...
2017-08-12  Vincent Bernatinterfaces: enable team interfaces like a bond interface
2017-07-13  Vincent Bernatdaemon: enable recent systemd directive by default
2017-07-13  Vincent Bernatdaemon: don't try to restrict address families
2017-07-13  Vincent Bernatdaemon: systemd unit cannot use ProtectSystem=strict
2017-07-11  Steven Websterlldp: clear station bit if any other capability is...
2017-06-24  Vincent Bernatclient: install ZSH completions in $(datadir)/zsh/site...
2017-05-19  Alexis La Goutteinterface-linux: fix this statement may fall through...
2017-05-19  Alexis La Goutteinterface: fix this statement may fall through [-Wimpli...
2017-05-19  Alexis La Goutteprivsep_io: fix this statement may fall through [-Wimpl...
2017-03-17  Sander VerminIncrease number of lldp neighbors to 32.
2017-02-20  Vincent Bernatdaemon: don't log when going to background
2017-02-20  Vincent Bernatinterfaces: vxlan interfaces should be ignored
2017-02-19  Vincent Bernatinterfaces: include <errno.h> to use errno
2017-02-19  Vincent Bernatinterfaces: don't log an hard error when interface...
2017-02-19  Vincent Bernatlldp: don't use chassis TTL anymore
2017-02-19  Vincent Bernatlldp: attach remote TTL to port instead of chassis
2017-02-18  Vincent Bernatlldpd: correctly increase discarded count
2017-01-29  Vincent Bernatclient: built-in JSON support
2017-01-21  Vincent Bernatdaemon: when daemonizing, close stdout/stderr
2017-01-21  Vincent Bernatnetlink: clear IFF_SLAVE when no information on upper...
2017-01-21  Vincent BernatMerge pull request #218 from vincentbernat/feature...
2017-01-21  Vincent BernatMerge pull request #216 from vincentbernat/fix/epollerrr
2017-01-20  Vincent Bernatclient: fix typo in manual page
2017-01-16  Vincent BernatMerge pull request #219 from alagoutte/fix
2017-01-15  Alexis La GoutteFix Expression '!iface' is always true 219/head
2017-01-15  Vincent Bernatnetlink: minimize code duplication when handling buffer... feature/netlink-autoadapt 218/head
2017-01-14  Vincent Bernatnetlink: by default, don't change netlink buffer size
2017-01-14  Vincent Bernatnetlink: automatically increase netlink receive buffer...
2017-01-14  Vincent Bernatnetlink: set size to the correct value for getsockopt()
2017-01-14  Vincent Bernatnetlink: make change of buffer size optional
2017-01-14  Vincent Bernatnetlink: make the values for buffer size configurable...
2017-01-14  Alexandru Ardeleandaemon: config netlink socket buf sizes at build time
2017-01-01  Vincent Bernatbuild: use @mkdir_p@ instead of @MKDIR_P@
2017-01-01  Vincent Bernatdaemon: suggests additional sandboxing with systemd
2016-12-31  Vincent Bernatinterfaces: on Linux, clear socket error queue on error fix/epollerrr 216/head
2016-12-30  Vincent Bernatinterfaces: refactor generic ethernet/bond reception...
2016-12-26  Vincent Bernatclient: display current MAU type even when autoneg...
2016-12-26  Vincent Bernatlldpd: don't make lldpcli complain on missing conf...
2016-12-26  Vincent Bernatlib: include MAU type map only when Dot3 support is...
2016-12-26  Vincent BernatMerge pull request #212 from vincentbernat/feature...
2016-12-25  Vincent Bernatlinux: make ethtool stuff run as root again feature/ethtool-linksettings 212/head
2016-12-25  Vincent Bernatlib: add more MAU types
2016-12-25  Vincent Bernatlinux: add support for ethtool GLINKSETTINGS
2016-12-07  Vincent Bernatseccomp: add more syscall (sendmmsg and recvfrom)
2016-12-03  Vincent BernatMerge pull request #213 from chutz/add-mprotect-to...
2016-12-03  Patrick McLeanseccomp: add mprotect to seccomp whitelist 213/head
2016-11-25  Vincent Bernatmed: fix parsing of LLDP-MED LCI when TLV size exceeds...
2016-11-20  Vincent Bernatclient: fix extra warning about misleading identation
2016-10-06  Vincent Bernatclient: add an option to use pre-0.9.2 json-c format
2016-09-30  Vincent Bernatevent: correctly free event base
2016-09-29  Vincent Bernatdaemon: don't invoke lldpcli after dropping privileges
2016-09-28  Vincent Bernatvalgrind: more suppressions for lldpd
2016-09-28  Vincent Bernatdaemon: make the message about going into background...
2016-09-28  Vincent Bernatdaemon: better drop privileges earlier
2016-09-28  Vincent Bernatdaemon: invoke lldpcli after dropping privileges
2016-09-28  Vincent Bernatdaemon: wait a bit later to daemonize
2016-09-24  Vincent Bernatevent: remove some one-time memory leaks
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-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 Bernatpriv: don't use ethtool to get real MAC
2016-08-06  Vincent Bernatpriv: document functions that should not use the monito...
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-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-14  Vincent Bernatlldp: add ability to control propagation of LLDPDU
next