[Devel] SF.net SVN: openser: [2083] trunk/modules/permissions

2007-04-26 Thread Juha Heinanen
Revision: 2083 http://openser.svn.sourceforge.net/openser/?rev=2083&view=rev Author: juhe Date: 2007-04-26 12:23:59 -0700 (Thu, 26 Apr 2007) Log Message: --- * peer_tag_avp parameter value is now an AVP string (forgot from 1.2). Modified Paths: -- trunk/mod

[Devel] [ openser-Patches-1708301 ] openserunix tool creates and never deletes temporary files

2007-04-26 Thread SourceForge.net
Patches item #1708301, was opened at 2007-04-26 14:27 Message generated for change (Comment added) made by apidruchny You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1708301&group_id=139143 Please note that this message will contain a full copy of the com

[Devel] [ openser-Patches-1708301 ] openserunix tool creates and never deletes temporary files

2007-04-26 Thread SourceForge.net
Patches item #1708301, was opened at 2007-04-26 14:27 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=1708301&group_id=139143 Please note that this message will contain a full co

Re: [Devel] discussion of roadmap for 1.3

2007-04-26 Thread Elias Baixas
Anyone interested in some (unit) testing infrastructure/codebase ? might be useful when some module relies on the interface/exported functions of another module. Would also be useful in case of libification (if someone else is using openser lib's in their projects, tests usually explain/exempli

[Devel] SF.net SVN: openser: [2082] trunk/modules/pua/pua.c

2007-04-26 Thread Anca Vamanu
Revision: 2082 http://openser.svn.sourceforge.net/openser/?rev=2082&view=rev Author: anca_vamanu Date: 2007-04-26 09:28:04 -0700 (Thu, 26 Apr 2007) Log Message: --- - corrected an error when updating info in database table Modified Paths: -- trunk/modules/p

[Devel] SF.net SVN: openser: [2081] trunk/modules/presence

2007-04-26 Thread Anca Vamanu
Revision: 2081 http://openser.svn.sourceforge.net/openser/?rev=2081&view=rev Author: anca_vamanu Date: 2007-04-26 08:29:26 -0700 (Thu, 26 Apr 2007) Log Message: --- - corrected a bug of not copying a null termination character Modified Paths: -- trunk/modul

[Devel] SF.net SVN: openser: [2080] trunk/modules/pua

2007-04-26 Thread Anca Vamanu
Revision: 2080 http://openser.svn.sourceforge.net/openser/?rev=2080&view=rev Author: anca_vamanu Date: 2007-04-26 08:10:48 -0700 (Thu, 26 Apr 2007) Log Message: --- - added the posibility to register callbacks on reply processing for sent Publish requests Modified Paths:

[Devel] SF.net SVN: openser: [2079] trunk/modules/pua_bla

2007-04-26 Thread Anca Vamanu
Revision: 2079 http://openser.svn.sourceforge.net/openser/?rev=2079&view=rev Author: anca_vamanu Date: 2007-04-26 08:09:19 -0700 (Thu, 26 Apr 2007) Log Message: --- - change due to correcting the mechanism of etag in presence: replaced calling consecutive send_publish with

Re: [Devel] discussion of roadmap for 1.3

2007-04-26 Thread Ovidiu Sas
Hello, Also, better dbtext integration. I uploaded a patch for integrating dbtext into the openserctl script: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1707527&group_id=139143 Regards, Ovidiu Sas On 4/26/07, Daniel-Constantin Mierla <[EMAIL PROTECTED]> wrote: Hello I would

Re: [Devel] mi_xmlrpc

2007-04-26 Thread Helge Waastad
Hi, I did cleaning up. Still the same problem. ldd mi_xmlrpc.so: libxmlrpc.so.3 => /usr/lib/libxmlrpc.so.3 (0x00173000) libxmlrpc_xmlparse.so.3 => /usr/lib/libxmlrpc_xmlparse.so.3 (0x00dbd000) libxmlrpc_xmltok.so.3 => /usr/lib/libxmlrpc_xmltok.so.3 (0x0055d000) libxmlrpc_

Re: [Devel] discussion of roadmap for 1.3

2007-04-26 Thread Andreas Granig
Henning Westerholt wrote: I thought that you would like to "protect" the roadmap a little bit more and place it on the webserver. I can create tomorow an wiki page in the namespaces as you have suggested, but lets first wait for more comments. What I'd really like to see is #1685807 on the tra

[Devel] unixodbc memory problem

2007-04-26 Thread Vadim Berezniker
If I enable memory debugging, the unixodbc module stops working properly. There seems to be a problem with the way result sets are converted internally (convert_rows): A list is allocated with a copy of the columns in the result set str2val stores a pointer to data in the list for DB_STRING,

Re: [Devel] discussion of roadmap for 1.3

2007-04-26 Thread Henning Westerholt
On Thursday 26 April 2007 14:49, Daniel-Constantin Mierla wrote: > Hello I would add: > > - core > - message log printing with file, line, etc... (attempted to be > introduced by different modules before release, e.g., seas) > - free mem for fixup function (required for better perl integrat

Re: [Devel] generic task execution implementation

2007-04-26 Thread Daniel-Constantin Mierla
Hello, you know ... patches on tracker :-) ... and discussion here. Do you see a major benefit using this approach instead of registering another timer function? It was mentioned in a email that future work ill consider having multiple timer processes (I guess it was some discussion about nat

Re: [Devel] discussion of roadmap for 1.3

2007-04-26 Thread Daniel-Constantin Mierla
Hello I would add: - core - message log printing with file, line, etc... (attempted to be introduced by different modules before release, e.g., seas) - free mem for fixup function (required for better perl integration) - move common fixup functions to mod_fix.h (as it is now for str fi

Re: [Devel] mi_xmlrpc

2007-04-26 Thread Helge Waastad
Hi, yes, several times :-) I actually tried to remove all libwww libraries and reinstall the w3c packages but the same outout happens. (Maybe I'll convert to Ubuntu..) br hw tor, 26.04.2007 kl +0200, skrev Henning Westerholt: > On Wednesday 25 April 2007 13:16, Helge Waastad wrote: > > Hi,

[Devel] generic task execution implementation

2007-04-26 Thread Henning Westerholt
Hello, the attached patch adds a generic task execution implementation to the core. This is useful for monitoring purposes, e.g. in database modules to see if the db is still present. You can register any function and an execution interval. This code (with a little bit different naming) has b

[Devel] [ openser-Patches-1707996 ] LDAP auth module

2007-04-26 Thread SourceForge.net
Patches item #1707996, was opened at 2007-04-26 15:34 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=1707996&group_id=139143 Please note that this message will contain a full co

[Devel] SF.net SVN: openser: [2078] trunk/modules/auth_db/aaa_avps.h

2007-04-26 Thread Henning Westerholt
Revision: 2078 http://openser.svn.sourceforge.net/openser/?rev=2078&view=rev Author: henningw Date: 2007-04-26 04:28:36 -0700 (Thu, 26 Apr 2007) Log Message: --- minor warning fix, move inline to the right position Modified Paths: -- trunk/modules/auth_db/a

[Devel] discussion of roadmap for 1.3

2007-04-26 Thread Henning Westerholt
Hello all, i've combined the discussed roadmap items from friday. On the roadmap to 1.2 there were also some not finished "nice to have" items, i added them and some things from the list too for discussion. :-) From friday: 1) tighter integration of xmpp into OpenSER, get rid of two levels of

Re: [Devel] mi_xmlrpc

2007-04-26 Thread Henning Westerholt
On Wednesday 25 April 2007 13:16, Helge Waastad wrote: > Hi, > nope I have'nt moved anything. > > the libwww files are in the /usr/lib/ directory. Hi Helge, perhaps a (security) update changes the library after compilation? Have you tried to recompile OpenSER? Cheers, Henning

Re: [Devel] OpenSer auth_ldap module

2007-04-26 Thread Daniel-Constantin Mierla
Hello, it would be interesting to have it on openser. Please register it to the tracker: http://sourceforge.net/tracker/?atid=743022&group_id=139143&func=browse I think an alternative at this moment is to use perlvdb module, that should make possible authentication against ldap.\ Cheers, Da