]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lldpd.c
Add support to read /etc/os-release for system information.
[thirdparty/lldpd.git] / src / lldpd.c
2011-05-28  Michael TremerAdd support to read /etc/os-release for system information.
2011-05-20  Vincent BernatUpdate ISC license wording.
2010-08-26  Vincent BernatAdd receive-only mode switch "-r" to usage()
2010-08-26  Vincent BernatAdd a receive-only mode with "-r" switch.
2010-08-24  Vincent BernatHide unwanted remote ports just after receiving informa...
2010-08-24  Vincent BernatMore flexible smart mode and new default.
2010-07-21  Vincent BernatPatch to keep wifi and bridge cap when updating chassis.
2010-06-10  Vincent BernatAdd smart mode support.
2010-06-09  Vincent BernatAdd prototype for lldpd_get_lsb_release().
2010-06-09  Vincent BernatIf available, use the output of lsb_release for system...
2010-06-08  Vincent BernatListen on VLAN using an appropriate BPF filter and...
2010-06-08  Vincent BernatRemove "listen on VLAN" feature.
2010-05-03  Vincent BernatRevert "Blacklist VMWare interfaces (as per ticket...
2010-04-25  Vincent BernatBlacklist VMWare interfaces (as per ticket #40).
2010-04-25  Vincent BernatTypo in usage string of lldpd
2010-04-23  Vincent BernatAdd an entry to the manual page for -S option.
2010-04-23  Stig ThormodsrudAdd -S <system_description> override.
2010-04-03  Vincent BernatList MDI/PSE and MDI/PD as an available LLDP-MED capabi...
2010-03-23  Vincent BernatFix hang issue in select() loop with SNMP.
2010-03-17  Vincent BernatAllow to force a protocol.
2010-03-17  Vincent BernatAdd specifically a "-h" switch for lldpd and lldpctl
2010-03-17  Vincent BernatUse some conditionals to display some command line...
2010-03-17  Vincent BernatAdd a summary of available options in usage() of lldpd...
2010-03-12  Vincent BernatRemove unused chassis in lldpd_cleanup() instead of...
2010-03-12  Vincent BernatRetrieve FD_SETSIZE in a sane environment.
2010-03-10  Vincent BernatIncrease refcount of the local chassis when a new port...
2010-03-06  VincentFree unused chassis.
2010-02-27  VincentAllow to specify the AgentX socket to use (instead...
2009-10-15  Vincent BernatGet timezone info before being in the chroot.
2009-10-01  Vincent BernatReset "sent" flag for each port when sending.
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-29  Vincent BernatAdd support for libc not defining __progname symbol.
2009-09-29  Vincent BernatUse "void" instead of empty parameter list for function...
2009-09-29  Vincent BernatReplace index() by strchr()
2009-09-23  Vincent BernatAdd '-k' flag to disable kernel version advertising.
2009-07-07  Vincent BernatUnit tests for packing/unpacking.
2009-06-09  Vincent BernatSet h_ifindex correctly.
2009-06-07  Vincent BernatAdd a callback mechanism to watch for incoming data...
2009-06-04  Vincent BernatMake "listen on vlan" feature optional at compile-time.
2009-06-04  Vincent BernatAdd back "listen on VLAN" feature.
2009-06-04  Vincent BernatOne VLAN can be associated to multiple interfaces throu...
2009-06-04  Vincent BernatAdd back support for bonding using the new architecture.
2009-06-02  Vincent BernatDon't free statically allocated port.
2009-06-02  Vincent BernatChange the way interface information are collected.
2009-05-31  Vincent BernatMove chassis update to a function.
2009-05-24  Vincent BernatAdd some debug output to track know remote systems...
2009-05-24  Vincent BernatHandle reception of several different systems on each...
2009-05-24  Vincent BernatSimplify multiprotocols handling.
2009-05-24  Vincent BernatSuppress bond handling.
2009-05-24  Vincent BernatSuppress "listen on vlan" feature.
2009-05-24  Vincent BernatWhen LLDP-MED is not enabled, do not send inventory.
2009-05-14  Vincent BernatAlso check for VLAN on bridges.
2009-03-17  Vincent BernatSome virtual ethernet interfaces do not have IFF_MULTIC...
2009-03-08  Vincent BernatWhen cleaning up a port in the context of refreshing...
2009-03-08  Vincent BernatMajor rewrite for packet builder and parser.
2009-02-27  Vincent BernatUse memcpy instead of strlcpy when copying interface...
2009-02-27  Vincent BernatWhen refreshing port information, clean up existing...
2009-02-27  Vincent BernatDon't try to reset the interface when removing it
2009-02-27  Vincent BernatFix double free for local ports
2009-02-27  Vincent BernatFix a memory leak that can happen when a port is remove...
2009-02-27  Vincent BernatDon't free c_med_sw for local chassis. It is allocated...
2009-02-27  Vincent BernatFix a memory leak when using LLDP-MED
2009-01-21  Vincent BernatAlso check if the interface is RUNNING before consideri...
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-18  Vincent BernatFix compilation without EDP
2008-12-16  Vincent BernatAdd Maximum Frame Size support. For Linux, we just...
2008-12-13  Vincent BernatDo not try to set media type network policy since its...
2008-12-13  Vincent BernatAllow to send LLDP-MED location.
2008-12-11  Vincent BernatMerge branch 'master' into lldpmed
2008-12-09  Vincent BernatUse 0:0:0:0:0:0 MAC address when sending on inactive...
2008-12-09  Vincent BernatSimplify MAC address generation for enslaved inactive...
2008-12-09  Vincent BernatFor enslaved devices, get the real MAC address from...
2008-12-09  Vincent BernatFactorize out cleanup of lldpd_hardware structure
2008-12-09  Vincent BernatDo not share port id with interface MAC address (port...
2008-12-09  Vincent BernatWhen sending on inactive slaves, use a random MAC address
2008-12-08  Vincent BernatAccept to receive several location and several network...
2008-12-08  Vincent BernatDon't send anything on inactive slaves (this confuses...
2008-12-07  Vincent BernatEncode location data as data+len to enable use of 0...
2008-12-07  Vincent BernatMerge branch 'master' into lldpmed
2008-12-07  Vincent BernatCompute and handle correctly LLDP-MED capabilities...
2008-11-28  Vincent BernatAdd an option to not send LLDP-MED inventory TLV
2008-11-26  Vincent BernatAdd a way to disable Dot1 and Dot3
2008-11-26  Vincent BernatStart support of LLDP-MED: send support is implemented
2008-11-25  Vincent BernatAllow to compile only needed protocols
2008-11-19  Vincent BernatFix open() calls
2008-11-17  Vincent BernatMerge branch 'master' into privsep
2008-11-17  Vincent BernatFix checks for header files in configure.ac
2008-11-16  Vincent BernatUse strdup instead of asprintf("%s")
2008-11-16  Vincent BernatFix tabs
2008-11-16  Vincent BernatMerge branch 'master' into privsep
2008-11-16  Vincent BernatFork earlier (before monitor creation); otherwise,...
2008-11-16  Vincent BernatPrivilege separation for SNMP using a custom transport
2008-11-15  Vincent BernatNot being able to use ethtool is not really important
2008-11-15  Vincent BernatFirst try to make SNMP agent work with privilege separation
2008-11-15  Vincent BernatMore privilege separation
2008-11-13  Vincent BernatMore privilege separation
2008-11-07  Vincent BernatMerge branch 'master' into privsep
2008-11-07  Vincent BernatAdd FDP support
2008-11-07  Vincent BernatDon't free h_lladdr since it is statically allocated
next