trust_router.git
9 years agoNew Upstream Release
Sam Hartman [Wed, 11 Mar 2015 14:53:39 +0000 (10:53 -0400)]
New Upstream Release

* New Upstream Release
* Support Key expiration and  logging

9 years agoRemove single-debian-patch
Sam Hartman [Thu, 6 Nov 2014 19:40:05 +0000 (14:40 -0500)]
Remove single-debian-patch

9 years agoRemove period from default configuration message.
Margaret Wasserman [Tue, 4 Nov 2014 20:35:09 +0000 (15:35 -0500)]
Remove period from default configuration message.

9 years agoAdd default aaa server to config printout, remove redundant log mesage.
Margaret Wasserman [Tue, 4 Nov 2014 20:30:28 +0000 (15:30 -0500)]
Add default aaa server to config printout, remove redundant log mesage.

9 years agoEnable single debian patch
Sam Hartman [Thu, 6 Nov 2014 18:54:01 +0000 (13:54 -0500)]
Enable single debian patch

9 years agoPrint default realm from Config (LP: #1386654)
Sam Hartman [Tue, 4 Nov 2014 20:50:30 +0000 (15:50 -0500)]
Print default realm from Config  (LP: #1386654)

9 years agoMerge branch 'master' into debian
Sam Hartman [Tue, 4 Nov 2014 20:47:00 +0000 (15:47 -0500)]
Merge branch 'master' into debian

Include printf for default realm

9 years agoupdate spec version
Sam Hartman [Tue, 4 Nov 2014 20:46:51 +0000 (15:46 -0500)]
update spec version

9 years agoRemove period from default configuration message.
Margaret Wasserman [Tue, 4 Nov 2014 20:35:09 +0000 (15:35 -0500)]
Remove period from default configuration message.

9 years agoAdd default aaa server to config printout, remove redundant log mesage.
Margaret Wasserman [Tue, 4 Nov 2014 20:30:28 +0000 (15:30 -0500)]
Add default aaa server to config printout, remove redundant log mesage.

9 years agoTODONES!
Sam Hartman [Tue, 14 Oct 2014 06:28:28 +0000 (02:28 -0400)]
TODONES!

9 years agoFix home directory of trust router user in centos packaging
Sam Hartman [Wed, 8 Oct 2014 18:33:33 +0000 (14:33 -0400)]
Fix home directory of trust router user in centos packaging

9 years agoUpdate version in spec file
Sam Hartman [Tue, 7 Oct 2014 14:32:05 +0000 (10:32 -0400)]
Update version in spec file

9 years agowrap changelog line
Sam Hartman [Tue, 7 Oct 2014 13:33:03 +0000 (09:33 -0400)]
wrap changelog line

9 years agoNew upstream version
Sam Hartman [Tue, 7 Oct 2014 11:20:13 +0000 (07:20 -0400)]
New upstream version

9 years agorecord new upstream branch created by importing moonshot-trust-router_1.4.1.orig...
Sam Hartman [Tue, 7 Oct 2014 11:17:39 +0000 (07:17 -0400)]
record new upstream branch created by importing moonshot-trust-router_1.4.1.orig.tar.gz

9 years agogitignore
Sam Hartman [Wed, 27 Aug 2014 23:05:15 +0000 (19:05 -0400)]
gitignore

INclude gitignore files not distributed in upstream tarball

Patch-Name: gitignore

9 years agoImport moonshot-trust-router_1.4.1.orig.tar.gz upstream-debian upstream/1.4.1
Sam Hartman [Tue, 7 Oct 2014 11:17:39 +0000 (07:17 -0400)]
Import moonshot-trust-router_1.4.1.orig.tar.gz

9 years agoMark version 1.4.1 1.4.1
Sam Hartman [Tue, 7 Oct 2014 10:10:28 +0000 (06:10 -0400)]
Mark version 1.4.1

9 years agoSet busy timeout
Sam Hartman [Tue, 7 Oct 2014 10:08:55 +0000 (06:08 -0400)]
Set busy timeout

Set a busy timeout in the tids sqlite3 setup code so that we do not
fail on any database locking.  As an example in 1.4 if two tids
processes try to write at the same time, one will fail.

9 years agotr_config: remove free calls
Sam Hartman [Tue, 7 Oct 2014 10:02:35 +0000 (06:02 -0400)]
tr_config: remove free calls

Since we're using talloc, we only need to free the entire
configuration and that will cascade to sub objects.  Remove calls to
free, which are wrong anyway for talloc'd memory.

9 years agotr_req_handler: Handle non-defaulted case
Sam Hartman [Tue, 7 Oct 2014 09:57:51 +0000 (05:57 -0400)]
tr_req_handler: Handle non-defaulted case

In 1.4, we broke forwarding requests that were not defaulted.  We
looked up the community as a member of the community rather than the
realm.  Fix this logic error.

Also, update error messages to be more accurate and to fibx a spelling error.

9 years agoFix lintian errors debian/1.4-9
Sam Hartman [Fri, 3 Oct 2014 20:22:44 +0000 (16:22 -0400)]
Fix lintian errors

* Fix lintian errors:
    - Update LSB header for tids init script
    - Make tids wrapper executable
    - Override things lintian gets wrong

9 years agoFix umask of database
Sam Hartman [Fri, 3 Oct 2014 15:16:12 +0000 (11:16 -0400)]
Fix umask of database

9 years agoRemove debugging and fix postinst script to work when SHELL is not set.
Sam Hartman [Fri, 3 Oct 2014 14:20:41 +0000 (10:20 -0400)]
Remove debugging and fix postinst script to work when SHELL is not set.

9 years agoEven more debugging
Sam Hartman [Thu, 2 Oct 2014 20:45:42 +0000 (16:45 -0400)]
Even more debugging

9 years agoEven more debugging
Sam Hartman [Thu, 2 Oct 2014 20:01:34 +0000 (16:01 -0400)]
Even more debugging

9 years agoAdd debugging to postinst to try and understand dvd creation bug
Sam Hartman [Thu, 2 Oct 2014 02:37:51 +0000 (22:37 -0400)]
Add debugging to postinst to try and understand dvd creation bug

9 years agopostinst quiet about user creation
Sam Hartman [Wed, 1 Oct 2014 17:51:50 +0000 (13:51 -0400)]
postinst quiet about user creation

* postinst quiet about user creation
* tids.init:fix run levels

9 years agoCreate a schema on upgrade or install
Sam Hartman [Tue, 30 Sep 2014 19:22:07 +0000 (15:22 -0400)]
Create a schema on upgrade or install

9 years agoUpdate to fix bug in init script, Thanks Stefan
Sam Hartman [Tue, 30 Sep 2014 18:53:47 +0000 (14:53 -0400)]
Update to fix bug in init script, Thanks Stefan

9 years agoUpdate moonshot-trust-router.tids.init
Stefan Paetow [Tue, 30 Sep 2014 14:06:59 +0000 (15:06 +0100)]
Update moonshot-trust-router.tids.init

Remove an erroneous $ sign

9 years agoFix typo
Sam Hartman [Fri, 26 Sep 2014 15:41:58 +0000 (11:41 -0400)]
Fix typo

9 years agomerge patched-debian into debian
Sam Hartman [Fri, 26 Sep 2014 15:26:38 +0000 (11:26 -0400)]
merge patched-debian into debian

9 years agoBring back portal.cfg and manual.cfg
Sam Hartman [Fri, 26 Sep 2014 15:26:15 +0000 (11:26 -0400)]
Bring back portal.cfg and manual.cfg

Patch-Category: upstream

9 years agomove tids.init to redhat
Sam Hartman [Fri, 26 Sep 2014 14:57:51 +0000 (10:57 -0400)]
move tids.init to redhat

Patch from Stefan Paetow

9 years agoInstall tids init script
Sam Hartman [Fri, 26 Sep 2014 14:46:47 +0000 (10:46 -0400)]
Install tids init script

Patch by Stefan Paetow;modified slightly for Debian conventions.

9 years agochange version to 1.4-1
Sam Hartman [Fri, 26 Sep 2014 14:02:06 +0000 (10:02 -0400)]
change version to 1.4-1
New Upstream version

9 years agogitignore
Sam Hartman [Wed, 27 Aug 2014 23:05:15 +0000 (19:05 -0400)]
gitignore

INclude gitignore files not distributed in upstream tarball

Patch-Name: gitignore

9 years agoImport moonshot-trust-router_1.4.orig.tar.gz
Sam Hartman [Fri, 26 Sep 2014 13:58:14 +0000 (09:58 -0400)]
Import moonshot-trust-router_1.4.orig.tar.gz

9 years agorecord new upstream branch created by importing moonshot-trust-router_1.4.orig.tar.gz
Sam Hartman [Fri, 26 Sep 2014 13:58:14 +0000 (09:58 -0400)]
record new upstream branch created by importing moonshot-trust-router_1.4.orig.tar.gz

9 years agoActually include *.cfg in future source tarballs
Sam Hartman [Fri, 26 Sep 2014 13:51:42 +0000 (09:51 -0400)]
Actually include *.cfg in future source tarballs

9 years agodist extra files in redhat
Sam Hartman [Fri, 26 Sep 2014 13:41:44 +0000 (09:41 -0400)]
dist extra files in redhat

9 years agoMerge Stefan's changes for TIDS init scripts for Centos. 1.4
Margaret Wasserman [Tue, 23 Sep 2014 19:23:06 +0000 (15:23 -0400)]
Merge Stefan's changes for TIDS init scripts for Centos.

9 years agoDon't check IDP membership when defaulting, minor fixes. tr-peering
Margaret Wasserman [Tue, 23 Sep 2014 19:02:32 +0000 (15:02 -0400)]
Don't check IDP membership when defaulting, minor fixes.

9 years agoAdd configuration for default next-hop
Margaret Wasserman [Tue, 23 Sep 2014 01:37:38 +0000 (21:37 -0400)]
Add configuration for default next-hop

9 years agoMerge branch 'tr-peering' of moonshot.suchdamage.org:/srv/git/trust_router into tr...
Margaret Wasserman [Tue, 23 Sep 2014 01:36:16 +0000 (21:36 -0400)]
Merge branch 'tr-peering' of moonshot.suchdamage.org:/srv/git/trust_router into tr-peering

9 years agoDon't loop on waitpid returning 0
Sam Hartman [Tue, 23 Sep 2014 00:04:41 +0000 (20:04 -0400)]
Don't loop on waitpid returning 0

9 years agoUpdated version number
Margaret Wasserman [Fri, 19 Sep 2014 19:38:37 +0000 (15:38 -0400)]
Updated version number

9 years agoFixes to make build work after merging.
Margaret Wasserman [Fri, 19 Sep 2014 19:28:30 +0000 (15:28 -0400)]
Fixes to make build work after merging.

9 years agoMerge remote-tracking branch 'origin/tr-peering' into tr-peering
Margaret Wasserman [Fri, 19 Sep 2014 19:13:52 +0000 (15:13 -0400)]
Merge remote-tracking branch 'origin/tr-peering' into tr-peering

9 years agoCommit changes to allow a default server and to improve peering config.
Margaret Wasserman [Fri, 19 Sep 2014 19:01:10 +0000 (15:01 -0400)]
Commit changes to allow a default server and to improve peering config.

9 years agoClean up any zombie processes whenever a new request is forked.
Margaret Wasserman [Mon, 15 Sep 2014 15:31:58 +0000 (11:31 -0400)]
Clean up any zombie processes whenever a new request is forked.

9 years agoUpdate tids.initd
Stefan Paetow [Fri, 19 Sep 2014 17:02:38 +0000 (18:02 +0100)]
Update tids.initd

A tweak or two because of tids status.

9 years agoUpdate trust_router.spec
Stefan Paetow [Fri, 19 Sep 2014 16:29:31 +0000 (17:29 +0100)]
Update trust_router.spec

Keep the SPEC clean and tidy.

9 years agoUpdate trust_router.spec
Stefan Paetow [Fri, 19 Sep 2014 16:26:10 +0000 (17:26 +0100)]
Update trust_router.spec

Add the TIDS script to the SPEC file to be added to the installation. It does *not* mean that TIDS is auto-started or enabled in chkconfig. That is a manual step when the admin is ready to do so.

9 years agoCreate sysconfig.tids
Stefan Paetow [Fri, 19 Sep 2014 15:47:38 +0000 (16:47 +0100)]
Create sysconfig.tids

The TIDS sysconfig file - Stores the tids configuration

9 years agoCreate tids-wrapper
Stefan Paetow [Fri, 19 Sep 2014 15:44:02 +0000 (16:44 +0100)]
Create tids-wrapper

The wrapper for the TIDS executable. Makes TIDS go nicely into the background

9 years agoUpdate tids.initd
Stefan Paetow [Fri, 19 Sep 2014 15:41:46 +0000 (16:41 +0100)]
Update tids.initd

Revamped to use Adam B's method of 'double-forking'. Seems to function just as well.

9 years agoCreate tids.initd
Stefan Paetow [Fri, 19 Sep 2014 15:30:47 +0000 (16:30 +0100)]
Create tids.initd

Initial version sent to Sam H.

9 years agoClean up any zombie processes whenever a new request is forked.
Margaret Wasserman [Mon, 15 Sep 2014 15:31:58 +0000 (11:31 -0400)]
Clean up any zombie processes whenever a new request is forked.

9 years agoSpecfile version bump
Adam Bishop [Wed, 3 Sep 2014 13:02:58 +0000 (14:02 +0100)]
Specfile version bump

9 years agoDon't recreate the log directory if it is still available
Adam Bishop [Wed, 3 Sep 2014 13:02:02 +0000 (14:02 +0100)]
Don't recreate the log directory if it is still available

9 years agoMove user creation to %pre, and use the method the redhat manual suggests
Adam Bishop [Wed, 3 Sep 2014 12:45:05 +0000 (13:45 +0100)]
Move user creation to %pre, and use the method the redhat manual suggests

9 years agoChanging the spec file to package the redhat init scripts and config
Adam Bishop [Wed, 3 Sep 2014 12:43:28 +0000 (13:43 +0100)]
Changing the spec file to package the redhat init scripts and config

9 years agoInclude /redhat when installing
Adam Bishop [Wed, 3 Sep 2014 12:38:21 +0000 (13:38 +0100)]
Include /redhat when installing

9 years agoAdding files for running trust_router on rhel6-ish distributions nicely
Adam Bishop [Wed, 3 Sep 2014 12:35:04 +0000 (13:35 +0100)]
Adding files for running trust_router on rhel6-ish distributions nicely

9 years agoSymbols file debian/1.3.1-1
Sam Hartman [Thu, 28 Aug 2014 21:26:55 +0000 (17:26 -0400)]
Symbols file

9 years agoFix spelling
Sam Hartman [Thu, 28 Aug 2014 20:44:02 +0000 (16:44 -0400)]
Fix spelling

9 years agoDon't install tr_dh_test
Sam Hartman [Thu, 28 Aug 2014 20:43:47 +0000 (16:43 -0400)]
Don't install tr_dh_test

9 years agoFix email addresses in changelog
Sam Hartman [Thu, 28 Aug 2014 20:35:14 +0000 (16:35 -0400)]
Fix email addresses in changelog

9 years agoNote missing manpages
Sam Hartman [Thu, 28 Aug 2014 20:34:20 +0000 (16:34 -0400)]
Note missing manpages

9 years agoFix debug package dependencies
Sam Hartman [Thu, 28 Aug 2014 20:32:16 +0000 (16:32 -0400)]
Fix debug package dependencies

9 years agomerge patched-debian into debian
Sam Hartman [Thu, 28 Aug 2014 00:00:19 +0000 (20:00 -0400)]
merge patched-debian into debian

9 years agoremove indentation in makefile which breaks install rule
Sam Hartman [Wed, 27 Aug 2014 23:59:38 +0000 (19:59 -0400)]
remove indentation in makefile which breaks install rule

(cherry picked from commit 8ee1a1c9a537c2d4847571c6611f3f32187c5eff)

9 years agoremove indentation in makefile which breaks install rule
Sam Hartman [Wed, 27 Aug 2014 23:59:38 +0000 (19:59 -0400)]
remove indentation in makefile which breaks install rule

9 years agoPolicy fixups
Sam Hartman [Wed, 27 Aug 2014 23:28:07 +0000 (19:28 -0400)]
Policy fixups

9 years agoUse git dpm and 3.0 quilt source format
Sam Hartman [Wed, 27 Aug 2014 23:13:32 +0000 (19:13 -0400)]
Use git dpm and 3.0 quilt source format

9 years agoDocument changes and todo
Sam Hartman [Wed, 27 Aug 2014 23:10:53 +0000 (19:10 -0400)]
Document changes and todo

9 years agochange version to 1.3.1-1 (UNRELEASED)
Sam Hartman [Wed, 27 Aug 2014 23:09:35 +0000 (19:09 -0400)]
change version to 1.3.1-1 (UNRELEASED)
New Upstream Version
Initial Debian release, Closes: #759398

9 years agomerge patched-debian into debian
Sam Hartman [Wed, 27 Aug 2014 23:05:40 +0000 (19:05 -0400)]
merge patched-debian into debian

9 years agogitignore
Sam Hartman [Wed, 27 Aug 2014 23:05:15 +0000 (19:05 -0400)]
gitignore

INclude gitignore files not distributed in upstream tarball

Patch-Name: gitignore

9 years agoInitialize git-dpm
Sam Hartman [Wed, 27 Aug 2014 23:03:31 +0000 (19:03 -0400)]
Initialize git-dpm

9 years agoMerge branch 'upstream' into debian
Sam Hartman [Wed, 27 Aug 2014 23:02:29 +0000 (19:02 -0400)]
Merge branch 'upstream' into debian

Merge 1.3.1 into Debian

9 years agoImport trust-router_1.3.1.orig.tar.gz
Sam Hartman [Wed, 27 Aug 2014 23:02:17 +0000 (19:02 -0400)]
Import trust-router_1.3.1.orig.tar.gz

9 years agoRelease 1.3.1 for stable point for Debian 1.3.1
Sam Hartman [Wed, 27 Aug 2014 22:31:59 +0000 (18:31 -0400)]
Release 1.3.1 for stable point for Debian

9 years agogsscon_passive: remove dead code
Sam Hartman [Wed, 27 Aug 2014 22:57:47 +0000 (18:57 -0400)]
gsscon_passive: remove dead code

9 years agoUpdate debian copyright to be accurate
Sam Hartman [Tue, 26 Aug 2014 23:01:43 +0000 (19:01 -0400)]
Update debian copyright to be accurate

9 years agofix typo
Sam Hartman [Sat, 23 Aug 2014 00:09:23 +0000 (20:09 -0400)]
fix typo

9 years agoAllow tidc to take a port number as an optional argument
Adam Bishop [Wed, 20 Aug 2014 18:01:54 +0000 (19:01 +0100)]
Allow tidc to take a port number as an optional argument

9 years agoMerge remote-tracking branch 'origin/master' into debian
Sam Hartman [Mon, 4 Aug 2014 04:20:09 +0000 (00:20 -0400)]
Merge remote-tracking branch 'origin/master' into debian

Conflicts:
trust_router.spec

9 years agoSpecify systemdsystemunitdir location
Sam Hartman [Fri, 1 Aug 2014 17:49:05 +0000 (13:49 -0400)]
Specify systemdsystemunitdir location

9 years agoWe don't install the tids.service until rhel7
Sam Hartman [Wed, 30 Jul 2014 23:44:12 +0000 (19:44 -0400)]
We don't install the tids.service until rhel7

9 years agoStandardized approach to systemd unit files
Sam Hartman [Wed, 30 Jul 2014 23:23:39 +0000 (19:23 -0400)]
Standardized approach to systemd unit files

9 years agoCreate user and populate keys database
Sam Hartman [Wed, 30 Jul 2014 22:00:59 +0000 (18:00 -0400)]
Create user and populate keys database

9 years agoCreate user and populate keys database
Sam Hartman [Wed, 30 Jul 2014 22:00:59 +0000 (18:00 -0400)]
Create user and populate keys database

9 years agoConvince Centos not to override -Wno-parenthesis
Sam Hartman [Wed, 30 Jul 2014 19:29:20 +0000 (15:29 -0400)]
Convince Centos not to override -Wno-parenthesis

9 years agoDistribute tr_debug.h
Sam Hartman [Wed, 30 Jul 2014 19:24:37 +0000 (15:24 -0400)]
Distribute tr_debug.h

9 years agoInclude new files in spec
Sam Hartman [Wed, 30 Jul 2014 18:56:20 +0000 (14:56 -0400)]
Include new files in spec

9 years agodistribute tids.service and schema.sql
Sam Hartman [Wed, 30 Jul 2014 18:54:51 +0000 (14:54 -0400)]
distribute tids.service and schema.sql