]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/ctl.c
fixedpoint: fix buffer overflow in fixed point computations
[thirdparty/lldpd.git] / src / ctl.c
2015-05-20  Vincent Bernatctl: don't use C99 designated initializer for structs...
2015-03-18  Vincent Bernatctl: create control socket with close-on-exec semantic
2013-06-22  Vincent Bernatstyle: use C99 designated initializers instead of memse...
2013-02-26  Zang MingJieAdd a argument to specify the unix control socket 29/head
2013-01-20  Vincent Bernatctl: close control socket on error when connecting
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
2012-12-27  Vincent Bernatctl: fix previous partial commit about unix path max...
2012-12-27  Vincent Bernatctl: don't use a #define to define size, use sizeof()
2012-12-27  Vincent BernatOpenBSD support.
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-23  Vincent Bernatctl: fix alignment issue
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-09-01  Vincent Bernatdoc: polish documentation of liblldpctl
2012-08-31  Vincent Bernatctl: fix reception of several messages at once
2012-08-30  Vincent Bernatctl: increase maximum message size to 512 KB
2012-08-30  Vincent Bernatlldpctl: add a "-w" option to watch neighbor changes
2012-08-30  Vincent Bernatclient: use libevent's bufferevent infrastructure to...
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.
2012-05-04  Vincent BernatDon't mix declarations and statements.
2012-01-26  Vincent BernatUse %zu for printf() when argument is of kind size_t.
2012-01-23  Vincent BernatMajor rewrite: rewrite lldpd/lldpctl communication...
2011-05-20  Vincent BernatUpdate ISC license wording.
2009-10-28  Vincent BernatAdd some additional GCC options by default.
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-29  Vincent BernatUse libtool convenience libraries for common files...
2009-06-07  Vincent BernatAdd a callback mechanism to watch for incoming data...
2009-05-24  Vincent BernatAdapt lldpctl to display received systems for each...
2009-03-07  Vincent BernatFix unaligned memory access in ctl.c using memcpy inste...
2008-12-26  Vincent BernatUse static for all not to be exported symbols
2008-12-23  Vincent BernatMove LLDP-MED location/policy to port instead of chassis.
2008-12-11  Vincent BernatMerge branch 'master' into lldpmed
2008-12-11  Vincent BernatPadding and alignment is really the same thing.
2008-12-11  Vincent BernatFix alignment problems.
2008-12-11  Vincent BernatRewrite structure packing to handle substructures corre...
2008-11-26  Vincent BernatImplement LLDP-MED reception and display
2008-11-17  Vincent BernatMerge branch 'master' into privsep
2008-11-16  Vincent BernatMerge branch 'master' into privsep
2008-11-07  Vincent BernatMerge branch 'master' into privsep
2008-11-07  Vincent BernatStart privilege separation
2008-10-15  Vincent BernatInitial import