[Git] mISDN library and utilities branch socket updated. mISDNuser_1_1_2-285-g376ab1d

[email protected] (git version ctrl) Sun, 13 May 2012 19:41:50 +0200 (CEST)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mISDN library and utilities".

The branch, socket has been updated
       via  376ab1d56d654c8a5700dfaafe4e129854279b16 (commit)
       via  14a8d067c16f5a5a8713ecee52c12892f7d05f8d (commit)
       via  e1e4b94a019c83474720d6e7a32d6313452235e9 (commit)
       via  4e00f3a2187bea3a9aee6db5325d0e8e266a4bd9 (commit)
       via  84f4346d60eb2995887e8ad2606defd7a58f72ff (commit)
       via  28c218f0929713ea73cd2e01ba316ef62290197b (commit)
       via  dfeb430e9c5ed6d10f0bd2f7d4da74bbf0cea7e5 (commit)
       via  28e7f4552f01d2f922774857c9941b28bd947be9 (commit)
      from  dfa4b851efaf193bbc0e0eb6f0bc839039bbe776 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 376ab1d56d654c8a5700dfaafe4e129854279b16
Author: Karsten Keil <[email protected]>
Date:   Sun May 13 19:23:42 2012 +0200

    Fix crash on wrong message length
    
    If a CAPI message was bigger as it was indicated, the buffer
    length was not set at all. Now use the indicated length.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 14a8d067c16f5a5a8713ecee52c12892f7d05f8d
Author: Karsten Keil <[email protected]>
Date:   Sun May 13 16:56:24 2012 +0200

    Version 2.0.13
    
    Signed-off-by: Karsten Keil <[email protected]>

commit e1e4b94a019c83474720d6e7a32d6313452235e9
Author: Karsten Keil <[email protected]>
Date:   Sun May 13 16:27:17 2012 +0200

    Fix double NCCI allocation
    
    The capi thread or the B-channel worker thread can create the faxcontext. We need a lock
    to protect the operation, sometimes we did create 2 NCCIs.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 4e00f3a2187bea3a9aee6db5325d0e8e266a4bd9
Author: Karsten Keil <[email protected]>
Date:   Sun May 13 16:25:54 2012 +0200

    Some minor fixes/enhancments for debug otput
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 84f4346d60eb2995887e8ad2606defd7a58f72ff
Author: Karsten Keil <[email protected]>
Date:   Fri May 11 18:42:18 2012 +0200

    More debug
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 28c218f0929713ea73cd2e01ba316ef62290197b
Author: Karsten Keil <[email protected]>
Date:   Fri May 11 18:40:00 2012 +0200

    Set B2 transparent mode correct
    
    Signed-off-by: Karsten Keil <[email protected]>

commit dfeb430e9c5ed6d10f0bd2f7d4da74bbf0cea7e5
Author: Karsten Keil <[email protected]>
Date:   Fri May 11 17:58:40 2012 +0200

    Fix warning about uninitialized variables
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 28e7f4552f01d2f922774857c9941b28bd947be9
Author: Karsten Keil <[email protected]>
Date:   Fri May 11 17:51:39 2012 +0200

    Handle changed type for capi_mod.h IsInstalled member
    
    Version 2.0.12
    
    Signed-off-by: Karsten Keil <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in                      |    1 +
 bridge/Makefile.in               |    1 +
 capi20/Makefile.in               |    1 +
 capi20/daemon.c                  |    4 +-
 capi20/faxl3.c                   |   18 +++++---
 capi20/lplci.c                   |   46 ++++++++++++++------
 capi20/m_capi.h                  |    1 +
 capi20/module/Makefile.am        |    2 +-
 capi20/module/Makefile.in        |    3 +-
 capi20/module/capi_mod_misdn.c   |   11 +++-
 capi20/ncci.c                    |   30 ++++++++----
 configure                        |   89 ++++++++++++++++++++++++--------------
 configure.ac                     |   20 ++++++--
 example/Makefile.in              |    1 +
 guitools/Makefile.in             |    1 +
 guitools/qmisdnwatch/Makefile.in |    1 +
 include/Makefile.in              |    1 +
 l1oip/Makefile.in                |    1 +
 lib/Makefile.in                  |    1 +
 lib/misc/fsm.c                   |    6 +-
 tools/Makefile.in                |    1 +
 21 files changed, 164 insertions(+), 76 deletions(-)


hooks/post-receive
-- 
mISDN library and utilities