]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/agent_priv.c
daemon: remove unused agent_default_agentx_socket() function
[thirdparty/lldpd.git] / src / daemon / agent_priv.c
2018-12-01  Vincent Bernatdaemon: remove unused agent_default_agentx_socket(...
2018-06-16  Vincent BernatMerge pull request #285 from vincentbernat/feature...
2018-06-16  Vincent Bernatpriv: when SNMP AgentX socket is filesystem-based,...
2014-07-09  Vincent Bernatsnmp: avoid deferencing a pointer when it may be NULL
2014-07-08  Vincent Bernatsnmp: use poll() to wait for AgentX socket to be ready
2014-07-08  Sam Tannousmake agentx socket non-blocking
2014-04-08  Vincent Bernatcoverity: fix a false positive in SNMP transport
2013-12-31  Vincent Bernatpriv: add the ability to disable privilege separation
2013-06-24  Vincent Bernatsnmp: fix a typo in `agent_priv.c`
2013-06-22  Vincent Bernatstyle: use C99 designated initializers instead of memse...
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.