]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/priv.c
Add support to read /etc/os-release for system information.
[thirdparty/lldpd.git] / src / priv.c
2011-05-20  Vincent BernatUpdate ISC license wording.
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-29  Vincent BernatRework autoconf stuff.
2009-06-10  Vincent BernatUse ifAlias from newer Linux kernels if available.
2009-06-04  Vincent BernatAdd back support for bonding using the new architecture.
2009-06-02  Vincent BernatChange the way interface information are collected.
2009-05-24  Vincent BernatKeep gcc happy with 'const' keyword.
2009-05-14  Vincent BernatAlso check for VLAN on bridges.
2009-03-06  Vincent BernatCall res_init in case of failure to resolv names
2008-12-26  Vincent BernatUse static for all not to be exported symbols
2008-12-11  Vincent BernatMerge branch 'master' into lldpmed
2008-12-10  Vincent BernatHandle more gracefully DNS problems by keeping nodename
2008-12-09  Vincent BernatFor enslaved devices, get the real MAC address from...
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-11-26  Vincent BernatStart support of LLDP-MED: send support is implemented
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-19  Vincent BernatFix open() calls
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-16  Vincent BernatFailure to connect to a socket can happen without requi...
2008-11-16  Vincent BernatFix a memory leak
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 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-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 BernatStart privilege separation