]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/lldpd.c
lldp: don't use chassis TTL anymore
[thirdparty/lldpd.git] / src / daemon / lldpd.c
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...
2014-12-04  Vincent Bernatlldpd: fix coding style in latest commit
2014-12-04  Vincent BernatMerge pull request #84 from IcyMetric/master
2014-12-04  Robert LongAllow setting control socket on CLI 84/head
2014-12-04  Vincent Bernatlldpd: decrease probability of collisions on port checksums
2014-12-03  Vincent Bernatlldpd: decrease probability of collisions on port checksums
2014-12-03  Vincent Bernatlldpd: really ensure that port checksum can never be 0
2014-12-03  Vincent Bernatlldpd: fix timer initialization when checksum is 0
2014-12-03  Vincent Bernatmarshal: ensure we correctly handle signed result from...
2014-11-02  Vincent Bernatlldpd: use strdup() on arguments that could be changed...
2014-10-07  kannalldpd: check if capabilities are available/supported...
2014-10-06  Vincent Bernatlldpd: also try /usr/lib/os-release if /etc/os-release...
2014-09-30  Vincent Bernatlldpd: abort when some options are repeated
2014-08-31  Vincent Bernatlldpd: handle early cleanup in case interface cannot...
2014-07-21  Michel Stamcdp: Make it possible to enable CDPv2 without enabling... 71/head
2014-07-08  Sam TannousAdd ignore handler for SIGHUP in lldpcli
2014-07-08  Sam TannousMake "too many neighbors for port" msg appear less...
2014-07-08  Sam Tannouslldpd: fix log_info
2014-07-08  Vincent Bernatlldpd: fix use of NULL in execl*
2014-06-15  Vincent Bernatlldpd: fix how LLDP can be disabled
2014-05-10  Vincent Bernatinterfaces: default to use of a local administered...
2014-04-09  Vincent Bernatlldpd: add a note about command-line options
2014-04-09  Vincent BernatMerge pull request #60 from jonasj76/override-hostname
2014-04-09  Jonas Johanssonlldpd: Remove the '-N' command-line flag 60/head
2014-04-08  Jonas Johanssonlldp: add option/command to override hostname
2014-04-08  Vincent Bernatcoverity: change a bit the annotations
2014-04-08  Vincent Bernatcoverity: fix memory leak in lldpd when the same option...
2014-02-19  Vincent Bernatlldpd: enable "stationOnly" capability if we don't...
2014-01-01  Vincent Bernatdaemon: unset UPSTART_JOB and NOTIFY_SOCKET once used
2013-12-31  Vincent Bernatlldpd: use vfork+exec instead of fork+exec feature/noprivsep
2013-12-09  Vincent Bernatlldp: don't hard-code sysname, sysdescr and portdescr
2013-11-22  Vincent Bernatcoverity: really fix popt issue
2013-11-22  Vincent Bernatcoverity: add code annotation to remove false positives
2013-11-22  Vincent Bernatcoverity: replace unsafe uses of strncpy by strlcpy
2013-11-22  Vincent Bernatcoverity: don't make `-L` flag switch off version adver...
2013-11-22  Vincent Bernatcoverity: handle case where we didn't get enough place...
2013-11-08  Vincent Bernatlldpd: tell `lldpcli` to use the appropriate control...
2013-10-23  Vincent Bernatprivsep: put /etc/localtime in chroot
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-08-13  Vincent Bernatlldpd: make notifications work when a port goes down
2013-08-11  Vincent Bernatbond: reenable the possibility to use a fixed MAC address
2013-08-11  Roopa Prabhu[PATCH| lldpd: use bond slave real mac with locally...
2013-07-15  Vincent Bernatlldpd: invoke `setproctitle_init()` when needed
2013-07-03  Vincent Bernatlldpd: append "was" to an interface description when...
2013-07-03  Vincent Bernatclient: add "configure/unconfigure system interface...
2013-07-02  Vincent Bernatinterfaces: overwrite interface description with neighb...
2013-06-21  Vincent Bernatlldpd: when no `setproctitle()` available, don't count...
2013-06-21  Vincent Bernatlldpd: count number of chassis to get number of neighbors
2013-06-21  Vincent Bernatlldpd: don't call `lldpd_count_neighbors()` too many...
2013-06-21  Vincent Bernatbuild: use libbsd if available, also use `setproctitle()`
2013-06-06  Vincent Bernatlldpd: fix an alignment (non-)issue
2013-06-02  Vincent Bernatmarshal: provide type-specific serialization/unserializ...
2013-05-14  roopalldpd: Add tx_hold
next