]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
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-19  Vincent BernatAdding missing values for MAU type, thanks to James...
2008-12-18  Vincent BernatFix compilation without EDP
2008-12-16  Vincent BernatHandle reception and display of PVID
2008-12-16  Vincent BernatThis is maximum frame size, not MTU
2008-12-16  Vincent BernatAdd Maximum Frame Size support. For Linux, we just...
2008-12-14  Vincent BernatFix manual page (missing .El) 0.3
2008-12-14  Vincent BernatPrepare new 0.3 version
2008-12-14  Vincent BernatAdd a note about the fact that location option could...
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-13  Vincent BernatAccept too large TLV for LLDP
2008-12-12  Vincent BernatAllow to specify interfaces to display on lldpctl comma...
2008-12-12  Vincent BernatDon't display management IP if there is none
2008-12-12  Vincent BernatAdd SLIST support for libc not shipping it (like Sarge)
2008-12-12  Vincent BernatFix parsing of LLDP-MED location, including display...
2008-12-12  Vincent BernatExport PSE/PD LLDP-MED stuff to SNMP
2008-12-11  Vincent BernatSNMP support for LLDP-MED location and network policy
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 BernatFix compilation on 32bits arch by using long long int...
2008-12-11  Vincent BernatRewrite structure packing to handle substructures corre...
2008-12-10  Vincent BernatDo not display autoneg stuff when we have nothing
2008-12-10  Vincent BernatHandle more gracefully DNS problems by keeping nodename
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 BernatDisplay available capabilities instead of enabled capab...
2008-12-08  Vincent BernatHandle correctly MDI/PSE or PD capabilities
2008-12-08  Vincent BernatParse LLDP-MED MDI when receiving frames
2008-12-08  Vincent BernatParse location for LLDP-MED.
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-08  Vincent BernatDump less information for LLDP-MED location data
2008-12-07  Vincent BernatDon't output too many new lines when displaying LLDP...
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 BernatDo not close control socket when there is an ethtool...
2008-12-07  Vincent BernatCompute and handle correctly LLDP-MED capabilities...
2008-12-05  Vincent BernatMore LLDP-MED support, thanks to Michael Hanig.
2008-12-05  Vincent BernatSome equipments send empty TLV for optional TLV
2008-12-01  Vincent BernatComplete changelog with recent changes
2008-11-28  Vincent BernatAdd configuration switch to disable LLDP-MED inventory...
2008-11-28  Vincent BernatAdd an option to not send LLDP-MED inventory TLV
2008-11-27  Vincent BernatRemove unneeded iface_is_bridged function
2008-11-27  Vincent BernatHandle bridge in a different way using BRCTL_GET_BRIDGE...
2008-11-26  Vincent BernatMore natural definition of packing macros
2008-11-26  Vincent BernatUse lldpd_*_cleanup() functions instead of manual free
2008-11-26  Vincent BernatAdd a way to disable Dot1 and Dot3
2008-11-26  Vincent BernatFix a typo when receiving LLDP-MED inventory asset id.
2008-11-26  Vincent BernatFix reception of LLDP-MED inventory: one byte was stripped
2008-11-26  Vincent BernatUpdate CHANGELOG and README to state that LLDP-MED...
2008-11-26  Vincent BernatAdd support for LLDP-MED retrieval through SNMP
2008-11-26  Vincent BernatImplement LLDP-MED reception and display
2008-11-26  Vincent BernatStart support of LLDP-MED: send support is implemented
2008-11-25  Vincent BernatMove at the bottom of configure.ac the instructions...
2008-11-25  Vincent BernatAllow to compile only needed protocols
2008-11-22  Vincent BernatFix a bug happening when walking local management addre...
2008-11-22  Vincent BernatAdd a word about the default (broken) NetSNMP installation.
2008-11-21  Vincent BernatWhen unable to connect to SNMP socket, give a sensible...
2008-11-21  Vincent BernatWhen monitored process dies early, handle this case...
2008-11-20  Vincent BernatDefine ADVERTISED_(Asym_)?Pause if not defined in linux...
2008-11-19  Vincent BernatPrepare a new release 0.2.1
2008-11-19  Vincent BernatFix open() calls
2008-11-17  Vincent BernatFix .Bl parameter in manual pages
2008-11-17  Vincent BernatRelease 0.2 0.2
2008-11-17  Vincent BernatTry to be compatible with older versions of NetSNMP
2008-11-17  Vincent BernatFix some compiler warnings
2008-11-17  Vincent BernatUse linux/if_packet instead of netpacket/packet.h to...
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 BernatFailure to connect to a socket can happen without requi...
2008-11-16  Vincent BernatFix a memory leak
2008-11-16  Vincent BernatUse strdup instead of asprintf("%s")
2008-11-16  Vincent BernatAdd privilege separation to changelog
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 BernatClose SNMP socket in monitor process
2008-11-16  Vincent BernatChange owner of the control socket to _lldpd._lldpd
2008-11-16  Vincent BernatDocument privilege separation
2008-11-16  Vincent Bernat_lldpd is not considered as a valid name on most system...
2008-11-16  Vincent BernatAdd licensing stuff
2008-11-16  Vincent BernatPrivilege separation for SNMP using a custom transport
2008-11-15  Vincent BernatDo not load any MIB, do not use use persistent states
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-15  Vincent BernatUse _lldpd instead of lldpd for username to avoid colli...
2008-11-15  Vincent BernatMore privilege separation
2008-11-13  Vincent BernatMore privilege separation
2008-11-07  Vincent BernatAdd a CHANGELOG file
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