2008-09-22  Sten Spans <sten@blinkenlights.nl>

	tag 0.6.1 release

2008-09-22  Sten Spans <sten@blinkenlights.nl>

	fix silly string typo

2008-09-22  Sten Spans <sten@blinkenlights.nl>

	add -M switch to force -m addr usage for all interfaces

2008-09-22  Sten Spans <sten@blinkenlights.nl>

	fix -m v6 support, overwrite if empty not the reverse

2008-09-22  Sten Spans <sten@blinkenlights.nl>

	location isn't a pointer anymore, use strlen to check for empty locations

2008-09-22  Sten Spans <sten@blinkenlights.nl>

	tag 0.6.1-rc4, the final rc before 0.6.1

2008-09-21  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-09-21  Sten Spans <sten@blinkenlights.nl>

	update todo

2008-09-21  Sten Spans <sten@blinkenlights.nl>

	document the pcap changes

2008-09-21  Sten Spans <sten@blinkenlights.nl>

	complete the packet dump output with pcap headers
	to enable piping to tcpdump/wireshark

2008-09-21  Sten Spans <sten@blinkenlights.nl>

	add LLDP civic location support, using the LOC catype
	also add the required country-code support

2008-09-21  Sten Spans <sten@blinkenlights.nl>

	small changes to make splint happy

2008-09-19  Sten Spans <sten@blinkenlights.nl>

	print skip information for empty ifa_addrs too
	( to show pptp/ppp interfaces )

2008-09-19  Sten Spans <sten@blinkenlights.nl>

	fix silly bug in read_line, not every string contains a newline

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	tag 0.6.1-rc3

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	print lacp detection too

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	make sure to copy master->name to ifr

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	fix comitted typo

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	the sysfs/ioctl ifdefs don't reflect the running config

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	make sure to log all detected slaves

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	silence configure warning by checking for linux/if.h
	using the same includes used for net/if.h

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	just remove the dist suffix, to exclude the generated
	ladvd.8 release tarballs

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	make sure to clean generated manpages on release

2008-09-16  Sten Spans <sten@blinkenlights.nl>

	make the with-user work again, reported by Paul de Weerd
	can someone please shoot the autoconf authors ?

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	fix redeclaration of `i', found by Paul de Weerd

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	update debian package too

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	update to rc2

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	improve the header handling in netif_bond

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	add ioctl code to detect bridge interfaces
	needed for hosts without sysfs

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	prefer linux/if.h when available, to stop silly conflicts between net/if.h and linux/if.h

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	small bonding ioctl fixes, make sure to include the header

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	only run the bonding ioctl when needed

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	we should scan using the "slave" pointer, because that is updated,
	otherwise we just keep finding the same first interface

2008-09-15  Sten Spans <sten@blinkenlights.nl>

	add untested ioctl path to netif_bond, to fetch bonding information
	when sysfs isn't available

2008-09-14  Sten Spans <sten@blinkenlights.nl>

	make sure to check for empty ifa_addr structs
	before trying to use ifa_addr->sa_family

	bug found by Alexander Ottl

2008-09-14  Sten Spans <sten@blinkenlights.nl>

	use cap_active for cdp capabilities as requested by Alexander Ottl

2008-09-14  Sten Spans <sten@blinkenlights.nl>

	be more relaxed when running without sysfs

2008-09-12  Sten Spans <sten@blinkenlights.nl>

	gethostname uses static storage, no need to free it.
	found by Alexander Ottl

2008-09-12  Sten Spans <sten@blinkenlights.nl>

	fix uts_str strlen test

2008-09-12  Sten Spans <sten@blinkenlights.nl>

	make sure to include ladvd.8.in in the release tarballs

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	update debian packaging

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	fix copypaste from lldp.c

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	syncup headerfile

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	include your own header please

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	misc small fixes

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	tag 0.6.1-rc1

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	close some small BSD socket / memory leaks

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	document the -m option

2008-09-09  Sten Spans <sten@blinkenlights.nl>

	use management addresses, if defined, for unnumbered interfaces

2008-09-08  Sten Spans <sten@blinkenlights.nl>

	add an management addr to sysinfo

2008-09-08  Sten Spans <sten@blinkenlights.nl>

	switch to defines for my_log priorities

2008-09-08  Sten Spans <sten@blinkenlights.nl>

	unify CAP_HOST behaviour between lldp and cdp
	as requested by Alexander Ottl

2008-08-04  Sten Spans <sten@blinkenlights.nl>

	make sure hostname is 256 too, free hp

2008-08-04  Sten Spans <sten@blinkenlights.nl>

	make sure location is 255 max too (and trailing 0)

2008-08-04  Sten Spans <sten@blinkenlights.nl>

	make sure uts_str is 255 chars max

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	rewrite the user configuration
	automatically update the manual with the configured user

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	simple please

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	cleanup somewhat

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	rename

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	remove directive

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	switch to strlcpy

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	switch to strlcpy

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	use strlcpy

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	add openbsd licensed strlcpy and test wether its needed

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	uts.release is wat we want

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	fix some compile warnings by using a len variable

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	comparison, not assignment please

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	add support for the TIA inventory management TLV set

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	fetch openbsd hardware info via sysctl

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	remove unused variable

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	rename sysfs_read to read_line, and use it for procfs reads too
	there might have been an filedescriptor leak in the old code

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	use HAVE_SYSFS
	add sysfs_read function
	use the sysfs_read function to read dmi data

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	add sysfs define

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	add tia inventory subtypes

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	add TIA tlv defines

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	rename functions

2008-08-03  Sten Spans <sten@blinkenlights.nl>

	seperate sysinfo into a seperate file, to prepare for dmi / lldp-med extensions

2008-08-02  Sten Spans <sten@blinkenlights.nl>

	depend on lsb-base

2008-08-02  Sten Spans <sten@blinkenlights.nl>

	add sysinfo

2008-08-01  Sten Spans <sten@blinkenlights.nl>

	KISS

2008-08-01  Sten Spans <sten@blinkenlights.nl>

	remove some sysfs virtual references

2008-08-01  Sten Spans <sten@blinkenlights.nl>

	the /sys/devices/virtual dir is really new (2.6.22 lacks it)
	so instead look for a "device" symlink in /sys/class/net,
	if it is missing then the device is virtual.
	This is pretty much what is used to populate the /sys/devices/virtual dir.

2008-07-31  Sten Spans <sten@blinkenlights.nl>

	try to work with oooold kernel headers

2008-07-31  Sten Spans <sten@blinkenlights.nl>

	small debian fixes

2008-07-29  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-07-29  Sten Spans <sten@blinkenlights.nl>

	make sure we read /proc/sys/net only on linux

2008-07-29  Sten Spans <sten@blinkenlights.nl>

	add define for /proc/sys/net

2008-07-29  Sten Spans <sten@blinkenlights.nl>

	be smarter about CAP_ROUTER cap/cap_enabled

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	silly test commit

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	integrate normal, and debian source building into one script

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	sysinfo is a pointer

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	rename

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	cleanup release scripting

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	lets do this the right way

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	update manpage change

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	update debian version number

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	misc small debian packaging fixes

2008-07-28  Sten Spans <sten@blinkenlights.nl>

	remember to zero caps

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	add support for openbsd's SIOCGIFDESCR,
	linux / freebsd don't seem to have this...

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	include some more headers

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	correct documentation

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	update documentation

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	add debian subdir to sources

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	misc cleanups

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	update to 0.6.0

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	add some clarifications to tlv.h

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	tag 0.6.0 release

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	point to the new license

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	switch to isc license

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	add support for cap_enabled using IFF_UP to detect enabled capabilities

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	tag pre5

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	switch to mac for chassis id
	fix master/netif looping in main

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	fix typo

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	fix bsd ipv6 forwarding detection

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	update todo

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	whine about missing headers

2008-07-27  Sten Spans <sten@blinkenlights.nl>

	detect forwarding via sysctl or /proc
	rename "struct session" to netif to prevent conflicts with sys/proc.h
	add a master pointer to struct netif which simplifies the code somewhat

2008-07-26  Sten Spans <sten@blinkenlights.nl>

	set LLDP_CAP_STATION_ONLY when _only_ CAP_HOST is defined

2008-07-26  Sten Spans <sten@blinkenlights.nl>

	call netif_addr via netif_list, saves an getifaddrs call
	and makes more sense

2008-07-26  Sten Spans <sten@blinkenlights.nl>

	add startup message

2008-07-24  Sten Spans <sten@blinkenlights.nl>

	update todo

2008-07-24  Sten Spans <sten@blinkenlights.nl>

	zero ecmd too

2008-07-24  Sten Spans <sten@blinkenlights.nl>

	make sure we zero drvinfo

2008-07-24  Sten Spans <sten@blinkenlights.nl>

	fix silly typo

2008-07-24  Sten Spans <sten@blinkenlights.nl>

	correct my_log usage

2008-07-23  Sten Spans <sten@blinkenlights.nl>

	start autodetecting capabilities
	autodetect interfaces every 30 seconds
	improve handling of argv interfaces
	add debug mode which skips the socket/setuid hassle

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	configure pid-file path via autoconf

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	make the user configurable

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	add some free to inbuf

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	tag pre3

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	add support for linux wireless extensions

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	more includes for wireless

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	add some more headers

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	check for linux wireless headers

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	switch from bcopy to memcpy

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	switch to memset

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	rewrite tlv.h using memcpy to it work on strict alignment
	archs like sparc64

2008-07-21  Sten Spans <sten@blinkenlights.nl>

	use push_bytes for ipaddr4

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	default to not-matching in netif_wireless

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	eliminate my_ioctl

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	remove some whitespace

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	add message

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	handle SIOCGIFMTU failures gracefully

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	update to pre2

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	move netif_names function around

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	fixup ifr for lagg/trunk too

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	fix ethtool ifr usage

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	split the wireless and type detection code to seperate functions
	rename members of the session struct to stop conflicts with net/if.h

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	use netif_fetch socket for netif_bond and netif_bridge
	move code around for a bit
	check for < 0 in my_ioctl

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	handle failing SIOCGIFFLAGS properly

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	add openbsd support for trunk, bridge and wireless

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	more include fixes

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	fixup newline

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	look for more includes

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	add lagg / if_bridge support

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	remove vlan headers
	add more includes for the wireless headers

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	add if_lagg.h dependency

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	improve test

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	check for wireless headers too

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	tag 0.6.0-pre1

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	update todo

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	and its a pointer even at length time

2008-07-20  Sten Spans <sten@blinkenlights.nl>

	packet is a pointer now

2008-07-19  Sten Spans <sten@blinkenlights.nl>

	fix some include errors

2008-07-19  Sten Spans <sten@blinkenlights.nl>

	this should work better

2008-07-18  Sten Spans <sten@blinkenlights.nl>

	use a single struct packet for all interfaces
	which saves space (packets are regenerated anyway)
	and actually simplifies the code

2008-07-18  Sten Spans <sten@blinkenlights.nl>

	sync some logging

2008-07-18  Sten Spans <sten@blinkenlights.nl>

	small fixes

2008-07-18  Sten Spans <sten@blinkenlights.nl>

	speling

2008-07-18  Sten Spans <sten@blinkenlights.nl>

	cleanup raw-socket handling, one is all we need
	add test-version of bpf support
	remove the obsolete lldp/cdp send functions

2008-07-17  Sten Spans <sten@blinkenlights.nl>

	switch to using if_indextoname instead

2008-07-17  Sten Spans <sten@blinkenlights.nl>

	use ifnamsiz for interface names
	update interface names using if_nameindex because interfaces names aren't static

2008-07-17  Sten Spans <sten@blinkenlights.nl>

	add ipv6 support to the cdp address tlv code
	correct ADDR_PROTO_IPV6 based on what tcpdump uses
	(which my 2960g seems to accept)

2008-07-17  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-07-17  Sten Spans <sten@blinkenlights.nl>

	skip the snap header when calculating the checksum

2008-07-17  Sten Spans <sten@blinkenlights.nl>

	update todo

2008-07-16  Sten Spans <sten@blinkenlights.nl>

	add debian scripts to manage the ladvd user

2008-07-16  Sten Spans <sten@blinkenlights.nl>

	fixup my_log usage

2008-07-16  Sten Spans <sten@blinkenlights.nl>

	add sigaction managed pidfile cleanup

2008-07-16  Sten Spans <sten@blinkenlights.nl>

	require signal.h

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	grrr

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	make it work

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	add bsd vlan support

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	remove unused ifmr

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	add if_types

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	use getifaddrs to detect interfaces

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	detect ethernet interfaces using SIOCGIFMEDIA

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	use LLADDR correctly

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	casting needed for openbsd

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	fix required include for if_bonding.h

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	add some more headers

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	add some includes

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	cleanup more includes

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	make sure we init socket

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	grrr silly openbsd includes

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	more include moves

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	re-arrange includes

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	correct if_arp.h location

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	also use if_arp.h

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	misc ethernet header cleanups

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	include sys/socket for net/if

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-07-13  Sten Spans <sten@blinkenlights.nl>

	fix iteration for non-master interfaces

2008-07-12  Sten Spans <sten@blinkenlights.nl>

	clarify comment

2008-07-12  Sten Spans <sten@blinkenlights.nl>

	getifaddrs is needed for if_hwaddr on all interfaces, not just masters
	and by being smarter we don't getifaddrs for every interface

2008-07-12  Sten Spans <sten@blinkenlights.nl>

	use af_packet and af_link to fetch ethernet addresses

2008-07-12  Sten Spans <sten@blinkenlights.nl>

	use struct packet to describe ethernet packets
	update cdp.c and lldp to use this code
	correct the cdp version number
	use bcopy to fill the ethernet header
	prepare for an if_hwaddr in struct session

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	update ethernet type/length field for cdp

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	use oui len

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	mmm this doesn't seem to be needed

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	correct lldp dst and lldp src

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	add missing util.h include

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	add missing include

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	include util.h seperately

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	grrr

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	switch to using sendto, which actually might work

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	shorten checks in main

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	fixup lldp_len

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	make similar changes for lldp

2008-07-10  Sten Spans <sten@blinkenlights.nl>

	remove libnet usage from cdp.c
	merge cdp_encode and cdp_packet
	remove the cdp_packet struct

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	just using send might work just as well

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	add ethernet include
	add flags to sendto

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	add include for htons

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	remove more length and libnet usage

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	rename to sockfd

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	add first versions of my_rsocket and my_rsendto
	rename *_data to *_msg and *_length to *_len

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	remove libnet

2008-07-09  Sten Spans <sten@blinkenlights.nl>

	more libnet removal

2008-07-08  Sten Spans <sten@blinkenlights.nl>

	correct install instructions

2008-07-08  Sten Spans <sten@blinkenlights.nl>

	start the libnet removal

2008-07-08  Sten Spans <sten@blinkenlights.nl>

	seperate the bridge and bond handling out into seperate functions
	improve the ifdef codepath selection for bridge/bonding
	add initial test version of bridge member selection

2008-06-10  Sten Spans <sten@blinkenlights.nl>

	add netif_info and netif_addr functions to detect
	interfaces and addreses automatically

2008-06-10  Sten Spans <sten@blinkenlights.nl>

	add master/subif support
	seperate common stuff out to sysinfo struct
	move log_str to my_log in util.c
	be smart about handeling master/slave sessions

2008-06-10  Sten Spans <sten@blinkenlights.nl>

	update to reflect main/util changes

2008-06-09  Sten Spans <sten@blinkenlights.nl>

	add ipv6 support
	add lacp support
	make the packet buffer static
	add master/slave interface support

2008-06-09  Sten Spans <sten@blinkenlights.nl>

	change includes

2008-06-09  Sten Spans <sten@blinkenlights.nl>

	add util.c to the makefile

2008-06-09  Sten Spans <sten@blinkenlights.nl>

	add utility functions

2008-05-31  Sten Spans <sten@blinkenlights.nl>

	rename ifinfo to netif.c to prepare for more functionality

2008-05-31  Sten Spans <sten@blinkenlights.nl>

	chown the pidfile to the ladvd user

2008-05-31  Sten Spans <sten@blinkenlights.nl>

	add support for ifindex

2008-05-28  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-05-28  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	revert NET_LIB change, breaks configure on BSD

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	switch to oknodo

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	handle not-running ladvd gracefully

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	tag 0.5.2

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	document location option

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	document cisco crc workaround

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	add some identation to usage

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	add the byte after the type field

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	push additional null-byte into location, seems to be needed

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	remove autogenerated config.h.in

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	add cdp location support

2008-05-27  Sten Spans <sten@blinkenlights.nl>

	add system_name tlv

2008-05-26  Sten Spans <sten@blinkenlights.nl>

	make sure to close socket

2008-05-26  Sten Spans <sten@blinkenlights.nl>

	tag 0.5.1

2008-05-26  Sten Spans <sten@blinkenlights.nl>

	fix logging verbosity
	don't exit on an failed ifinfo_get

2008-05-26  Sten Spans <sten@blinkenlights.nl>

	tag 0.5.0 release

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	add support for linux capabilities, needed for ethtool ioctl
	move more logic into the main loop to refresh duplex/autoneg more often

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	sanitize if(

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	move main.h to workaround libnet.h gnu_source clashing

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	add logging for success / failure of ethtool ioctl

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	silence warning about static uint in lldp.h

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	check for asprintf
	update todo

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	remove extranous CDP_CAP_HOST

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	enable Id expansion
	move main.h around, to propaget gnu_source to includes
	resolve uts.nodename via gethostbyname get a fully qualified name

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	detect GNU_SOURCE

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	default to CAP_HOST

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	document the capability selection

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	move the capability option around a bit

2008-05-25  Sten Spans <sten@blinkenlights.nl>

	improve capability selection

2008-05-20  Sten Spans <sten@blinkenlights.nl>

	add note about link-state

2008-05-19  Sten Spans <sten@blinkenlights.nl>

	change voor weerd

2008-05-19  Sten Spans <sten@blinkenlights.nl>

	add sys/types.h for socket.h on openbsd

2008-05-19  Sten Spans <sten@blinkenlights.nl>

	speed and duplex support is finished

2008-05-19  Sten Spans <sten@blinkenlights.nl>

	speed is obsolete

2008-05-19  Sten Spans <sten@blinkenlights.nl>

	add some break statements

2008-05-18  Sten Spans <sten@blinkenlights.nl>

	add support for operational MAU type tlv entry

2008-05-18  Sten Spans <sten@blinkenlights.nl>

	we don't use asprintf

2008-05-18  Sten Spans <sten@blinkenlights.nl>

	add missing closing bracket

2008-05-18  Sten Spans <sten@blinkenlights.nl>

	sys/socket.h is required for net/if.h

2008-05-18  Sten Spans <sten@blinkenlights.nl>

	fix support for freebsd mtu, autoneg and duplex detection

2008-05-16  Sten Spans <sten@blinkenlights.nl>

	getting there

2008-05-15  Sten Spans <sten@blinkenlights.nl>

	lowercase strings
	add wip support for bsd siogifmedia ioctl

2008-05-15  Sten Spans <sten@blinkenlights.nl>

	lowercase strings

2008-05-15  Sten Spans <sten@blinkenlights.nl>

	lowercase strings

2008-05-11  Sten Spans <sten@blinkenlights.nl>

	add support for LLDP_PRIVATE_8023_SUBTYPE_MACPHY, starting with
	autoneg details

2008-05-11  Sten Spans <sten@blinkenlights.nl>

	extend autoneg support to capture more possible states
	needed for full LLDP_PRIVATE_8023_SUBTYPE_MACPHY support

2008-05-11  Sten Spans <sten@blinkenlights.nl>

	enable duplex support in cdp

2008-05-11  Sten Spans <sten@blinkenlights.nl>

	add ethtool support to fetch duplex, speed and autoneg

2008-05-11  Sten Spans <sten@blinkenlights.nl>

	add header needed for ethtool to autoconf

2008-05-11  Sten Spans <sten@blinkenlights.nl>

	check for ethtool headers

2008-05-11  Sten Spans <sten@blinkenlights.nl>

	cleanup TODO

2008-05-07  Sten Spans <sten@blinkenlights.nl>

	strip slashes from automated changelog

2008-05-06  Sten Spans <sten@blinkenlights.nl>

	only distclean if there is a makefile

2008-05-06  Sten Spans <sten@blinkenlights.nl>

	interface numbering should be 1 for "unknown"
	strange default, ow well

2008-05-05  Sten Spans <sten@blinkenlights.nl>

	extend mtu to include link-layer + vlan headers

2008-05-05  Sten Spans <sten@blinkenlights.nl>

	fixup the oui copy and check before copying addresses to the packet struct

2008-05-05  Sten Spans <sten@blinkenlights.nl>

	doing mtu stuff after the LLDP_END_TLV aint all that useful

2008-05-04  Sten Spans <sten@blinkenlights.nl>

	add lldp mtu support

2008-05-04  Sten Spans <sten@blinkenlights.nl>

	add defines for lldp private tlv's

2008-05-04  Sten Spans <sten@blinkenlights.nl>

	add mtu support to main.c and cdp.c
	lldp support is still to come

2008-05-04  Sten Spans <sten@blinkenlights.nl>

	add some more headers to check

2008-04-27  Sten Spans <sten@blinkenlights.nl>

	update TODO

2008-04-27  Sten Spans <sten@blinkenlights.nl>

	add debian packaging

2008-04-26  Sten Spans <sten@blinkenlights.nl>

	add missing slash

2008-04-26  Sten Spans <sten@blinkenlights.nl>

	fixup header checks

2008-04-26  Sten Spans <sten@blinkenlights.nl>

	add -q

2008-04-26  Sten Spans <sten@blinkenlights.nl>

	add changelog

2008-04-26  Sten Spans <sten@blinkenlights.nl>

	improve release scripting

2008-04-26  Sten Spans <sten@blinkenlights.nl>

	update version to 0.4.3

2008-04-26  Sten Spans <sten@blinkenlights.nl>

	update configure to handle versioned libnet installs
	use snprintf in main to keep openbsd happy

2008-04-25  Sten Spans <sten@blinkenlights.nl>

	use a different type for ptr diffs, this way
	it also works on theobsd

2008-04-23  Sten Spans <sten@blinkenlights.nl>

	improve libnet and other header checks

2008-04-23  Sten Spans <sten@blinkenlights.nl>

	initial import

;; Local Variables:
;; coding: utf-8
;; End:
