0.7.11 [2014-10-08 19:27:00 +0200]:

 - [62446808f97a] release: prepare 0.7.11 (Vincent Bernat)
 - [3b0273eef9c3] man: sync lldpcli description of pattern matching (Vincent Bernat)
 - [3af43e64a6cf] man: say that by default only physical interfaces are used (Vincent Bernat)
 - [a2b113ef9d48] lldpd: check if capabilities are available/supported before enabling them (kanna)
 - [71cc157933f6] build: hide invocation of sed command to generate some files (Vincent Bernat)
 - [f24382c41668] lldpd: also try /usr/lib/os-release if /etc/os-release is not present (Vincent Bernat)
 - [3a8e3db1d622] build: remove useless variables from pkgconfig file (Vincent Bernat)
 - [e26fbbae1599] build: use @sbindir@ instead of @prefix@/sbin (Vincent Bernat)
 - [95493844623c] build: use AC_CONFIG_FILES only to generate Makefiles (Vincent Bernat)
 - [326808ff3c7c] debian: ship /etc/lldpd.d (Vincent Bernat)
 - [7255aab1196e] client: ship /etc/lldpd.d and put a README file in it (Vincent Bernat)
 - [c80ee6f068fe] build: allow use of older versions of json-c (Vincent Bernat)
 - [d2badd57c3b6] lib: don't check for NULL before free (Vincent Bernat)
 - [70f6059b9b7d] lib: make a copy of state_data, since pointer can be re-used (kanna)
 - [ad7daaf7957e] debian: also install zsh completion (Vincent Bernat)
 - [38ace3d484f8] debian: also install bash completion (Vincent Bernat)
 - [9b11faad6fbb] lldpd: abort when some options are repeated (Vincent Bernat)
 - [e37cdbe61624] Revert "debian: ship files in debian/etc/lldpd.d" (Vincent Bernat)
 - [790752d0b5e7] interfaces: only use physical interfaces to get a chassis ID (Vincent Bernat)
 - [8e9bf5cd846b] debian: ship files in debian/etc/lldpd.d (Vincent Bernat)
 - [79790b96b5eb] build: check if pkg-config is correctly installed in ./autogen.sh (Vincent Bernat)
 - [17cd6a2ec9ed] build: check for needed commands in autogen.sh (Vincent Bernat)
 - [a9f774888552] build: provide a sysusers.d file (Vincent Bernat)
 - [dbfa89c6e597] lldpd: handle early cleanup in case interface cannot be created (Vincent Bernat)
 - [8568f6cd2277] lib: handle read failure in sync case (Vincent Bernat)
 - [e1556c13cceb] lib: really correctly handle read failure (Vincent Bernat)
 - [2c4dda069401] lldpcli: disable SIGPIPE (Vincent Bernat)
 - [62f2faac3c69] lib: correctly handle read failure (Vincent Bernat)
 - [89a8419047d4] lib: stricter checks when resuming an operation in progress (Vincent Bernat)
 - [797da1252a18] lldpcli: add editor local variables to bash completion (Vincent Bernat)
 - [8bddf2143914] lldpcli: add editor local variables to zsh completion (Vincent Bernat)
 - [8d641ab478fc] lldpcli: indent multiline texts (like system description) (Vincent Bernat)
 - [320238c4de15] lldpcli: fix style convention to match other files (Vincent Bernat)
 - [c2153fb65e21] bash/zsh: ensure completions are present in dist tarball (Vincent Bernat)
 - [9bc3d50e21dc] NEWS: add a word about bash/zsh completion (Vincent Bernat)
 - [0a735dedbdf7] zsh: add ZSH completion (Vincent Bernat)
 - [2136d8066293] bash: move bash completion outside Debian packaging (Vincent Bernat)
 - [3620ee09fa2f] release: new version 0.7.10 (Vincent Bernat)
 - [87ebf13df38c] NEWS: add a word about json-c library support (Vincent Bernat)
 - [5dcd280d1267] lldpcli: fix jansson implementation of the JSON output (Vincent Bernat)
 - [71542b4ec734] configure: if --with-json, default to jansson implementation (Vincent Bernat)
 - [368daef3d649] cdp: complete manual page with CDP-related options (Vincent Bernat)
 - [611aba00053c] cdp: Make it possible to enable CDPv2 without enabling CDPv1 (Michel Stam)
 - [5d8f75fe9fdc] lldpcli: Add json description to lldpcli usage (Michel Stam)
 - [619c379964fd] cdp: Add power requirement to CDPv2 frames (Michel Stam)
 - [8ff14a6d117e] lldpcli: Add support for JSON-C (Michel Stam)
 - [62d6f99d2d17] lldpcli: make complete command work on privleged commands as well (Vincent Bernat)
 - [314f382a5093] lldpcli: provide a hidden complete command for shell completion (Vincent Bernat)
 - [e13945c02c44] lldpcli: change how privileged commands are declared (Vincent Bernat)
 - [40df69956ad0] lldpcli: reformat a bit bash completion to be more readable (Vincent Bernat)
 - [ecd41283aa58] priv: avoid a socket leak when interface is already in promisc (Vincent Bernat)
 - [ba908c4eedaa] snmp: avoid deferencing a pointer when it may be NULL (Vincent Bernat)
 - [5317a14a3f0e] dcbx tlv recd are printed as log_debug (Sam Tannous)
 - [7efa65c16ec7] lldpcli: use protocol map from liblldpctl to select protocol (Vincent Bernat)
 - [baaa96d1530c] lldpcli: document `-u` argument in synopsis (Vincent Bernat)
 - [494264f0f831] lldpcli: add display filter to show nbrs running specific protocols (Sam Tannous)
 - [e147917d5257] lib: update liblldpctl versioning (Vincent Bernat)
 - [1fa64c11d337] Add call to process more messages from data already read. (Sam Tannous)
 - [0469161dd554] Add error code to the multicast address add/delete failure msg (Sam Tannous)
 - [4f670a1e8ace] Move interface update msg to debug level (Sam Tannous)
 - [003620d3104b] Add ignore handler for SIGHUP in lldpcli (Sam Tannous)
 - [aef05ae38c63] This patch adds bash completion for lldpcli. (Sam Tannous)
 - [ea51049df882] snmp: use poll() to wait for AgentX socket to be ready (Vincent Bernat)
 - [dc6436adb4db] snmp: preserve previous flags when making AgentX socket non-blocking (Vincent Bernat)
 - [b93e39a16736] make agentx socket non-blocking (Sam Tannous)
 - [ad21b578b215] Make "too many neighbors for port" msg appear less frequently (Sam Tannous)
 - [aca48e4ba570] lldpd: Fix netlink notification group for address changes (Sam Tannous)
 - [b0b8841b0b42] Increase event buffer (Sam Tannous)
 - [e595efb4c177] log: info messages should be logged on syslog but not on first debug level (Vincent Bernat)
 - [254e5134d933] lldpd: fix log_info (Sam Tannous)
 - [5e23c6b99bd3] NEWS: credit seccomp fix (Vincent Bernat)
 - [d64549384f6f] lldpd: fix use of NULL in execl* (Vincent Bernat)
 - [d769cdb235cc] Merge pull request #70 from chutz/seccomp-whitelist (Vincent Bernat)
 - [285b33afd0da] lldpd: whitelist sendto, poll, recvmsg and readv in seccomp sandbox (Patrick McLean)
 - [1059a20e7e2d] NEWS: add a word about ability to disable LLDP (Vincent Bernat)
 - [b8a802bc7d8a] lldpd: fix how LLDP can be disabled (Vincent Bernat)
 - [806eaef4832a] cdp: don't expect and off-by-one checksum (Vincent Bernat)
 - [a5a60bbf97ed] frame: fix CDP checksum (udbxtd2008)
 - [f4da5f84837c] README: document the new promisc interface in README as well (Vincent Bernat)
 - [0a6f3866b830] lldpcli: give more details in the manual page about promiscuous mode (Vincent Bernat)
 - [f84199ddf6c9] lldpcli: add an option to enable promisc mode on managed interfaces (Vincent Bernat)
 - [ace524261458] priv: don't output rc status twice when unable to open socket (Vincent Bernat)
 - [50724a52606f] README: more about Cisco sending LLDP frames on VLAN 1 (Vincent Bernat)
 - [af5f56616c7f] osx: update version to 0.7.9 (Vincent Bernat)

0.7.9 [2014-05-28 12:08:51 +0200]:

 - [02e51cb01a07] debian: sync a bit with official packaging (Vincent Bernat)
 - [70943e342fff] version: prepare a new release (Vincent Bernat)
 - [cf11ddf09817] lldpd: trigger regular interface refresh when changing port ID (Vincent Bernat)
 - [bef085b8dbca] lldpcli: document `configure lldp portidsubtype` command (Vincent Bernat)
 - [e82818d13e77] NEWS: mention ability to configure port ID (Vincent Bernat)
 - [ff0a278f264a] lldpcli: fix a format warning (Vincent Bernat)
 - [cf719ce84bf0] lldpcli: remove unused variable (Vincent Bernat)
 - [8fbd31953957] Support for modifying PortID TLV (Sam Tannous)
 - [ba66666322f9] README: point to the website for install instructions (Vincent Bernat)
 - [f7f82e1e2a37] README: update the intro to better match the reality (Vincent Bernat)
 - [fd7bb9f409e6] travis: don't use regular options when on coverity branch (Vincent Bernat)
 - [cddf0a08236b] travis: don't do anything if not on the coverity branch (Vincent Bernat)
 - [d82e81816b5e] travis: reduce matrix by not compiling everything with clang (Vincent Bernat)
 - [b2c51a1d62be] travis: integrate coverity script in regular run.sh (Vincent Bernat)
 - [78f816e9af24] travis: when running coverity, skip regular build (Vincent Bernat)
 - [0db5b7bbffa6] travis: don't try to install launchd/systemd stuff (Vincent Bernat)
 - [c034207574e1] travis: no need for `make install` (Vincent Bernat)
 - [7b4eb1949a4b] bsd: ensure we also have space for the padding after BPF header (Vincent Bernat)
 - [eeb66a08bdb7] bsd: ensure proper alignment of BPF header (Vincent Bernat)
 - [986effcb7a97] bsd: ensure we also have space for the BPF header (Vincent Bernat)
 - [3d596bbefdd9] bsd: fix clang warning about alignment problem with sockaddr (Vincent Bernat)
 - [dd82040caf7d] travis: run "make distcheck" with the appropriate configure arguments (Vincent Bernat)
 - [7e4a91f0481d] travis: only run "make distcheck" (Vincent Bernat)
 - [047ab6702ded] travis: on OS X, try with/without embedded libevent and with/without SNMP (Vincent Bernat)
 - [45bf176ba539] travis: try to build only with clang on OS X (Vincent Bernat)
 - [54c78d4c61e2] travis: use devel version of net-snmp on OSX (Vincent Bernat)
 - [98e2e4754996] travis: misc change to trigger a rebuild (Vincent Bernat)
 - [622d14bbdf16] lldpcli: directive to configure IP management pattern (Vincent Bernat)
 - [6afb24c220d8] lldp: fix handling of LLDPDU expiration (Vincent Bernat)
 - [a85eea84bb3f] NEWS: mention support for shutdown LLDPDU (Vincent Bernat)
 - [5a215d4b32cd] lldp: support for shutdown LLDPU (Vincent Bernat)
 - [0e29d79487c5] interfaces: default to use of a local administered MAC address for bonds (Vincent Bernat)
 - [d5f8351c8367] NEWS: mention the fix for local address use (Vincent Bernat)
 - [8229c8ebd9ba] man: more documentation for bond-slave-src-mac-type (Vincent Bernat)
 - [c6d4d3229fb8] interfaces: fallback to fixed MAC if already a local MAC (Vincent Bernat)
 - [9173f75725a8] interfaces: fix use of locally administered use on bond devices (Vincent Bernat)
 - [860c5567ba39] osx: use /var as a base for socket location (Vincent Bernat)
 - [2cbc9cc56219] man: use configured path for /var/run/lldpd.socket (Vincent Bernat)
 - [5133ce2fc2b9] configure: make default PID location configurable (Vincent Bernat)
 - [3a3a36239b5d] configure: make default socket location configurable in configure (Vincent Bernat)
 - [9a4ed64aabbb] configure: use `runstatedir` instead of /var/run in configure (Vincent Bernat)
 - [08841844176c] configure: don't use fallback values in summary (Vincent Bernat)
 - [cdcf7dc577a2] lldpcli: return success when reading commands from files (Vincent Bernat)
 - [084988d49489] osx: update Homebrew formula to match what has been done in Homebrew (Vincent Bernat)
 - [c6d3aa0f58f4] configure: enable use of colored output for gcc (Vincent Bernat)
 - [8f109ee23771] configure: use -fstack-protector-strong if available (Vincent Bernat)
 - [70f4df2aaa49] osx: new release (Vincent Bernat)
 - [17a90fc0af9c] lldpcli: document new "configure system hostname" directive (Vincent Bernat)

0.7.8 [2014-04-13 10:34:13 +0200]:

 - [412a1dadab09] version: prepare new release (Vincent Bernat)
 - [724d71ea13ce] NEWS: add several items to the changelog (Vincent Bernat)
 - [3dc1eb8ca263] configure: make some flags conditional (Vincent Bernat)
 - [67d43beb0834] osx: blacklist p2pX interfaces (Vincent Bernat)
 - [29760896f54e] configure: hide errors when systemd is not present (Vincent Bernat)
 - [6579462d82d4] compat: fix vsyslog to rely on the result of vasprintf (Vincent Bernat)
 - [f31ac893ad90] compat: include stdarg to get va_list (Vincent Bernat)
 - [dbc971443826] compat: fix use of vasprintf (previously _vasprintf) (Vincent Bernat)
 - [3522094f0d24] lldpcli: use a previously unused variable (Vincent Bernat)
 - [984bbcbc1126] lldpd: add a note about command-line options (Vincent Bernat)
 - [f88a0f1f8209] Merge pull request #60 from jonasj76/override-hostname (Vincent Bernat)
 - [dfa181af0730] lldpd: Remove the '-N' command-line flag (Jonas Johansson)
 - [ce347d296c89] lldp: add option/command to override hostname (Jonas Johansson)
 - [87dfd17553de] coverity: change a bit the annotations (Vincent Bernat)
 - [b64a011bf4e4] coverity: fix a false positive in SNMP transport (Vincent Bernat)
 - [79dae0f0d8fb] coverity: fix memory leak in lldpd when the same option is repeated (Vincent Bernat)
 - [af35cabd68c6] coverity: fix memory leak in lldpcli (Vincent Bernat)
 - [d0b88676ed80] redhat: enable SNMP support on RHEL 5 and CentOS 5 by default (Vincent Bernat)
 - [ae7f4c2945f0] snmp: link with Net-SNMP later (Vincent Bernat)
 - [bd3da7c52879] priv: use AF_UNIX for socketpair() (Vincent Bernat)
 - [1a3dd5a8e028] configure: _XOPEN_SOURCE=500 to be like _GNU_SOURCE=1 (Vincent Bernat)
 - [554d650db8dc] hpux: provide a replacement for daemon() for HP-UX (Vincent Bernat)
 - [9f497e04a0a8] hpux: provide a replacement for vsyslog() for HP-UX (Vincent Bernat)
 - [da0a34dd6ba6] asprintf: we are also using vasprintf, let's define it correctly (Vincent Bernat)
 - [24b8d79f8895] build: use __EXTENSIONS__ and _XOPEN_SOURCE_EXTENDED everywhere (Vincent Bernat)
 - [9fe83ec06914] bsd: check of SIOCGIFDESCR instead of IFDESCRSIZE (Vincent Bernat)
 - [f41ed9c5bd31] privsep: don't use err.h: not needed (Vincent Bernat)
 - [6a5334d4d523] asprintf: fix warnings in SNMP tests related to asprintf (Vincent Bernat)
 - [0921a7f4ce4a] asprintf: do not redeclare on SNMP tests (Vincent Bernat)
 - [46673df2cbbe] asprintf: globally define _GNU_SOURCE (Vincent Bernat)
 - [39f940da4592] debian: fix postinst to create _lldpd user (Vincent Bernat)
 - [64ee56f83848] debian: same style for postinst and postrm (Vincent Bernat)
 - [b345311cbb8f] lib: use strlcpy() instead of strcpy() (Vincent Bernat)
 - [c6aa43e5b86d] interfaces: convert a whitelisted interface to a physical one (Vincent Bernat)
 - [627e31c489e6] interfaces: circumvent any physical check on exact match (Vincent Bernat)
 - [8b53fc2c2ad5] interfaces: allow whitelisting an interface (Vincent Bernat)
 - [d5e69431014a] interfaces: document and test pattern matching (Vincent Bernat)
 - [3ff9f162a184] build: use -fno-omit-frame-pointer for ease of debug (Vincent Bernat)
 - [27faad4fd793] lib: don't use strlcpy() when strcpy() just works (Vincent Bernat)
 - [dcf5d2f72dc9] build: remove duplicate const declaration (Vincent Bernat)
 - [ed9e6f414305] travis: put installation and test instructions into shell scripts (Vincent Bernat)
 - [81c693e642a4] travis: test with OSX and clang (Vincent Bernat)
 - [971d12ce529b] build: on OSX, use glibtoolize by default (Vincent Bernat)
 - [02987888adc8] lldpcli: fix readline() wrapper to take prompt as argument (Vincent Bernat)
 - [fe8f9650079c] lldpcli: check for privileges by checking access to control socket (Vincent Bernat)
 - [91f424d16491] lldpcli: root is privileged (Vincent Bernat)
 - [cc160b887858] interfaces: reset router and wlan capability bits (Vincent Bernat)
 - [6b0954714065] lldpd: enable "stationOnly" capability if we don't have anything else (Vincent Bernat)
 - [0c1589a2fea8] lib: add URL in lldpctl.pc (Vincent Bernat)
 - [edc0cc14a8c4] lib: fix includedir in lldpctl.pc (Vincent Bernat)
 - [69abf8b2b37c] fgetln: provide a version not relying on getline() (Vincent Bernat)
 - [31594635ecc1] daemon: unset UPSTART_JOB and NOTIFY_SOCKET once used (Vincent Bernat)
 - [45bf0bd0627d] lldpd: use vfork+exec instead of fork+exec (Vincent Bernat)
 - [16bbd290d5d7] priv: add compilation without privilege separation to Travis (Vincent Bernat)
 - [71a7dbb3c64d] priv: add the ability to disable privilege separation (Vincent Bernat)
 - [d2a289bba82f] privsep: IO should specify the context (Vincent Bernat)
 - [8b0ca98ef399] README: add build instructions for Android (Vincent Bernat)
 - [69a7ffa0bac8] include: don't ship `linux/socket.h` (Vincent Bernat)
 - [afe3dabf9eed] priv: declare `res_init()` for builds against Android's Bionic (Vincent Bernat)
 - [608b5669ebf1] lldpcli: replace safe use of `strcpy` by `strlcpy` (Vincent Bernat)
 - [0fd9e6e25bfb] build: hide generation of syscall-names.h (Vincent Bernat)
 - [7ee3d13d3637] cdp: fix regression in CDP packet building (Vincent Bernat)
 - [12313820fafc] lldp: don't hard-code sysname, sysdescr and portdescr (Vincent Bernat)
 - [912dfcff033b] interfaces: remove useless return (Vincent Bernat)
 - [d79850426254] lldp: do not send system description TLV if empty (Vincent Bernat)
 - [493b0d427fb4] configure: provide GitHub address for issues (Vincent Bernat)
 - [ed409ccd3ef8] clang: use ETHER_ADDR_LEN instead of sizeof() (Vincent Bernat)
 - [dd1d33cf7c97] marshal: use __alignof__ operator if available (Vincent Bernat)
 - [e4dea55d69be] clang: fix an obvious use after free (Vincent Bernat)
 - [6f4b6d5872c3] alignof: handle sizeof(t) == 1 case (Vincent Bernat)
 - [d68f1b813cf8] coverity: really fix popt issue (Vincent Bernat)
 - [46a5f939b66d] coverity: add code annotation to remove false positives (Vincent Bernat)
 - [26667615414c] coverity: if we cannot read /etc/localtime, don't go further (Vincent Bernat)
 - [8ad3bafab619] coverity: don't fallback to next case for clarity (Vincent Bernat)
 - [e2b09091a263] coverity: replace unsafe uses of strncpy by strlcpy (Vincent Bernat)
 - [cdece23a6df4] coverity: remove always false comparison (Vincent Bernat)
 - [39d78d567ddf] coverity: remove dead code (Vincent Bernat)
 - [037d4c8ea40e] coverity: don't make `-L` flag switch off version advertisement (Vincent Bernat)
 - [3332985ad598] coverity: handle case where we didn't get enough place in getopt string (Vincent Bernat)
 - [ddd75166dd41] coverity: remove a theoritical memory leak (Vincent Bernat)
 - [4032084d12c4] coverity: fix a memory leak (Vincent Bernat)
 - [3ee3f25d9ad2] coverity: fix a resource leak (Vincent Bernat)
 - [b7e2b07c1eb6] coverity: fix TOCTOU problem when creating chroot (Vincent Bernat)
 - [0059e4786dc8] coverity: remove dead code (Vincent Bernat)
 - [a56f413747cf] coverity: remove unused pointer value (Vincent Bernat)
 - [6df40257e2c1] gitignore: add GNU global files (Vincent Bernat)
 - [872caaf9e779] debian: fix debian/lldpd.install to use provided lldpd.service (Vincent Bernat)
 - [82e23221f46a] redhat: don't try to install systemd stuff (Vincent Bernat)
 - [a28d7016c92e] redhat: fix version in lldpd.spec (Vincent Bernat)
 - [e4e5a1f8efc2] osx: update homebrew recipe (Vincent Bernat)

0.7.7 [2013-11-10 15:42:52 +0100]:

 - [d72c2c591fb6] release: prepare for release of 0.7.7 (Vincent Bernat)
 - [3a9dc9c133f5] lldpd: tell `lldpcli` to use the appropriate control socket (Vincent Bernat)
 - [f7242beb1ef8] lldpcli: accepts `-u` option to specify control socket (Vincent Bernat)
 - [b6312220edf5] privsep: put /etc/localtime in chroot (Vincent Bernat)
 - [4006b64e3a92] systemd: also read /etc/sysconfig/lldpd (Vincent Bernat)
 - [ff4d7fa9c7ef] systemd: require mount points to have chroot possible (Vincent Bernat)
 - [25f47deab82c] systemd: starts lldpd after network (Vincent Bernat)
 - [c2e68bff3dda] tests: only test if we have `check` installed (Vincent Bernat)
 - [246701fe22bd] seccomp: do not ship `syscall-names.h` (Vincent Bernat)
 - [6a427fb18c67] travis: don't limit tests to master branch. (Vincent Bernat)
 - [4e97a0bf8488] lib: fix a segfault introduced in ef3707 when freeing an atom (Vincent Bernat)
 - [00e40dba232c] seccomp: add support for seccomp through libseccomp (Vincent Bernat)
 - [bde52887c7f4] systemd: use full path for mkdir/cp (Vincent Bernat)
 - [140e34f05746] systemtap: provide an appropriate tapset (Vincent Bernat)
 - [bdfe41938907] dtrace: add systemtap/DTrace support (Vincent Bernat)
 - [5f7d1cd51fe9] README: explain how to handle VLAN-encapsulated LLDP frames (Vincent Bernat)
 - [f17837f781b0] configure: use a convenience library for fixed point arithmetic (Vincent Bernat)
 - [c0cdd0111f3f] Revert "README: remove inexact paragraph about stacking bonding/vlans/bridges" (Vincent Bernat)
 - [12baf7811f63] linux: fix a regression in how enslaved devices' MAC addresses are retrieved (Vincent Bernat)
 - [dbcb684662e2] event: don't call `netsnmp_check_outstanding_agent_requests()` (Vincent Bernat)
 - [9a4e257b0ad1] priv: use unistd.h to get `close()` (Vincent Bernat)
 - [4565704cef06] configure: remove an extra parenthesis in args.m4 (Vincent Bernat)
 - [4dfe31fd72ad] systemd: install service file using `systemdsystemunit_DATA` (Vincent Bernat)
 - [bdc954b77ada] lib: fix notification by reading one byte at a time from Unix socket (Vincent Bernat)
 - [9d1524b7de1c] systemd: ship lldpd.service file if possible (Vincent Bernat)
 - [41e57d5a8821] lldpd: fix a segfault when a port disappear (Vincent Bernat)
 - [42ea638d61b5] lldpd: small optimization in the expiration process (Vincent Bernat)
 - [ef3707dacfd9] lldpd: make notifications work when a port goes down (Vincent Bernat)
 - [f5a0a15ea37d] linux: add support for team devices (Vincent Bernat)
 - [5813918ade1b] rpc: don't check source MAC settings when it is 0 (Vincent Bernat)
 - [7d758eec2bf7] interfaces: mangle source MAC address on bonds for other OS too (Vincent Bernat)
 - [5347914ef1fc] interfaces: abstract a bit MAC address mangling for bonding devices (Vincent Bernat)
 - [99704cd9b9ff] interfaces: move "mangle" function for bond slaves (Vincent Bernat)
 - [bae18e13c284] lldpcli: remove unused variable (Vincent Bernat)
 - [d7166588be78] lib: update version-info to match previous changes (Vincent Bernat)
 - [2746d430fbcc] bond: reenable the possibility to use a fixed MAC address (Vincent Bernat)
 - [c9703b9640ac] client: move register of bond-slave-src-mac-type to a separate function (Vincent Bernat)
 - [dfbd7185f823] [PATCH| lldpd: use bond slave real mac with locally administered bit set as sour ce man in lldp frames sent on bond slaves (Roopa Prabhu)
 - [87bc6683c602] linux: mangle MAC address for enslaved devices (Vincent Bernat)
 - [96f2411a2bbf] lib: fix parsing of "11542." (Vincent Bernat)
 - [f730f6c5f648] lib: introduce proper fixed point parsing and representation module (Vincent Bernat)
 - [d2c04230fb3a] lib: correctly set altitude unit without erasing neighbouring data (Vincent Bernat)
 - [bec75f842fa4] event: replace `evutil_make_socket_nonblocking()` by an idempotent version (Vincent Bernat)
 - [1e0d651f6ec9] lldpd: invoke `setproctitle_init()` when needed (Vincent Bernat)
 - [5c4fa9bdc202] priv: use `sigaction()` instead of `signal()` to install non-default signals (Vincent Bernat)
 - [82fcdf156dd2] README: on OSX, /etc is a symlink to /private/etc. (Vincent Bernat)
 - [c3f855602d84] osx: make the path to /Library/LaunchDaemons configurable (Vincent Bernat)
 - [352897291cc5] osx: minimize differences with downstream Homebrew formula (Vincent Bernat)
 - [6ed2b9ad9b4f] osx: fix a syntax error in Homebrew formula (Vincent Bernat)
 - [91a63c540e59] osx: patch the installation of launchd plist file for Homebrew (Vincent Bernat)
 - [53c56a7a0fef] osx: don't remove the whole /Library/LaunchDaemons directory on uninstall! (Vincent Bernat)
 - [d0a033727caa] configure: check for `res_init()` before trying other forms. (Vincent Bernat)
 - [ba09084d4764] README: remove inexact paragraph about stacking bonding/vlans/bridges (Vincent Bernat)
 - [25354cf35113] osx: update SHA1 sum for Homebrew recipe (Vincent Bernat)

0.7.6 [2013-07-12 10:00:01 +0200]:

 - [09587df0ed71] osx: fix postinstall script (Vincent Bernat)
 - [3336988a6ccd] packaging: change `PreReq` to `Requires(pre)` in lldpd.spec (Vincent Bernat)
 - [03b0a19012f9] packaging: update to 0.7.6 (Vincent Bernat)
 - [22f1ea467ef9] README: show how to use tcpdump for troubleshooting (Vincent Bernat)
 - [065732ca3413] priv: correctly declare `priv_cmd` type (Vincent Bernat)
 - [bcde9c0aa535] doc: add a CONTRIBUTE document (Vincent Bernat)
 - [fef34dede19b] linux: define IFALIASZ for old systems (Vincent Bernat)
 - [3a723384557d] lldpd: fix a fd leak when we cannot write the new alias (Vincent Bernat)
 - [015ecdd5f6ac] lldpd: append "was" to an interface description when a neighbor disappear (Vincent Bernat)
 - [bb37268d812b] client: add "configure/unconfigure system interface description" command (Vincent Bernat)
 - [2de09499f87f] lib: `lldpctl_k_config_receiveonly` is a read-only property (Vincent Bernat)
 - [47820fc416cc] interfaces: overwrite interface description with neighbor found (Vincent Bernat)
 - [53d4577a63fd] priv: avoid to leak generic socket (Vincent Bernat)
 - [4ea0565ebd7c] privsep: separate OS specific code to dedicated files (Vincent Bernat)
 - [784077f8b096] redhat: require groupadd/useradd (Vincent Bernat)
 - [31e4e7c6205f] osx: don't repeat `pkg-ref` several times in `distribution.xml` (Vincent Bernat)
 - [4c4e1aef7a51] osx: don't use `domains` tag in `distribution.xml` (Vincent Bernat)
 - [462d8b6c813a] osx: add a way to compile for older versions of OS X (Vincent Bernat)
 - [fa71a00c8b1a] osx: `make pkg` can now build universal binaries (Vincent Bernat)
 - [5b90c4f5c054] osx: don't try to build universal binaries (Vincent Bernat)
 - [42494121e890] configure: remove out-dated instructions to regen autoconf out-of-git (Vincent Bernat)
 - [5e36732de776] snmp: fix a typo in `agent_priv.c` (Vincent Bernat)
 - [e9f4d63c9efa] configure: ensure that osx/scripts are executable (Vincent Bernat)
 - [7298e28fad13] osx: use HTML files instead of RTF for welcome message (Vincent Bernat)
 - [92f5db08c399] osx: simpler instructions in README.md (Vincent Bernat)
 - [b708297cbab9] osx: add a target to build an OSX package (Vincent Bernat)
 - [abacd8d20f8c] configure: fix a typo in the description of `--with-embedded-libevent` option (Vincent Bernat)
 - [e37255a58218] travis: check that we can build lldpd with embedded libevent (Vincent Bernat)
 - [f829effd3fe8] configure: add a flag to force use of embedded libevent (Vincent Bernat)
 - [eea17f742927] debian: update packaging to match downstream (Vincent Bernat)
 - [edc437d94f56] compat: include config.h in compat.h (Vincent Bernat)
 - [28178982aa65] compat: fix strndup (Vincent Bernat)
 - [2523da3af610] NEWS: add an entry about the use of `strndup()` (Vincent Bernat)
 - [7354ec8f2bd0] compat: add `strndup()` compatibility function (Vincent Bernat)
 - [d52cf1d2729f] compat: remove copyright notice for setproctitle() (Vincent Bernat)
 - [c6540ece3ea7] tests: define ck_assert_ptr_eq if check is too old (Vincent Bernat)
 - [46a402c55b96] osx: use SHA1 instead of MD5 in homebrew formula (Vincent Bernat)
 - [1e8952da6db7] check: use `ck_assert_ptr_eq` instead of `ck_assert_int_eq`. (Vincent Bernat)
 - [b0cb07f7ed0b] style: use C99 designated initializers instead of memset() when possible (Vincent Bernat)
 - [444c6862d096] packaging: update to 0.7.5 (Vincent Bernat)

0.7.5 [2013-06-22 13:57:31 +0200]:

 - [2169efb24f0a] tokenizer: input buffer was too small (Vincent Bernat)
 - [6712d3ec1409] packaging: update packaging (Vincent Bernat)

0.7.4 [2013-06-22 12:15:47 +0200]:

 - [138121782171] bpf: on OpenBSD, invert the filter direction (Vincent Bernat)
 - [96b97fac65bb] NEWS: add an entry for the use of `setproctitle()` (Vincent Bernat)
 - [f0d215766ac0] compat: declare `setproctitle()` as a printf function (Vincent Bernat)
 - [19ce8130c7f1] debian: build-depends on libbssd-dev (Vincent Bernat)
 - [e7103aff39e2] lldpd: when no `setproctitle()` available, don't count neighbors (Vincent Bernat)
 - [480f1c6130ef] lldpd: count number of chassis to get number of neighbors (Vincent Bernat)
 - [25eb1871461a] lldpd: don't call `lldpd_count_neighbors()` too many times (Vincent Bernat)
 - [66879d46ac2b] build: use libbsd if available, also use `setproctitle()` (Vincent Bernat)
 - [3f70e1182aeb] lldpcli: `configure system platform` to override platform description (Vincent Bernat)
 - [decaec0d8a67] lldpcli: `configure system description` to override chassis description (Vincent Bernat)
 - [994b3371b3b0] lldpcli: split `conf.c` into `conf-system.c` and `conf-lldp.c`. (Vincent Bernat)
 - [48d0a4b0d72e] lldpcli: `configure system interface pattern` instead of `configure lldp iface-pattern` (Vincent Bernat)
 - [a3e0896768d4] libevent: use GitHub git tree (Vincent Bernat)
 - [c11e397a7598] debian: sync packaging with official Debian package (Vincent Bernat)
 - [e39f079a1558] libevent: switch to patches-2.0 branch to get the appropriate automake fix (Vincent Bernat)
 - [8677ddc78172] git: ignore test-driver, generated by recent automake versions (Vincent Bernat)
 - [bea0d76429a2] Fixed some boundary conditions in code that cleans remote ports on ttl expiry. (Roopa Prabhu)
 - [5aeda65433fd] liblldpctl: fix infinite loop when user is reading fixed chunks (Pradosh Mohapatra)
 - [d82342940c39] marshal: fix alignment issue when unserializing (Vincent Bernat)
 - [bea703140788] log: fix memory leak when using a log handler (Vincent Bernat)
 - [a8da18644b17] marshal: don't declare serialize/unserialize helper for string (Vincent Bernat)
 - [02cf0357c916] lldpd: fix an alignment (non-)issue (Vincent Bernat)
 - [bd8a8861df79] lldpcli: don't use an hack to pass the writer to watch callback (Vincent Bernat)
 - [985a4cb5f210] marshal: provide type-specific serialization/unserialization functions (Vincent Bernat)
 - [aba549a82a0f] client: fix a memory leak when changing lldpd configuration (Vincent Bernat)
 - [93afd294af9b] ctl: fix a memory leak when cleaning control socket (Vincent Bernat)
 - [e681c859c6c9] client: trigger interface refresh when updating interface pattern (Vincent Bernat)
 - [e26a25ca4d0e] lib: fix a memory leak when modifying interface pattern (Vincent Bernat)
 - [0093777b2894] lldpcli: document "configure lldp iface-pattern" in manual page (Vincent Bernat)
 - [7e516f104a85] lldpctl.h: document possibility to write iface-pattern (Vincent Bernat)
 - [346a0f6961ba] lldpcli: Add support to set iface-pattern (roopa)
 - [0728cb8205f7] sonmp: allow SONMP unittests to work without a global config (Vincent Bernat)
 - [ea481e370199] man: document tx-hold (Vincent Bernat)
 - [cb5f7399a79f] man: tx-interval cannot be set per port (Vincent Bernat)
 - [c10302a38ece] lldpd: Add tx_hold (roopa)
 - [5920dbf73ae1] lldpcli: don't rely on `fgetln()` providing a NULL-terminated string (Vincent Bernat)
 - [655145c07b89] lldpcli: don't free input line (Vincent Bernat)
 - [d1dc456f990f] lib: keep space for new values in `lldpctl_key_t` (Vincent Bernat)
 - [40116b407603] debian: synchronize packaging with Debian (Vincent Bernat)
 - [e91ca9d0157c] release: prepare 0.7.3 (Vincent Bernat)

0.7.3 [2013-05-09 00:05:36 +0200]:

 - [a1728b7df077] NEWS: add a word about Solaris support (Vincent Bernat)
 - [b1a8985da685] solaris: less intrusive way to get CMSG_* macros (Vincent Bernat)
 - [815b799b44ed] solaris: assume that IP forwarding is disabled (Vincent Bernat)
 - [c3e340b6be8a] solaris: preliminary support (Vincent Bernat)
 - [d0787f4e65c4] NEWS: add an entry about LLDP-MED fast start. (Vincent Bernat)
 - [486a61330146] lldpcli: allow to enable/disable fast-start and set delay (Vincent Bernat)
 - [d6d42d56f7eb] lldpd: enable fast start by default (Vincent Bernat)
 - [be511d00bf41] lldpd: make fast start work only when receiving LLDP-MED LLDPDU (Vincent Bernat)
 - [b9de0ca613f3] lldpd: fast start support (roopa)
 - [7ba4a1832e43] configure: use `AC_PROG_EGREP` to find a suitable `grep -E` (Vincent Bernat)
 - [ae5cae025029] lib: use uint8_t instead of u_int8_t (Vincent Bernat)
 - [91e0280a7e7d] configure: display configured OS (Vincent Bernat)
 - [885aa4f4aaba] lldpcli: complete the manual page with the syntax of "show statistics" (Vincent Bernat)
 - [d947819daaaa] lldpcli: summary of statistics is done on provided ports only (Vincent Bernat)
 - [048ed9db7ddf] lldpcli: fix two warnings introduced by the previous commit (Vincent Bernat)
 - [adcb76f83ac9] NEWS: add an entry for "show statistics summary" command (Vincent Bernat)
 - [5331eb2d47f0] lldpcli: global stats command (roopa)
 - [1b3eea3d9025] os: add support for DragonFly BSD (Vincent Bernat)
 - [de461f15d788] netlink: fix IP address discovery (Vincent Bernat)
 - [3fc1a10a030f] lldpcli: fix typo in the man page for setting altitude (Vincent Bernat)
 - [45a83f305d67] bsd: don't report a warning when no media information is present (Vincent Bernat)

0.7.2 [2013-04-20 02:59:47 +0200]:


0.7.11 [2014-10-08 19:27:00 +0200]:

 - [62446808f97a] release: prepare 0.7.11 (Vincent Bernat)
 - [3b0273eef9c3] man: sync lldpcli description of pattern matching (Vincent Bernat)
 - [3af43e64a6cf] man: say that by default only physical interfaces are used (Vincent Bernat)
 - [a2b113ef9d48] lldpd: check if capabilities are available/supported before enabling them (kanna)
 - [71cc157933f6] build: hide invocation of sed command to generate some files (Vincent Bernat)
 - [f24382c41668] lldpd: also try /usr/lib/os-release if /etc/os-release is not present (Vincent Bernat)
 - [3a8e3db1d622] build: remove useless variables from pkgconfig file (Vincent Bernat)
 - [e26fbbae1599] build: use @sbindir@ instead of @prefix@/sbin (Vincent Bernat)
 - [95493844623c] build: use AC_CONFIG_FILES only to generate Makefiles (Vincent Bernat)
 - [326808ff3c7c] debian: ship /etc/lldpd.d (Vincent Bernat)
 - [7255aab1196e] client: ship /etc/lldpd.d and put a README file in it (Vincent Bernat)
 - [c80ee6f068fe] build: allow use of older versions of json-c (Vincent Bernat)
 - [d2badd57c3b6] lib: don't check for NULL before free (Vincent Bernat)
 - [70f6059b9b7d] lib: make a copy of state_data, since pointer can be re-used (kanna)
 - [ad7daaf7957e] debian: also install zsh completion (Vincent Bernat)
 - [38ace3d484f8] debian: also install bash completion (Vincent Bernat)
 - [9b11faad6fbb] lldpd: abort when some options are repeated (Vincent Bernat)
 - [e37cdbe61624] Revert "debian: ship files in debian/etc/lldpd.d" (Vincent Bernat)
 - [790752d0b5e7] interfaces: only use physical interfaces to get a chassis ID (Vincent Bernat)
 - [8e9bf5cd846b] debian: ship files in debian/etc/lldpd.d (Vincent Bernat)
 - [79790b96b5eb] build: check if pkg-config is correctly installed in ./autogen.sh (Vincent Bernat)
 - [17cd6a2ec9ed] build: check for needed commands in autogen.sh (Vincent Bernat)
 - [a9f774888552] build: provide a sysusers.d file (Vincent Bernat)
 - [dbfa89c6e597] lldpd: handle early cleanup in case interface cannot be created (Vincent Bernat)
 - [8568f6cd2277] lib: handle read failure in sync case (Vincent Bernat)
 - [e1556c13cceb] lib: really correctly handle read failure (Vincent Bernat)
 - [2c4dda069401] lldpcli: disable SIGPIPE (Vincent Bernat)
 - [62f2faac3c69] lib: correctly handle read failure (Vincent Bernat)
 - [89a8419047d4] lib: stricter checks when resuming an operation in progress (Vincent Bernat)
 - [797da1252a18] lldpcli: add editor local variables to bash completion (Vincent Bernat)
 - [8bddf2143914] lldpcli: add editor local variables to zsh completion (Vincent Bernat)
 - [8d641ab478fc] lldpcli: indent multiline texts (like system description) (Vincent Bernat)
 - [320238c4de15] lldpcli: fix style convention to match other files (Vincent Bernat)
 - [c2153fb65e21] bash/zsh: ensure completions are present in dist tarball (Vincent Bernat)
 - [9bc3d50e21dc] NEWS: add a word about bash/zsh completion (Vincent Bernat)
 - [0a735dedbdf7] zsh: add ZSH completion (Vincent Bernat)
 - [2136d8066293] bash: move bash completion outside Debian packaging (Vincent Bernat)
 - [3620ee09fa2f] release: new version 0.7.10 (Vincent Bernat)

0.7.10 [2014-07-21 18:06:54 +0200]:

 - [87ebf13df38c] NEWS: add a word about json-c library support (Vincent Bernat)
 - [5dcd280d1267] lldpcli: fix jansson implementation of the JSON output (Vincent Bernat)
 - [71542b4ec734] configure: if --with-json, default to jansson implementation (Vincent Bernat)
 - [368daef3d649] cdp: complete manual page with CDP-related options (Vincent Bernat)
 - [611aba00053c] cdp: Make it possible to enable CDPv2 without enabling CDPv1 (Michel Stam)
 - [5d8f75fe9fdc] lldpcli: Add json description to lldpcli usage (Michel Stam)
 - [619c379964fd] cdp: Add power requirement to CDPv2 frames (Michel Stam)
 - [8ff14a6d117e] lldpcli: Add support for JSON-C (Michel Stam)
 - [62d6f99d2d17] lldpcli: make complete command work on privleged commands as well (Vincent Bernat)
 - [314f382a5093] lldpcli: provide a hidden complete command for shell completion (Vincent Bernat)
 - [e13945c02c44] lldpcli: change how privileged commands are declared (Vincent Bernat)
 - [40df69956ad0] lldpcli: reformat a bit bash completion to be more readable (Vincent Bernat)
 - [ecd41283aa58] priv: avoid a socket leak when interface is already in promisc (Vincent Bernat)
 - [ba908c4eedaa] snmp: avoid deferencing a pointer when it may be NULL (Vincent Bernat)
 - [5317a14a3f0e] dcbx tlv recd are printed as log_debug (Sam Tannous)
 - [7efa65c16ec7] lldpcli: use protocol map from liblldpctl to select protocol (Vincent Bernat)
 - [baaa96d1530c] lldpcli: document `-u` argument in synopsis (Vincent Bernat)
 - [494264f0f831] lldpcli: add display filter to show nbrs running specific protocols (Sam Tannous)
 - [e147917d5257] lib: update liblldpctl versioning (Vincent Bernat)
 - [1fa64c11d337] Add call to process more messages from data already read. (Sam Tannous)
 - [0469161dd554] Add error code to the multicast address add/delete failure msg (Sam Tannous)
 - [4f670a1e8ace] Move interface update msg to debug level (Sam Tannous)
 - [003620d3104b] Add ignore handler for SIGHUP in lldpcli (Sam Tannous)
 - [aef05ae38c63] This patch adds bash completion for lldpcli. (Sam Tannous)
 - [ea51049df882] snmp: use poll() to wait for AgentX socket to be ready (Vincent Bernat)
 - [dc6436adb4db] snmp: preserve previous flags when making AgentX socket non-blocking (Vincent Bernat)
 - [b93e39a16736] make agentx socket non-blocking (Sam Tannous)
 - [ad21b578b215] Make "too many neighbors for port" msg appear less frequently (Sam Tannous)
 - [aca48e4ba570] lldpd: Fix netlink notification group for address changes (Sam Tannous)
 - [b0b8841b0b42] Increase event buffer (Sam Tannous)
 - [e595efb4c177] log: info messages should be logged on syslog but not on first debug level (Vincent Bernat)
 - [254e5134d933] lldpd: fix log_info (Sam Tannous)
 - [5e23c6b99bd3] NEWS: credit seccomp fix (Vincent Bernat)
 - [d64549384f6f] lldpd: fix use of NULL in execl* (Vincent Bernat)
 - [d769cdb235cc] Merge pull request #70 from chutz/seccomp-whitelist (Vincent Bernat)
 - [285b33afd0da] lldpd: whitelist sendto, poll, recvmsg and readv in seccomp sandbox (Patrick McLean)
 - [1059a20e7e2d] NEWS: add a word about ability to disable LLDP (Vincent Bernat)
 - [b8a802bc7d8a] lldpd: fix how LLDP can be disabled (Vincent Bernat)
 - [806eaef4832a] cdp: don't expect and off-by-one checksum (Vincent Bernat)
 - [a5a60bbf97ed] frame: fix CDP checksum (udbxtd2008)
 - [f4da5f84837c] README: document the new promisc interface in README as well (Vincent Bernat)
 - [0a6f3866b830] lldpcli: give more details in the manual page about promiscuous mode (Vincent Bernat)
 - [f84199ddf6c9] lldpcli: add an option to enable promisc mode on managed interfaces (Vincent Bernat)
 - [ace524261458] priv: don't output rc status twice when unable to open socket (Vincent Bernat)
 - [50724a52606f] README: more about Cisco sending LLDP frames on VLAN 1 (Vincent Bernat)
 - [af5f56616c7f] osx: update version to 0.7.9 (Vincent Bernat)
 - [02e51cb01a07] debian: sync a bit with official packaging (Vincent Bernat)
 - [70943e342fff] version: prepare a new release (Vincent Bernat)
 - [cf11ddf09817] lldpd: trigger regular interface refresh when changing port ID (Vincent Bernat)
 - [bef085b8dbca] lldpcli: document `configure lldp portidsubtype` command (Vincent Bernat)
 - [e82818d13e77] NEWS: mention ability to configure port ID (Vincent Bernat)
 - [ff0a278f264a] lldpcli: fix a format warning (Vincent Bernat)
 - [cf719ce84bf0] lldpcli: remove unused variable (Vincent Bernat)
 - [8fbd31953957] Support for modifying PortID TLV (Sam Tannous)
 - [ba66666322f9] README: point to the website for install instructions (Vincent Bernat)
 - [f7f82e1e2a37] README: update the intro to better match the reality (Vincent Bernat)
 - [fd7bb9f409e6] travis: don't use regular options when on coverity branch (Vincent Bernat)
 - [cddf0a08236b] travis: don't do anything if not on the coverity branch (Vincent Bernat)
 - [d82e81816b5e] travis: reduce matrix by not compiling everything with clang (Vincent Bernat)
 - [b2c51a1d62be] travis: integrate coverity script in regular run.sh (Vincent Bernat)
 - [78f816e9af24] travis: when running coverity, skip regular build (Vincent Bernat)
 - [0db5b7bbffa6] travis: don't try to install launchd/systemd stuff (Vincent Bernat)
 - [c034207574e1] travis: no need for `make install` (Vincent Bernat)
 - [7b4eb1949a4b] bsd: ensure we also have space for the padding after BPF header (Vincent Bernat)
 - [eeb66a08bdb7] bsd: ensure proper alignment of BPF header (Vincent Bernat)
 - [986effcb7a97] bsd: ensure we also have space for the BPF header (Vincent Bernat)
 - [3d596bbefdd9] bsd: fix clang warning about alignment problem with sockaddr (Vincent Bernat)
 - [dd82040caf7d] travis: run "make distcheck" with the appropriate configure arguments (Vincent Bernat)
 - [7e4a91f0481d] travis: only run "make distcheck" (Vincent Bernat)
 - [047ab6702ded] travis: on OS X, try with/without embedded libevent and with/without SNMP (Vincent Bernat)
 - [45bf176ba539] travis: try to build only with clang on OS X (Vincent Bernat)
 - [54c78d4c61e2] travis: use devel version of net-snmp on OSX (Vincent Bernat)
 - [98e2e4754996] travis: misc change to trigger a rebuild (Vincent Bernat)
 - [622d14bbdf16] lldpcli: directive to configure IP management pattern (Vincent Bernat)
 - [6afb24c220d8] lldp: fix handling of LLDPDU expiration (Vincent Bernat)
 - [a85eea84bb3f] NEWS: mention support for shutdown LLDPDU (Vincent Bernat)
 - [5a215d4b32cd] lldp: support for shutdown LLDPU (Vincent Bernat)
 - [0e29d79487c5] interfaces: default to use of a local administered MAC address for bonds (Vincent Bernat)
 - [d5f8351c8367] NEWS: mention the fix for local address use (Vincent Bernat)
 - [8229c8ebd9ba] man: more documentation for bond-slave-src-mac-type (Vincent Bernat)
 - [c6d4d3229fb8] interfaces: fallback to fixed MAC if already a local MAC (Vincent Bernat)
 - [9173f75725a8] interfaces: fix use of locally administered use on bond devices (Vincent Bernat)
 - [860c5567ba39] osx: use /var as a base for socket location (Vincent Bernat)
 - [2cbc9cc56219] man: use configured path for /var/run/lldpd.socket (Vincent Bernat)
 - [5133ce2fc2b9] configure: make default PID location configurable (Vincent Bernat)
 - [3a3a36239b5d] configure: make default socket location configurable in configure (Vincent Bernat)
 - [9a4ed64aabbb] configure: use `runstatedir` instead of /var/run in configure (Vincent Bernat)
 - [08841844176c] configure: don't use fallback values in summary (Vincent Bernat)
 - [cdcf7dc577a2] lldpcli: return success when reading commands from files (Vincent Bernat)
 - [084988d49489] osx: update Homebrew formula to match what has been done in Homebrew (Vincent Bernat)
 - [c6d3aa0f58f4] configure: enable use of colored output for gcc (Vincent Bernat)
 - [8f109ee23771] configure: use -fstack-protector-strong if available (Vincent Bernat)
 - [70f4df2aaa49] osx: new release (Vincent Bernat)
 - [17a90fc0af9c] lldpcli: document new "configure system hostname" directive (Vincent Bernat)
 - [412a1dadab09] version: prepare new release (Vincent Bernat)
 - [724d71ea13ce] NEWS: add several items to the changelog (Vincent Bernat)
 - [3dc1eb8ca263] configure: make some flags conditional (Vincent Bernat)
 - [67d43beb0834] osx: blacklist p2pX interfaces (Vincent Bernat)
 - [29760896f54e] configure: hide errors when systemd is not present (Vincent Bernat)
 - [6579462d82d4] compat: fix vsyslog to rely on the result of vasprintf (Vincent Bernat)
 - [f31ac893ad90] compat: include stdarg to get va_list (Vincent Bernat)
 - [dbc971443826] compat: fix use of vasprintf (previously _vasprintf) (Vincent Bernat)
 - [3522094f0d24] lldpcli: use a previously unused variable (Vincent Bernat)
 - [984bbcbc1126] lldpd: add a note about command-line options (Vincent Bernat)
 - [f88a0f1f8209] Merge pull request #60 from jonasj76/override-hostname (Vincent Bernat)
 - [dfa181af0730] lldpd: Remove the '-N' command-line flag (Jonas Johansson)
 - [ce347d296c89] lldp: add option/command to override hostname (Jonas Johansson)
 - [87dfd17553de] coverity: change a bit the annotations (Vincent Bernat)
 - [b64a011bf4e4] coverity: fix a false positive in SNMP transport (Vincent Bernat)
 - [79dae0f0d8fb] coverity: fix memory leak in lldpd when the same option is repeated (Vincent Bernat)
 - [af35cabd68c6] coverity: fix memory leak in lldpcli (Vincent Bernat)
 - [d0b88676ed80] redhat: enable SNMP support on RHEL 5 and CentOS 5 by default (Vincent Bernat)
 - [ae7f4c2945f0] snmp: link with Net-SNMP later (Vincent Bernat)
 - [bd3da7c52879] priv: use AF_UNIX for socketpair() (Vincent Bernat)
 - [1a3dd5a8e028] configure: _XOPEN_SOURCE=500 to be like _GNU_SOURCE=1 (Vincent Bernat)
 - [554d650db8dc] hpux: provide a replacement for daemon() for HP-UX (Vincent Bernat)
 - [9f497e04a0a8] hpux: provide a replacement for vsyslog() for HP-UX (Vincent Bernat)
 - [da0a34dd6ba6] asprintf: we are also using vasprintf, let's define it correctly (Vincent Bernat)
 - [24b8d79f8895] build: use __EXTENSIONS__ and _XOPEN_SOURCE_EXTENDED everywhere (Vincent Bernat)
 - [9fe83ec06914] bsd: check of SIOCGIFDESCR instead of IFDESCRSIZE (Vincent Bernat)
 - [f41ed9c5bd31] privsep: don't use err.h: not needed (Vincent Bernat)
 - [6a5334d4d523] asprintf: fix warnings in SNMP tests related to asprintf (Vincent Bernat)
 - [0921a7f4ce4a] asprintf: do not redeclare on SNMP tests (Vincent Bernat)
 - [46673df2cbbe] asprintf: globally define _GNU_SOURCE (Vincent Bernat)
 - [39f940da4592] debian: fix postinst to create _lldpd user (Vincent Bernat)
 - [64ee56f83848] debian: same style for postinst and postrm (Vincent Bernat)
 - [b345311cbb8f] lib: use strlcpy() instead of strcpy() (Vincent Bernat)
 - [c6aa43e5b86d] interfaces: convert a whitelisted interface to a physical one (Vincent Bernat)
 - [627e31c489e6] interfaces: circumvent any physical check on exact match (Vincent Bernat)
 - [8b53fc2c2ad5] interfaces: allow whitelisting an interface (Vincent Bernat)
 - [d5e69431014a] interfaces: document and test pattern matching (Vincent Bernat)
 - [3ff9f162a184] build: use -fno-omit-frame-pointer for ease of debug (Vincent Bernat)
 - [27faad4fd793] lib: don't use strlcpy() when strcpy() just works (Vincent Bernat)
 - [dcf5d2f72dc9] build: remove duplicate const declaration (Vincent Bernat)
 - [ed9e6f414305] travis: put installation and test instructions into shell scripts (Vincent Bernat)
 - [81c693e642a4] travis: test with OSX and clang (Vincent Bernat)
 - [971d12ce529b] build: on OSX, use glibtoolize by default (Vincent Bernat)
 - [02987888adc8] lldpcli: fix readline() wrapper to take prompt as argument (Vincent Bernat)
 - [fe8f9650079c] lldpcli: check for privileges by checking access to control socket (Vincent Bernat)
 - [91f424d16491] lldpcli: root is privileged (Vincent Bernat)
 - [cc160b887858] interfaces: reset router and wlan capability bits (Vincent Bernat)
 - [6b0954714065] lldpd: enable "stationOnly" capability if we don't have anything else (Vincent Bernat)
 - [0c1589a2fea8] lib: add URL in lldpctl.pc (Vincent Bernat)
 - [edc0cc14a8c4] lib: fix includedir in lldpctl.pc (Vincent Bernat)
 - [69abf8b2b37c] fgetln: provide a version not relying on getline() (Vincent Bernat)
 - [31594635ecc1] daemon: unset UPSTART_JOB and NOTIFY_SOCKET once used (Vincent Bernat)
 - [45bf0bd0627d] lldpd: use vfork+exec instead of fork+exec (Vincent Bernat)
 - [16bbd290d5d7] priv: add compilation without privilege separation to Travis (Vincent Bernat)
 - [71a7dbb3c64d] priv: add the ability to disable privilege separation (Vincent Bernat)
 - [d2a289bba82f] privsep: IO should specify the context (Vincent Bernat)
 - [8b0ca98ef399] README: add build instructions for Android (Vincent Bernat)
 - [69a7ffa0bac8] include: don't ship `linux/socket.h` (Vincent Bernat)
 - [afe3dabf9eed] priv: declare `res_init()` for builds against Android's Bionic (Vincent Bernat)
 - [608b5669ebf1] lldpcli: replace safe use of `strcpy` by `strlcpy` (Vincent Bernat)
 - [0fd9e6e25bfb] build: hide generation of syscall-names.h (Vincent Bernat)
 - [7ee3d13d3637] cdp: fix regression in CDP packet building (Vincent Bernat)
 - [12313820fafc] lldp: don't hard-code sysname, sysdescr and portdescr (Vincent Bernat)
 - [912dfcff033b] interfaces: remove useless return (Vincent Bernat)
 - [d79850426254] lldp: do not send system description TLV if empty (Vincent Bernat)
 - [493b0d427fb4] configure: provide GitHub address for issues (Vincent Bernat)
 - [ed409ccd3ef8] clang: use ETHER_ADDR_LEN instead of sizeof() (Vincent Bernat)
 - [dd1d33cf7c97] marshal: use __alignof__ operator if available (Vincent Bernat)
 - [e4dea55d69be] clang: fix an obvious use after free (Vincent Bernat)
 - [6f4b6d5872c3] alignof: handle sizeof(t) == 1 case (Vincent Bernat)
 - [d68f1b813cf8] coverity: really fix popt issue (Vincent Bernat)
 - [46a5f939b66d] coverity: add code annotation to remove false positives (Vincent Bernat)
 - [26667615414c] coverity: if we cannot read /etc/localtime, don't go further (Vincent Bernat)
 - [8ad3bafab619] coverity: don't fallback to next case for clarity (Vincent Bernat)
 - [e2b09091a263] coverity: replace unsafe uses of strncpy by strlcpy (Vincent Bernat)
 - [cdece23a6df4] coverity: remove always false comparison (Vincent Bernat)
 - [39d78d567ddf] coverity: remove dead code (Vincent Bernat)
 - [037d4c8ea40e] coverity: don't make `-L` flag switch off version advertisement (Vincent Bernat)
 - [3332985ad598] coverity: handle case where we didn't get enough place in getopt string (Vincent Bernat)
 - [ddd75166dd41] coverity: remove a theoritical memory leak (Vincent Bernat)
 - [4032084d12c4] coverity: fix a memory leak (Vincent Bernat)
 - [3ee3f25d9ad2] coverity: fix a resource leak (Vincent Bernat)
 - [b7e2b07c1eb6] coverity: fix TOCTOU problem when creating chroot (Vincent Bernat)
 - [0059e4786dc8] coverity: remove dead code (Vincent Bernat)
 - [a56f413747cf] coverity: remove unused pointer value (Vincent Bernat)
 - [6df40257e2c1] gitignore: add GNU global files (Vincent Bernat)
 - [872caaf9e779] debian: fix debian/lldpd.install to use provided lldpd.service (Vincent Bernat)
 - [82e23221f46a] redhat: don't try to install systemd stuff (Vincent Bernat)
 - [a28d7016c92e] redhat: fix version in lldpd.spec (Vincent Bernat)
 - [e4e5a1f8efc2] osx: update homebrew recipe (Vincent Bernat)
 - [d72c2c591fb6] release: prepare for release of 0.7.7 (Vincent Bernat)
 - [3a9dc9c133f5] lldpd: tell `lldpcli` to use the appropriate control socket (Vincent Bernat)
 - [f7242beb1ef8] lldpcli: accepts `-u` option to specify control socket (Vincent Bernat)
 - [b6312220edf5] privsep: put /etc/localtime in chroot (Vincent Bernat)
 - [4006b64e3a92] systemd: also read /etc/sysconfig/lldpd (Vincent Bernat)
 - [ff4d7fa9c7ef] systemd: require mount points to have chroot possible (Vincent Bernat)
 - [25f47deab82c] systemd: starts lldpd after network (Vincent Bernat)
 - [c2e68bff3dda] tests: only test if we have `check` installed (Vincent Bernat)
 - [246701fe22bd] seccomp: do not ship `syscall-names.h` (Vincent Bernat)
 - [6a427fb18c67] travis: don't limit tests to master branch. (Vincent Bernat)
 - [4e97a0bf8488] lib: fix a segfault introduced in ef3707 when freeing an atom (Vincent Bernat)
 - [00e40dba232c] seccomp: add support for seccomp through libseccomp (Vincent Bernat)
 - [bde52887c7f4] systemd: use full path for mkdir/cp (Vincent Bernat)
 - [140e34f05746] systemtap: provide an appropriate tapset (Vincent Bernat)
 - [bdfe41938907] dtrace: add systemtap/DTrace support (Vincent Bernat)
 - [5f7d1cd51fe9] README: explain how to handle VLAN-encapsulated LLDP frames (Vincent Bernat)
 - [f17837f781b0] configure: use a convenience library for fixed point arithmetic (Vincent Bernat)
 - [c0cdd0111f3f] Revert "README: remove inexact paragraph about stacking bonding/vlans/bridges" (Vincent Bernat)
 - [12baf7811f63] linux: fix a regression in how enslaved devices' MAC addresses are retrieved (Vincent Bernat)
 - [dbcb684662e2] event: don't call `netsnmp_check_outstanding_agent_requests()` (Vincent Bernat)
 - [9a4e257b0ad1] priv: use unistd.h to get `close()` (Vincent Bernat)
 - [4565704cef06] configure: remove an extra parenthesis in args.m4 (Vincent Bernat)
 - [4dfe31fd72ad] systemd: install service file using `systemdsystemunit_DATA` (Vincent Bernat)
 - [bdc954b77ada] lib: fix notification by reading one byte at a time from Unix socket (Vincent Bernat)
 - [9d1524b7de1c] systemd: ship lldpd.service file if possible (Vincent Bernat)
 - [41e57d5a8821] lldpd: fix a segfault when a port disappear (Vincent Bernat)
 - [42ea638d61b5] lldpd: small optimization in the expiration process (Vincent Bernat)
 - [ef3707dacfd9] lldpd: make notifications work when a port goes down (Vincent Bernat)
 - [f5a0a15ea37d] linux: add support for team devices (Vincent Bernat)
 - [5813918ade1b] rpc: don't check source MAC settings when it is 0 (Vincent Bernat)
 - [7d758eec2bf7] interfaces: mangle source MAC address on bonds for other OS too (Vincent Bernat)
 - [5347914ef1fc] interfaces: abstract a bit MAC address mangling for bonding devices (Vincent Bernat)
 - [99704cd9b9ff] interfaces: move "mangle" function for bond slaves (Vincent Bernat)
 - [bae18e13c284] lldpcli: remove unused variable (Vincent Bernat)
 - [d7166588be78] lib: update version-info to match previous changes (Vincent Bernat)
 - [2746d430fbcc] bond: reenable the possibility to use a fixed MAC address (Vincent Bernat)
 - [c9703b9640ac] client: move register of bond-slave-src-mac-type to a separate function (Vincent Bernat)
 - [dfbd7185f823] [PATCH| lldpd: use bond slave real mac with locally administered bit set as sour ce man in lldp frames sent on bond slaves (Roopa Prabhu)
 - [87bc6683c602] linux: mangle MAC address for enslaved devices (Vincent Bernat)
 - [96f2411a2bbf] lib: fix parsing of "11542." (Vincent Bernat)
 - [f730f6c5f648] lib: introduce proper fixed point parsing and representation module (Vincent Bernat)
 - [d2c04230fb3a] lib: correctly set altitude unit without erasing neighbouring data (Vincent Bernat)
 - [bec75f842fa4] event: replace `evutil_make_socket_nonblocking()` by an idempotent version (Vincent Bernat)
 - [1e0d651f6ec9] lldpd: invoke `setproctitle_init()` when needed (Vincent Bernat)
 - [5c4fa9bdc202] priv: use `sigaction()` instead of `signal()` to install non-default signals (Vincent Bernat)
 - [82fcdf156dd2] README: on OSX, /etc is a symlink to /private/etc. (Vincent Bernat)
 - [c3f855602d84] osx: make the path to /Library/LaunchDaemons configurable (Vincent Bernat)
 - [352897291cc5] osx: minimize differences with downstream Homebrew formula (Vincent Bernat)
 - [6ed2b9ad9b4f] osx: fix a syntax error in Homebrew formula (Vincent Bernat)
 - [91a63c540e59] osx: patch the installation of launchd plist file for Homebrew (Vincent Bernat)
 - [53c56a7a0fef] osx: don't remove the whole /Library/LaunchDaemons directory on uninstall! (Vincent Bernat)
 - [d0a033727caa] configure: check for `res_init()` before trying other forms. (Vincent Bernat)
 - [ba09084d4764] README: remove inexact paragraph about stacking bonding/vlans/bridges (Vincent Bernat)
 - [25354cf35113] osx: update SHA1 sum for Homebrew recipe (Vincent Bernat)
 - [09587df0ed71] osx: fix postinstall script (Vincent Bernat)
 - [3336988a6ccd] packaging: change `PreReq` to `Requires(pre)` in lldpd.spec (Vincent Bernat)
 - [03b0a19012f9] packaging: update to 0.7.6 (Vincent Bernat)
 - [22f1ea467ef9] README: show how to use tcpdump for troubleshooting (Vincent Bernat)
 - [065732ca3413] priv: correctly declare `priv_cmd` type (Vincent Bernat)
 - [bcde9c0aa535] doc: add a CONTRIBUTE document (Vincent Bernat)
 - [fef34dede19b] linux: define IFALIASZ for old systems (Vincent Bernat)
 - [3a723384557d] lldpd: fix a fd leak when we cannot write the new alias (Vincent Bernat)
 - [015ecdd5f6ac] lldpd: append "was" to an interface description when a neighbor disappear (Vincent Bernat)
 - [bb37268d812b] client: add "configure/unconfigure system interface description" command (Vincent Bernat)
 - [2de09499f87f] lib: `lldpctl_k_config_receiveonly` is a read-only property (Vincent Bernat)
 - [47820fc416cc] interfaces: overwrite interface description with neighbor found (Vincent Bernat)
 - [53d4577a63fd] priv: avoid to leak generic socket (Vincent Bernat)
 - [4ea0565ebd7c] privsep: separate OS specific code to dedicated files (Vincent Bernat)
 - [784077f8b096] redhat: require groupadd/useradd (Vincent Bernat)
 - [31e4e7c6205f] osx: don't repeat `pkg-ref` several times in `distribution.xml` (Vincent Bernat)
 - [4c4e1aef7a51] osx: don't use `domains` tag in `distribution.xml` (Vincent Bernat)
 - [462d8b6c813a] osx: add a way to compile for older versions of OS X (Vincent Bernat)
 - [fa71a00c8b1a] osx: `make pkg` can now build universal binaries (Vincent Bernat)
 - [5b90c4f5c054] osx: don't try to build universal binaries (Vincent Bernat)
 - [42494121e890] configure: remove out-dated instructions to regen autoconf out-of-git (Vincent Bernat)
 - [5e36732de776] snmp: fix a typo in `agent_priv.c` (Vincent Bernat)
 - [e9f4d63c9efa] configure: ensure that osx/scripts are executable (Vincent Bernat)
 - [7298e28fad13] osx: use HTML files instead of RTF for welcome message (Vincent Bernat)
 - [92f5db08c399] osx: simpler instructions in README.md (Vincent Bernat)
 - [b708297cbab9] osx: add a target to build an OSX package (Vincent Bernat)
 - [abacd8d20f8c] configure: fix a typo in the description of `--with-embedded-libevent` option (Vincent Bernat)
 - [e37255a58218] travis: check that we can build lldpd with embedded libevent (Vincent Bernat)
 - [f829effd3fe8] configure: add a flag to force use of embedded libevent (Vincent Bernat)
 - [eea17f742927] debian: update packaging to match downstream (Vincent Bernat)
 - [edc437d94f56] compat: include config.h in compat.h (Vincent Bernat)
 - [28178982aa65] compat: fix strndup (Vincent Bernat)
 - [2523da3af610] NEWS: add an entry about the use of `strndup()` (Vincent Bernat)
 - [7354ec8f2bd0] compat: add `strndup()` compatibility function (Vincent Bernat)
 - [d52cf1d2729f] compat: remove copyright notice for setproctitle() (Vincent Bernat)
 - [c6540ece3ea7] tests: define ck_assert_ptr_eq if check is too old (Vincent Bernat)
 - [46a402c55b96] osx: use SHA1 instead of MD5 in homebrew formula (Vincent Bernat)
 - [1e8952da6db7] check: use `ck_assert_ptr_eq` instead of `ck_assert_int_eq`. (Vincent Bernat)
 - [b0cb07f7ed0b] style: use C99 designated initializers instead of memset() when possible (Vincent Bernat)
 - [444c6862d096] packaging: update to 0.7.5 (Vincent Bernat)
 - [2169efb24f0a] tokenizer: input buffer was too small (Vincent Bernat)
 - [6712d3ec1409] packaging: update packaging (Vincent Bernat)
 - [138121782171] bpf: on OpenBSD, invert the filter direction (Vincent Bernat)
 - [96b97fac65bb] NEWS: add an entry for the use of `setproctitle()` (Vincent Bernat)
 - [f0d215766ac0] compat: declare `setproctitle()` as a printf function (Vincent Bernat)
 - [19ce8130c7f1] debian: build-depends on libbssd-dev (Vincent Bernat)
 - [e7103aff39e2] lldpd: when no `setproctitle()` available, don't count neighbors (Vincent Bernat)
 - [480f1c6130ef] lldpd: count number of chassis to get number of neighbors (Vincent Bernat)
 - [25eb1871461a] lldpd: don't call `lldpd_count_neighbors()` too many times (Vincent Bernat)
 - [66879d46ac2b] build: use libbsd if available, also use `setproctitle()` (Vincent Bernat)
 - [3f70e1182aeb] lldpcli: `configure system platform` to override platform description (Vincent Bernat)
 - [decaec0d8a67] lldpcli: `configure system description` to override chassis description (Vincent Bernat)
 - [994b3371b3b0] lldpcli: split `conf.c` into `conf-system.c` and `conf-lldp.c`. (Vincent Bernat)
 - [48d0a4b0d72e] lldpcli: `configure system interface pattern` instead of `configure lldp iface-pattern` (Vincent Bernat)
 - [a3e0896768d4] libevent: use GitHub git tree (Vincent Bernat)
 - [c11e397a7598] debian: sync packaging with official Debian package (Vincent Bernat)
 - [e39f079a1558] libevent: switch to patches-2.0 branch to get the appropriate automake fix (Vincent Bernat)
 - [8677ddc78172] git: ignore test-driver, generated by recent automake versions (Vincent Bernat)
 - [bea0d76429a2] Fixed some boundary conditions in code that cleans remote ports on ttl expiry. (Roopa Prabhu)
 - [5aeda65433fd] liblldpctl: fix infinite loop when user is reading fixed chunks (Pradosh Mohapatra)
 - [d82342940c39] marshal: fix alignment issue when unserializing (Vincent Bernat)
 - [bea703140788] log: fix memory leak when using a log handler (Vincent Bernat)
 - [a8da18644b17] marshal: don't declare serialize/unserialize helper for string (Vincent Bernat)
 - [02cf0357c916] lldpd: fix an alignment (non-)issue (Vincent Bernat)
 - [bd8a8861df79] lldpcli: don't use an hack to pass the writer to watch callback (Vincent Bernat)
 - [985a4cb5f210] marshal: provide type-specific serialization/unserialization functions (Vincent Bernat)
 - [aba549a82a0f] client: fix a memory leak when changing lldpd configuration (Vincent Bernat)
 - [93afd294af9b] ctl: fix a memory leak when cleaning control socket (Vincent Bernat)
 - [e681c859c6c9] client: trigger interface refresh when updating interface pattern (Vincent Bernat)
 - [e26a25ca4d0e] lib: fix a memory leak when modifying interface pattern (Vincent Bernat)
 - [0093777b2894] lldpcli: document "configure lldp iface-pattern" in manual page (Vincent Bernat)
 - [7e516f104a85] lldpctl.h: document possibility to write iface-pattern (Vincent Bernat)
 - [346a0f6961ba] lldpcli: Add support to set iface-pattern (roopa)
 - [0728cb8205f7] sonmp: allow SONMP unittests to work without a global config (Vincent Bernat)
 - [ea481e370199] man: document tx-hold (Vincent Bernat)
 - [cb5f7399a79f] man: tx-interval cannot be set per port (Vincent Bernat)
 - [c10302a38ece] lldpd: Add tx_hold (roopa)
 - [5920dbf73ae1] lldpcli: don't rely on `fgetln()` providing a NULL-terminated string (Vincent Bernat)
 - [655145c07b89] lldpcli: don't free input line (Vincent Bernat)
 - [d1dc456f990f] lib: keep space for new values in `lldpctl_key_t` (Vincent Bernat)
 - [40116b407603] debian: synchronize packaging with Debian (Vincent Bernat)
 - [e91ca9d0157c] release: prepare 0.7.3 (Vincent Bernat)
 - [a1728b7df077] NEWS: add a word about Solaris support (Vincent Bernat)
 - [b1a8985da685] solaris: less intrusive way to get CMSG_* macros (Vincent Bernat)
 - [815b799b44ed] solaris: assume that IP forwarding is disabled (Vincent Bernat)
 - [c3e340b6be8a] solaris: preliminary support (Vincent Bernat)
 - [d0787f4e65c4] NEWS: add an entry about LLDP-MED fast start. (Vincent Bernat)
 - [486a61330146] lldpcli: allow to enable/disable fast-start and set delay (Vincent Bernat)
 - [d6d42d56f7eb] lldpd: enable fast start by default (Vincent Bernat)
 - [be511d00bf41] lldpd: make fast start work only when receiving LLDP-MED LLDPDU (Vincent Bernat)
 - [b9de0ca613f3] lldpd: fast start support (roopa)
 - [7ba4a1832e43] configure: use `AC_PROG_EGREP` to find a suitable `grep -E` (Vincent Bernat)
 - [ae5cae025029] lib: use uint8_t instead of u_int8_t (Vincent Bernat)
 - [91e0280a7e7d] configure: display configured OS (Vincent Bernat)
 - [885aa4f4aaba] lldpcli: complete the manual page with the syntax of "show statistics" (Vincent Bernat)
 - [d947819daaaa] lldpcli: summary of statistics is done on provided ports only (Vincent Bernat)
 - [048ed9db7ddf] lldpcli: fix two warnings introduced by the previous commit (Vincent Bernat)
 - [adcb76f83ac9] NEWS: add an entry for "show statistics summary" command (Vincent Bernat)
 - [5331eb2d47f0] lldpcli: global stats command (roopa)
 - [1b3eea3d9025] os: add support for DragonFly BSD (Vincent Bernat)
 - [de461f15d788] netlink: fix IP address discovery (Vincent Bernat)
 - [3fc1a10a030f] lldpcli: fix typo in the man page for setting altitude (Vincent Bernat)
 - [45a83f305d67] bsd: don't report a warning when no media information is present (Vincent Bernat)
 - [03ee074db6ca] build: both client and lib may need shipped headers in include/ (Vincent Bernat)
 - [4c758e896ded] fgetln: getline may need _GNU_SOURCE (Vincent Bernat)
 - [bed9f656dc3a] install: install ChangeLog (Vincent Bernat)
 - [21a48c644336] bsd: reorder headers to fix compilation of various BSD (Vincent Bernat)
 - [ef1ae4e787c9] Prepare for 0.7.2 release. (Vincent Bernat)
 - [ced5eed17d20] doc: update NEWS entry for "show statistics" command (Vincent Bernat)
 - [ecb92d57646e] lib: remove unneeded struct for stats in private.h (Vincent Bernat)
 - [012ec0d28893] lldpcli: use human labels for statistics (Vincent Bernat)
 - [ddfbab08bfe5] lldpcli: reuse cmd_restrict_ports() to handle port restriction in "show stats" (Vincent Bernat)
 - [864a7bd519f1] event: add missing <time.h> include (Vincent Bernat)
 - [78356144eeab] lldpcli: Add support to display lldp stats (roopa)
 - [fcc2a75a16e5] Revert "debian: on Debian, don't ship upstart script" (Vincent Bernat)
 - [d5e9611c1cc9] debian: on Debian, don't ship upstart script (Vincent Bernat)
 - [75b0d3c2c502] debian: require dh-autoreconf for autoreconf.mk to be present (Vincent Bernat)
 - [43d109568939] cdp: force CDPv2 protocol with `-ccc` argument (Vincent Bernat)
 - [8a771868ceb8] lldpd: really accepts only 4 neighbors (Vincent Bernat)
 - [3333d2a8a810] lldpd: enforce TTL on remote chassis (Vincent Bernat)
 - [4258966022fc] lldpd: limit the maximum of neighbors per port and per protocol (Vincent Bernat)
 - [426ee11eefd4] README: add a note about executing lldpd without installing it (Vincent Bernat)
 - [e581ec3043d5] lib: fix sync_recv to handle segmentation (Vincent Bernat)
 - [3bd96fcb13a5] test: add an helper to generate many neighbors (Vincent Bernat)
 - [dc21d049d798] lldpd: correctly parse /etc/os-release (Vincent Bernat)
 - [618db74a5ae6] lib: `ctlname` in `lldpctl_conn_t` is not const (Vincent Bernat)
 - [2217afc54e49] lib: bump version-info of liblldpctl for `lldpctl_new_name()` function (Vincent Bernat)
 - [0262adbbcca0] Add a argument to specify the unix control socket (Zang MingJie)
 - [760f35d4bc41] Add autoreconf to call autogen.sh while build deb (Zealot)
 - [e991f5366914] build: also ship ./autogen.sh (Vincent Bernat)
 - [a888bea6f086] build: use the same way as libbsd for version and changelog (Vincent Bernat)
 - [bf49b9c17799] build: try to save current version in `VERSION` (Vincent Bernat)
 - [30d283708fd6] install: remove liblldpctl previous symbolic link (Vincent Bernat)
 - [c3c22d18622f] configure: only match tags starting with a digit for version number (Vincent Bernat)
 - [4c1a8c615221] build: check if libevent as provided by pkg-config is working (Vincent Bernat)
 - [290951985e0b] doc: add documentation about reading /etc/lldpd.conf and /etc/lldpd.d/* (Vincent Bernat)
 - [981ee4fec9fb] interfaces: whitelist an interface before being checking lower (Vincent Bernat)
 - [ee715bf2f9ee] libevent: produce smaller binaries when shipping libevent (Vincent Bernat)
 - [f88442acdee8] lldpcli: possibility to configure tx-delay (Vincent Bernat)
 - [4a22e2c14364] lldpcli: fix exit command (Vincent Bernat)
 - [e15f96d2ae0e] lldpcli: split actions.c in several files (Vincent Bernat)
 - [e688f90f6d38] lldpcli: put port restriction into a commands.c for use in other files (Vincent Bernat)
 - [eb78d6e3d9be] lldpd: discard output of lldpcli (Vincent Bernat)
 - [ba529c82f338] lldpd: pause only if lldpcli has not been disabled (Vincent Bernat)
 - [e4ff3ed5cec2] lldpd: pause at start, unpause through lldpcli (Vincent Bernat)
 - [51534ef3a17f] lldpd: invoke lldpcli at start (Vincent Bernat)
 - [676b4970ddd5] ctl: close control socket on error when connecting (Vincent Bernat)
 - [ade27163aa55] build: lib and client don't need shipped OS specific headers (Vincent Bernat)
 - [6402fd2c61c0] lldpcli: add an option to read commands from files (Vincent Bernat)
 - [80c974a8d66a] Fix some spelling mistakes. (Vincent Bernat)
 - [24a63670e5b6] debian: don't remove inexistent CHANGELOG file (Vincent Bernat)
 - [81e1569c2406] debian: provide a development package for liblldpctl (Vincent Bernat)
 - [14c30a6bf6af] priv: add ability to lock filter on Linux (Vincent Bernat)
 - [2d2d6e9503d9] priv: make inability to set write filter as fatal (Vincent Bernat)
 - [6fd393a2ffe2] priv: create chroot if it does not exist (Vincent Bernat)
 - [e735a3196e17] priv: lock BPF interface on BSD (Vincent Bernat)
 - [72706acd815f] lldpcli: add "help" command in manual page (Vincent Bernat)
 - [9791926353b0] osx: don't include "head" bits in homebrew formula (Vincent Bernat)
 - [593630190cdd] osx: update Homebrew formula with JSON and SNMP support (Vincent Bernat)
 - [01ac27b2a3cd] snmp: workaround unknown value for RONLY (Vincent Bernat)
 - [3abff5ce6dac] marshal: serialization may return 0 and target untouched (Vincent Bernat)
 - [9a6a7f740943] snmp: frame.h is not needed anymore (Vincent Bernat)
 - [aa015c2618ec] clang: additional fixes detected by clang analyzer (Vincent Bernat)
 - [506273e9a272] Small fixes detected by clang analyzer. (Vincent Bernat)

0.7.1 [2013-01-13 00:46:46 +0100]:

 - [a6c894e35018] packaging: update packaging stuff for release (Vincent Bernat)
 - [13b47e2346ad] build: more changelog drama (Vincent Bernat)
 - [ceb3792235a3] systemd: don't use SOCK_CLOEXEC (Vincent Bernat)
 - [6475817e06e0] event: replace obsolete `sigignore()` by `signal()` (Vincent Bernat)
 - [bf74bdaf318d] doc: new homepage for lldpd (Vincent Bernat)
 - [835c9df64b90] compat: add `strnlen()` which may be absent on some older systems (Vincent Bernat)
 - [35b64151e9d1] bsd: compatibility with systems that do not have interface descriptions (Vincent Bernat)
 - [d53240cdf026] build: fix changelog generation (Vincent Bernat)
 - [29e300e5ab4a] osx: add an homebrew formula (Vincent Bernat)
 - [0339b9a2e1cd] configure: compatibility with automake 1.12 (Vincent Bernat)
 - [6a8ed6603229] autogen: don't use readlink -f (Vincent Bernat)
 - [bb1666fe512e] autogen: allow to override commands used (Vincent Bernat)
 - [547e7dc09403] dmi: implementation for Mac OS X. (Vincent Bernat)
 - [e66b7f34ca14] Mac OS X support. (Vincent Bernat)
 - [4e8e0fd4324a] build: add tag date in changelog (Vincent Bernat)
 - [cdf67f33be48] priv: mirror the exit status of the child (Vincent Bernat)
 - [322aafc99739] debian: add systemd support (Vincent Bernat)
 - [8172214fa00b] lldpd: remove uncleaned control socket when noone is listening (Vincent Bernat)
 - [2591639f6f81] debian: provide an upstart job (Vincent Bernat)
 - [2b35e2d075da] README: mention multi-OS support (Vincent Bernat)
 - [b210a6170020] debian: update Debian packaging. (Vincent Bernat)
 - [a5d1ce7553c8] redhat: fix Redhat packaging (Vincent Bernat)
 - [0eb9ad161b5c] redhat: update lldpd.spec (Vincent Bernat)
 - [80771ccb88b5] build: fix generation of ChangeLog (Vincent Bernat)

0.7.0 [2013-01-06 14:06:19 +0100]:

 - [25272118a034] lldpcli: add a "help" command. (Vincent Bernat)
 - [852728bc7793] lldpcli: fix "source unknown" for Dot3/LLDP-MED power. (Vincent Bernat)
 - [07f2c5678ec0] lldpcli: don't rely on `rl_delete_text()` (Vincent Bernat)
 - [35f6f4fb7360] lldpcli: make readline library optional. (Vincent Bernat)
 - [23e7fa38bd58] lldpcli: switch to GNU Readline. (Vincent Bernat)
 - [86b5c6fb48a4] event: trigger the main iteration when starting the main loop. (Vincent Bernat)
 - [048355f33558] lldpcli: ensure `conn` is initialized to NULL to avoid a compiler warning (Vincent Bernat)
 - [552502a43d93] lldpcli: don't propose configure for options not compiled (Vincent Bernat)
 - [c1173aa81a20] lib: fix a compilation problem when LLDP-MED or Dot3 were disabled (Vincent Bernat)
 - [c84c43ed9cbc] redhat: also ship lldpcli (Vincent Bernat)
 - [3f3e636cfb45] redhat: add libedit-devel for RPM distros as well (Vincent Bernat)
 - [ef28b72f8069] debian: also add libedit-dev as a dependency (Vincent Bernat)
 - [e0da4f391e32] travis: add libedit-dev in the dependencies (Vincent Bernat)
 - [fdc876d63596] lldpcli: let libedit install its own signal handlers (SIGWINCH) (Vincent Bernat)
 - [95a17bbc07eb] Merge branch 'feature/1/cli' (Vincent Bernat)
 - [9cac8fed5db1] doc: fix doxygen warnings and don't parse include/linux (Vincent Bernat)
 - [68e382123271] configure: detect libedit without pkg-config (Vincent Bernat)
 - [40d50aa35cbb] build: no need to save CFLAGS LDFLAGS when testing libevent (Vincent Bernat)
 - [a8be34bae896] lldpcli: accept a command from the command line arguments (Vincent Bernat)
 - [9777261948ae] lldpcli: fix manual page about specifying ports. (Vincent Bernat)
 - [fe80711eda57] lldpcli: rename lldpctl to lldpcli. (Vincent Bernat)
 - [0a138003b697] lldpctl: remove "unconfigure" commands (not implemented) (Vincent Bernat)
 - [9a775667baec] lldpctl: add a CLI (Vincent Bernat)
 - [6fcf11caf862] lib: add a function to retrieve a map (Vincent Bernat)
 - [1a6df50ef4ce] lib: fix a memory leak when setting LLDP-MED ELIN number (Vincent Bernat)
 - [959a54d447eb] event: make levent_send_now() work again (Vincent Bernat)
 - [a0665efae40a] NEWS: add a word about detecting interface changes (Vincent Bernat)
 - [a4c33103e900] *bsd: listen on PF_ROUTE socket to get interface changes (Vincent Bernat)
 - [aa313f2a78c4] event: avoid socket leak if we cannot register netlink socket (Vincent Bernat)
 - [579bedd5494c] event: use a separate event timer for each port (Vincent Bernat)
 - [34e7d3573540] lldpd: remove unused `g_lastsent` (Vincent Bernat)
 - [47862f89afec] marshal: ensure that two identic structures are serialized in the same way (Vincent Bernat)
 - [2565eae6c19d] NEWS: add a word about NetBSD support (Vincent Bernat)
 - [c258a053f9bb] interfaces: correctly detect link down interfaces (Vincent Bernat)
 - [0484f180fafd] netlink: listen to netlink changes to trigger interface updates (Vincent Bernat)
 - [bfdc2a8c2b08] lldpd: cleanup phase is done in `update_local_ports()` (Vincent Bernat)
 - [281a5cd416ee] global: fix some issues detected by cppcheck (Vincent Bernat)
 - [1dfac34651aa] lib: use strlcpy and snprintf instead of strcpy and sprintf (Vincent Bernat)
 - [8a48b0132b9f] openbsd: add DMI information (Vincent Bernat)
 - [fc8ccb0fffa5] openbsd: don't use BIOCSSEESENT with OpenBSD (Vincent Bernat)
 - [4f266697a1a5] freebsd: add DMI support (Vincent Bernat)
 - [70c9cb05ff14] priv: open special call is only needed for Linux (Vincent Bernat)
 - [8dab56982450] Add NetBSD support. (Vincent Bernat)
 - [d60d0bd7c99f] interfaces: put the appropriate aggregation ID when an interface is enslaved (Vincent Bernat)
 - [fdabbf8ed7cd] ctl: fix previous partial commit about unix path max length (Vincent Bernat)
 - [f373225ac654] ctl: don't use a #define to define size, use sizeof() (Vincent Bernat)
 - [690b944cc01b] OpenBSD support. (Vincent Bernat)
 - [4e5f34c5231a] freebsd: make it compile and work on real FreeBSD systems (Vincent Bernat)
 - [63aebf55ecee] freebsd: link aggregation only works from FreeBSD 9.1. (Vincent Bernat)
 - [242845c75482] freebsd: correctly check if routing is enabled (Vincent Bernat)
 - [d56bb3bd6cf8] build: allow more modern coding style with empty initializers (Vincent Bernat)
 - [fda729fd1232] Add support for FreeBSD. (Vincent Bernat)
 - [22e8cd65738d] interfaces: sending/receiving on raw interfaces is OS specific (Vincent Bernat)
 - [88bc404fec75] interfaces: setting up raw interface with BPF filter is OS specific (Vincent Bernat)
 - [adbb6e54c36c] interfaces: abstraction of interfaces/devices (Vincent Bernat)
 - [2fafbd309cac] netlink: fix bogus alignment warnings (Vincent Bernat)
 - [2d1fe392f355] frame: mark with `(void)` when we don't check for result of PEEK/POKE (Vincent Bernat)
 - [072f743c2660] ctl: fix alignment issue (Vincent Bernat)
 - [0e940d8ddac5] marshal: respect GCC strict-aliasing rule (Vincent Bernat)
 - [184bd1993249] interfaces: disable the use of ioctl for bridges (Vincent Bernat)
 - [5d6aba3e3a87] build: ensure _GNU_SOURCE is defined early (Vincent Bernat)
 - [2516cfb1d6d4] build: ship a include/ directory (Vincent Bernat)
 - [c557a63b6a17] interfaces: harmonize arguments of detection functions (Vincent Bernat)
 - [3e2e693ca5ca] lldpd: fix debug message when discarding a received frame (Vincent Bernat)
 - [f6c4ca4b8f8c] interfaces: handle correctly VLAN inside VLAN inside bridges inside bonds (Vincent Bernat)
 - [e12c2365d18e] interfaces: switch to Netlink to gather interface-related information (Vincent Bernat)
 - [d902e68880f1] build: make autogen.sh a little bit more generic (Vincent Bernat)
 - [0ac0576e3b65] build: use a simplified autogen.sh script (Vincent Bernat)
 - [34e8e83f88f9] libevent: use a git submodule (Vincent Bernat)
 - [0dee00a2c59c] travis: workaround the fact that Travis images are not always up-to-date (Vincent Bernat)
 - [8b7150e4d936] lldpctl: new JSON output (Vincent Bernat)
 - [ee23a74f24a3] log: remove extra linefeeds from log_*() and fatal*() calls (Vincent Bernat)
 - [43b82d6eb660] NEWS: add a mention about the fact we can filter debug logs (Vincent Bernat)
 - [9e5d99d4ea52] log: add -D option to filter out debug logs (Vincent Bernat)
 - [6f8925bed5a1] log: convert LLOG_* to log_* and add more debug logs (Vincent Bernat)
 - [be6db89386e1] snmp: don't send traps when SNMP is not enabled (Vincent Bernat)
 - [26fa5d1793cf] log: prefix logs with a token to allow filtering (Vincent Bernat)
 - [c9429a4256d3] log: enhance logging output (Vincent Bernat)
 - [d889b7ce37a2] compile: remove a warning about uninitialized struct (Vincent Bernat)
 - [1e1409746c8d] Update to libevent 2.0.21. (Vincent Bernat)
 - [46baf62775ea] lldpd: add possibility to disable LLDP (Vincent Bernat)
 - [181351d6bfdd] lldp: fix parsing of LLDP pair control (Vincent Bernat)
 - [b2b9498cf7e4] build: don't use a comment at start of rule (unportable) (Vincent Bernat)
 - [e44320fdaacd] build: build an empty changelog if not available (Vincent Bernat)
 - [92b3c20a991b] redhat: don't build SNMP support on CentOS (Vincent Bernat)
 - [373ebf556453] lib: silent some compiler warning about unitialized value (Vincent Bernat)
 - [7e431dafbdb8] build: install ChangeLog in /usr/share/doc (Vincent Bernat)
 - [b21606074250] debian/redhat: update packaging (Vincent Bernat)
 - [ba93c521b3b2] interfaces: don't listen to enslaved interface until master interface has been configured (Vincent Bernat)
 - [6c5861233e6b] build: use AC_PROG_CC_C99 instead of -std=gnu99 (Vincent Bernat)
 - [2026447359d1] display: fix display of various Dot3 advertised links (Vincent Bernat)
 - [f793b28b330c] libevent: upgrade embedded copy to 2.0.20. (Vincent Bernat)
 - [5fa8eaa5917d] const: fix a type in LLDP_DOT3_MAU_100BASET2FD (Vincent Bernat)
 - [a254a33eff08] travis: use only two sets of configure options and check "distcheck" and "install" targets (Vincent Bernat)
 - [1e388a697bb8] build: fix compilation without LLDP MED (Vincent Bernat)

0.6.1 [2012-09-04 21:10:49 +0200]:

 - [a5cf540cbcf7] build: move manual page next to the source code (Vincent Bernat)
 - [ef9d4476b135] build: add author name and commit hash in generated changelog (Vincent Bernat)
 - [25de85a4f938] snmp: add lldpRemTablesChange notification (Vincent Bernat)
 - [14052b619757] lldpd: add proper insert/delete/ageout counters (Vincent Bernat)
 - [8843f1689739] general: use "TX interval" instead of "TX delay" to be more coherent with the MIB (Vincent Bernat)
 - [94d2efe55a26] doc: add appropriate titles to groups in lldpctl.h (Vincent Bernat)
 - [b1eceab615bf] doc: polish documentation of liblldpctl (Vincent Bernat)
 - [d79c3de4ed9a] tests: fix tests compilation (Vincent Bernat)
 - [011355532558] build: fix "make dist" (Vincent Bernat)
 - [47287a61f1ab] lldpctl: add the possibility to force lldpd to start the main loop now (Vincent Bernat)
 - [8729d69f28a7] lldpctl: allow to display global configuration of lldpd (Vincent Bernat)
 - [8ec333bd2826] lldpd: move configuration stuff into a dedicated structure (Vincent Bernat)
 - [e5b5db2463f0] lldpctl: just require access to the socket for actions, not root priv (Vincent Bernat)
 - [74e0080ed1a0] marshal: don't marshal the list of chassis (Vincent Bernat)
 - [0f957f3abc06] ctl: fix reception of several messages at once (Vincent Bernat)
 - [be9696919434] ctl: don't serialize notification if no client needs it (Vincent Bernat)
 - [82374540f765] ctl: increase maximum message size to 512 KB (Vincent Bernat)
 - [4e90a9e0b465] lldpctl: add a "-w" option to watch neighbor changes (Vincent Bernat)
 - [e0478a46c5c9] client: use libevent's bufferevent infrastructure to handle clients (Vincent Bernat)
 - [4b292b556534] Separate daemon and client code. Provide a client library. (Vincent Bernat)
 - [31093dd92095] dist: provide a complete changelog (Vincent Bernat)
 - [5fb6f53b1d9c] privsep: copy errno before sending it (Vincent Bernat)
 - [f00bebf686b0] redhat: properly restart lldpd on upgrade (Vincent Bernat)
 - [06f9c307dd73] snmp: remove extra '\n' at the end of SNMP log message (Vincent Bernat)
 - [198bbe4085ab] lldpd: demote "unable to guess" to debug (Vincent Bernat)
 - [595184b05260] lldpd: disable SIGPIPE signal (Vincent Bernat)
 - [c461e5dac8cd] configure: cleanup libevent integration (Vincent Bernat)
 - [96e49a40c6c0] Add a `-v` flag to just get version number. (Vincent Bernat)
 - [c882a2cf0c1e] State that the license is usually referred as the ISC license. (Vincent Bernat)
 - [2e91d1a1a0f9] lldpd: listen on Unix socket before forking (Vincent Bernat)

0.6.0 [2012-05-04 22:22:56 +0200]:

 - [eb8e3096a4fe] automake: libevent.la is not a convenience library (Vincent Bernat)
 - [2a836f02ede4] client: fix unused variable when LLDPMED support is not compiled (Vincent Bernat)
 - [01d467defd2f] marshal: use zero-sized array instead of flexible arrays (Vincent Bernat)
 - [5fd6695c090d] Don't mix declarations and statements. (Vincent Bernat)
 - [3685a1f74204] configure: don't check for SLIST_* stuff: we don't use them (Vincent Bernat)
 - [219c432e6df0] snmp: only call run_alarms() on SNMP timeouts (Vincent Bernat)
 - [dc20dd45edc3] configure: make ./autogen.sh non recursive (Vincent Bernat)
 - [223227c8f8d0] configure: use AC_PROG_CXX macro (Vincent Bernat)
 - [ea87eb6dc6cb] configure: always configure libevent to make "make dist" work (Vincent Bernat)
 - [257db8858ee7] ctl: no need to keep a list of active clients (Vincent Bernat)
 - [29fc2d4df9c0] Really ship libevent. (Vincent Bernat)
 - [e5c9465245e4] Ship an embedded copy of libevent. (Vincent Bernat)
 - [f9f801e050ec] configure: don't test for XML2 linking, useless (Vincent Bernat)
 - [19d42b5579ce] configure: remove old unwanted cruft (Vincent Bernat)
 - [75b15cd92ced] configure: drop dependency with libtool (Vincent Bernat)
 - [5b4cd8459dcb] configure: enable compilation of a libevent archive (Vincent Bernat)
 - [68b375c3eacc] Update changelog, travis and packaging for libevent (Vincent Bernat)
 - [d6e889b6888b] lldpd: switch to libevent loop (Vincent Bernat)
 - [1daca82702fb] configure: upgrade to libevent 2.x (Vincent Bernat)
 - [8beb9a73b624] Integration of libevent into the build system. (Vincent Bernat)
 - [b1f816cc30ec] lldpd: on exit, remove remote ports before removing local ones (Vincent Bernat)
 - [d938c51f1240] lldpd: fix chassis copy (Vincent Bernat)
 - [3f0d19bb5a7a] valgrind: initialize some buffers to make valgrind happy (Vincent Bernat)
 - [396cfdfee8b3] When running on valgrind, don't chroot or drop privileges (Vincent Bernat)
 - [ce05de5422c8] travis: add Travis CI link to README (Vincent Bernat)
 - [5345fe05fa8a] tests: when Dot3 feature is disabled, MFS is not transmitted (Vincent Bernat)
 - [f15d3950df21] Allow compilation without Dot1. (Vincent Bernat)
 - [3b5c1f554153] travis: use apt-get instead of aptitude (Vincent Bernat)
 - [998c1acbfe7f] travis: use provided configure argument (Vincent Bernat)
 - [fccbb8cb7f34] Integration with Travis CI (Vincent Bernat)
 - [d4e4c80427cf] mgmt: allow one to provide a pattern to specify management addresses (Vincent Bernat)
 - [2135cce18f63] Update CHANGELOG with entry about management addresses. (Vincent Bernat)
 - [af3caa3bab79] snmp: add support for IPv6 management addresses (Vincent Bernat)
 - [2eec55408cb9] snmp: fix SNMP support for management addresses (Vincent Bernat)
 - [c6a7d3e4a753] edp: ensure we don't add the same address over and over (Vincent Bernat)
 - [5fb27919d237] mgmt: free management addresses when freeing the chassis (Vincent Bernat)
 - [400c64838953] edp: steal IP addresses from the received chassis instead of copying them (Vincent Bernat)
 - [f1e5d0cd3a20] cdp: allow to send several IP addresses (Vincent Bernat)
 - [e6b36c8751d1] Support for multiple IPv4/IPv6 management addresses. (João Valverde)
 - [60e33aec988f] tests: fix location of .h files (they are in top_srcdir, not in top_builddir) (Vincent Bernat)
 - [a9317c745c46] lldpd: add a better error message when we cannot create the unix socket (Vincent Bernat)
 - [4593c0dc0124] configure: automatically compute version from git (Vincent Bernat)
 - [ba5116b5f59d] lldpd: add interface to message about unguessable frame type (Vincent Bernat)
 - [c520cb1446b2] lldpd: do not stay stuck in the receive loop (Vincent Bernat)
 - [350cd69596ae] snmp: better integration of SNMP logging subsystem (Vincent Bernat)
 - [d4afb919c2cb] cdp: allow to override value of platform TLV (Linux by default) (Vincent Bernat)
 - [617233512778] redhat: make the init script compatible with RHEL < 5 (Vincent Bernat)
 - [6578dc6a7cc8] marshal: circumvent cast alignment problems using memcpy (Vincent Bernat)
 - [0c0991d8ced8] tests: when comparing port ID and chassis ID, uses strncmp (Vincent Bernat)
 - [14c929401cf3] Use %zu for printf() when argument is of kind size_t. (Vincent Bernat)
 - [5339e725f4e7] Add a flag to specify which interfaces to use for chassis ID. (Vincent Bernat)
 - [b4ac808343b7] Change the way Chassis ID is assigned. (Vincent Bernat)
 - [566c635dd605] lldpd: remove unneeded forward declarations (Vincent Bernat)
 - [31ee070d4a0f] interfaces: remove unneeded forward declarations (Vincent Bernat)
 - [9c43aeb47ed9] lldpctl: add a flag to display hidden ports (Vincent Bernat)
 - [da92cd5754c3] Update CHANGELOG with actual changes from 0.5.6. (Vincent Bernat)
 - [2c86e3103159] Provide a .gitignore. (Vincent Bernat)
 - [0c79e036b012] Add missing lldpctl.h header file (Vincent Bernat)
 - [132d1e41c368] Use LIBADD instead of LDADD when appropriate. (Vincent Bernat)
 - [e49b274abcb2] Compilation fixes when disabling some part of lldpd (Vincent Bernat)
 - [f6d206319b2f] Major rewrite: rewrite lldpd/lldpctl communication mechanism (Vincent Bernat)
 - [6bf5e749dffa] marshal: fix list marshalling and various other changes (Vincent Bernat)
 - [4d1a5b391098] core: SMART_HIDDEN macro does not really need the configuration (Vincent Bernat)
 - [1e71c30bf070] Point to appropriate LLDP page on Wikipedia instead of disambiguation page. (Vincent Bernat)
 - [8d72aaa09c19] configure: fix an issue with netsnmp_enable_subagent detection (Vincent Bernat)
 - [305e061cbc5e] marshal: add a way to ignore a pointer (setting it to NULL) (Vincent Bernat)
 - [ca4ed9da4720] marshal: handle fixed-size strings (Vincent Bernat)
 - [da7811412516] marshal: allow to specify null-terminated strings (Vincent Bernat)
 - [5e73393be53d] marshal: use shorter macro names (Vincent Bernat)
 - [db3235553830] Add a new serialization engine. (Vincent Bernat)
 - [f3324c93b101] tests: only compile check_snmp if SNMP support is available (Vincent Bernat)
 - [f70081478cb1] snmp: ensure single inclusion of agent.h header (Vincent Bernat)
 - [4e22da4ce3a0] snmp: add unit tests (Vincent Bernat)
 - [902d0d2ecf34] tests: Simplify Makefile.am (Vincent Bernat)
 - [2da3280e895c] Start branch 0.6. (Vincent Bernat)
 - [077f76011035] snmp: factorisation of agent_h_*med*() functions (Vincent Bernat)
 - [14e9519eb3ec] snmp: factorisation of local/remote port handlers (Vincent Bernat)
 - [f645906c8361] snmp: factorisation of local/remote handlers (Vincent Bernat)
 - [e8c9b6bba8a8] snmp: use a header_*indexed function for local management address (Vincent Bernat)
 - [26836a43d2f2] snmp: rework indexing (Vincent Bernat)

0.5.7 [2012-02-29 23:14:41 +0100]:

 - [a8b66dd39ca5] lldpd: do not stay stuck in the receive loop (Vincent Bernat)
 - [c1232d59d6f3] Add previous change to changelog. (Vincent Bernat)
 - [314e1fe612f8] configure: fix an issue with netsnmp_enable_subagent detection (Vincent Bernat)

0.5.6 [2012-01-16 16:16:39 +0100]:

 - [ceb406ad5d4d] Next release for this branch is 0.5.6. (Vincent Bernat)
 - [3b3a1960916d] Continuation of the previous patch. (Vincent Bernat)
 - [58ebf59ee542] frame.h uses very generic memeber names that resusts in conflicts with other defines (Shuah Khan)
 - [51c72e7202ae] snmp: turn the "try next OID" code block into a macro to avoid errors (Vincent Bernat)
 - [a2606cac2d73] core: optimize BPF filter (Vincent Bernat)
 - [ab2d1c1f1ffa] configure: check more SNMP stuff. (Vincent Bernat)
 - [3bfd57f32cbf] Whitelisted driver is not a very informative information. Remove it. (Vincent Bernat)
 - [10935633f43a] Add a whitelist for some drivers (currently: dsa and veth) (Vincent Bernat)
 - [683b17107239] Don't send MFS equal to 0. (Vincent Bernat)
 - [edcce8ce3b1a] cdp: send native VLAN only with CDPv2 (Vincent Bernat)
 - [2a19e9ea23f5] cdp: send native VLAN TLV (Vincent Bernat)
 - [aff85bf3b248] cdp: allow reception of native vlan (Vincent Bernat)
 - [de4092b57aea] /trabmission/tranmission/ (Christopher Johnston)
 - [dc5e2a1dbb0e] Export TZ=/etc/localtime to fix timestamps. (Vincent Bernat)
 - [21d89e7d2119] Spelling corrections (Vincent Bernat)

0.5.5 [2011-11-06 10:24:28 +0100]:

 - [fbda1f9f672e] Fix a missing semi colon. (Vincent Bernat)
 - [cab1ed92266b] Prepare 0.5.5 release. (Vincent Bernat)
 - [5abfffc2ff65] Extend whitelist with possibility to blacklist. (Vincent Bernat)
 - [bf89e7e06467] Fix a segfault when neither /etc/os-release not lsb_release is available. (Vincent Bernat)
 - [a8818344897d] Don't pack struct hmsg since we are not able to do unaligned access on some archs. (Vincent Bernat)
 - [0265b1e5bdb0] dmi: only enable DMI for x86 platforms (Vincent Bernat)
 - [55606d4bf4a0] lldpd: Only grab DMI information once. (Vincent Bernat)
 - [1066729b4f27] snmp: use a 16-bit checksum, not a 15-bit one. (Vincent Bernat)
 - [fbb9deaa30a2] snmp: Dot1 PI support, contributed by Shuah Khan (Vincent Bernat)
 - [dccc6964d2b4] SNMP: Dot1 PPVID, PPVLAN and VLANID support, contributed by Shuah Khan (Vincent Bernat)
 - [de5ce8377899] [check] Add length when encoding Dot1 PI TLV (Vincent Bernat)
 - [bc99d796ad6f] IEEE 802.1 2005 TLV Unit tests (Shuah Khan)
 - [f17501b6de29] Add support of PPVID and PI in changelog (Vincent Bernat)
 - [69de42c471c9] [lldpctl] Fix PVID value when displaying VLANs. (Vincent Bernat)
 - [48acfcaf0861] Some fixes for PPVID and PI. (Vincent Bernat)
 - [5a9cb3db451a] [configure] Fix a typo in help message (Vincent Bernat)
 - [9757bfbcde09] IEEE 802.1 2005 TLV enhancement - PPVID and PI added (Shuah Khan)
 - [676d46b92d29] Fix - lldpd netsnmp sub-agent segfaults when null write_method is passed in (Shuah Khan)
 - [84e06882c89c] Fix key/value output was incorrect when an interface name contains a dot. (Vincent Bernat)
 - [e1933880be0d] cdp: Add CDP_CAP_HOST to outgoing CDP packets (Vincent Bernat)
 - [a9db9b440e10] lldpd: update software version to match man page (Dean Hamstead)
 - [0a36d97b918c] lldp: ensure that boolean values are really boolean (Vincent Bernat)
 - [126286825f6e] ifaddrs: remove unused variable (Vincent Bernat)

0.5.4 [2011-07-02 20:09:58 +0200]:

 - [c06e1135e27f] Release 0.5.4. (Vincent Bernat)
 - [ba85f9f40055] Add a way to specify which interfaces lldpd should listen to. (Vincent Bernat)
 - [195bb7a9c430] README is now README.md. Update Makefile.am. (Vincent Bernat)
 - [5f415bc72ea1] Remove an unused variable. (Vincent Bernat)
 - [e02afca4ee65] Add changelog entry for use of /etc/os-release (Vincent Bernat)
 - [ae87586a12ea] Add support to read /etc/os-release for system information. (Michael Tremer)
 - [514341259194] Update ISC license wording. (Vincent Bernat)
 - [00402c76dc26] Translate README into its markdown equivalent (Vincent Bernat)
 - [f226ec5da741] Suppress a new warning from GCC 4.5 (unused value). (Vincent Bernat)
 - [09721cce9a9e] Move 802.3af/802.3at changelog entry in the appropriate section. (Vincent Bernat)
 - [608cb51caa7d] Add support for 802.3at. (Vincent Bernat)
 - [5ee26cbadd30] Add changelog entries about 802.3af/Dot3 POE-MDI support. (Vincent Bernat)
 - [42ee7382e54a] Allow to set Dot3 POE-MDI TLV from lldpctl. (Vincent Bernat)
 - [befbdf892b0e] Add initial Dot3/802.3at support (Vincent Bernat)
 - [3fd015c03942] Move Dot3 MAC/Phy stuff into a separate structure. (Vincent Bernat)
 - [05eacc7ad702] Allow root to change configuration of lldpd when lldpctl has suid set (Vincent Bernat)

0.5.2 [2010-10-09 16:57:45 +0200]:

 - [edbf114ebe30] Prepare for release (0.5.2). (Vincent Bernat)
 - [33aa26d093e0] Add AM_MAINTAINER_MODE macro to configure.ac. (Vincent Bernat)
 - [3e549e5276dc] Add autogen.sh from buildconf. (Vincent Bernat)
 - [5e64a80e0c5b] Add receive-only mode switch "-r" to usage() (Vincent Bernat)
 - [537a8043c831] Add a receive-only mode with "-r" switch. (Vincent Bernat)
 - [6b41bbd35d40] Hide unwanted remote ports just after receiving information about them. (Vincent Bernat)
 - [8482abe91c08] More flexible smart mode and new default. (Vincent Bernat)
 - [afcb570e8bad] Fix AX_CFLAGS_GCC_OPTION to make it work with autoconf 2.67. (Vincent Bernat)
 - [e5c5ae41249f] Patch to keep wifi and bridge cap when updating chassis. (Vincent Bernat)
 - [a37f8fd665f3] Harden lldpd with the use of RELRO and NOW linker options. (Vincent Bernat)
 - [978364976bae] Reenable SNMP support on Fedora 13. (Vincent Bernat)
 - [d2879532e899] [lldpctl] Fix a spelling error (Vincent Bernat)
 - [93d25046b36b] Sync Debian packaging with official packaging. (Vincent Bernat)
 - [8e555861641d] Provide an initscript targetted at SuSE. (Vincent Bernat)
 - [d4eaf172a79a] Avoid linking lldpd to libxml2 and lldpctl to libnetsnmp. (Vincent Bernat)
 - [ee979e27b31b] net-snmp/agent/utils_func.h header is useless in agent_priv.c (Vincent Bernat)
 - [053d99780e66] Fix compilation with RHEL 5. (Vincent Bernat)
 - [d623a64a778a] Fix .spec for SuSE. (Vincent Bernat)
 - [7b166df3350d] Fix compilation on RHEL and Fedora 13. (Vincent Bernat)
 - [2ceb9bb73659] Be compatible with RHEL4. (Vincent Bernat)

0.5.1 [2010-06-10 17:09:03 +0200]:

 - [445cc3360175] Prepare for release. (Vincent Bernat)
 - [42b39485ea61] Add smart mode support. (Vincent Bernat)
 - [ea67aa3f120a] Revert "configure: try to use -Wl,--as-needed if possible" (Vincent Bernat)
 - [24f27a98b963] Add prototype for lldpd_get_lsb_release(). (Vincent Bernat)
 - [abcbb8205d2d] Group together related configuration information. (Vincent Bernat)
 - [c036b15d68ec] If available, use the output of lsb_release for system description. (Vincent Bernat)
 - [4ea508095301] Don't check CDP checksums. (Vincent Bernat)
 - [4969720835ba] Listen on VLAN using an appropriate BPF filter and VLAN decapsulation. (Vincent Bernat)
 - [0dced9547193] Remove "listen on VLAN" feature. (Vincent Bernat)
 - [01b911bccfa2] configure: try to use -Wl,--as-needed if possible (Vincent Bernat)
 - [20ffcb8e5e37] lldpd.spec: requires openssl since it is required by net-snmp (Vincent Bernat)
 - [44cd2bed8ee0] Make AM_SILENT_RULES optional. (Vincent Bernat)
 - [06db36081491] Fix additional alignment issues for ARM platform. (Vincent Bernat)
 - [dd098289040b] Fix an unaligned access when chassis ID is an IP address. (Vincent Bernat)
 - [2d2f913b8d83] Fix AC_CHECK_DECLS macro in configure.ac (Vincent Bernat)
 - [18c13faa4202] Don't try to guess FD_SETSIZE correct value when cross-compiling. (Vincent Bernat)
 - [5b3214aabd81] Revert "Blacklist VMWare interfaces (as per ticket #40)." (Vincent Bernat)
 - [91eb6d5df809] Blacklist VMWare interfaces (as per ticket #40). (Vincent Bernat)
 - [58fe61281715] Ignore interfaces with no queue. (Vincent Bernat)
 - [fde7a7ce13b5] Typo in usage string of lldpd (Vincent Bernat)
 - [0765b92dd357] Add an entry to the manual page for -S option. (Vincent Bernat)
 - [40ce835b083c] Add -S <system_description> override. (Stig Thormodsrud)
 - [999509a3bdf6] Add a new output for lldpctl: keyvalue. (Vincent Bernat)
 - [8e44f2dca1e8] Add SNMP support of lldpXMedPoE stuff. (Vincent Bernat)
 - [4c0d271570c4] List MDI/PSE and MDI/PD as an available LLDP-MED capability for the chassis. (Vincent Bernat)
 - [a711a821317d] Update unittests for LLDP-MED POE-MDI TLV. (Vincent Bernat)
 - [0d6062891f66] Add a CHANGELOG entry about setting LLDP-MED POE-MDI from lldpctl. (Vincent Bernat)
 - [009ddd234e6e] Allow to set LLDP-MED POE-MDI TLV from lldpctl. (Vincent Bernat)
 - [6d08df0e25d0] Move LLDP-MED POE stuff into a dedicated structure. (Vincent Bernat)
 - [1dcd46651f69] Add SNMP support for lldpXMedRemLocationTable. (Vincent Bernat)
 - [83b86bbdfd83] Merge branch '38-lldpmed-network-policy' (Vincent Bernat)
 - [fd6aa9a3331b] Add SNMP support for lldpXMedLocMediaPolicyTable. (Vincent Bernat)
 - [fdbe55a6c1d7] Ensure that documentation is installed in the right place. (Vincent Bernat)
 - [cefbc419479e] Fix installation of CHANGELOG file in lldpd.spec. (Vincent Bernat)
 - [d8141686d862] Adapt unittests to consider LLDP-MED network policy TLV. (Vincent Bernat)
 - [40d6a8d28719] Add proper credit in CHANGELOG for network policy. (Vincent Bernat)
 - [858df54cb603] Add a CHANGELOG entry about setting network policy from lldpctl. (Vincent Bernat)
 - [b258db587f3e] Allow lldpctl to set both location and policy at the same time. (Vincent Bernat)
 - [86f24df3359c] Allow to set LLDP-MED network policy TLV from lldpctl. (Vincent Bernat)
 - [93108f71542c] Initialize changelog for 0.5.1. (Vincent Bernat)
 - [630b4134e8ca] Fix hang issue in select() loop with SNMP. (Vincent Bernat)
 - [0c877af0a363] Allow to force a protocol. (Vincent Bernat)
 - [b162b740d17a] Add specifically a "-h" switch for lldpd and lldpctl (Vincent Bernat)
 - [a8d659bd15b0] Add "format" option. (Vincent Bernat)
 - [8347587da1c2] Use some conditionals to display some command line options. (Vincent Bernat)
 - [531326167f0d] Add a summary of available options in usage() of lldpd and lldpctl (Vincent Bernat)

0.5.0 [2010-03-13 22:18:03 +0100]:

 - [c8851c73b1f7] Update README with the latest information (Vincent Bernat)
 - [7966933d3ff4] After displaying PVID, close the section tag. (Vincent Bernat)
 - [c3bab3edcb8e] Add XML support for Redhat as well. (Vincent Bernat)
 - [0c39338e283e] Compile with XML enabled for Debian. (Vincent Bernat)
 - [aadc99360ba5] Remove unused chassis in lldpd_cleanup() instead of lldpd_port_cleanup(). (Vincent Bernat)
 - [bc598c23dc61] Retrieve FD_SETSIZE in a sane environment. (Vincent Bernat)
 - [9df5ec3d7836] Increase refcount of the local chassis when a new port is created. (Vincent Bernat)
 - [4f6020424f33] Add a CHANGELOG entry for XML output functionality. (Vincent)
 - [a1c57ef29aca] Fix wrong age display. (Andreas Hofmeister)
 - [95e3bdf5fd03] Use LLOG_WARNX in xml_writer.c and remove superfluous newlines. (Andreas Hofmeister)
 - [3822145901cc] Add the text output label as "label" attribute to all xml elements. (Andreas Hofmeister)
 - [3c26500bef4f] Fix error handling in location data. (Andreas Hofmeister)
 - [1480ce745f23] Implement an XML writer. (Andreas Hofmeister)
 - [f4d33e6bf103] Implement a basic "writer" infrastructure to emit structured text. (Andreas Hofmeister)
 - [2e1ea85060c7] Rip display related stuff out of lldpctl and put into display.c (Andreas Hofmeister)
 - [72c00381999c] Avoid dereferencing a type-punned pointer. (Vincent)
 - [9898ac078def] Free unused chassis. (Vincent)
 - [a0aa43e90db3] Don't listen/send LLDP packets on bridge. (Vincent)
 - [8c37e19aa948] Do not require libtool 2.2 (Andreas Hofmeister)
 - [9a784fd2a506] Make lldpctl refuse attempts to change anything when running setuid. (Andreas Hofmeister)
 - [f5bc67eecf3e] Fix autoconf complains about libtool. (Andreas Hofmeister)
 - [740d517e1fd0] Add a manual page for the new -X option. (Vincent)
 - [bbea66e1caeb] Allow to specify the AgentX socket to use (instead of the default one). (Vincent)
 - [ed1e79270d94] Ensure that umask is set at a sensible value before building the chroot. (Vincent)
 - [c0ce5d1a2aee] For Redhat, adapt init.d script to initialize the chroot. (Vincent)
 - [9a79e6d59327] For Debian init.d, build the chroot before starting the daemon. (Vincent Bernat)
 - [53c653ea7e2f] Change handling of conditional builds in the spec file (Peter Kjellström)
 - [55d3f2f40f1f] Merge branch '30-vlanid-without-name' (Vincent Bernat)
 - [77c4d9d0fdf9] Don't set MFS with MTU value. (Vincent Bernat)
 - [be1f74526a8f] Display PVID even when we don't know its name. (Vincent Bernat)
 - [5bbe5fd0bb33] Cope with Port VLAN ID but no VLAN names. (Vincent Bernat)
 - [915dc28b79c1] Make netsnmp headers compatible with C99. (Vincent Bernat)
 - [fa835fd55383] Make lldpctl display the age of displayed information. (Vincent Bernat)
 - [45e89c8c483d] Add some additional GCC options by default. (Vincent Bernat)
 - [4b9a5a2384c8] Get timezone info before being in the chroot. (Vincent Bernat)
 - [2bd9c1c90069] Fix file descriptor leak when enabling "listen on VLAN" feature (Vincent Bernat)
 - [0d86e62fcff0] Reset "sent" flag for each port when sending. (Vincent Bernat)
 - [0bded8580cf7] Update CHANGELOG to reflect recent feature merges. (Vincent Bernat)
 - [b7eb76b70f92] Add CHANGELOG from 0.4.1. (Vincent Bernat)
 - [cefe8d058597] Merge branch '15-old-compat' (Vincent Bernat)
 - [114d1d31f635] Also ship CHANGELOG file (Vincent Bernat)
 - [35097709fa3f] Define ioctl for VLAN and bond. (Vincent Bernat)
 - [8f88ff70535d] Fix some warnings about incompatible pointer types. (Vincent Bernat)
 - [8e4b9031d9e3] Save cache at various points of configure script. (Vincent Bernat)
 - [b56625e6d81d] linux/filter.h may need linux/types on old systems. (Vincent Bernat)
 - [6bb9c4e01fd8] Add support for libc not defining __progname symbol. (Vincent Bernat)
 - [d38eae28a90e] Rework autoconf stuff. (Vincent Bernat)
 - [f0824c4aa5ec] Fix some warnings in tests. (Vincent Bernat)
 - [91a36cea4b32] Include manual pages into distribution. (Vincent Bernat)
 - [6f1046d1b9ee] Use "void" instead of empty parameter list for function prototypes. (Vincent Bernat)
 - [8e544ee42e4e] Use libtool convenience libraries for common files for lldpd and lldpctl. (Vincent Bernat)
 - [f0bd3505f46d] Replace index() by strchr() (Vincent Bernat)
 - [f4ed5af17ba1] When SYSFS_BRIDGE_* stuff does not exist, just use old /proc. (Vincent Bernat)
 - [563e2dfc9648] Compatibility with gcc 2.95.x: add spaces around __VA__ARGS__ (Vincent Bernat)
 - [f2af17b36fd6] More ethtool compatibility (Vincent Bernat)
 - [b5c7ce8d2c0a] Compilation fix for ancient gcc. (Vincent Bernat)
 - [de1b1b3a2bcb] Add '-k' flag to disable kernel version advertising. (Vincent Bernat)
 - [b9f4c12081cd] Bridge ioctls cannot be used with a 32bit userland on a 64bit kernel. (Vincent Bernat)
 - [586952454aee] Fix LSB header in provided Debian init.d script. (Vincent Bernat)
 - [e51da5ecd24d] Add missing argument in some call to LLOG_INFO in lldp.c. (Vincent Bernat)
 - [4b70c539e3f4] Do not include <ifaddrs.h> since we want to replace it. (Vincent Bernat)
 - [9b9b31beb950] Provide another getifaddrs implementation, stolen from USAGI project (Vincent Bernat)
 - [b79975281ed6] Add getifaddrs() replacement for system without it. (Vincent Bernat)
 - [4e26d88f8629] Remove *.pcap file on clean. (Vincent Bernat)
 - [d02bb4614416] Add unit tests for EDP (Vincent Bernat)
 - [5aa86a41befa] Add SONMP unit tests. (Vincent Bernat)
 - [e94742074999] Add CDP unit tests. (Vincent Bernat)
 - [4dc61015f57a] Move pcap stuff into a separate file to allow sharing with future tests. (Vincent Bernat)
 - [31375299d19d] Disable some tests when some features (dot1, dot3, lldpmed) are not enabled. (Vincent Bernat)
 - [9360858c8b83] fail_* macros do not break execution flow. (Vincent Bernat)
 - [654f6246b3a6] Add LLDP receive tests (Vincent Bernat)
 - [fedf4d777235] Add LLDP send tests. (Vincent Bernat)
 - [9d0a8a89f425] Add unit tests for lists packing/unpacking. (Vincent Bernat)
 - [2acc14181074] Unit tests for packing/unpacking. (Vincent Bernat)
 - [72dc524ebdfc] Update signature of transport string function for SNMP. (Vincent Bernat)
 - [a8db600793bb] Fix bug in CDP packet generation: CDP version was always 1. (Vincent Bernat)
 - [7a00807502e7] Fix compilation issues when DOT1 or DOT3 are not enabled. (Vincent Bernat)
 - [f8cb50faab34] Fix comment of iface_port_name_desc() (Vincent Bernat)
 - [36bd79e367cd] Use ifAlias from newer Linux kernels if available. (Vincent Bernat)
 - [44002d6615d6] Set h_ifindex correctly. (Vincent Bernat)
 - [77d7090e199a] Add a callback mechanism to watch for incoming data on sockets. (Vincent Bernat)
 - [692fe9bb4cee] Add a note about EDP in changelog. (Vincent Bernat)
 - [775d49a0c45d] Update changelog. (Vincent Bernat)
 - [993a6e50892d] Make "listen on vlan" feature optional at compile-time. (Vincent Bernat)
 - [cfe00f7f1a5b] There are duplicate in the list of address we give to handler functions. We need to acknowledge this correctly. (Vincent Bernat)
 - [6a2fa591c100] Add back "listen on VLAN" feature. (Vincent Bernat)
 - [5994b27db0fd] One VLAN can be associated to multiple interfaces through bridge or bond. Handle those cases appropriately. (Vincent Bernat)
 - [849954d702bf] Add back support for bonding using the new architecture. (Vincent Bernat)
 - [4e624dc2f10a] Don't free statically allocated port. (Vincent Bernat)
 - [6e75df87a63c] Change the way interface information are collected. (Vincent Bernat)
 - [16f910e12fe3] Move chassis update to a function. (Vincent Bernat)
 - [7a53c5b93838] Fix SNMP support to handle multiple systems on the same port. (Vincent Bernat)
 - [62c126aae146] Fix support for EDP with respect to multisystem support. EDP VLAN are transmitted in another VLAN and therefore need to be attached to the right existing system. (Vincent Bernat)
 - [f4c439022a95] Add some debug output to track know remote systems/ports. (Vincent Bernat)
 - [84853b9208a7] Adapt lldpctl to display received systems for each port. (Vincent Bernat)
 - [77507b697e3e] Handle reception of several different systems on each port. (Vincent Bernat)
 - [750687244970] Update lldpd.h to support a list of remote systems. (Vincent Bernat)
 - [f2dcb1804e2c] Simplify multiprotocols handling. Remove probing. This is not very usable for now but this will be enhanced when we will support multiple systems on the same port. (Vincent Bernat)
 - [0bc32943e99b] Suppress bond handling. This will be done in another way later. (Vincent Bernat)
 - [71936c67e6d4] Suppress "listen on vlan" feature. This will be reimplemented later in a more generic way. (Vincent Bernat)
 - [42bddd41f66d] When LLDP-MED is not enabled, do not send inventory. (Vincent Bernat)
 - [ef76f9200685] Keep gcc happy with 'const' keyword. With optimization -O0, gcc seems to handle more carefully 'const' keyword. (Vincent Bernat)
 - [98faedcfe8ba] Use chassis ID when sending EDP packets. (Vincent Bernat)
 - [7c11435e7fb8] Fix EDP vlan handling when there is no VLAN (Vincent Bernat)
 - [46daea614362] Remove misc/ directory. This directory is old junk code. (Vincent Bernat)
 - [777c32ead5a3] Fix the case where last change < start time. This case can happen if the master agent is restarted: lldpd last change will be before the start of the master agent. (Vincent Bernat)
 - [268191540251] Adapt .spec file to work with actual tar.gz. lldpd.init and lldpd.sysconfig should be shipped into src.rpm package. (Vincent Bernat)

0.4.2 [2010-03-10 22:29:37 +0100]:

 - [1c8b2a471115] Prepare 0.4.2 release (Vincent Bernat)
 - [a01d4f8c89f6] Use chassis ID when sending EDP packets. (Vincent Bernat)
 - [d7390a085b56] Bridge ioctls cannot be used with a 32bit userland on a 64bit kernel. (Vincent Bernat)
 - [af41b46ee95d] Ensure that umask is set at a sensible value before building the chroot. (Vincent)
 - [0d611979150b] For Redhat, adapt init.d script to initialize the chroot. (Vincent Bernat)
 - [cd0f174718ff] For Debian init.d, build the chroot before starting the daemon. (Vincent Bernat)
 - [0dd62c81a47e] Update changelog for future 0.4.2 version. (Vincent Bernat)
 - [65727e4a8f23] Don't free statically allocated port. (Vincent Bernat)

0.4.1 [2009-09-30 14:30:30 +0200]:

 - [a03e43af9ae2] Also ship CHANGELOG file (Vincent Bernat)
 - [cf1ea20a2db7] Update changelog for 0.4.1. (Vincent Bernat)
 - [fc4667f0e8e6] Prepare 0.4.1 release. (Vincent Bernat)
 - [6fa286928eac] Include manual pages into distribution. (Vincent Bernat)
 - [c3bdd0d81a68] Add missing argument in some call to LLOG_INFO in lldp.c. (Vincent Bernat)
 - [be685f6debbc] Fix bug in CDP packet generation: CDP version was always 1. (Vincent Bernat)
 - [cd697ad19a8f] Fix EDP vlan handling when there is no VLAN (Vincent Bernat)
 - [23d9c6bf9c79] Fix the case where last change < start time. This case can happen if the master agent is restarted: lldpd last change will be before the start of the master agent. (Vincent Bernat)

0.4.0 [2009-05-19 14:42:45 +0200]:

 - [accd4a6587b0] Update version in configure.ac (Vincent Bernat)
 - [45444847259e] If net-snmp/agent/struct.h does not exist, provide an empty one. (Vincent Bernat)
 - [3d6585f3ae56] Add init script for RPM (Vincent Bernat)
 - [edc4813f73b5] Enhance .spec. Enable SNMP support when building RPM. Create lldpd user/group. (Vincent Bernat)
 - [0f6eb1ee97a1] Fix URL and description to match Debian package. (Vincent Bernat)
 - [80530161402b] lldpd.spec for RPM package, contributed by Dean Hamstead. (Vincent Bernat)
 - [bac91719401f] Also check for VLAN on bridges. (Vincent Bernat)
 - [b29c23cc9cb0] Some virtual ethernet interfaces do not have IFF_MULTICAST flag. We use them if they have at least the IFF_BROADCAST flag. This is useful for Xen Dom0 to get LLDP information from DomU. (Vincent Bernat)
 - [a204514fa338] Fix a parsing error for link aggregation TLV in LLDP (Vincent Bernat)
 - [fe4a89de3873] Add missing frame.c (Vincent Bernat)
 - [a0edeaf8c46a] When cleaning up a port in the context of refreshing gathered information, don't clean LLDP-MED location information. However, when cleaning up a port for removal, clean them. (Vincent Bernat)
 - [bc08499a5e18] Fix LLDP-MED class type sending: it is 1 byte large, not 2. (Vincent Bernat)
 - [3d1337f37e8c] Fix alignment issue that may appear when reading 64bit integers. (Vincent Bernat)
 - [a8105c1b10d0] Major rewrite for packet builder and parser. (Vincent Bernat)
 - [70d8fe9813a0] Fix unaligned memory access in ctl.c using memcpy instead of pointer magic. This needs to be done on encoding/decoding too. (Vincent Bernat)
 - [c933faf61396] Call res_init in case of failure to resolv names (Vincent Bernat)

0.3.3 [2009-03-08 16:52:54 +0100]:

 - [40a7221cb407] Prepare release 0.3.3 with a patch backported from future 0.4. (Vincent Bernat)
 - [17a6a18d7eb5] When cleaning up a port in the context of refreshing gathered information, don't clean LLDP-MED location information. However, when cleaning up a port for removal, clean them. (Vincent Bernat)

0.3.2 [2009-03-02 16:07:06 +0100]:

 - [34602f3b1cdd] Fix lldpctl when LLDP-MED is enabled. Prepare new release. (Vincent Bernat)
 - [a80ca699de13] Fix warning when compiling without LLDP-MED (Vincent Bernat)

0.3.1 [2009-02-27 21:57:20 +0100]:

 - [d32c89440b0c] Prepare version 0.3.1 (Vincent Bernat)
 - [b7c1b7c2433a] Use memcpy instead of strlcpy when copying interface names to static buffers. (Vincent Bernat)
 - [63f4b177e9b9] When refreshing port information, clean up existing information! (Vincent Bernat)
 - [55d63368c919] Don't try to reset the interface when removing it (Vincent Bernat)
 - [4f758bc0080b] Fix double free for local ports (Vincent Bernat)
 - [d243d47d6362] Fix a memory leak that can happen when a port is removed or renamed (Vincent Bernat)
 - [ec1721712705] Don't free c_med_sw for local chassis. It is allocated and freed elsewhere. (Vincent Bernat)
 - [397dee69ccda] Fix an error when reading LLDP-MED packet (Vincent Bernat)
 - [517d524b6797] Fix a memory leak when using LLDP-MED (Vincent Bernat)
 - [44a843aad9c2] Lower log level for problem when getting bridge info (Vincent Bernat)
 - [e70b76f986e6] Also check if the interface is RUNNING before considering it active. (Vincent Bernat)
 - [7d58de887e4b] Merge branch 'master' of ssh://ace.luffy.cx/srv/git/lldpd (Vincent Bernat)
 - [d1d94791fd8a] Fix compilation when SONMP and EDP are disabled (Vincent Bernat)
 - [a15ddba7e50e] Don't output any warning when bridge support is not enabled at all. (Vincent Bernat)
 - [9ec6b11147c8] FDP seems to use a non-flawed checksum (Vincent Bernat)
 - [6d07eaeed80c] Don't compile FDP stuff if not needed. (Vincent Bernat)
 - [45e96f2e969c] Fix lldpctl to display capability bit "Router" (Vincent Bernat)
 - [bf5170882f45] Handle FDP capabilities (Vincent Bernat)
 - [8888d1917256] Use static for all not to be exported symbols (Vincent Bernat)
 - [740593ff7475] Move LLDP-MED location/policy to port instead of chassis. Handle setting of location in lldpctl instead of lldpd. (Vincent Bernat)
 - [4b7f39b1a3a8] Adding missing values for MAU type, thanks to James Lingard. (Vincent Bernat)
 - [d2012fb3ba6c] Fix compilation without EDP (Vincent Bernat)
 - [75b3469d012e] Handle reception and display of PVID (Vincent Bernat)
 - [748e05dff920] This is maximum frame size, not MTU (Vincent Bernat)
 - [548109b2074a] Add Maximum Frame Size support. For Linux, we just use MTU as MFS. (Vincent Bernat)

0.3 [2008-12-14 12:06:33 +0100]:

 - [de44f0685e11] Fix manual page (missing .El) (Vincent Bernat)
 - [9dbba5ae1996] Prepare new 0.3 version (Vincent Bernat)
 - [a09c32f77be1] Add a note about the fact that location option could be moved to lldpctl. This will be done when we can keep persistent data. (Vincent Bernat)
 - [7286246f5d43] Do not try to set media type network policy since its usefulness is near zero when not being able to set it differently on each port. Those kind of information should be set through SNMP. (Vincent Bernat)
 - [115ff55c3b71] Allow to send LLDP-MED location. (Vincent Bernat)
 - [c790233e521e] Accept too large TLV for LLDP (Vincent Bernat)
 - [ccea83b2194a] Allow to specify interfaces to display on lldpctl command line (Vincent Bernat)
 - [a806f67af4e7] Don't display management IP if there is none (Vincent Bernat)
 - [9d09937f2fad] Add SLIST support for libc not shipping it (like Sarge) (Vincent Bernat)
 - [1e379fe3d038] Fix parsing of LLDP-MED location, including display of altitude and datum. (Vincent Bernat)
 - [1be9e1b58f87] Export PSE/PD LLDP-MED stuff to SNMP (Vincent Bernat)
 - [4a2acc8ebb12] SNMP support for LLDP-MED location and network policy (Vincent Bernat)
 - [c1471068c468] Merge branch 'master' into lldpmed (Vincent Bernat)
 - [89590c8f0461] Padding and alignment is really the same thing. (Vincent Bernat)
 - [34261a93eb8e] Fix alignment problems. (Vincent Bernat)
 - [0d83ebaec154] Fix compilation on 32bits arch by using long long int constants. (Vincent Bernat)
 - [0c8f36f317b2] Rewrite structure packing to handle substructures correctly. There are still some problems... (Vincent Bernat)
 - [a9e9242e473e] Do not display autoneg stuff when we have nothing (Vincent Bernat)
 - [b5a6c4796eb3] Handle more gracefully DNS problems by keeping nodename (Vincent Bernat)
 - [a26fc61cbad1] Use 0:0:0:0:0:0 MAC address when sending on inactive slaves (Vincent Bernat)
 - [3cb138e01b8e] Simplify MAC address generation for enslaved inactive devices (Vincent Bernat)
 - [1d291522e96d] For enslaved devices, get the real MAC address from /proc/net/bonding (Vincent Bernat)
 - [d9be8ea0aa1a] Factorize out cleanup of lldpd_hardware structure (Vincent Bernat)
 - [4395f9c11b13] Do not share port id with interface MAC address (port id can be freed, while interface MAC address is staticaly allocated) (Vincent Bernat)
 - [f7db0dd82b3d] When sending on inactive slaves, use a random MAC address (Vincent Bernat)
 - [4982b8649d33] Display available capabilities instead of enabled capabilities (they are listed below) (Vincent Bernat)
 - [a49b3a79b616] Handle correctly MDI/PSE or PD capabilities (Vincent Bernat)
 - [994812b9b52e] Parse LLDP-MED MDI when receiving frames (Vincent Bernat)
 - [650cae58d9d1] Parse location for LLDP-MED. (Vincent Bernat)
 - [e3a44efb9d3c] Accept to receive several location and several network policy for LLDP-MED (Vincent Bernat)
 - [beeaefa353f0] Don't send anything on inactive slaves (this confuses most switches) (Vincent Bernat)
 - [4cff932d168b] Dump less information for LLDP-MED location data (Vincent Bernat)
 - [228fcecd43c9] Don't output too many new lines when displaying LLDP-MED information (Vincent Bernat)
 - [b530152e5269] Encode location data as data+len to enable use of 0 characters. (Vincent Bernat)
 - [fd6f5ab77560] Merge branch 'master' into lldpmed (Vincent Bernat)
 - [c0a395035d6c] Do not close control socket when there is an ethtool ioctl problem: we want to use it for future ioctl... (Vincent Bernat)
 - [40ecae87747e] Compute and handle correctly LLDP-MED capabilities (available and enabled) (Vincent Bernat)
 - [efe3f9b0fcb0] More LLDP-MED support, thanks to Michael Hanig. (Vincent Bernat)
 - [a700e935a122] Some equipments send empty TLV for optional TLV (Vincent Bernat)
 - [43655386247f] Complete changelog with recent changes (Vincent Bernat)
 - [7985ba6247d2] Add configuration switch to disable LLDP-MED inventory sending (Vincent Bernat)
 - [e809a587bb1a] Add an option to not send LLDP-MED inventory TLV (Vincent Bernat)
 - [1fea2128f426] Remove unneeded iface_is_bridged function (Vincent Bernat)
 - [c6df6eb9e060] Handle bridge in a different way using BRCTL_GET_BRIDGES instead of trying to ioctl all devices (Vincent Bernat)
 - [1531f7f30b16] More natural definition of packing macros (Vincent Bernat)
 - [d3322e2362d3] Use lldpd_*_cleanup() functions instead of manual free (Vincent Bernat)
 - [a1347cd86b43] Add a way to disable Dot1 and Dot3 (Vincent Bernat)
 - [72c4c96fdcba] Fix a typo when receiving LLDP-MED inventory asset id. (Vincent Bernat)
 - [44cbe5680871] Fix reception of LLDP-MED inventory: one byte was stripped (Vincent Bernat)
 - [b193e97e22c8] Update CHANGELOG and README to state that LLDP-MED is supported (Vincent Bernat)
 - [1d88c8434cc8] Add support for LLDP-MED retrieval through SNMP (Vincent Bernat)
 - [6772b2377970] Implement LLDP-MED reception and display (Vincent Bernat)
 - [89840df069d4] Start support of LLDP-MED: send support is implemented (Vincent Bernat)
 - [315587efa487] Move at the bottom of configure.ac the instructions to conditionaly compile additional protocols (Vincent Bernat)
 - [4bad19376291] Allow to compile only needed protocols (Vincent Bernat)
 - [bff3c98df955] Fix a bug happening when walking local management address part of the MIB (Vincent Bernat)
 - [52ac3f370b38] Add a word about the default (broken) NetSNMP installation. (Vincent Bernat)
 - [5ac76ebafe44] When unable to connect to SNMP socket, give a sensible error message (Vincent Bernat)
 - [90149ee346a2] When monitored process dies early, handle this case gracefully (Vincent Bernat)
 - [9aee81ae0466] Define ADVERTISED_(Asym_)?Pause if not defined in linux/ethtool.h (Vincent Bernat)

0.2.1 [2008-11-19 20:08:11 +0100]:

 - [ff1910c812a7] Prepare a new release (Vincent Bernat)
 - [0aa5f6766136] Fix open() calls (Vincent Bernat)
 - [461bd4909be4] Fix .Bl parameter in manual pages (Vincent Bernat)

