]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/priv.c
priv: provide a simpler sig_chld when priv sep is disabled
[thirdparty/lldpd.git] / src / daemon / priv.c
2017-10-22  Vincent Bernatpriv: provide a simpler sig_chld when priv sep is disabled fix/reap-children 251/head
2017-10-20  Vincent Bernatpriv: correctly handle lldpcli exit
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-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-06-11  Vincent Bernatlldp: accept LLDP frames sent through S-VLAN/C-VLAN...
2016-03-19  Vincent Bernatdaemon: append a dot after process title coverity_scan
2015-12-01  Vincent Bernatinterfaces: query permanent MAC address through ethtool
2015-08-17  Vincent Bernatnetlink: use libnl3 instead of custom netlink code
2015-03-18  Vincent BernatRevert "priv: on Linux, when monitor dies, kill child"
2015-03-18  Vincent Bernatpriv: use SOCK_STREAM for monitor communication
2015-03-18  Vincent Bernatpriv: don't log anything when handling SIGCHLD
2015-03-18  Vincent Bernatpriv: ensure we write exactly what will be read
2015-03-18  Vincent Bernatpriv: fallback to SOCK_DGRAM if SOCK_SEQPACKET not...
2015-03-18  Vincent Bernatpriv: use a SOCK_SEQPACKET for communication with monitor
2015-03-18  Vincent Bernatlog: add token to all `fatalx` instances
2015-03-18  Vincent Bernatpriv: on Linux, when monitor dies, kill child
2015-01-28  Vincent Bernatpriv: replace the use of `gethostbyname()` by `getaddri...
2015-01-28  Vincent Bernatpriv: rename "gethostbyname" priv function to "gethostname"
2014-07-08  Vincent Bernatsnmp: preserve previous flags when making AgentX socket...
2014-07-08  Sam Tannousmake agentx socket non-blocking
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-15  Vincent Bernatbsd: fix clang warning about alignment problem with...
2014-04-04  Vincent Bernatpriv: use AF_UNIX for socketpair()
2013-12-31  Vincent Bernatpriv: add the ability to disable privilege separation
2013-12-31  Vincent Bernatprivsep: IO should specify the context
2013-12-31  Vincent Bernatpriv: declare `res_init()` for builds against Android...
2013-11-22  Vincent Bernatcoverity: if we cannot read /etc/localtime, don't go...
2013-11-22  Vincent Bernatcoverity: fix a memory leak
2013-11-22  Vincent Bernatcoverity: fix TOCTOU problem when creating chroot
2013-10-23  Vincent Bernatprivsep: put /etc/localtime in chroot
2013-10-12  Vincent Bernatseccomp: add support for seccomp through libseccomp
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-07-15  Vincent Bernatpriv: use `sigaction()` instead of `signal()` to instal...
2013-07-13  Vincent Bernatconfigure: check for `res_init()` before trying other...
2013-07-11  Vincent Bernatpriv: correctly declare `priv_cmd` type
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
2013-06-22  Vincent Bernatstyle: use C99 designated initializers instead of memse...
2013-06-22  Vincent Bernatbpf: on OpenBSD, invert the filter direction 0.7.4
2013-06-21  Vincent Bernatbuild: use libbsd if available, also use `setproctitle()`
2013-06-01  Vincent Bernatctl: fix a memory leak when cleaning control socket
2013-05-08  Vincent Bernatsolaris: preliminary support
2013-05-05  Vincent Bernatos: add support for DragonFly BSD
2013-02-26  Zang MingJieAdd a argument to specify the unix control socket 29/head
2013-01-22  Vincent Bernatlldpd: invoke lldpcli at start
2013-01-17  Vincent Bernatpriv: add ability to lock filter on Linux
2013-01-17  Vincent Bernatpriv: make inability to set write filter as fatal
2013-01-17  Vincent Bernatpriv: create chroot if it does not exist
2013-01-14  Vincent Bernatpriv: lock BPF interface on BSD
2013-01-10  Vincent BernatMac OS X support.
2013-01-07  Vincent Bernatpriv: mirror the exit status of the child
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
2012-12-28  Vincent Bernatpriv: open special call is only needed for Linux
2012-12-28  Vincent BernatAdd NetBSD support.
2012-12-27  Vincent BernatOpenBSD support.
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-26  Vincent BernatAdd support for FreeBSD.
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.