Re: [Devel] radiusclient-ng error codes

2007-03-28 Thread Juha Heinanen
Bogdan-Andrei Iancu writes: > have you checked the same of freeradius client library? You now have the > option to compile against it. The problem is there are no packages for > it for debian - you need to compile it :(... i tried to get freeradius-client-1.1.5.tar.bz2 from ftp://ftp.freer

[Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

2007-03-28 Thread Juha Heinanen
SourceForge.net writes: > I prepare patch which add new attributes in RADIUS request generated > by auth_radius module. > Here patch-README: > > cut here - > -- Username -- value of this attribute changed to From URI. This done > --because Username must be used to

[Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

2007-03-28 Thread SourceForge.net
Patches item #1690152, was opened at 2007-03-28 16:39 Message generated for change (Comment added) made by osas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1690152&group_id=139143 Please note that this message will contain a full copy of the comment t

[Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

2007-03-28 Thread SourceForge.net
Patches item #1690152, was opened at 2007-03-29 00:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1690152&group_id=139143 Please note that this message will contain a full co

[Devel] SF.net SVN: openser: [1925] trunk/modules/tm

2007-03-28 Thread Klaus Darilion
Revision: 1925 http://openser.svn.sourceforge.net/openser/?rev=1925&view=rev Author: klaus_darilion Date: 2007-03-28 08:51:34 -0700 (Wed, 28 Mar 2007) Log Message: --- - enhanced docs regarding wt_timer Modified Paths: -- trunk/modules/tm/README trunk/m

[Devel] [ openser-Patches-1689998 ] -D option: "do not daemonize", -F option: "do not fork"

2007-03-28 Thread SourceForge.net
Patches item #1689998, was opened at 2007-03-28 08:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1689998&group_id=139143 Please note that this message will contain a full co

[Devel] [ openser-Bugs-1689986 ] Error during installation of snmpstats module

2007-03-28 Thread SourceForge.net
Bugs item #1689986, was opened at 2007-03-28 08:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1689986&group_id=139143 Please note that this message will contain a full copy

Re: [Devel] radiusclient-ng error codes

2007-03-28 Thread Bogdan-Andrei Iancu
Hi Juha, have you checked the same of freeradius client library? You now have the option to compile against it. The problem is there are no packages for it for debian - you need to compile it :(... regards, bogdan Juha Heinanen wrote: i checked return codes in radiusclient-ng and at least i

[Devel] radiusclient-ng error codes

2007-03-28 Thread Juha Heinanen
i checked return codes in radiusclient-ng and at least in the version i had access (RELENG_0_5_1), it does a very bad job: * Function: rc_check_reply * * Purpose: verify items in returned packet. * * Returns: OK_RC -- upon success, * BADRESP_RC -- if anything looks fun

Re: [Devel] RADIUS accounting performance

2007-03-28 Thread Christian Schlatter
Juha Heinanen wrote: Christian Schlatter writes: > Has anyone an idea what could cause this bad performance or where to > look for possible candidates. if you are using freeradius, check that it doesn't do any unnecessary logging. also, use ip address of your radius server rather than name

[Devel] RADIUS accounting performance

2007-03-28 Thread Juha Heinanen
Christian Schlatter writes: > Has anyone an idea what could cause this bad performance or where to > look for possible candidates. if you are using freeradius, check that it doesn't do any unnecessary logging. also, use ip address of your radius server rather than name. -- juha

[Devel] RADIUS accounting performance

2007-03-28 Thread Christian Schlatter
I made some performance measurements with ACC module and it seems that as soon as I enable RADIUS accounting the performance of OpenSER proxy goes down from about 4000 cps to about 60 cps. Some more profiling showed that sending the RADIUS request in acc_logic.c/acc_onreply only takes a few mi

[Devel] SF.net SVN: openser: [1924] trunk/scripts/textdb.sh

2007-03-28 Thread Anca Vamanu
Revision: 1924 http://openser.svn.sourceforge.net/openser/?rev=1924&view=rev Author: anca_vamanu Date: 2007-03-28 04:45:42 -0700 (Wed, 28 Mar 2007) Log Message: --- - updated presence tables in dbtext script Modified Paths: -- trunk/scripts/textdb.sh This

Re: [Devel] scripts/textdb.sh

2007-03-28 Thread Cesc
that sounds good, a tables.def file, from which all scripts could read and map from a generic (probably easily parseable format) into their particular type ... Cesc On 3/27/07, Daniel-Constantin Mierla <[EMAIL PROTECTED]> wrote: Hello, you are right. We should look also for a common framework

[Devel] utility functions

2007-03-28 Thread Henning Westerholt
Hello all, during my journey through the openser code is noticed a few places for improvement.. The same issues exists with some of our internal modules. There is a huge duplication of effort regarding utility functions for data type conversion or data handling in general. Many modules defines

Re: [Devel] presence tables inconsistent

2007-03-28 Thread Klaus Darilion
Hi! I've dug in a little bit and foudn out, that the problem is related with the column type returned from the database: postgresql: Mar 28 12:03:39 ds3000 /usr/sbin/openser[22560]: PG[str2val]: Converting STRING [xmlns='urn:ietf:params:xml:ns:pidf' xmlns:dm='urn:ietf:params:xml:ns:pidf:dat

[Devel] SF.net SVN: openser: [1923] branches/1.2/modules/presence/notify.c

2007-03-28 Thread Anca Vamanu
Revision: 1923 http://openser.svn.sourceforge.net/openser/?rev=1923&view=rev Author: anca_vamanu Date: 2007-03-28 03:33:23 -0700 (Wed, 28 Mar 2007) Log Message: --- - fixed a bug when copying record route in callback parameter Modified Paths: -- branches/1.

[Devel] SF.net SVN: openser: [1922] trunk/modules/presence/notify.c

2007-03-28 Thread Anca Vamanu
Revision: 1922 http://openser.svn.sourceforge.net/openser/?rev=1922&view=rev Author: anca_vamanu Date: 2007-03-28 03:24:23 -0700 (Wed, 28 Mar 2007) Log Message: --- - fixed a bug when copying record route in callback parameter Modified Paths: -- trunk/modul

Re: [Devel] Contribution to OpenSER

2007-03-28 Thread Henning Westerholt
On Tuesday 27 March 2007 18:33, Anatoly Pidruchny wrote: > Dear OpenSER developers, > > we would like to contribute some changes to OpenSER that should be > useful to all of the OpenSER community. Hi Anatoly! It is great to hear that you would like to contribute. > The first small but useful ch

Re: [Devel] Contribution to OpenSER

2007-03-28 Thread Daniel-Constantin Mierla
Hello, On 03/27/07 19:33, Anatoly Pidruchny wrote: Dear OpenSER developers, we would like to contribute some changes to OpenSER that should be useful to all of the OpenSER community. The first small but useful change that we want is the ability to run OpenSER in "no-daemon" mode. We need to

Re: [Devel] Contribution to OpenSER

2007-03-28 Thread Jerome Martin
On Tue, 2007-03-27 at 12:33 -0400, Anatoly Pidruchny wrote: > > The first small but useful change that we want is the ability to run > OpenSER in "no-daemon" mode. We need to do this to run OpenSER under > daemontools. T Very interesting. May I ask why you want to use daemontools ? Does it h

Re: [Business] Re: [Devel] OpenSER v1.2.0 released

2007-03-28 Thread Henning Westerholt
On Wednesday 28 March 2007 07:14, wanding wang wrote: > While I tried to modify the code, I found it is a big challenge for the > newbie to understand the make and build system. > > Just wondering if anybody is considering use CMake to replace the autotool. > KDE4 is now using this user-friendly an

[Devel] presence tables inconsistent

2007-03-28 Thread Klaus Darilion
Hi! There are 2 tables/columns where XML content is stored. These use different column types: | postgres | mysql ++ presentity.body | bytea| text xcap_xml.xcap | text | text I wonder why we use bytea in postgresql o