Revision: 5939
http://openser.svn.sourceforge.net/openser/?rev=5939&view=rev
Author: henningw
Date: 2009-10-14 16:29:16 +0000 (Wed, 14 Oct 2009)
Log Message:
-----------
- update Changelog
Modified Paths:
--------------
branches/1.5/ChangeLog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5938
http://openser.svn.sourceforge.net/openser/?rev=5938&view=rev
Author: henningw
Date: 2009-10-14 16:28:30 +0000 (Wed, 14 Oct 2009)
Log Message:
-----------
- add Marius to authors xml file
Modified Paths:
--------------
branches/1.5/doc/authors.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Hello,
is gen_ha1 (from utils/gen_ha1) used anywhere in SR? It installs by default.
Doing a recursive grep I couldn't find it. kamctl uses md5sum that comes
with most of the distros to get same functionality without installing
additional application.
echo -n "username:domain:password" | md2sum | awk '{ print $1 }'
Cheers,
Daniel
--
Daniel-Constantin Mierla
* Kamailio SIP Masterclass, Nov 9-13, 2009, Berlin
* http://www.asipto.com/index.php/sip-router-masterclass/
Module: sip-router
Branch: sr_3.0
Commit: 959b95ff5490c144b726362285ae7df9ba80ab1b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=959b95f…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Wed Oct 14 15:39:15 2009 +0300
lib/srdb1/schema/trusted.xml: forgot to increase version number
- Forgot to increase version number of trusted table after increasing
size of tag field.
---
lib/srdb1/schema/trusted.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/schema/trusted.xml b/lib/srdb1/schema/trusted.xml
index e2cee2f..179e3f4 100644
--- a/lib/srdb1/schema/trusted.xml
+++ b/lib/srdb1/schema/trusted.xml
@@ -9,7 +9,7 @@
<table id="trusted" xmlns:db="http://docbook.org/ns/docbook">
<name>trusted</name>
- <version>4</version>
+ <version>5</version>
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
<description>
<db:para>This table is used by the permissions module to determine if a call has the appropriate permission to be established. More information about the permissions module can be found at: &KAMAILIO_MOD_DOC;permissions.html