Navigation


Changes in / [1279:a1685a53fe97:1280:3eeb564e7bea] in freeDiameter


Ignore:
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r1119 r1269  
    1212SET(FD_PROJECT_VERSION_MAJOR 1)
    1313SET(FD_PROJECT_VERSION_MINOR 2)
    14 SET(FD_PROJECT_VERSION_REV 0)
     14SET(FD_PROJECT_VERSION_REV 1)
    1515
    1616# Version of the API with the library
  • contrib/debian/control

    r881 r1267  
    4949Section: contrib/debug
    5050Depends: ${misc:Depends}, freediameter-common (= ${binary:Version})
    51 Suggests: python, libmysqlclient16
     51Suggests: python, libmysqlclient16 | libmysqlclient18
    5252Description: freeDiameter debug tools.
    5353 This package provides useful tools to help tracking
     
    198198Package: freediameter-eap-server
    199199Architecture: any
    200 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libmysqlclient16, freediameter-dictionary-rfc4072 (= ${binary:Version})
     200Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libmysqlclient16 | libmysqlclient18, freediameter-dictionary-rfc4072 (= ${binary:Version})
    201201Description: freeDiameter Diameter EAP server implementation.
    202202 This freeDiameter extension implements a Diameter EAP server.
     
    213213Package: freediameter-sip-server
    214214Architecture: any
    215 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libmysqlclient16, freediameter-dictionary-rfc4740 (= ${binary:Version})
     215Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libmysqlclient16 | libmysqlclient18, freediameter-dictionary-rfc4740 (= ${binary:Version})
    216216Description: freeDiameter Diameter SIP server implementation.
    217217 This freeDiameter extension implements a prototype
  • extensions/app_acct/acct_conf.y

    r1264 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • extensions/rt_redirect/redir_expiry.c

    r1259 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2011, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • extensions/rt_redirect/redir_fwd.c

    r1259 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • include/freeDiameter/libfdproto.h

    r1258 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • libfdcore/cnxctx.c

    r1256 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • libfdcore/config.c

    r1253 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • libfdcore/fdd.y

    r1255 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • libfdcore/messages.c

    r1250 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • libfdcore/p_ce.c

    r1249 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
     
    951951                if ((isi == PI_SEC_NONE) && (! (peer->p_hdr.info.config.pic_flags.sec & PI_SEC_TLS_OLD)))
    952952                        isi = 0;
     953        } else if (peer->p_hdr.info.runtime.pir_isi & PI_SEC_TLS_OLD) {
     954                /* Seem some weird peers are sending the Inband-Security-Id AVP on the secure port... No harm */
     955                isi = PI_SEC_TLS_OLD;
    953956        }
    954957       
  • libfdcore/sctp.c

    r1228 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2015, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
     
    576576                struct sctp_event event;
    577577               
    578                 for (i = 0; i < (sizeof(events_I_want) / sizeof(events_I_want[0]) - 1; i++) {
     578                for (i = 0; i < (sizeof(events_I_want) / sizeof(events_I_want[0]) - 1); i++) {
    579579                        memset(&event, 0, sizeof(event));
    580580                        event.se_type = events_I_want[i];
  • libfdproto/dictionary.c

    r1252 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • libfdproto/dictionary_functions.c

    r1261 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
  • tests/testmesg.c

    r1251 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
Note: See TracChangeset for help on using the changeset viewer.