]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2013-04-16  roopalldpcli: Add support to display lldp stats
2013-04-16  Vincent BernatRevert "debian: on Debian, don't ship upstart script"
2013-04-16  Vincent Bernatdebian: on Debian, don't ship upstart script
2013-04-16  Vincent Bernatdebian: require dh-autoreconf for autoreconf.mk to...
2013-04-12  Vincent Bernatcdp: force CDPv2 protocol with `-ccc` argument
2013-04-02  Vincent Bernatlldpd: really accepts only 4 neighbors
2013-03-31  Vincent Bernatlldpd: enforce TTL on remote chassis
2013-03-31  Vincent Bernatlldpd: limit the maximum of neighbors per port and...
2013-03-30  Vincent BernatREADME: add a note about executing lldpd without instal...
2013-03-30  Vincent Bernatlib: fix sync_recv to handle segmentation
2013-03-30  Vincent Bernattest: add an helper to generate many neighbors
2013-03-30  Vincent Bernatlldpd: correctly parse /etc/os-release
2013-02-26  Vincent Bernatlib: `ctlname` in `lldpctl_conn_t` is not const
2013-02-26  Vincent Bernatlib: bump version-info of liblldpctl for `lldpctl_new_n...
2013-02-26  Zang MingJieAdd a argument to specify the unix control socket 29/head
2013-02-26  ZealotAdd autoreconf to call autogen.sh while build deb 28/head
2013-02-20  Vincent Bernatbuild: also ship ./autogen.sh
2013-02-20  Vincent Bernatbuild: use the same way as libbsd for version and changelog
2013-02-20  Vincent Bernatbuild: try to save current version in `VERSION`
2013-02-13  Vincent Bernatinstall: remove liblldpctl previous symbolic link
2013-02-12  Vincent Bernatconfigure: only match tags starting with a digit for...
2013-02-04  Vincent Bernatbuild: check if libevent as provided by pkg-config...
2013-02-03  Vincent Bernatdoc: add documentation about reading /etc/lldpd.conf...
2013-02-03  Vincent Bernatinterfaces: whitelist an interface before being checkin...
2013-01-29  Vincent Bernatlibevent: produce smaller binaries when shipping libevent
2013-01-22  Vincent Bernatlldpcli: possibility to configure tx-delay
2013-01-22  Vincent Bernatlldpcli: fix exit command
2013-01-22  Vincent Bernatlldpcli: split actions.c in several files
2013-01-22  Vincent Bernatlldpcli: put port restriction into a commands.c for...
2013-01-22  Vincent Bernatlldpd: discard output of lldpcli
2013-01-22  Vincent Bernatlldpd: pause only if lldpcli has not been disabled
2013-01-22  Vincent Bernatlldpd: pause at start, unpause through lldpcli
2013-01-22  Vincent Bernatlldpd: invoke lldpcli at start
2013-01-20  Vincent Bernatctl: close control socket on error when connecting
2013-01-20  Vincent Bernatbuild: lib and client don't need shipped OS specific...
2013-01-18  Vincent Bernatlldpcli: add an option to read commands from files
2013-01-18  Vincent BernatFix some spelling mistakes.
2013-01-18  Vincent Bernatdebian: don't remove inexistent CHANGELOG file
2013-01-18  Vincent Bernatdebian: provide a development package for liblldpctl
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-13  Vincent Bernatlldpcli: add "help" command in manual page
2013-01-13  Vincent Bernatosx: don't include "head" bits in homebrew formula
2013-01-13  Vincent Bernatosx: update Homebrew formula with JSON and SNMP support
2013-01-13  Vincent Bernatsnmp: workaround unknown value for RONLY
2013-01-13  Vincent Bernatmarshal: serialization may return 0 and target untouched
2013-01-13  Vincent Bernatsnmp: frame.h is not needed anymore
2013-01-13  Vincent Bernatclang: additional fixes detected by clang analyzer
2013-01-13  Vincent BernatSmall fixes detected by clang analyzer.
2013-01-12  Vincent Bernatpackaging: update packaging stuff for release 0.7.1
2013-01-12  Vincent Bernatbuild: more changelog drama
2013-01-12  Vincent Bernatsystemd: don't use SOCK_CLOEXEC
2013-01-12  Vincent Bernatevent: replace obsolete `sigignore()` by `signal()`
2013-01-12  Vincent Bernatdoc: new homepage for lldpd
2013-01-11  Vincent Bernatcompat: add `strnlen()` which may be absent on some...
2013-01-11  Vincent Bernatbsd: compatibility with systems that do not have interf...
2013-01-11  Vincent Bernatbuild: fix changelog generation
2013-01-11  Vincent Bernatosx: add an homebrew formula
2013-01-10  Vincent Bernatconfigure: compatibility with automake 1.12
2013-01-10  Vincent Bernatautogen: don't use readlink -f
2013-01-10  Vincent Bernatautogen: allow to override commands used
2013-01-10  Vincent Bernatdmi: implementation for Mac OS X.
2013-01-10  Vincent BernatMac OS X support.
2013-01-07  Vincent Bernatbuild: add tag date in changelog
2013-01-07  Vincent Bernatpriv: mirror the exit status of the child
2013-01-07  Vincent Bernatdebian: add systemd support
2013-01-07  Vincent Bernatlldpd: remove uncleaned control socket when noone is...
2013-01-06  Vincent Bernatdebian: provide an upstart job
2013-01-06  Vincent BernatREADME: mention multi-OS support
2013-01-06  Vincent Bernatdebian: update Debian packaging.
2013-01-06  Vincent Bernatredhat: fix Redhat packaging
2013-01-06  Vincent Bernatredhat: update lldpd.spec
2013-01-06  Vincent Bernatbuild: fix generation of ChangeLog
2013-01-06  Vincent Bernatlldpcli: add a "help" command. 0.7.0
2013-01-06  Vincent Bernatlldpcli: fix "source unknown" for Dot3/LLDP-MED power.
2013-01-06  Vincent Bernatlldpcli: don't rely on `rl_delete_text()`
2013-01-06  Vincent Bernatlldpcli: make readline library optional.
2013-01-06  Vincent Bernatlldpcli: switch to GNU Readline.
2013-01-05  Vincent Bernatevent: trigger the main iteration when starting the...
2013-01-05  Vincent Bernatlldpcli: ensure `conn` is initialized to NULL to avoid...
2013-01-05  Vincent Bernatlldpcli: don't propose configure for options not compiled
2013-01-05  Vincent Bernatlib: fix a compilation problem when LLDP-MED or Dot3...
2013-01-05  Vincent Bernatredhat: also ship lldpcli
2013-01-05  Vincent Bernatredhat: add libedit-devel for RPM distros as well
2013-01-05  Vincent Bernatdebian: also add libedit-dev as a dependency
2013-01-05  Vincent Bernattravis: add libedit-dev in the dependencies
2013-01-05  Vincent Bernatlldpcli: let libedit install its own signal handlers...
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatdoc: fix doxygen warnings and don't parse include/linux
2013-01-05  Vincent Bernatconfigure: detect libedit without pkg-config
2013-01-05  Vincent Bernatbuild: no need to save CFLAGS LDFLAGS when testing...
2013-01-05  Vincent Bernatlldpcli: accept a command from the command line arguments
2013-01-05  Vincent Bernatlldpcli: fix manual page about specifying ports.
2013-01-05  Vincent Bernatlldpcli: rename lldpctl to lldpcli.
2013-01-05  Vincent Bernatlldpctl: remove "unconfigure" commands (not implemented)
2013-01-05  Vincent Bernatlldpctl: add a CLI
2013-01-05  Vincent Bernatlib: add a function to retrieve a map
2013-01-04  Vincent Bernatlib: fix a memory leak when setting LLDP-MED ELIN number
next