]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/agent.c
build: bump cross-platform-actions/action from 0.27.0 to 0.28.0
[thirdparty/lldpd.git] / src / daemon / agent.c
2023-11-25  Georg Sauthoffbuild: improve const correctness and prototype declarations
2022-11-06  Vincent Bernatbuild: reformat code
2020-05-23  Vincent BernatMerge pull request #393 from vincentbernat/fix/snmp...
2020-05-23  Vincent Bernatagent: fix SNMP walk on lldpRemTable when missing remot... fix/snmp-empty-sysname 393/head
2020-01-23  Vincent BernatMerge pull request #379 from jp-t/master
2020-01-16  Jean-Pierre TosoniAllow configuring tx-interval in milliseconds
2019-06-03  Vincent Bernatsnmp: implement lldpRemOrgDefInfoTable for remote custo...
2018-10-02  Vincent Bernatdaemon: do not explicitely inline functions
2018-03-18  Vincent BernatMerge pull request #274 from vincentbernat/feature...
2018-03-17  Vincent BernatMerge pull request #272 from westermo/fix-snmp-remTable...
2018-03-12  Thomas Eliassonhandle lldpStatsRemTablesLastChangeTime correctly when... 272/head
2017-02-19  Vincent Bernatlldp: don't use chassis TTL anymore
2015-05-14  Vincent Bernattests: fix typo in SNMP checks with protocol identity
2014-12-01  Vincent Bernatsnmp: `agent_init()` won't modify AgentX string
2013-12-31  Vincent Bernatpriv: add the ability to disable privilege separation
2013-12-09  Vincent Bernatlldp: don't hard-code sysname, sysdescr and portdescr
2013-03-31  Vincent Bernatlldpd: limit the maximum of neighbors per port and...
2013-01-13  Vincent Bernatsnmp: frame.h is not needed anymore
2012-12-22  Vincent Bernatbuild: ensure _GNU_SOURCE is defined early
2012-12-16  Vincent Bernatlog: add -D option to filter out debug logs
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-12-16  Vincent Bernatsnmp: don't send traps when SNMP is not enabled
2012-12-16  Vincent Bernatlog: prefix logs with a token to allow filtering
2012-09-08  Vincent Bernatbuild: fix compilation without LLDP MED
2012-09-01  Vincent Bernatsnmp: add lldpRemTablesChange notification
2012-09-01  Vincent Bernatlldpd: add proper insert/delete/ageout counters
2012-09-01  Vincent Bernatgeneral: use "TX interval" instead of "TX delay" to...
2012-08-31  Vincent Bernatlldpd: move configuration stuff into a dedicated structure
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.