]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
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 a false positive in SNMP transport
2014-04-08  Vincent Bernatcoverity: fix memory leak in lldpd when the same option...
2014-04-08  Vincent Bernatcoverity: fix memory leak in lldpcli
2014-04-06  Vincent Bernatredhat: enable SNMP support on RHEL 5 and CentOS 5...
2014-04-06  Vincent Bernatsnmp: link with Net-SNMP later
2014-04-04  Vincent Bernatpriv: use AF_UNIX for socketpair()
2014-04-03  Vincent Bernatconfigure: _XOPEN_SOURCE=500 to be like _GNU_SOURCE=1
2014-04-02  Vincent Bernathpux: provide a replacement for daemon() for HP-UX
2014-04-02  Vincent Bernathpux: provide a replacement for vsyslog() for HP-UX
2014-04-02  Vincent Bernatasprintf: we are also using vasprintf, let's define...
2014-04-02  Vincent Bernatbuild: use __EXTENSIONS__ and _XOPEN_SOURCE_EXTENDED...
2014-04-02  Vincent Bernatbsd: check of SIOCGIFDESCR instead of IFDESCRSIZE
2014-04-02  Vincent Bernatprivsep: don't use err.h: not needed
2014-04-01  Vincent Bernatasprintf: fix warnings in SNMP tests related to asprintf
2014-04-01  Vincent Bernatasprintf: do not redeclare on SNMP tests
2014-04-01  Vincent Bernatasprintf: globally define _GNU_SOURCE
2014-03-21  Vincent Bernatdebian: fix postinst to create _lldpd user
2014-03-20  Vincent Bernatdebian: same style for postinst and postrm
2014-03-11  Vincent Bernatlib: use strlcpy() instead of strcpy()
2014-03-07  Vincent Bernatinterfaces: convert a whitelisted interface to a physic...
2014-03-06  Vincent Bernatinterfaces: circumvent any physical check on exact...
2014-03-06  Vincent Bernatinterfaces: allow whitelisting an interface
2014-03-06  Vincent Bernatinterfaces: document and test pattern matching
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...
next