]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
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
2014-10-04  Vincent Bernatclient: ship /etc/lldpd.d and put a README file in it
2014-10-03  Vincent Bernatbuild: allow use of older versions of json-c
2014-10-03  Vincent Bernatlib: don't check for NULL before free
2014-10-03  kannalib: make a copy of state_data, since pointer can be...
2014-10-03  Vincent Bernatdebian: also install zsh completion
2014-10-03  Vincent Bernatdebian: also install bash completion
2014-09-30  Vincent Bernatlldpd: abort when some options are repeated
2014-09-22  Vincent BernatRevert "debian: ship files in debian/etc/lldpd.d"
2014-09-18  Vincent Bernatinterfaces: only use physical interfaces to get a chass...
2014-09-17  Vincent Bernatdebian: ship files in debian/etc/lldpd.d
2014-09-05  Vincent Bernatbuild: check if pkg-config is correctly installed in...
2014-09-05  Vincent Bernatbuild: check for needed commands in autogen.sh
2014-09-03  Vincent Bernatbuild: provide a sysusers.d file
2014-08-31  Vincent Bernatlldpd: handle early cleanup in case interface cannot...
2014-08-31  Vincent Bernatlib: handle read failure in sync case
2014-08-31  Vincent Bernatlib: really correctly handle read failure
2014-08-31  Vincent Bernatlldpcli: disable SIGPIPE
2014-08-31  Vincent Bernatlib: correctly handle read failure
2014-08-30  Vincent Bernatlib: stricter checks when resuming an operation in...
2014-08-26  Vincent Bernatlldpcli: add editor local variables to bash completion
2014-08-26  Vincent Bernatlldpcli: add editor local variables to zsh completion
2014-08-12  Vincent Bernatlldpcli: indent multiline texts (like system description)
2014-08-12  Vincent Bernatlldpcli: fix style convention to match other files
2014-08-03  Vincent Bernatbash/zsh: ensure completions are present in dist tarball
2014-08-03  Vincent BernatNEWS: add a word about bash/zsh completion
2014-08-03  Vincent Bernatzsh: add ZSH completion
2014-08-03  Vincent Bernatbash: move bash completion outside Debian packaging
2014-07-21  Vincent Bernatrelease: new version 0.7.10
2014-07-21  Vincent BernatNEWS: add a word about json-c library support 0.7.10
2014-07-21  Vincent Bernatlldpcli: fix jansson implementation of the JSON output
2014-07-21  Vincent Bernatconfigure: if --with-json, default to jansson implement...
2014-07-21  Vincent Bernatcdp: complete manual page with CDP-related options
2014-07-21  Michel Stamcdp: Make it possible to enable CDPv2 without enabling... 71/head
2014-07-21  Michel Stamlldpcli: Add json description to lldpcli usage
2014-07-21  Michel Stamcdp: Add power requirement to CDPv2 frames
2014-07-21  Michel Stamlldpcli: Add support for JSON-C
2014-07-12  Vincent Bernatlldpcli: make complete command work on privleged comman...
next