[Pkg-voip-commits] [resiprocate] 01/14: Merge tag 'upstream/1.9.0_beta9'

Daniel Pocock pocock at moszumanska.debian.org
Sun Jan 12 10:44:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

pocock pushed a commit to branch master
in repository resiprocate.

commit 41176c0e7928af0d2f73e9528730667f9b2a844e
Merge: a1473e4 dd420fa
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun Jan 12 10:15:10 2014 +0100

    Merge tag 'upstream/1.9.0_beta9'
    
    Upstream version 1.9.0~beta9

 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 reTurn/ReTurnConfig.cxx                            | 146 +++++++++--
 reTurn/ReTurnConfig.hxx                            |  37 ++-
 reTurn/RequestHandler.cxx                          |   7 +-
 reTurn/StunMessage.cxx                             |  15 ++
 reTurn/StunMessage.hxx                             |   1 +
 reTurn/UserAuthData.cxx                            |  11 +
 reTurn/UserAuthData.hxx                            |   1 +
 reTurn/reTurnServer.config                         |  61 +++++
 reTurn/reTurnServer.cxx                            |   3 +
 reTurn/test/stunTestVectors.cxx                    |   8 +
 reTurn/users.txt                                   |  20 ++
 repro/AclStore.cxx                                 |   6 +-
 repro/AclStore.hxx                                 |   1 +
 .../AuthenticatorFactory.hxx                       |  41 +--
 repro/Makefile.am                                  |   9 +
 repro/Makefile.in                                  |  65 ++++-
 repro/Processor.hxx                                |   3 +
 repro/ProcessorChain.cxx                           |  23 +-
 repro/ProcessorChain.hxx                           |  20 ++
 repro/Proxy.cxx                                    |   4 +
 repro/ReproAuthenticatorFactory.cxx                | 254 +++++++++++++++++++
 repro/ReproAuthenticatorFactory.hxx                | 105 ++++++++
 .../ReproRADIUSServerAuthManager.cxx               |  84 ++++---
 ...icator.hxx => ReproRADIUSServerAuthManager.hxx} |  72 ++++--
 repro/ReproRunner.cxx                              | 215 +++++++---------
 repro/ReproRunner.hxx                              |   9 +-
 .../ReproTlsPeerAuthManager.cxx                    |  40 +--
 .../ReproTlsPeerAuthManager.hxx                    |  28 ++-
 repro/UserAuthGrabber.hxx                          |   1 +
 repro/UserInfoMessage.hxx                          |   8 +-
 repro/create_mysql_reprodb.sql                     |   9 -
 repro/monkeys/CertificateAuthenticator.cxx         |  35 ++-
 repro/monkeys/CertificateAuthenticator.hxx         |  10 +-
 repro/monkeys/CookieAuthenticator.cxx              |   2 +-
 repro/monkeys/DigestAuthenticator.cxx              |  60 ++++-
 repro/monkeys/DigestAuthenticator.hxx              |  14 +-
 repro/monkeys/RADIUSAuthenticator.cxx              | 195 +++++++++++++++
 ...teAuthenticator.hxx => RADIUSAuthenticator.hxx} |  58 +++--
 repro/monkeys/StaticRoute.cxx                      |  37 ++-
 repro/plugins/pyroute/Makefile.am                  |   2 +
 repro/plugins/pyroute/Makefile.in                  |  17 +-
 repro/plugins/pyroute/PyRoutePlugin.cxx            |  87 ++-----
 repro/plugins/pyroute/PyRouteProcessor.cxx         | 106 ++++++++
 .../plugins/pyroute/PyRouteProcessor.hxx           |  39 +--
 repro/plugins/pyroute/PyRouteWorker.cxx            |  36 ++-
 repro/plugins/pyroute/example.py                   |  24 +-
 repro/plugins/pyroute/example_ldap.py              |  10 +-
 repro/repro.config                                 |  67 ++++-
 repro/reprolib_10_0.vcxproj                        |   5 +
 repro/reprolib_10_0.vcxproj.filters                |  15 ++
 repro/reprolib_8_0.vcproj                          |  20 ++
 repro/reprolib_9_0.vcproj                          |  20 ++
 repro/test/web/websocket-cookie-test.php           |   3 +-
 resip/dum/DialogUsageManager.cxx                   |   2 +-
 resip/dum/DialogUsageManager.hxx                   |   5 +-
 resip/dum/RADIUSServerAuthManager.cxx              | 278 +++++++++++++--------
 resip/dum/RADIUSServerAuthManager.hxx              | 103 +++++---
 resip/dum/TlsPeerAuthManager.cxx                   |  34 ++-
 resip/dum/TlsPeerAuthManager.hxx                   |   8 +-
 resip/dum/WsCookieAuthManager.cxx                  |   2 +-
 resip/dum/test/BasicCall.cxx                       |   8 +-
 resip/dum/test/basicClientUserAgent.cxx            |  17 ++
 resip/dum/test/basicClientUserAgent.hxx            |   1 +
 resip/dum/test/basicMessage.cxx                    |   2 +-
 resip/dum/test/basicRegister.cxx                   |  12 +-
 resip/stack/ConnectionBase.cxx                     |  17 +-
 resip/stack/ConnectionManager.cxx                  |  84 ++++++-
 resip/stack/ConnectionManager.hxx                  |  12 +-
 resip/stack/DnsInterface.cxx                       |   3 +-
 resip/stack/DnsInterface.hxx                       |  15 ++
 resip/stack/DnsResult.cxx                          |  36 +--
 resip/stack/Makefile.am                            |   1 +
 resip/stack/Makefile.in                            |   1 +
 resip/stack/SipMessage.hxx                         |   7 +-
 resip/stack/SipStack.cxx                           |   9 +-
 resip/stack/SipStack.hxx                           |  15 +-
 resip/stack/TcpBaseTransport.cxx                   |   5 +-
 resip/stack/TransportSelector.cxx                  |   1 -
 resip/stack/TransportSelector.hxx                  |  13 +-
 resip/stack/UdpTransport.cxx                       | 156 ++++++------
 resip/stack/WsBaseTransport.cxx                    |   5 +-
 resip/stack/WsBaseTransport.hxx                    |   6 +-
 resip/stack/WsConnectionBase.hxx                   |   6 +-
 resip/stack/WsCookieContext.cxx                    |  22 +-
 resip/stack/WsCookieContext.hxx                    |   4 +-
 ...ookieContext.hxx => WsCookieContextFactory.hxx} |  53 ++--
 resip/stack/WsTransport.cxx                        |   5 +-
 resip/stack/WsTransport.hxx                        |   4 +-
 resip/stack/resiprocate_10_0.vcxproj               |   1 +
 resip/stack/resiprocate_10_0.vcxproj.filters       |   3 +
 resip/stack/ssl/DtlsTransport.cxx                  |   9 +-
 resip/stack/ssl/Security.cxx                       |   7 +-
 resip/stack/ssl/TlsConnection.cxx                  |  57 ++++-
 resip/stack/ssl/WssTransport.cxx                   |   3 +-
 resip/stack/ssl/WssTransport.hxx                   |   2 +
 resip/stack/test/Makefile.am                       |   7 +-
 resip/stack/test/Makefile.in                       |  21 +-
 resip/stack/test/testStack.cxx                     |   2 +
 .../testWsCookieContext.cxx}                       |  41 +--
 resiprocate.spec                                   |   4 +-
 rutil/ConfigParse.cxx                              |  93 ++++++-
 rutil/ConfigParse.hxx                              |  11 +-
 rutil/Data.cxx                                     |  57 +++++
 rutil/Data.hxx                                     |   5 +
 rutil/RADIUSDigestAuthenticator.cxx                |  26 +-
 rutil/test/testData.cxx                            |  24 ++
 108 files changed, 2688 insertions(+), 828 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git



More information about the Pkg-voip-commits mailing list