]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/Makefile.am
build: run cross-platforms test on ubuntu-latest
[thirdparty/lldpd.git] / src / daemon / Makefile.am
2020-05-31  Vincent Bernatbuild: add lldpd.stp to CLEANFILES
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-02-01  Vincent Bernatinterfaces: move bitmaps function to a dedicated file
2018-06-16  Vincent BernatMerge pull request #285 from vincentbernat/feature...
2018-06-16  Vincent Bernatpriv: drop most privileges in monitor, only keep CAP_NE...
2018-06-13  Vincent Bernatbuild: use lowercase for PKG_CHECK_MODULES
2018-04-09  Vincent Bernatbuild: no fatal errors when compiling with embedded... 1.0.1
2018-04-09  Vincent Bernatbuild: don't override CFLAGS when building libevent
2018-04-09  Vincent Bernatbuild: try another way to circumvent macOS warning...
2018-02-21  Vincent Bernatbuild: isolate SNMP-related files during compilation
2016-05-23  Vincent Bernatprivsep: split privsep_io.c in 3 files
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2015-08-30  Vincent Bernatapparmor: provide an apparmor profile
2015-08-17  Vincent Bernatbuild: ensure we can build libnl with -Wall -Werror
2015-08-17  Vincent Bernatnetlink: use libnl3 instead of custom netlink code
2015-05-21  Vincent Bernatbuild: only uses -pie when linking programs
2015-04-09  Vincent BernatMerge pull request #105 from commodo/cleanup
2015-04-02  Alexandru Ardeleandaemon: move protocol files into subfolder 105/head
2015-02-19  Vincent Bernatconfigure: move LDFLAGS to LLDP_LDFLAGS
2015-02-19  Vincent Bernatconfigure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPP...
2014-10-05  Vincent Bernatbuild: use AC_CONFIG_FILES only to generate Makefiles
2014-09-03  Vincent Bernatbuild: provide a sysusers.d file
2014-05-07  Vincent Bernatman: use configured path for /var/run/lldpd.socket
2014-04-06  Vincent Bernatsnmp: link with Net-SNMP later
2014-03-06  Vincent Bernatinterfaces: document and test pattern matching
2013-12-13  Vincent Bernatbuild: hide generation of syscall-names.h
2013-10-12  Vincent Bernatseccomp: do not ship `syscall-names.h`
2013-10-12  Vincent Bernatseccomp: add support for seccomp through libseccomp
2013-09-28  Vincent Bernatsystemtap: provide an appropriate tapset
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-08-15  Vincent Bernatsystemd: install service file using `systemdsystemunit_...
2013-08-14  Vincent Bernatsystemd: ship lldpd.service file if possible
2013-07-02  Vincent Bernatinterfaces: overwrite interface description with neighb...
2013-07-02  Vincent Bernatprivsep: separate OS specific code to dedicated files
2013-05-08  Vincent Bernatsolaris: preliminary support
2013-05-05  Vincent Bernatos: add support for DragonFly BSD
2013-01-22  Vincent Bernatlldpd: invoke lldpcli at start
2013-01-10  Vincent Bernatdmi: implementation for Mac OS X.
2013-01-10  Vincent BernatMac OS X support.
2012-12-29  Vincent Bernatopenbsd: add DMI information
2012-12-29  Vincent Bernatfreebsd: add DMI support
2012-12-28  Vincent BernatAdd NetBSD support.
2012-12-27  Vincent BernatOpenBSD support.
2012-12-26  Vincent BernatAdd support for FreeBSD.
2012-12-24  Vincent Bernatinterfaces: abstraction of interfaces/devices
2012-12-22  Vincent Bernatbuild: ship a include/ directory
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-09-04  Vincent Bernatbuild: move manual page next to the source code 0.6.1
2012-08-31  Vincent Bernatbuild: fix "make dist"
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.