]> git.ipfire.org Git - thirdparty/lldpd.git/log
thirdparty/lldpd.git
15 years agoMerge branch 'master' into privsep
Vincent Bernat [Sun, 16 Nov 2008 20:56:48 +0000 (21:56 +0100)] 
Merge branch 'master' into privsep

15 years agoFork earlier (before monitor creation); otherwise, the unprivileged
Vincent Bernat [Sun, 16 Nov 2008 20:38:30 +0000 (21:38 +0100)] 
Fork earlier (before monitor creation); otherwise, the unprivileged
process will not be the child of the monitor after forking the monitor.

15 years agoClose SNMP socket in monitor process
Vincent Bernat [Sun, 16 Nov 2008 19:39:52 +0000 (20:39 +0100)] 
Close SNMP socket in monitor process

15 years agoChange owner of the control socket to _lldpd._lldpd
Vincent Bernat [Sun, 16 Nov 2008 19:20:25 +0000 (20:20 +0100)] 
Change owner of the control socket to _lldpd._lldpd

15 years agoDocument privilege separation
Vincent Bernat [Sun, 16 Nov 2008 19:04:59 +0000 (20:04 +0100)] 
Document privilege separation

15 years ago_lldpd is not considered as a valid name on most systems. We override
Vincent Bernat [Sun, 16 Nov 2008 19:02:17 +0000 (20:02 +0100)] 
_lldpd is not considered as a valid name on most systems. We override
this warning.

15 years agoAdd licensing stuff
Vincent Bernat [Sun, 16 Nov 2008 19:01:01 +0000 (20:01 +0100)] 
Add licensing stuff

15 years agoPrivilege separation for SNMP using a custom transport
Vincent Bernat [Sun, 16 Nov 2008 18:57:45 +0000 (19:57 +0100)] 
Privilege separation for SNMP using a custom transport

15 years agoDo not load any MIB, do not use use persistent states
Vincent Bernat [Sat, 15 Nov 2008 15:49:56 +0000 (16:49 +0100)] 
Do not load any MIB, do not use use persistent states

15 years agoNot being able to use ethtool is not really important
Vincent Bernat [Sat, 15 Nov 2008 15:48:39 +0000 (16:48 +0100)] 
Not being able to use ethtool is not really important

15 years agoFirst try to make SNMP agent work with privilege separation
Vincent Bernat [Sat, 15 Nov 2008 15:33:15 +0000 (16:33 +0100)] 
First try to make SNMP agent work with privilege separation

15 years agoMore privilege separation
Vincent Bernat [Sat, 15 Nov 2008 08:25:09 +0000 (09:25 +0100)] 
More privilege separation

15 years agoUse _lldpd instead of lldpd for username to avoid collision with real
Vincent Bernat [Sat, 15 Nov 2008 07:52:01 +0000 (08:52 +0100)] 
Use _lldpd instead of lldpd for username to avoid collision with real
users

15 years agoMore privilege separation
Vincent Bernat [Sat, 15 Nov 2008 07:42:35 +0000 (08:42 +0100)] 
More privilege separation

15 years agoMore privilege separation
Vincent Bernat [Thu, 13 Nov 2008 10:30:45 +0000 (11:30 +0100)] 
More privilege separation

15 years agoAdd a CHANGELOG file
Vincent Bernat [Fri, 7 Nov 2008 13:59:34 +0000 (14:59 +0100)] 
Add a CHANGELOG file

15 years agoMerge branch 'master' into privsep
Vincent Bernat [Fri, 7 Nov 2008 13:39:24 +0000 (14:39 +0100)] 
Merge branch 'master' into privsep

15 years agoAdd FDP support
Vincent Bernat [Fri, 7 Nov 2008 11:17:50 +0000 (12:17 +0100)] 
Add FDP support

15 years agoDon't free h_lladdr since it is statically allocated
Vincent Bernat [Fri, 7 Nov 2008 10:39:26 +0000 (11:39 +0100)] 
Don't free h_lladdr since it is statically allocated

15 years agoStart privilege separation
Vincent Bernat [Fri, 7 Nov 2008 10:38:27 +0000 (11:38 +0100)] 
Start privilege separation

15 years agoCorrectly compute discarded TLV for each port
Vincent Bernat [Fri, 31 Oct 2008 18:43:13 +0000 (19:43 +0100)] 
Correctly compute discarded TLV for each port

15 years agoIgnore unknown ORG TLV. Thanks to Michael Hanig for noticing it.
Vincent Bernat [Fri, 31 Oct 2008 13:22:21 +0000 (14:22 +0100)] 
Ignore unknown ORG TLV. Thanks to Michael Hanig for noticing it.

15 years agoMove client handling in a separate file
Vincent Bernat [Wed, 29 Oct 2008 08:02:32 +0000 (09:02 +0100)] 
Move client handling in a separate file

15 years agoTest if ifa_addr is NULL before using it.
Vincent Bernat [Mon, 20 Oct 2008 16:35:28 +0000 (18:35 +0200)] 
Test if ifa_addr is NULL before using it.

Thanks to Bjorn Mork for the patch.

15 years agoTest earlier if the interface is an Ethernet one.
Vincent Bernat [Mon, 20 Oct 2008 13:58:57 +0000 (15:58 +0200)] 
Test earlier if the interface is an Ethernet one.

This should avoid a bug when using deprecated bridge ioctl.

15 years agoHandle frames encapsulated in VLAN.
Vincent Bernat [Mon, 20 Oct 2008 13:34:14 +0000 (15:34 +0200)] 
Handle frames encapsulated in VLAN.

With "-v" option, it is possible to listen on VLAN. Frames received on
VLAN will be attached to the real interface.

See: https://trac.luffy.cx/lldpd/ticket/2

15 years agoAllow to receive frames on VLAN interfaces.
Vincent Bernat [Mon, 20 Oct 2008 12:07:33 +0000 (14:07 +0200)] 
Allow to receive frames on VLAN interfaces.

15 years agoDo not try to catch CDP frame inside VLAN tagged frame.
Vincent Bernat [Mon, 20 Oct 2008 09:12:02 +0000 (11:12 +0200)] 
Do not try to catch CDP frame inside VLAN tagged frame.

With hardware accelerated VLAN supported by some cards like e1000,
this does not work. We need to listen on the corresponding VLAN
instead.

This reverts commit dc1539a44534a36fa8683ecfaddbbd6b34466b96.

15 years agoSometimes, CDP are transmitted over administration VLAN. We try to
Vincent Bernat [Sun, 19 Oct 2008 01:49:15 +0000 (03:49 +0200)] 
Sometimes, CDP are transmitted over administration VLAN. We try to
handle this case by handling this additional encapsulation on
reception of CDP frame. Frames are still sent outside of the VLAN.

15 years agoDon't display debug message for valid but unsupported protocols like
Vincent Bernat [Fri, 17 Oct 2008 21:08:39 +0000 (23:08 +0200)] 
Don't display debug message for valid but unsupported protocols like
DTP, VTP, ...

15 years agoAdd URL of website to README
Vincent Bernat [Wed, 15 Oct 2008 08:42:48 +0000 (10:42 +0200)] 
Add URL of website to README

15 years agoInitial import
Vincent Bernat [Wed, 15 Oct 2008 07:27:31 +0000 (09:27 +0200)] 
Initial import