summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 0.9.2-7HEADarchive/debian/0.9.2-8masterAndrej Shadura2019-02-24
|\ | | | | | | [dgit --quilt=gbp]
| * manpage-RFCarchive/debian/0.9.2-7Benda Xu2019-02-12
| | | | | | Gbp-Pq: Name 08-manpage-RFC.patch
| * static EAMBenda Xu2019-02-12
| | | | | | | | | | | | | | | | | | | | Support SIIT-DC styled EAM static maps Introduce Explicit Address Mapping as defined in RFC7757. This extends the `map <ipv4> <ipv6>` into `map <ipv4 subnet> <ipv6 subnet>`. Forwarded: Nathan Lutchansky <lutchann@litech.org> Gbp-Pq: Name 07-static-EAM.patch
| * 06 guard writeBarak A. Pearlmutter2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | Guard write call, avoid ignored-return-value warning. (This is not a false positive: a very subtle attack would consist of filling up the filesystem so much that only a partial PID is written, causing the wrong PID to be signaled later.) (Note that, technically speaking, if only some of the buffer is written we should retry the rest in a loop. But in this case, that seems exceedingly unlikely.) Gbp-Pq: Name 06-guard-write.patch
| * 05 guard chdirBarak A. Pearlmutter2019-02-12
| | | | | | | | | | Guard chdir calls to avoid ignored-return-value warnings. Gbp-Pq: Name 05-guard-chdir.patch
| * 04 quote make varBarak A. Pearlmutter2019-02-12
| | | | | | | | | | Quote filename containing variable modifiable at make time. Gbp-Pq: Name 04-quote-make-var.patch
| * 03 configure no-CFLAGSBarak A. Pearlmutter2019-02-12
| | | | | | | | | | Allow CFLAGS to default in configure.ac instead of hardwiring to -g -O2 Gbp-Pq: Name 03-configure-no-CFLAGS.patch
| * 02-manpageAndrew O. Shadura2019-02-12
| | | | | | | | | | don't use hyphen as minus sign Gbp-Pq: Name 02-manpage.patch
| * 01-use-var-spoolAndrew O. Shadura2019-02-12
| | | | | | | | | | use /var/spool/tayga instead of /var/db/tayga Gbp-Pq: Name 01-use-var-spool.patch
* | null charBarak A. Pearlmutter2019-02-24
| | | | | | | | | | | | | | | | | | | | conffile.c:225:12: warning: assignment to `char' from `void *' makes integer from pointer without a cast [-Wint-conversion] slash[0] = NULL; ^ conffile.c:240:12: warning: assignment to `char' from `void *' makes integer from pointer without a cast [-Wint-conversion] slash[0] = NULL; ^ Gbp-Pq: Name 0011-null-char.patch
* | include for writevBarak A. Pearlmutter2019-02-24
| | | | | | | | | | | | | | | | nat64.c:119:6: warning: implicit declaration of function `writev'; did you mean `write'? [-Wimplicit-function-declaration] if (writev(gcfg->tun_fd, iov, data_len ? 2 : 1) < 0) ^~~~~~ write Gbp-Pq: Name 0010-include-for-writev.patch
* | systemd service file for taygaBarak A. Pearlmutter2019-02-24
| | | | | | | | | | | | Snarfed from https://ingvar.fedorapeople.org/tayga/tayga-0.9.2_redhat_initscripts_and_systemd.patch Gbp-Pq: Name 0009-systemd-service-file-for-tayga.patch
* | manpage RFCBenda Xu2019-02-24
| | | | | | | | | | Forwarded: Nathan Lutchansky <lutchann@litech.org> Gbp-Pq: Name 0008-manpage-RFC.patch
* | static EAMBenda Xu2019-02-24
| | | | | | | | | | | | | | | | | | | | Support SIIT-DC styled EAM static maps Introduce Explicit Address Mapping as defined in RFC7757. This extends the `map <ipv4> <ipv6>` into `map <ipv4 subnet> <ipv6 subnet>`. Forwarded: Nathan Lutchansky <lutchann@litech.org> Gbp-Pq: Name 0007-static-EAM.patch
* | guard writeBarak A. Pearlmutter2019-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | Guard write call, avoid ignored-return-value warning. (This is not a false positive: a very subtle attack would consist of filling up the filesystem so much that only a partial PID is written, causing the wrong PID to be signaled later.) (Note that, technically speaking, if only some of the buffer is written we should retry the rest in a loop. But in this case, that seems exceedingly unlikely.) Gbp-Pq: Name 0006-guard-write.patch
* | guard chdirBarak A. Pearlmutter2019-02-24
| | | | | | | | | | Guard chdir calls to avoid ignored-return-value warnings. Gbp-Pq: Name 0005-guard-chdir.patch
* | quote make varBarak A. Pearlmutter2019-02-24
| | | | | | | | | | Quote filename containing variable modifiable at make time. Gbp-Pq: Name 0004-quote-make-var.patch
* | configure no-CFLAGSBarak A. Pearlmutter2019-02-24
| | | | | | | | | | Allow CFLAGS to default in configure.ac instead of hardwiring to -g -O2 Gbp-Pq: Name 0003-configure-no-CFLAGS.patch
* | manpageAndrew O. Shadura2019-02-24
| | | | | | | | | | Don't use hyphen as minus sign in man pages. Gbp-Pq: Name 0002-manpage.patch
* | use /var/spoolAndrew O. Shadura2019-02-24
| | | | | | | | | | Modify sample configuration file to use /var/spool/tayga instead of /var/db/tayga Gbp-Pq: Name 0001-use-var-spool.patch
* | Update the changelogdebian/0.9.2-8Andrej Shadura2019-02-24
| |
* | Add README.sourceAndrej Shadura2019-02-20
| |
* | Update the changelogAndrej Shadura2019-02-20
| |
* | Wrap and sortAndrej Shadura2019-02-20
| |
* | squelch some GCC warningsBarak A. Pearlmutter2019-02-19
| |
* | address lintian tag systemd-service-file-refers-to-obsolete-targetBarak A. Pearlmutter2019-02-14
| |
* | log changesBarak A. Pearlmutter2019-02-14
| |
* | systemd service file patchBarak A. Pearlmutter2019-02-14
| |
* | add Benda Xu as co-maintainerBarak A. Pearlmutter2019-02-13
| |
* | debian/changelog: add a temporary entry for static EAM.Benda Xu2019-02-13
| |
* | debian/patches/0008-manpage-RFC.patch: grammar fix.Benda Xu2019-02-13
| |
* | debian/patches/0007-static-EAM.patch: calculate netmask for /0.Benda Xu2019-02-13
| | | | | | | | | | Allow the subnet mapping to be of form "0.0.0.0/0" to represent the whole ipv4 address space.
* | canonicalize patch filenames etcBarak A. Pearlmutter2019-02-12
| |
* | Update the nameAndrej Shadura2019-02-12
|/
* Update the changelogdebian/0.9.2-7Andrej Shadura2019-02-12
|
* placate lintianBarak A. Pearlmutter2019-02-12
| | | | W: tayga: missing-versioned-depends-on-init-system-helpers postinst:6 "update-rc.d defaults-disabled" needs init-system-helpers >= 1.50
* log changesBarak A. Pearlmutter2019-02-12
|
* lintian tag skip-systemd-native-flag-missing-pre-dependsBarak A. Pearlmutter2019-02-12
| | | | | | | $ lintian-info -t skip-systemd-native-flag-missing-pre-depends ... N: Please add Pre-Depends: ${misc:Pre-Depends} to your debian/control N: file.
* lintian tag init.d-script-should-always-start-serviceBarak A. Pearlmutter2019-02-12
| | | | | | | | | | | | | | | $ lintian-info -t init.d-script-should-always-start-service N: The specified file under /etc/default/ includes a line such as N: ENABLED=, DISABLED=, RUN=, etc. ... N: Please remove this mechanism and disable enabling the daemon on N: install via dh_installinit --no-enable or move to automatically N: starting it. N: N: Refer to Debian Policy Manual section 9.3.3.1 (Managing the links), N: the update-rc.d(8) manual page, and the dh_installinit(1) manual page N: for details.
* sysv init script needs runtime dependency on lsb-baseBarak A. Pearlmutter2019-02-12
| | | | | Lintian says: E: tayga: init.d-script-needs-depends-on-lsb-base etc/init.d/tayga (line 47)
* hardenBarak A. Pearlmutter2019-02-12
|
* lintian tag debian-rules-uses-unnecessary-dh-argumentBarak A. Pearlmutter2019-02-12
| | | | W: tayga source: debian-rules-uses-unnecessary-dh-argument dh ... --parallel (line 3)
* lintian tag file-contains-trailing-whitespaceBarak A. Pearlmutter2019-02-12
| | | | P: tayga source: file-contains-trailing-whitespace debian/changelog (line 89)
* typoBarak A. Pearlmutter2019-02-12
|
* log changesBarak A. Pearlmutter2019-02-12
|
* gbp pq import/exportBarak A. Pearlmutter2019-02-12
|
* patches from Benda Xu <heroxbd@gentoo.org>Barak A. Pearlmutter2019-02-12
|
* bump to debhelper 12Barak A. Pearlmutter2019-02-12
|
* bump standards versionBarak A. Pearlmutter2019-02-12
|
* hg.debian.org is goneBarak A. Pearlmutter2019-02-12
|