]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/priv-linux.c
tests: add a test for interface alias handling
[thirdparty/lldpd.git] / src / daemon / priv-linux.c
2018-06-16  Vincent Bernattests: add a test for interface alias handling
2017-08-13  Vincent BernatMerge pull request #235 from vincentbernat/feature...
2017-08-12  Vincent Bernatpriv: don't run ethtool as root
2016-12-26  Vincent BernatMerge pull request #212 from vincentbernat/feature...
2016-12-25  Vincent Bernatlinux: make ethtool stuff run as root again feature/ethtool-linksettings 212/head
2016-12-25  Vincent Bernatlinux: add support for ethtool GLINKSETTINGS
2016-08-07  Vincent Bernatpriv: don't use monitor for ethtool except for old...
2016-08-06  Vincent Bernatpriv: don't use ethtool to get real MAC
2016-08-06  Vincent Bernatpriv: document functions that should not use the monito...
2015-12-01  Vincent Bernatinterfaces: fallback to old method to get original...
2015-12-01  Vincent Bernatinterfaces: query permanent MAC address through ethtool
2015-08-27  Vincent Bernatpriv: no need to access bridge files unless "oldies"
2015-05-28  Vincent BernatMerge pull request #115 from alagoutte/travis_container
2015-05-28  Vincent BernatMerge pull request #114 from alagoutte/clang
2015-05-26  Alexis La GoutteDisable -Wdocumentation for some include using pragma
2015-03-18  Vincent BernatRevert "priv: on Linux, when monitor dies, kill child"
2015-03-18  Vincent Bernatpriv: ensure we write exactly what will be read
2015-03-18  Vincent Bernatpriv: on Linux, when monitor dies, kill child
2014-07-09  Vincent Bernatpriv: avoid a socket leak when interface is already...
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-30  Vincent Bernatpriv: don't output rc status twice when unable to open...
2013-12-31  Vincent Bernatpriv: add the ability to disable privilege separation
2013-12-31  Vincent Bernatprivsep: IO should specify the context
2013-09-08  Vincent Bernatpriv: use unistd.h to get `close()`
2013-07-11  Vincent Bernatpriv: correctly declare `priv_cmd` type
2013-07-03  Vincent Bernatlinux: define IFALIASZ for old systems
2013-07-03  Vincent Bernatlldpd: fix a fd leak when we cannot write the new alias
2013-07-03  Vincent Bernatlldpd: append "was" to an interface description when...
2013-07-02  Vincent Bernatinterfaces: overwrite interface description with neighb...
2013-07-02  Vincent Bernatpriv: avoid to leak generic socket
2013-07-02  Vincent Bernatprivsep: separate OS specific code to dedicated files