msrprelay (1.0.0) unstable; urgency=low * Removed per-domain configuration and certificates in favour of detecting the SIP domain from the To-Path. This assumes SRV records are used to look up the MSRP relay. This also elimites the need for using the TLS server name extension. * Removed any references to CAs and CRLs. * Simplified certificate generation. * Cleaned up test script directory. * Added own runtime directory in /var/run to store runtime files. * Added commandline option to specify the name of the config file to read. * Fixed the "memory" backend to support domain names. * Added username@domain and total session bytecount to logging output. * Several miscellaneous fixes based on field experience. -- Ruud Klaver Mon, 08 Sep 2008 19:14:09 +0200 msrprelay (0.9.0) unstable; urgency=low * Initial release. -- Ruud Klaver Mon, 21 Jan 2008 19:16:38 +0100 Sat Aug 30 11:08:35 CEST 2008 ag@ag-projects.com * Fixed uploader names and standard version Sat Aug 30 11:11:51 CEST 2008 ag@ag-projects.com * Add accounting Mon Aug 25 11:56:27 CEST 2008 Ruud Klaver * Added username@domain to each log message about a reserved session Mon Aug 25 11:54:59 CEST 2008 Ruud Klaver * Corrected pidfile location in init script Mon Aug 25 11:16:23 CEST 2008 Ruud Klaver * Added additional check in report generation for when failure reports are not required Mon Aug 11 16:22:46 CEST 2008 Ruud Klaver * Updated README on certificate/key and configuration file commandline option Mon Aug 11 16:22:39 CEST 2008 Ruud Klaver * Added tls dir to default certificate and key location in sample config Mon Aug 11 16:15:46 CEST 2008 Ruud Klaver * Added another script to just self-sign a certificate/key pair Mon Aug 11 16:09:02 CEST 2008 Ruud Klaver * Automatically load msrp module location in test scripts Mon Aug 11 16:08:47 CEST 2008 Ruud Klaver * Renamed "certs" dir to "tls" Mon Aug 11 15:55:19 CEST 2008 Ruud Klaver * Changed default names of certificates and keys Mon Aug 11 15:41:43 CEST 2008 Ruud Klaver * Removed no longer present CertificateList object from tls.py imports Mon Aug 11 15:22:16 CEST 2008 Ruud Klaver * Updated msrprelay startup script and added option to specify configuration directory and file Mon Aug 11 15:02:21 CEST 2008 Ruud Klaver * Small fix in CA key/cert generation script output Mon Aug 11 14:31:39 CEST 2008 Ruud Klaver * Added much longer expiration time to certificate generation scripts Fri Aug 8 18:46:21 CEST 2008 Ruud Klaver * Modified sample config file and documentation to reflect using SRV records instead of the server name extension Fri Aug 8 17:06:05 CEST 2008 Ruud Klaver * Moved old test scripts to own dir so they do not get included in distribution Fri Aug 8 17:02:18 CEST 2008 Ruud Klaver * Removed file from MANIFEST.in that was no longer present Fri Aug 8 16:55:39 CEST 2008 Ruud Klaver * Modified msrp_send_file.py and msrp_receive_file.py to reflect not using the server name extension, but putting the realm in the To-Path instead Fri Aug 8 16:03:34 CEST 2008 Ruud Klaver * Simplified relay operation and configuration by using the host in the To-Path URI of the AUTH request as the realm during authentication Fri Aug 8 15:52:20 CEST 2008 Ruud Klaver * Fixed memory backend to include domain names Fri Aug 8 13:10:37 CEST 2008 Ruud Klaver * Made key/certificate generation scripts more resilient Wed Aug 6 18:00:30 CEST 2008 Ruud Klaver * Added temporary SIPThor module, just checks credentials in the central database for now Tue Aug 5 16:45:18 CEST 2008 ag@ag-projects.com * Added uploaders Mon Jul 28 16:47:19 CEST 2008 Ruud Klaver * Use X509Identity from python-gnutls Mon Apr 14 14:09:14 CEST 2008 Ruud Klaver * Changed runtime directory to /var/run Mon Apr 14 14:06:25 CEST 2008 Ruud Klaver * include msrp-send-file and msrp-receive-file scripts in installer Mon Jan 28 19:18:47 CET 2008 Ruud Klaver * Removed all references to CAs and CRLs, removed certificate checking accordingly, modified config.ini.sample to reflect, put port options together with address Sat Jan 26 18:20:19 CET 2008 Ruud Klaver * Explicitly mentioned in the sample config file that the default domain needs a Domain config section Sat Jan 26 09:32:18 CET 2008 ag@ag-projects.com * Fixed settings name Sat Jan 26 09:30:43 CET 2008 ag@ag-projects.com * Update sample config file with a proper description for the relay hostname Fri Jan 25 19:23:21 CET 2008 Ruud Klaver tagged 0.9.0 Fri Jan 25 19:21:06 CET 2008 Ruud Klaver * Added Changelog file in root Fri Jan 25 19:12:23 CET 2008 ag@ag-projects.com * Added description to debian control file Fri Jan 25 19:09:48 CET 2008 Ruud Klaver * Corrected spelling in TODO Fri Jan 25 19:05:48 CET 2008 Ruud Klaver * Changed debian python version to all, as debian unstable should have at least python 2.4 already Fri Jan 25 14:43:22 CET 2008 Ruud Klaver * Initial import.