]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lldpd.c
Major rewrite for packet builder and parser.
[thirdparty/lldpd.git] / src / lldpd.c
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
2008-11-07  Vincent BernatStart privilege separation
2008-10-29  Vincent BernatMove client handling in a separate file
2008-10-20  Vincent BernatTest if ifa_addr is NULL before using it.
2008-10-20  Vincent BernatTest earlier if the interface is an Ethernet one.
2008-10-20  Vincent BernatHandle frames encapsulated in VLAN.
2008-10-20  Vincent BernatAllow to receive frames on VLAN interfaces.
2008-10-20  Vincent BernatDo not try to catch CDP frame inside VLAN tagged frame.
2008-10-19  Vincent BernatSometimes, CDP are transmitted over administration...
2008-10-15  Vincent BernatInitial import