This posting was generated automatically from darcs repo
<http://dev-126.openlaboratory.net/repos>.

Thu May 25 01:00:13 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: mention sip_route_reverse_as() and sip_route_fixdup_as().

    M ./RELEASE +3

Thu May 25 00:55:12 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: added test for NUTAG_ONLY183_100REL(0).

    M ./libsofia-sip-ua/nua/test_nua.c -1 +3

Thu May 25 00:35:14 EEST 2006  [EMAIL PROTECTED]
  * sip_util.c, sip_util.h: Added sip_route_reverse_as() and 
sip_route_fixdup_as().

    M! ./RELEASE -2 +1
    M ./libsofia-sip-ua/sip/sip_util.c -23 +38
    M ./libsofia-sip-ua/sip/sofia-sip/sip_util.h +7

Thu May 25 00:31:24 EEST 2006  [EMAIL PROTECTED]
  * iptsec: Added files for ntlm plugins.

    A ./libsofia-sip-ua/iptsec/auth_client_ntlm.c
    A ./libsofia-sip-ua/iptsec/auth_plugin_ntlm.c

Thu May 25 00:30:53 EEST 2006  [EMAIL PROTECTED]
  * Fixed auth_mod_method().

    M ./libsofia-sip-ua/iptsec/auth_module.c -1 +1
    M ./libsofia-sip-ua/iptsec/sofia-sip/auth_module.h -7 +14

Thu May 25 00:30:27 EEST 2006  [EMAIL PROTECTED]
  * iptsec: added plugin interface to client side, too.
  
  Added sofia-sip/auth_client_plugin.h, modified sofia-sip/auth_client.h,
  auth_client.c.

    M ./libsofia-sip-ua/iptsec/auth_client.c -182 +269
    M ./libsofia-sip-ua/iptsec/sofia-sip/auth_client.h -7 +7
    A ./libsofia-sip-ua/iptsec/sofia-sip/auth_client_plugin.h

Thu May 25 00:27:17 EEST 2006  [EMAIL PROTECTED]
  * iptsec/Makefile.am: added auth_common.h, auth_client_ntlm., 
auth_plugin_ntlm.c.

    M ./libsofia-sip-ua/iptsec/Makefile.am -10 +7

Wed May 24 16:32:57 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: using 100rel in responses by default if precondition is 
required

    M ./libsofia-sip-ua/nua/nua_session.c -1 +3

Wed May 24 15:08:49 EEST 2006  [EMAIL PROTECTED]
  * packages/sofia-sip.spec.in: added stunc to utils rpm.

    M ./packages/sofia-sip.spec.in +1

Fri May 19 16:12:17 EEST 2006  [EMAIL PROTECTED]
  * iptsec module: added as_ident and apw_ident.
  The auth_mod interface now returns user identity information in as_ident.
  Currently, ident is just the fourth record from sippasswd file.

    M ./libsofia-sip-ua/iptsec/auth_module.c -19 +52
    M ./libsofia-sip-ua/iptsec/sofia-sip/auth_module.h -5 +6
    M ./libsofia-sip-ua/iptsec/sofia-sip/auth_plugin.h +1

Fri May 19 16:07:56 EEST 2006  [EMAIL PROTECTED]
  * iptsec module: added <auth_common.c> and <sofia_sip/auth_common.h>
  
  Moved auth_get_params() and auth_struct_copy() from auth_digest.c to
  auth_common.c. prototypes from <auth_digest.h> and <auth_plugin.h> to
  <auth_common.h>

    M ./libsofia-sip-ua/iptsec/auth_digest.c -145
    A ./libsofia-sip-ua/iptsec/sofia-sip/auth_common.h
    M ./libsofia-sip-ua/iptsec/sofia-sip/auth_digest.h +2
    M ./libsofia-sip-ua/iptsec/sofia-sip/auth_plugin.h -6 +4

Fri May 19 15:45:26 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip-ua.pc.in: added @SOFIA_PKG_REQUIRES@ and @SOFIA_PKG_LIBS@
  
  Suitable values for them are generated in m4/sac-su2.m4.
  Requires: needs comma-separated list of values.
  
  Updated sofia-sip-ua-glib.pc.in, too.

    M ./m4/sac-su2.m4 -6 +18
    M ./packages/sofia-sip-ua-glib.pc.in -1 +1
    M ./packages/sofia-sip-ua.pc.in -2 +2

Fri May 19 15:44:10 EEST 2006  [EMAIL PROTECTED]
  * m4/sac-su2.m4: added SAC_COMMA_APPEND

    M ./m4/sac-su2.m4 +5

Fri May 19 15:18:47 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip.spec.in: removed --with SigComp.
  
  TODO: add a plugin interface for SigComp.

    M ./packages/sofia-sip.spec.in -6 +1

Fri May 19 15:17:53 EEST 2006  [EMAIL PROTECTED]
  * su/torture_rbtree.c: Removed ancient stuff.

    M ./libsofia-sip-ua/su/torture_rbtree.c -32

Fri May 19 15:17:34 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/rbtree.h: added documentation for each rbtree function.

    M ./libsofia-sip-ua/su/sofia-sip/rbtree.h -19 +146

Fri May 19 14:58:34 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: Using NUTAG_ONLY183_100REL() when establishing call.
  
  Note: now not generating nua_i_state when a response to PRACK is received,
  if the response to PRACK did not change the call state.
  
  Also, only including offer to PRACK when PRACKing 183 and we have
  preconditions.

    M ./libsofia-sip-ua/nua/nua_session.c -6 +18

Fri May 19 14:51:30 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: updated tests for calls with 100rel/precondition.

    M ./libsofia-sip-ua/nua/test_nua.c -33 +664

Fri May 19 14:33:43 EEST 2006  [EMAIL PROTECTED]
  * nua module: added NUTAG_ONLY183_100REL().
  sofia-sip/nua_tag.h, nua_tag.c, nua_params.h, nua_params.c.

    M ./libsofia-sip-ua/nua/nua_params.c +6
    M ./libsofia-sip-ua/nua/nua_params.h +2
    M ./libsofia-sip-ua/nua/nua_tag.c +1
    M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -1 +25

Thu May 18 22:56:04 EEST 2006  [EMAIL PROTECTED]
  * auth_plugin.c: moved info about ntlm plugin to auth_plugin_ntlm.c.

    M ./libsofia-sip-ua/iptsec/auth_plugin.c -14

Thu May 18 22:55:28 EEST 2006  [EMAIL PROTECTED]
  * auth_module.c: moved ntlm into its own plugin.

    M ./libsofia-sip-ua/iptsec/auth_module.c -422


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to