[Pkg-voip-commits] [resiprocate] branch master updated (a1473e4 -> 0c1d99e)

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 change to branch master
in repository resiprocate.

      from  a1473e4   Update for v1.9.0~beta8-5
      adds  dd420fa   Imported Upstream version 1.9.0~beta9
       new  41176c0   Merge tag 'upstream/1.9.0_beta9'
       new  386bf92   Update for v1.9.0~beta9-1
       new  286419c   Add new repro.config parameters
       new  313852f   Add new reTurnServer.config parameters
       new  cdcb4c3   Raise logging threshold to warning
       new  7ff8dc8   reTurn: use hashed passwords by default on new installations
       new  a5def08   Bind management ports to localhost for security
       new  a7ac4bc   Enable TCP connection garbage collector
       new  ec48fc0   Disable the option ChallengeThirdPartiesCallingLocalDomains
       new  32e5f66   Update to standards version 3.9.5
       new  90e6f8f   Let dh_installdirs create var/lib/repro
       new  0519d84   Update TLS notes in repro.README.Debian
       new  ec5f45f   Make the init scripts more suitable for template use
       new  0c1d99e   Generate dh512.pem on install

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 debian/changelog                                   |   6 +
 debian/conf/reTurnServer.config                    |  80 +++++-
 debian/conf/repro.config                           |  98 +++++++-
 debian/control                                     |   2 +-
 debian/repro.README.Debian                         |  44 +---
 debian/repro.dirs                                  |   1 +
 debian/repro.init                                  |   6 +-
 debian/repro.postinst                              |   8 +-
 debian/resiprocate-turn-server.init                |   6 +-
 debian/resiprocate-turn-server.postinst            |   7 +
 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 +
 ...eAuthenticator.hxx => AuthenticatorFactory.hxx} |  49 ++--
 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 ++++++++
 ...idator.cxx => ReproRADIUSServerAuthManager.cxx} |  72 ++++--
 .../ReproRADIUSServerAuthManager.hxx               |  59 +++--
 repro/ReproRunner.cxx                              | 215 +++++++---------
 repro/ReproRunner.hxx                              |   9 +-
 .../ReproTlsPeerAuthManager.cxx                    |  40 +--
 ...onValidator.hxx => ReproTlsPeerAuthManager.hxx} |  29 +--
 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 ++-----
 .../PyRouteProcessor.cxx}                          |  85 ++++---
 .../pyroute/PyRouteProcessor.hxx}                  |  38 +--
 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 ++
 118 files changed, 2823 insertions(+), 913 deletions(-)
 copy repro/{monkeys/CookieAuthenticator.hxx => AuthenticatorFactory.hxx} (65%)
 create mode 100644 repro/ReproAuthenticatorFactory.cxx
 create mode 100644 repro/ReproAuthenticatorFactory.hxx
 copy repro/{BasicWsConnectionValidator.cxx => ReproRADIUSServerAuthManager.cxx} (54%)
 copy rutil/AndroidLogger.hxx => repro/ReproRADIUSServerAuthManager.hxx (59%)
 copy resip/stack/WsBaseTransport.cxx => repro/ReproTlsPeerAuthManager.cxx (61%)
 copy repro/{BasicWsConnectionValidator.hxx => ReproTlsPeerAuthManager.hxx} (72%)
 create mode 100644 repro/monkeys/RADIUSAuthenticator.cxx
 copy repro/monkeys/{CertificateAuthenticator.hxx => RADIUSAuthenticator.hxx} (61%)
 copy repro/plugins/{example/ExamplePlugin.cxx => pyroute/PyRouteProcessor.cxx} (51%)
 copy repro/{BasicWsConnectionValidator.hxx => plugins/pyroute/PyRouteProcessor.hxx} (67%)
 copy resip/stack/{WsCookieContext.hxx => WsCookieContextFactory.hxx} (58%)
 copy resip/stack/{WsBaseTransport.cxx => test/testWsCookieContext.cxx} (70%)

-- 
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