]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lib
fixedpoint: fix buffer overflow in fixed point computations
[thirdparty/lldpd.git] / src / lib /
2016-03-18  Vincent Bernatfixedpoint: fix buffer overflow in fixed point computations
2016-03-01  Vincent BernatMerge pull request #163 from kanrajag/feature/enhance...
2016-02-28  kannaenhance custom tlv with add/replace commands 163/head
2016-01-31  Vincent Bernatlib: only define ntohll if not already defined
2016-01-20  Vincent Bernatlib: rework a bit documentation around reference counting
2015-12-29  Vincent Bernatclient: don't do arithmetics with void*
2015-12-15  Vincent Bernatclient: update LLDP-MED policy L2 priority values to...
2015-12-01  Vincent Bernatlldpmed: fix numeric values for L2 priority
2015-11-28  Vincent Bernatlog: rework the way -d work
2015-10-05  Vincent Bernatbuild: check for support for constructor/destructor...
2015-08-23  Vincent Bernatlib: map_reverse_lookup needs to be always available
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-22  Vincent Bernatlib/atom: only allow custom TLV modification for local...
2015-08-22  Vincent BernatAdd a default local port as a template for any future...
2015-08-07  Vincent Bernatlib: accept "language" as a valid MED location type
2015-07-11  Vincent Bernatlib: fix memory leak when handling MED location data
2015-07-11  Vincent BernatRevert "lib: bump ABI"
2015-07-11  Vincent Bernatlib: add compatibility layer with chassis-related infor...
2015-07-11  Vincent Bernatlib: bump ABI
2015-07-11  Vincent Bernatlib: ability to get and query local chassis
2015-07-11  Vincent Bernatbuild: fix URL to library versioning documentation
2015-06-16  Vincent Bernatbuild: ship lldpctl.map in tarball
2015-06-16  Vincent Bernatbuild: use symbol versioning for liblldpctl
2015-05-28  Vincent BernatMerge pull request #115 from alagoutte/travis_container
2015-05-28  Vincent BernatMerge pull request #114 from alagoutte/clang
2015-05-21  Alexis La Gouttefix parameter 'lldpctl' not found in the function decla...
2015-05-21  Vincent Bernatlib: don't use priority with constructor 0.7.15
2015-05-20  Vincent Bernatlib: use ssize_t to store result from write()
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-19  Alexandru Ardeleanlldpd: convert 'oui_info' member to dynamic array 109/head
2015-05-19  Alexandru Ardeleanlldpd: make custom TLV code optional
2015-05-19  Alexandru Ardeleanlib: add custom TLV + list atom(s)
2015-05-19  Alexandru Ardeleanlib: move lldpd-structs.h include into atom.h
2015-05-19  Alexandru Ardeleanlib: add null check to lldpctl_atom_inc_ref()
2015-05-16  Vincent Bernatlib: enable ability to change log level on-the-fly
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleanlldpd: make management addresses advertisement optional
2015-04-09  Alexandru Ardeleanlldpd: make chassis capabilities advertisement optional
2015-04-09  Vincent Bernatlib: don't define __constructor__ twice
2015-04-09  Vincent BernatMerge pull request #105 from commodo/cleanup
2015-04-02  Alexandru Ardeleanlib/atom.c: move here remaining code from atom-private.c
2015-04-02  Alexandru Ardeleanlib/private.h: rename to atom.h
2015-04-02  Alexandru Ardeleanlib/atom-private.c: break it into smaller modules
2015-04-02  Alexandru Ardeleanlib/atom-private.c: move 'struct atom-builder' to private.h
2015-03-29  Vincent Bernatlib: update revision info to reflect ABI update of...
2015-03-29  Vincent Bernatlib: a change to port description is transmitted now
2015-03-29  Vincent BernatMerge pull request #101 from commodo/port_label2
2015-03-24  Alexandru Ardeleanlldpd: add port description override via lldpcli 101/head
2015-03-24  Alexandru Ardeleanlldpd: implement basic support to override port IDs...
2015-03-23  Vincent Bernatstyle: remove `if (...) free(...)` pattern
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-06  Vincent Bernatlib: fix compilation error when Dot3 is disabled
2014-12-29  Vincent Bernatconfigure: let define pkg-config directory with `-...
2014-12-01  Vincent Bernatlib: silent a warning about uninitialized value
2014-11-09  Vincent Bernatlib: fix pkgconfig file substitutions
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 Bernatclient: fix configuration modification
2014-10-05  Vincent Bernatbuild: remove useless variables from pkgconfig file
2014-10-05  Vincent Bernatbuild: use AC_CONFIG_FILES only to generate Makefiles
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-08-31  Vincent Bernatlib: handle read failure in sync case
2014-08-31  Vincent Bernatlib: really correctly handle read failure
2014-08-31  Vincent Bernatlib: correctly handle read failure
2014-08-30  Vincent Bernatlib: stricter checks when resuming an operation in...
2014-07-08  Vincent Bernatlldpcli: use protocol map from liblldpctl to select...
2014-07-08  Vincent Bernatlib: update liblldpctl versioning
2014-07-08  Sam TannousAdd call to process more messages from data already...
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-21  Sam TannousSupport for modifying PortID TLV
2014-05-11  Vincent Bernatlldpcli: directive to configure IP management pattern
2014-04-09  Vincent BernatMerge pull request #60 from jonasj76/override-hostname
2014-04-08  Jonas Johanssonlldp: add option/command to override hostname
2014-04-01  Vincent Bernatasprintf: globally define _GNU_SOURCE
2014-03-11  Vincent Bernatlib: use strlcpy() instead of strcpy()
2014-03-02  Vincent Bernatlib: don't use strlcpy() when strcpy() just works
2014-02-12  Vincent Bernatlib: add URL in lldpctl.pc
2014-02-12  Vincent Bernatlib: fix includedir in lldpctl.pc
2013-11-22  Vincent Bernatcoverity: remove dead code
2013-09-15  Vincent Bernatconfigure: use a convenience library for fixed point...
2013-08-14  Vincent Bernatlib: fix notification by reading one byte at a time...
2013-08-13  Vincent Bernatlldpd: make notifications work when a port goes down
2013-08-11  Vincent Bernatlib: update version-info to match previous changes
2013-08-11  Vincent Bernatbond: reenable the possibility to use a fixed MAC address
2013-08-11  Roopa Prabhu[PATCH| lldpd: use bond slave real mac with locally...
2013-07-24  Vincent Bernatlib: fix parsing of "11542."
2013-07-24  Vincent Bernatlib: introduce proper fixed point parsing and represent...
2013-07-24  Vincent Bernatlib: correctly set altitude unit without erasing neighb...
2013-07-03  Vincent Bernatclient: add "configure/unconfigure system interface...
2013-07-03  Vincent Bernatlib: `lldpctl_k_config_receiveonly` is a read-only...
2013-06-22  Vincent Bernatstyle: use C99 designated initializers instead of memse...
2013-06-20  Vincent Bernatlldpcli: `configure system platform` to override platfo...
2013-06-20  Vincent Bernatlldpcli: `configure system description` to override...
2013-06-07  Pradosh Mohapatraliblldpctl: fix infinite loop when user is reading...
next