]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/lldpd.c
priv: disable LLDP in firmware for Intel X7xx cards on FreeBSD
[thirdparty/lldpd.git] / src / daemon / lldpd.c
2024-05-01  Paul DonaldDocs (#657)
2024-04-25  Paul DonaldFix macos warnings at compile time.
2024-04-07  Vincent Bernatdaemon: rework a bit systemd support
2024-02-09  Paul Deedocs: man page fixes
2023-12-02  Vincent Bernatdaemon/lldpd: do not set interface description continuously
2023-11-25  Georg Sauthoffbuild: improve const correctness and prototype declarations
2023-11-25  Vincent Bernatbuild: ensure we use -Werror on Linux builds
2023-11-17  Vincent Bernatdaemon/lldpd: fix capitalization in help output
2023-10-15  Vincent Bernatdaemon/lldp: remove support for 802.3bt
2023-06-01  Vincent Bernatdaemon: do not start if fuzzing build mode is enabled
2022-11-06  Vincent Bernatbuild: reformat code
2022-10-27  Vincent Bernatdaemon: name the ints returned by pattern_match() function
2022-10-27  Vincent Bernatdaemon: cleanup remote ports for permanent interfaces too
2022-08-11  Ignacio Sanchez... client: Added support to override system capabilities
2022-05-15  Harshal Gohelmed: Add configure inventory commands
2021-12-12  Vincent Bernatinterfaces: detect interface index changes
2021-05-04  Vincent Bernatclient: put lock file in the same directory as the...
2021-03-21  Vincent Bernatclient: fix additional memory leaks detected by Coverit... fix/coverity-annotations
2021-03-21  Vincent Bernatdaemon: fix some coverity annotations
2021-03-21  Vincent Bernatinterfaces: use an array of MAC addresses when defining...
2021-03-21  Vincent Bernatdaemon: annotate "daemonisation" to help Coverity
2021-03-08  John LindgrenEliminate unused arguments to priv_init() with --disabl...
2020-01-23  Vincent BernatMerge pull request #379 from jp-t/master
2020-01-16  Jean-Pierre TosoniAllow configuring tx-interval in milliseconds
2019-10-19  Vincent BernatMerge pull request #350 from patrikdanielssonaxis/8023bt
2019-10-11  Patrik Danielssonlldp: Power via MDI TLV: Initial support for 802.3bt
2019-10-08  Vincent BernatMerge branch 'feature/vlan-enabled-bridge'
2019-10-08  Vincent Bernatlldp: when receiving a shutdown LLDPU, don't clear...
2018-12-03  Vincent Bernatdaemon: check if started through systemd first
2018-07-15  Vincent BernatMerge pull request #289 from GustavWi/master
2018-07-06  Gustav WiklanderAdd support for PD PoE negotiation. 289/head
2018-06-16  Vincent Bernatpriv: always request CAP_FOWNER
2018-06-16  Vincent Bernatpriv: request CAP_FOWNER only if SNMP is enabled on...
2018-06-16  Vincent Bernatpriv: when SNMP AgentX socket is filesystem-based,...
2018-03-18  Vincent BernatMerge pull request #274 from vincentbernat/feature...
2018-03-17  Vincent Bernatlldpd: add an option to keep some specified ports feature/keep-some-ports 274/head
2018-02-26  Vincent BernatMerge pull request #271 from axjowa/fix/dot3-pd-pse...
2018-02-26  axjowaFix NULL pointer dereference in lldpd_dot3_power_pd_pse 271/head
2018-02-06  Vincent BernatMerge pull request #266 from dennypage/master
2018-02-06  Denny PageAdd missing options to usage 266/head
2017-12-31  Vincent Bernatdaemon: move vfork/fork handling directly in lldpd.c
2017-12-30  Vincent BernatMerge pull request #263 from vic-lin-accton/master
2017-12-30  Vincent Bernatlib: ability to configure a local chassis ID 263/head
2017-12-30  Vincent Bernatdaemon: ensure chassis-related changes are updated...
2017-12-30  vic_linlldpd: check for defined string before use chassis...
2017-11-20  Vincent Bernatdot3: as PD device, echo back PSE allocated value
2017-10-02  Vincent Bernatdaemon: don't use SIGSTOP when using Upstart
2017-09-07  Vincent Bernatsrc: #include <limits.h> when using strtonum()
2017-08-30  Steven Websterclient: add show interfaces command (#240)
2017-08-27  Thomas Tannhäuserlldpd: add option to override default lldpcli config...
2017-07-11  Steven Websterlldp: clear station bit if any other capability is...
2017-02-20  Vincent Bernatdaemon: don't log when going to background
2017-02-19  Vincent Bernatlldp: don't use chassis TTL anymore
2017-02-18  Vincent Bernatlldpd: correctly increase discarded count
2017-01-21  Vincent Bernatdaemon: when daemonizing, close stdout/stderr
2016-12-26  Vincent Bernatlldpd: don't make lldpcli complain on missing conf...
2016-09-30  Vincent Bernatevent: correctly free event base
2016-09-29  Vincent Bernatdaemon: don't invoke lldpcli after dropping privileges
2016-09-28  Vincent Bernatdaemon: make the message about going into background...
2016-09-28  Vincent Bernatdaemon: better drop privileges earlier
2016-09-28  Vincent Bernatdaemon: invoke lldpcli after dropping privileges
2016-09-28  Vincent Bernatdaemon: wait a bit later to daemonize
2016-08-27  Vincent Bernatlldpd: fix kernel version check
2016-06-11  Vincent Bernatlldp: accept LLDP frames sent through S-VLAN/C-VLAN...
2016-05-25  Vincent Bernatdaemon: add a `-p` option to specify PID file
2016-05-20  Vincent Bernatcompat: use strtonum instead of atoi
2016-05-16  Vincent Bernatdaemon: tell user to create user/group when missing
2016-05-15  Vincent Bernatdaemon: give the name of the control socket
2016-03-22  Vincent Bernatlldpd: don't log error string for missing _lldpd user
2016-03-19  Vincent Bernatdaemon: append a dot after process title coverity_scan
2016-03-13  Vincent Bernatinterfaces: handle correctly operation conversation...
2016-03-13  Vincent Bernatinterfaces: replace "bonded" by "enslaved"
2016-03-04  Vincent Bernatversion: display more build information when using...
2016-01-01  Vincent Bernatlldpd: cleanup local chassis on exit
2016-01-01  Vincent Bernatlldpd: cleanup default local port on exit
2015-11-28  Vincent Bernatlog: rework the way -d work
2015-10-04  Vincent Bernatprotocols: don't use assert on paths that can be reached
2015-09-23  Vincent Bernatlldpd: add a warning if the kernel seems to be too old
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-22  Vincent Bernatlldpd: ensure retransmit is triggered when a port goes up
2015-08-22  Vincent Bernatlldpd: fix a memory leak in the way interfaces were...
2015-08-22  Vincent Bernatinterfaces: clean neighbors if an interface goes down
2015-08-22  Vincent BernatAdd a default local port as a template for any future...
2015-08-17  Vincent Bernatnetlink: use libnl3 instead of custom netlink code
2015-08-12  Vincent Bernatcdp: compute default platform when updating the chassis
2015-08-07  Vincent Bernatlldpd: add version string to "starting" log entry
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-19  Alexandru Ardeleanlldpd: make custom TLV code optional
2015-05-19  Alexandru Ardeleandaemon: add basic custom TLV send & receive
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleanlldpd: make management addresses advertisement optional
2015-04-09  Alexandru Ardeleanlldpd: make chassis capabilities advertisement optional
2015-04-09  Alexandru Ardeleandaemon/lldpd.c: free() cfg at end of main function
2015-03-18  Vincent Bernatlog: add token to all `fatalx` instances
2015-02-13  Vincent Bernatpriv: don't lookup for _lldpd when privsep is disabled
2015-01-28  Vincent Bernatpriv: rename "gethostbyname" priv function to "gethostname"
2015-01-04  Vincent Bernatlldp: send a shutdown LLDPDU on exit
2015-01-04  Vincent Bernatlldp: when MSAP changes, send a shutdown LLPDU
2014-12-06  Vincent Bernatlldpd: don't rely on a checksum to detect a port change
2014-12-06  Vincent Bernatlldpd: use a macro to define offset of permanent port...
next