This posting was generated automatically from darcs repo
<http://dev-126.openlaboratory.net/repos>.
Tue May 9 21:49:57 EEST 2006 [EMAIL PROTECTED]
* nua_register.c: use nua-generated contact for refresh interval calculation.
Allow SIPS uris in contacts, too.
M ./libsofia-sip-ua/nua/nua_register.c -4 +9
Tue May 9 19:31:35 EEST 2006 [EMAIL PROTECTED]
* nua_register.c: ignoring bad received parameters in Via header.
M ./libsofia-sip-ua/nua/nua_register.c -2 +9
Tue May 9 19:07:06 EEST 2006 [EMAIL PROTECTED]
* Updated config file handling in sresolv/sres.c.
Using reference counting with config structure when copying
resolver objects.
Trying harder to avoid re-parsing resolv.conf and checking for
updated servers.
Changed SRES_UPDATE_INTERVAL_SECS to 5 for non-WIN32 platforms.
M ./libsofia-sip-ua/sresolv/sres.c -74 +134
Tue May 9 17:45:14 EEST 2006 [EMAIL PROTECTED]
* su/su_alloc.c, su/sofia-sip/su_alloc.h: su_home_ref() takes const pointer.
M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h -1 +1
M ./libsofia-sip-ua/su/su_alloc.c -2 +2
Mon May 8 15:59:38 EEST 2006 [EMAIL PROTECTED]
* url module: using SOFIAPUBFUN and SOFIAPUBVAR instead of URL_DLL.
M ./libsofia-sip-ua/url/sofia-sip/url.h -59 +32
M ./libsofia-sip-ua/url/sofia-sip/url_tag.h -3 +3
M ./libsofia-sip-ua/url/sofia-sip/url_tag_class.h -1 +1
Mon May 8 13:30:48 EEST 2006 [EMAIL PROTECTED]
* Fixed overflow problem with su_timer_run().
After 25 days the su_timer_run() timer started to misbehave,
1 < <31 milliseconds is bit more than 24 days, 20 hours, 31 minutes...
M ./libsofia-sip-ua/su/su_timer.c -21 +18
Thu May 4 14:28:03 EEST 2006 [EMAIL PROTECTED]
* Setting send buffer size to at least 64K in Windows in tport_type_tcp.c.
M ./libsofia-sip-ua/tport/tport_type_tcp.c +29
Thu May 4 12:32:06 EEST 2006 [EMAIL PROTECTED]
* Using SOFIAPUBFUN and SOFIAPUBVAR in bnf.h.
M ./libsofia-sip-ua/bnf/sofia-sip/bnf.h -14 +13
Thu May 4 12:31:43 EEST 2006 [EMAIL PROTECTED]
* Silenced sprious warnings by MSG_HEADER_INIT() in msg_header.h.
M ./libsofia-sip-ua/msg/sofia-sip/msg_header.h -2 +4
Mon May 8 14:05:29 EEST 2006 Kai Vehmanen <[EMAIL PROTECTED]>
* Added sip_dig and stunc to VC6/win32 workspace file.
M ./RELEASE -2 +2
M ./win32/SofiaSIP.dsw +30
A ./win32/utils/sip_dig/
A ./win32/utils/sip_dig/sip_dig.dsp
A ./win32/utils/stunc/
A ./win32/utils/stunc/stunc.dsp
Mon May 8 13:47:31 EEST 2006 Kai Vehmanen <[EMAIL PROTECTED]>
* Fixed sip_dig errors when building on VC6/win32.
M ./utils/sip-dig.c -1 +7
Mon May 8 13:11:51 EEST 2006 Kai Vehmanen <[EMAIL PROTECTED]>
* Fixed STUN bugs when build with VC6/win32.
M ./libsofia-sip-ua/stun/stun.c -10 +17
M ./libsofia-sip-ua/stun/stunc.c -6 +12
Thu May 4 12:31:05 EEST 2006 [EMAIL PROTECTED]
* NUTAG_KEEPALIVE() now uses milliseconds.
Changes in sofia-sip/nua_tag.h, nua_params.c, nua_register.c, test_nua.c.
M ./libsofia-sip-ua/nua/nua_params.c -1 +1
M ./libsofia-sip-ua/nua/nua_register.c -72 +93
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -3 +6
M ./libsofia-sip-ua/nua/test_nua.c -1 +1
Mon May 8 12:18:46 EEST 2006 [EMAIL PROTECTED]
* Updated STUN NAT type check interface to utilize current IETF BEHAVE terms.
M ./RELEASE -1 +9
M ./libsofia-sip-ua/stun/ChangeLog -3 +9
M ./libsofia-sip-ua/stun/sofia-sip/stun.h -8 +34
M ./libsofia-sip-ua/stun/stun.c -15 +44
Mon May 8 12:17:35 EEST 2006 [EMAIL PROTECTED]
* Print sofia-sip version in stunc usage.
M ./libsofia-sip-ua/stun/Makefile.am -1 +4
M ./libsofia-sip-ua/stun/stunc.c -1 +3
Sat May 6 21:15:09 EEST 2006 [EMAIL PROTECTED]
* Pretty-print the NAT type check results with STUN stunc.
M ./libsofia-sip-ua/stun/stunc.c -1 +2
Sat May 6 21:13:30 EEST 2006 [EMAIL PROTECTED]
* Do not use resend when doing NAT type checking with STUN. The resends do
not currently include the request attribute bytes as they should do.
M ./libsofia-sip-ua/stun/stun.c -2 +6
Sat May 6 16:25:43 EEST 2006 [EMAIL PROTECTED]
* Minor mods to STUN module.
M ./libsofia-sip-ua/stun/stun.c -1
M ./libsofia-sip-ua/stun/stun.docs -5 +1
Sat May 6 16:24:50 EEST 2006 [EMAIL PROTECTED]
* Added optional local port randomization to stunc. Making repeated checks
from the same local port will produce unreliable results.
M ./libsofia-sip-ua/stun/stunc.c -14 +44
Sat May 6 15:56:57 EEST 2006 [EMAIL PROTECTED]
* Fixed STUN's Test-IV.
M ./libsofia-sip-ua/stun/stun.c -2 +2
Sat May 6 15:42:51 EEST 2006 [EMAIL PROTECTED]
* Added lots more documentation about the STUN nattype algorithm. Added a
Test-IV step that is improved over the RFC3489 algorithm.
M ./libsofia-sip-ua/stun/stun.c -14 +48
Sat May 6 15:04:57 EEST 2006 [EMAIL PROTECTED]
* Removed deprecated STUN function definitions from stun.c.
M ./libsofia-sip-ua/stun/stun.c -88
Sat May 6 15:01:28 EEST 2006 [EMAIL PROTECTED]
* Refactored the STUN nattype checks. There are still a few cases where the
detection fails.
M ./libsofia-sip-ua/stun/stun.c -125 +149
Sat May 6 14:58:11 EEST 2006 [EMAIL PROTECTED]
* Moved req-specific states to stun.c, moved stun_nattype_t to public header,
added documentation to all stun enum fields.
M ./RELEASE -2 +4
M ./libsofia-sip-ua/stun/ChangeLog +10
M ./libsofia-sip-ua/stun/sofia-sip/stun.h -22 +42
M ./libsofia-sip-ua/stun/stun.c -36 +55
M ./libsofia-sip-ua/stun/stunc.c -1 +1
Fri May 5 18:33:37 EEST 2006 [EMAIL PROTECTED]
* Removed commented code segments.
M ./libsofia-sip-ua/stun/stun.c -12 +6
Fri May 5 18:35:34 EEST 2006 [EMAIL PROTECTED]
* nua-glib: added bind URL and STUN server parameters for
nua_glib_constructor()
M ./libsofia-sip-ua-glib/nua-glib/Makefile.am +1
M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -23 +57
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_priv.h -11 +14
Fri May 5 17:41:02 EEST 2006 [EMAIL PROTECTED]
* Fixed compiler warnings in stun.
M ./libsofia-sip-ua/stun/stun.c -1 +1
M ./libsofia-sip-ua/stun/stun_common.c -1 +1
M ./libsofia-sip-ua/stun/stunc.c -1
Fri May 5 17:40:27 EEST 2006 [EMAIL PROTECTED]
* Removed various deprecated functions that were already commented out from
the code. Closed sf.net bug #1456403.
M ./libsofia-sip-ua/stun/ChangeLog +6
M ./libsofia-sip-ua/stun/sofia-sip/stun.h -62
M ./libsofia-sip-ua/stun/stun.c -215 +4
Fri May 5 17:19:15 EEST 2006 [EMAIL PROTECTED]
* Fixed stunc argument parsing. It is now possible to given STUN server
address as a hostname instead of requiring a dotted decimal IP-address.
M ./libsofia-sip-ua/stun/stunc.c -2 +4
Fri May 5 14:56:13 EEST 2006 [EMAIL PROTECTED]
* Always install auth_ntlm.h as it is needed by auth_client.h.
M ./libsofia-sip-ua/iptsec/Makefile.am -1 +3
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel