]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2013-08-15  Vincent Bernatsystemd: install service file using `systemdsystemunit_...
2013-08-14  Vincent Bernatlib: fix notification by reading one byte at a time...
2013-08-14  Vincent Bernatsystemd: ship lldpd.service file if possible
2013-08-13  Vincent Bernatlldpd: fix a segfault when a port disappear
2013-08-13  Vincent Bernatlldpd: small optimization in the expiration process
2013-08-13  Vincent Bernatlldpd: make notifications work when a port goes down
2013-08-11  Vincent Bernatlinux: add support for team devices
2013-08-11  Vincent Bernatrpc: don't check source MAC settings when it is 0
2013-08-11  Vincent Bernatinterfaces: mangle source MAC address on bonds for...
2013-08-11  Vincent Bernatinterfaces: abstract a bit MAC address mangling for...
2013-08-11  Vincent Bernatinterfaces: move "mangle" function for bond slaves
2013-08-11  Vincent Bernatlldpcli: remove unused variable
2013-08-11  Vincent Bernatlib: update version-info to match previous changes
2013-08-11  Vincent Bernatbond: reenable the possibility to use a fixed MAC address
2013-08-11  Vincent Bernatclient: move register of bond-slave-src-mac-type to...
2013-08-11  Roopa Prabhu[PATCH| lldpd: use bond slave real mac with locally...
2013-07-25  Vincent Bernatlinux: mangle MAC address for enslaved devices
2013-07-24  Vincent Bernatlib: fix parsing of "11542."
2013-07-24  Vincent Bernatlib: introduce proper fixed point parsing and represent...
2013-07-24  Vincent Bernatlib: correctly set altitude unit without erasing neighb...
2013-07-15  Vincent Bernatevent: replace `evutil_make_socket_nonblocking()` by...
2013-07-15  Vincent Bernatlldpd: invoke `setproctitle_init()` when needed
2013-07-15  Vincent Bernatpriv: use `sigaction()` instead of `signal()` to instal...
2013-07-13  Vincent BernatREADME: on OSX, /etc is a symlink to /private/etc.
2013-07-13  Vincent Bernatosx: make the path to /Library/LaunchDaemons configurable
2013-07-13  Vincent Bernatosx: minimize differences with downstream Homebrew...
2013-07-13  Vincent Bernatosx: fix a syntax error in Homebrew formula
2013-07-13  Vincent Bernatosx: patch the installation of launchd plist file for...
2013-07-13  Vincent Bernatosx: don't remove the whole /Library/LaunchDaemons...
2013-07-13  Vincent Bernatconfigure: check for `res_init()` before trying other...
2013-07-12  Vincent BernatREADME: remove inexact paragraph about stacking bonding...
2013-07-12  Vincent Bernatosx: update SHA1 sum for Homebrew recipe
2013-07-12  Vincent Bernatosx: fix postinstall script 0.7.6
2013-07-12  Vincent Bernatpackaging: change `PreReq` to `Requires(pre)` in lldpd...
2013-07-12  Vincent Bernatpackaging: update to 0.7.6
2013-07-11  Vincent BernatREADME: show how to use tcpdump for troubleshooting
2013-07-11  Vincent Bernatpriv: correctly declare `priv_cmd` type
2013-07-03  Vincent Bernatdoc: add a CONTRIBUTE document
2013-07-03  Vincent Bernatlinux: define IFALIASZ for old systems
2013-07-03  Vincent Bernatlldpd: fix a fd leak when we cannot write the new alias
2013-07-03  Vincent Bernatlldpd: append "was" to an interface description when...
2013-07-03  Vincent Bernatclient: add "configure/unconfigure system interface...
2013-07-03  Vincent Bernatlib: `lldpctl_k_config_receiveonly` is a read-only...
2013-07-02  Vincent Bernatinterfaces: overwrite interface description with neighb...
2013-07-02  Vincent Bernatpriv: avoid to leak generic socket
2013-07-02  Vincent Bernatprivsep: separate OS specific code to dedicated files
2013-06-28  Vincent Bernatredhat: require groupadd/useradd
2013-06-28  Vincent Bernatosx: don't repeat `pkg-ref` several times in `distribut...
2013-06-28  Vincent Bernatosx: don't use `domains` tag in `distribution.xml`
2013-06-25  Vincent Bernatosx: add a way to compile for older versions of OS X
2013-06-25  Vincent Bernatosx: `make pkg` can now build universal binaries
2013-06-24  Vincent Bernatosx: don't try to build universal binaries
2013-06-24  Vincent Bernatconfigure: remove out-dated instructions to regen autoc...
2013-06-24  Vincent Bernatsnmp: fix a typo in `agent_priv.c`
2013-06-24  Vincent Bernatconfigure: ensure that osx/scripts are executable
2013-06-24  Vincent Bernatosx: use HTML files instead of RTF for welcome message
2013-06-24  Vincent Bernatosx: simpler instructions in README.md
2013-06-24  Vincent Bernatosx: add a target to build an OSX package
2013-06-24  Vincent Bernatconfigure: fix a typo in the description of `--with...
2013-06-24  Vincent Bernattravis: check that we can build lldpd with embedded...
2013-06-24  Vincent Bernatconfigure: add a flag to force use of embedded libevent
2013-06-23  Vincent Bernatdebian: update packaging to match downstream
2013-06-23  Vincent Bernatcompat: include config.h in compat.h
2013-06-23  Vincent Bernatcompat: fix strndup
2013-06-23  Vincent BernatNEWS: add an entry about the use of `strndup()`
2013-06-23  Vincent Bernatcompat: add `strndup()` compatibility function
2013-06-23  Vincent Bernatcompat: remove copyright notice for setproctitle()
2013-06-23  Vincent Bernattests: define ck_assert_ptr_eq if check is too old
2013-06-23  Vincent Bernatosx: use SHA1 instead of MD5 in homebrew formula
2013-06-22  Vincent Bernatcheck: use `ck_assert_ptr_eq` instead of `ck_assert_int...
2013-06-22  Vincent Bernatstyle: use C99 designated initializers instead of memse...
2013-06-22  Vincent Bernatpackaging: update to 0.7.5
2013-06-22  Vincent Bernattokenizer: input buffer was too small 0.7.5
2013-06-22  Vincent Bernatpackaging: update packaging
2013-06-22  Vincent Bernatbpf: on OpenBSD, invert the filter direction 0.7.4
2013-06-21  Vincent BernatNEWS: add an entry for the use of `setproctitle()`
2013-06-21  Vincent Bernatcompat: declare `setproctitle()` as a printf function
2013-06-21  Vincent Bernatdebian: build-depends on libbssd-dev
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-20  Vincent Bernatlldpcli: `configure system platform` to override platfo...
2013-06-20  Vincent Bernatlldpcli: `configure system description` to override...
2013-06-20  Vincent Bernatlldpcli: split `conf.c` into `conf-system.c` and `conf...
2013-06-20  Vincent Bernatlldpcli: `configure system interface pattern` instead...
2013-06-09  Vincent Bernatlibevent: use GitHub git tree
2013-06-09  Vincent Bernatdebian: sync packaging with official Debian package
2013-06-09  Vincent Bernatlibevent: switch to patches-2.0 branch to get the appro...
2013-06-09  Vincent Bernatgit: ignore test-driver, generated by recent automake...
2013-06-08  Roopa PrabhuFixed some boundary conditions in code that cleans
2013-06-07  Pradosh Mohapatraliblldpctl: fix infinite loop when user is reading...
2013-06-06  Vincent Bernatmarshal: fix alignment issue when unserializing
2013-06-06  Vincent Bernatlog: fix memory leak when using a log handler
2013-06-06  Vincent Bernatmarshal: don't declare serialize/unserialize helper...
2013-06-06  Vincent Bernatlldpd: fix an alignment (non-)issue
2013-06-06  Vincent Bernatlldpcli: don't use an hack to pass the writer to watch...
2013-06-02  Vincent Bernatmarshal: provide type-specific serialization/unserializ...
2013-06-01  Vincent Bernatclient: fix a memory leak when changing lldpd configuration
2013-06-01  Vincent Bernatctl: fix a memory leak when cleaning control socket
next