]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2013-01-05  Vincent Bernatdoc: fix doxygen warnings and don't parse include/linux
2013-01-05  Vincent Bernatconfigure: detect libedit without pkg-config
2013-01-05  Vincent Bernatbuild: no need to save CFLAGS LDFLAGS when testing...
2013-01-05  Vincent Bernatlldpcli: accept a command from the command line arguments
2013-01-05  Vincent Bernatlldpcli: fix manual page about specifying ports.
2013-01-05  Vincent Bernatlldpcli: rename lldpctl to lldpcli.
2013-01-05  Vincent Bernatlldpctl: remove "unconfigure" commands (not implemented)
2013-01-05  Vincent Bernatlldpctl: add a CLI
2013-01-05  Vincent Bernatlib: add a function to retrieve a map
2013-01-04  Vincent Bernatlib: fix a memory leak when setting LLDP-MED ELIN number
2012-12-31  Vincent BernatNEWS: add a word about detecting interface changes
2012-12-31  Vincent Bernat*bsd: listen on PF_ROUTE socket to get interface changes
2012-12-31  Vincent Bernatevent: avoid socket leak if we cannot register netlink...
2012-12-31  Vincent Bernatevent: use a separate event timer for each port
2012-12-31  Vincent Bernatlldpd: remove unused `g_lastsent`
2012-12-30  Vincent Bernatmarshal: ensure that two identic structures are seriali...
2012-12-30  Vincent BernatNEWS: add a word about NetBSD support
2012-12-30  Vincent Bernatinterfaces: correctly detect link down interfaces
2012-12-30  Vincent Bernatnetlink: listen to netlink changes to trigger interface...
2012-12-30  Vincent Bernatlldpd: cleanup phase is done in `update_local_ports()`
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
2012-12-29  Vincent Bernatlib: use strlcpy and snprintf instead of strcpy and...
2012-12-29  Vincent Bernatopenbsd: add DMI information
2012-12-29  Vincent Bernatopenbsd: don't use BIOCSSEESENT with OpenBSD
2012-12-29  Vincent Bernatfreebsd: add DMI support
2012-12-28  Vincent Bernatpriv: open special call is only needed for Linux
2012-12-28  Vincent BernatAdd NetBSD support.
2012-12-28  Vincent Bernatinterfaces: put the appropriate aggregation ID when...
2012-12-27  Vincent Bernatctl: fix previous partial commit about unix path max...
2012-12-27  Vincent Bernatctl: don't use a #define to define size, use sizeof()
2012-12-27  Vincent BernatOpenBSD support.
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-26  Vincent Bernatfreebsd: link aggregation only works from FreeBSD 9.1.
2012-12-26  Vincent Bernatfreebsd: correctly check if routing is enabled
2012-12-26  Vincent Bernatbuild: allow more modern coding style with empty initia...
2012-12-26  Vincent BernatAdd support for FreeBSD.
2012-12-25  Vincent Bernatinterfaces: sending/receiving on raw interfaces is...
2012-12-25  Vincent Bernatinterfaces: setting up raw interface with BPF filter...
2012-12-24  Vincent Bernatinterfaces: abstraction of interfaces/devices
2012-12-23  Vincent Bernatnetlink: fix bogus alignment warnings
2012-12-23  Vincent Bernatframe: mark with `(void)` when we don't check for resul...
2012-12-23  Vincent Bernatctl: fix alignment issue
2012-12-23  Vincent Bernatmarshal: respect GCC strict-aliasing rule
2012-12-22  Vincent Bernatinterfaces: disable the use of ioctl for bridges
2012-12-22  Vincent Bernatbuild: ensure _GNU_SOURCE is defined early
2012-12-22  Vincent Bernatbuild: ship a include/ directory
2012-12-22  Vincent Bernatinterfaces: harmonize arguments of detection functions
2012-12-22  Vincent Bernatlldpd: fix debug message when discarding a received...
2012-12-22  Vincent Bernatinterfaces: handle correctly VLAN inside VLAN inside...
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-12-20  Vincent Bernatbuild: make autogen.sh a little bit more generic
2012-12-19  Vincent Bernatbuild: use a simplified autogen.sh script
2012-12-19  Vincent Bernatlibevent: use a git submodule
2012-12-17  Vincent Bernattravis: workaround the fact that Travis images are...
2012-12-17  Vincent Bernatlldpctl: new JSON output
2012-12-17  Vincent Bernatlog: remove extra linefeeds from log_*() and fatal...
2012-12-16  Vincent BernatNEWS: add a mention about the fact we can filter debug...
2012-12-16  Vincent Bernatlog: add -D option to filter out debug logs
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-12-16  Vincent Bernatsnmp: don't send traps when SNMP is not enabled
2012-12-16  Vincent Bernatlog: prefix logs with a token to allow filtering
2012-12-16  Vincent Bernatlog: enhance logging output
2012-12-16  Vincent Bernatcompile: remove a warning about uninitialized struct
2012-11-19  Vincent BernatUpdate to libevent 2.0.21.
2012-11-12  Vincent Bernatlldpd: add possibility to disable LLDP
2012-10-25  Vincent Bernatlldp: fix parsing of LLDP pair control
2012-09-26  Vincent Bernatbuild: don't use a comment at start of rule (unportable)
2012-09-26  Vincent Bernatbuild: build an empty changelog if not available
2012-09-26  Vincent Bernatredhat: don't build SNMP support on CentOS
2012-09-26  Vincent Bernatlib: silent some compiler warning about unitialized...
2012-09-26  Vincent Bernatbuild: install ChangeLog in /usr/share/doc
2012-09-26  Vincent Bernatdebian/redhat: update packaging
2012-09-26  Vincent Bernatinterfaces: don't listen to enslaved interface until...
2012-09-20  Vincent Bernatbuild: use AC_PROG_CC_C99 instead of -std=gnu99
2012-09-20  Vincent Bernatdisplay: fix display of various Dot3 advertised links
2012-09-11  Vincent Bernatlibevent: upgrade embedded copy to 2.0.20.
2012-09-10  Vincent Bernatconst: fix a type in LLDP_DOT3_MAU_100BASET2FD
2012-09-08  Vincent Bernattravis: use only two sets of configure options and...
2012-09-08  Vincent Bernatbuild: fix compilation without LLDP MED
2012-09-04  Vincent Bernatbuild: move manual page next to the source code 0.6.1
2012-09-02  Vincent Bernatbuild: add author name and commit hash in generated...
2012-09-01  Vincent Bernatsnmp: add lldpRemTablesChange notification
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-09-01  Vincent Bernatdoc: add appropriate titles to groups in lldpctl.h
2012-09-01  Vincent Bernatdoc: polish documentation of liblldpctl
2012-08-31  Vincent Bernattests: fix tests compilation
2012-08-31  Vincent Bernatbuild: fix "make dist"
2012-08-31  Vincent Bernatlldpctl: add the possibility to force lldpd to start...
2012-08-31  Vincent Bernatlldpctl: allow to display global configuration of lldpd
2012-08-31  Vincent Bernatlldpd: move configuration stuff into a dedicated structure
2012-08-31  Vincent Bernatlldpctl: just require access to the socket for actions...
2012-08-31  Vincent Bernatmarshal: don't marshal the list of chassis
2012-08-31  Vincent Bernatctl: fix reception of several messages at once
2012-08-30  Vincent Bernatctl: don't serialize notification if no client needs it
2012-08-30  Vincent Bernatctl: increase maximum message size to 512 KB
2012-08-30  Vincent Bernatlldpctl: add a "-w" option to watch neighbor changes
2012-08-30  Vincent Bernatclient: use libevent's bufferevent infrastructure to...
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.
2012-08-15  Vincent Bernatdist: provide a complete changelog
next