]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2014-03-06  Vincent Bernatbuild: use -fno-omit-frame-pointer for ease of debug
2014-03-02  Vincent Bernatlib: don't use strlcpy() when strcpy() just works
2014-03-02  Vincent Bernatbuild: remove duplicate const declaration
2014-03-02  Vincent Bernattravis: put installation and test instructions into...
2014-03-02  Vincent Bernattravis: test with OSX and clang
2014-03-02  Vincent Bernatbuild: on OSX, use glibtoolize by default
2014-02-20  Vincent Bernatlldpcli: fix readline() wrapper to take prompt as argument
2014-02-20  Vincent Bernatlldpcli: check for privileges by checking access to...
2014-02-20  Vincent Bernatlldpcli: root is privileged
2014-02-19  Vincent Bernatinterfaces: reset router and wlan capability bits
2014-02-19  Vincent Bernatlldpd: enable "stationOnly" capability if we don't...
2014-02-12  Vincent Bernatlib: add URL in lldpctl.pc
2014-02-12  Vincent Bernatlib: fix includedir in lldpctl.pc
2014-02-10  Vincent Bernatfgetln: provide a version not relying on getline()
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-31  Vincent Bernatpriv: add compilation without privilege separation...
2013-12-31  Vincent Bernatpriv: add the ability to disable privilege separation
2013-12-31  Vincent Bernatprivsep: IO should specify the context
2013-12-31  Vincent BernatREADME: add build instructions for Android
2013-12-31  Vincent Bernatinclude: don't ship `linux/socket.h`
2013-12-31  Vincent Bernatpriv: declare `res_init()` for builds against Android...
2013-12-25  Vincent Bernatlldpcli: replace safe use of `strcpy` by `strlcpy`
2013-12-13  Vincent Bernatbuild: hide generation of syscall-names.h
2013-12-11  Vincent Bernatcdp: fix regression in CDP packet building
2013-12-09  Vincent Bernatlldp: don't hard-code sysname, sysdescr and portdescr
2013-12-05  Vincent Bernatinterfaces: remove useless return
2013-12-05  Vincent Bernatlldp: do not send system description TLV if empty
2013-11-23  Vincent Bernatconfigure: provide GitHub address for issues
2013-11-23  Vincent Bernatclang: use ETHER_ADDR_LEN instead of sizeof()
2013-11-23  Vincent Bernatmarshal: use __alignof__ operator if available
2013-11-23  Vincent Bernatclang: fix an obvious use after free
2013-11-23  Vincent Bernatalignof: handle sizeof(t) == 1 case
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: if we cannot read /etc/localtime, don't go...
2013-11-22  Vincent Bernatcoverity: don't fallback to next case for clarity
2013-11-22  Vincent Bernatcoverity: replace unsafe uses of strncpy by strlcpy
2013-11-22  Vincent Bernatcoverity: remove always false comparison
2013-11-22  Vincent Bernatcoverity: remove dead code
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-22  Vincent Bernatcoverity: remove a theoritical memory leak
2013-11-22  Vincent Bernatcoverity: fix a memory leak
2013-11-22  Vincent Bernatcoverity: fix a resource leak
2013-11-22  Vincent Bernatcoverity: fix TOCTOU problem when creating chroot
2013-11-22  Vincent Bernatcoverity: remove dead code
2013-11-22  Vincent Bernatcoverity: remove unused pointer value
2013-11-17  Vincent Bernatgitignore: add GNU global files
2013-11-17  Vincent Bernatdebian: fix debian/lldpd.install to use provided lldpd...
2013-11-10  Vincent Bernatredhat: don't try to install systemd stuff
2013-11-10  Vincent Bernatredhat: fix version in lldpd.spec
2013-11-10  Vincent Bernatosx: update homebrew recipe
2013-11-10  Vincent Bernatrelease: prepare for release of 0.7.7 0.7.7
2013-11-08  Vincent Bernatlldpd: tell `lldpcli` to use the appropriate control...
2013-11-08  Vincent Bernatlldpcli: accepts `-u` option to specify control socket
2013-10-23  Vincent Bernatprivsep: put /etc/localtime in chroot
2013-10-22  Vincent Bernatsystemd: also read /etc/sysconfig/lldpd
2013-10-22  Vincent Bernatsystemd: require mount points to have chroot possible
2013-10-22  Vincent Bernatsystemd: starts lldpd after network
2013-10-13  Vincent Bernattests: only test if we have `check` installed
2013-10-12  Vincent Bernatseccomp: do not ship `syscall-names.h`
2013-10-12  Vincent Bernattravis: don't limit tests to master branch.
2013-10-12  Vincent Bernatlib: fix a segfault introduced in ef3707 when freeing...
2013-10-12  Vincent Bernatseccomp: add support for seccomp through libseccomp
2013-10-01  Vincent Bernatsystemd: use full path for mkdir/cp
2013-09-28  Vincent Bernatsystemtap: provide an appropriate tapset
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-09-16  Vincent BernatREADME: explain how to handle VLAN-encapsulated LLDP...
2013-09-15  Vincent Bernatconfigure: use a convenience library for fixed point...
2013-09-15  Vincent BernatRevert "README: remove inexact paragraph about stacking...
2013-09-15  Vincent Bernatlinux: fix a regression in how enslaved devices' MAC...
2013-09-09  Vincent Bernatevent: don't call `netsnmp_check_outstanding_agent_requ...
2013-09-08  Vincent Bernatpriv: use unistd.h to get `close()`
2013-08-15  Vincent Bernatconfigure: remove an extra parenthesis in args.m4
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
next