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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
23 matches
Mail list logo