]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2015-02-19  Vincent Bernatbuild: don't use `sort -V`
2015-02-19  Vincent Bernatcheck: add missing license headers to some files
2015-02-19  Vincent Bernatcheck: fix SNMP test format error
2015-02-19  Vincent Bernatcheck: more comparison with `ck_assert_ptr_eq()`
2015-02-19  Vincent Bernatcheck: compare pointers with `ck_assert_ptr_eq()`
2015-02-19  Vincent Bernatcheck: enforce correct alignment during SNMP tests
2015-02-19  Vincent Bernattravis: don't configure with CFLAGS=-Werror
2015-02-19  Vincent Bernatconfigure: move LDFLAGS to LLDP_LDFLAGS
2015-02-19  Vincent Bernatconfigure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPP...
2015-02-19  Vincent Bernatconfigure: put cpp flags into CPPFLAGS instead of CFLAGS
2015-02-19  Vincent Bernatconfigure: enforce the use of C99
2015-02-18  Vincent BernatMerge pull request #98 from baloo/features/document...
2015-02-18  Arthur Gautierclient: document lldp.d configuration directory 98/head
2015-02-13  Vincent Bernatinterfaces: fallback to link local addresses for management
2015-02-13  Vincent Bernatinterfaces: exclude IPv4 link local addresses from...
2015-02-13  Vincent Bernatinterfaces: enforce redefinition of IN_IS_ADDR_* macros
2015-02-13  Vincent Bernatpriv: don't lookup for _lldpd when privsep is disabled
2015-02-06  Vincent Bernatlib: fix "unknwon" typo
2015-02-06  Vincent Bernatlib: fix compilation error when Dot3 is disabled
2015-01-28  Vincent Bernatpriv: replace the use of `gethostbyname()` by `getaddri...
2015-01-28  Vincent Bernatpriv: rename "gethostbyname" priv function to "gethostname"
2015-01-25  Vincent Bernatbuild: use version sort for changelog
2015-01-17  Vincent BernatNEWS: add an entry for the two previous commits
2015-01-17  Vincent Bernatlldp: fix boundary checks when decoding LLDP protocol...
2015-01-17  Vincent Bernatlldp: fix boundary checks when decoding LLDP management...
2015-01-12  Vincent Bernatlldpcli: add "tagged" keyword to "configure med policy"
2015-01-05  Vincent Bernattravis: use stable NetSNMP from Homebrew
2015-01-05  Vincent Bernatlibevent: enable silent rules by default
2015-01-05  Vincent Bernatlibevent: update embedded copy to 2.0.22-stable
2015-01-04  Vincent BernatNEWS: add an entry for the two previous commits
2015-01-04  Vincent Bernatlldp: send a shutdown LLDPDU on exit
2015-01-04  Vincent Bernatlldp: when MSAP changes, send a shutdown LLPDU
2015-01-04  Vincent Bernatmarshal: don't marshal previous port value
2014-12-30  Vincent Bernattravis: don't compile embedded libevent + clang on OSX
2014-12-30  Vincent Bernattravis: don't fail on unused functions (second try)
2014-12-30  Vincent Bernattravis: don't fail on unused functions
2014-12-30  Vincent Bernattravis: don't allow any warning or error
2014-12-30  Vincent Bernatversion: prepare 0.7.13 release 0.7.13
2014-12-29  Vincent Bernatconfigure: let define pkg-config directory with `-...
2014-12-15  Vincent Bernatman: `-I` option and the like also affect sending
2014-12-10  Vincent Bernatlldp: fix display of unknown organizational ID
2014-12-06  Vincent Bernatlldpd: don't rely on a checksum to detect a port change
2014-12-06  Vincent Bernatlldpd: use a macro to define offset of permanent port...
2014-12-05  Vincent BernatNEWS: add an entry for the latest commit
2014-12-04  Vincent Bernatlldpd: fix coding style in latest commit
2014-12-04  Vincent BernatMerge pull request #84 from IcyMetric/master
2014-12-04  Robert LongAllow setting control socket on CLI 84/head
2014-12-04  Vincent Bernatlldpd: decrease probability of collisions on port checksums
2014-12-03  Vincent Bernatlldpd: decrease probability of collisions on port checksums
2014-12-03  Vincent Bernatlldpd: really ensure that port checksum can never be 0
2014-12-03  Vincent Bernatlldpd: fix timer initialization when checksum is 0
2014-12-03  Vincent Bernatmarshal: ensure we correctly handle signed result from...
2014-12-01  Vincent Bernatxml: check that libxml-2 is really usable
2014-12-01  Vincent Bernatsnmp: `agent_init()` won't modify AgentX string
2014-12-01  Vincent Bernatlib: silent a warning about uninitialized value
2014-11-22  Vincent Bernatredhat: do not install the chroot
2014-11-22  Vincent Bernatredhat: requires pkg-config to build devel package
2014-11-22  Vincent Bernatrelease: prepare release of 0.7.12 0.7.12
2014-11-09  Vincent Bernatlib: fix pkgconfig file substitutions
2014-11-06  Vincent Bernatclient: fix "update" command
2014-11-04  Vincent Bernattravis: travis comes with autotools and friends already...
2014-11-04  Vincent Bernatdebian: update symbol versioning for incompatibility...
2014-11-04  Vincent Bernatlib: bump versioning
2014-11-04  Vincent Bernatlib: make it safe to pass NULL to `lldpctl_atom_set_str()`
2014-11-04  Vincent Bernatlib: document the possibility of using NULL with `lldpc...
2014-11-04  Vincent Bernatlldpcli: allow to unset patterns and system description...
2014-11-04  Vincent Bernatlib: replace macro by a function for `_lldpctl_atom_set...
2014-11-04  Vincent Bernatlib: factor out some code in `_lldpctl_atom_set_str_con...
2014-11-02  Vincent BernatNEWS: add an entry about some flags not being persisten...
2014-11-02  Vincent Bernatbuild: hide renaming of template-generated files
2014-11-02  Vincent Bernatlldpd: use strdup() on arguments that could be changed...
2014-11-02  Vincent Bernatclient: fix configuration modification
2014-10-30  kannalldpcli: pretty print json
2014-10-26  Vincent Bernatsystemd: fix systemd unit file
2014-10-26  Vincent Bernatdebian: update symbols file
2014-10-26  Vincent Bernatinterfaces: bond listening was broken only for old...
2014-10-26  Vincent Bernatinterfaces: fix initialization of hardware h_data for...
2014-10-24  Vincent Bernatframe: mention the licensing issue with POKE/PEEK macros
2014-10-18  Vincent Bernatlldpcli: handle comments in tokenizer
2014-10-15  Vincent BernatMerge pull request #77 from Authority1980/master
2014-10-15  Wes HardinFixed Changelog dates 77/head
2014-10-14  Vincent Bernatlldpcli: don't complain when reading a commented line
2014-10-08  Vincent Bernatredhat: mark /var/run stuff as a ghost directory
2014-10-08  Vincent Bernatredhat: fix group tag
2014-10-08  Vincent Bernatredhat: provide a longer description for devel package
2014-10-08  Vincent Bernatredhat: fix RPM building on SuSE with respect to /usr...
2014-10-08  Vincent Bernatredhat: add completions for bash and zsh
2014-10-08  Vincent Bernatredhat: everything in /etc/lldpd.d is a configuration...
2014-10-08  Vincent Bernatredhat: reference /etc/lldpd.d/README.conf
2014-10-08  Vincent Bernatredhat: use appropriate macros for directory
2014-10-08  Vincent Bernatrelease: prepare 0.7.11 0.7.11
2014-10-07  Vincent Bernatman: sync lldpcli description of pattern matching
2014-10-07  Vincent Bernatman: say that by default only physical interfaces are...
2014-10-07  kannalldpd: check if capabilities are available/supported...
2014-10-06  Vincent Bernatbuild: hide invocation of sed command to generate some...
2014-10-06  Vincent Bernatlldpd: also try /usr/lib/os-release if /etc/os-release...
2014-10-05  Vincent Bernatbuild: remove useless variables from pkgconfig file
2014-10-05  Vincent Bernatbuild: use @sbindir@ instead of @prefix@/sbin
2014-10-05  Vincent Bernatbuild: use AC_CONFIG_FILES only to generate Makefiles
2014-10-04  Vincent Bernatdebian: ship /etc/lldpd.d
next