]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
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
2008-11-07  Vincent BernatStart privilege separation
2008-10-31  Vincent BernatCorrectly compute discarded TLV for each port
2008-10-31  Vincent BernatIgnore unknown ORG TLV. Thanks to Michael Hanig for...
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-17  Vincent BernatDon't display debug message for valid but unsupported...
2008-10-15  Vincent BernatAdd URL of website to README
2008-10-15  Vincent BernatInitial import