Navigation


Changes in / [366:9e2da5f401bc:365:4b7dbc0d187f] in freeDiameter


Ignore:
Location:
extensions
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_sip.c

    r363 r361  
    11/*********************************************************************************************************
    22* Software License Agreement (BSD License)                                                               *
    3 * Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
     3* Author: Sebastien Decugis <sdecugis@nict.go.jp>                                                        *
    44*                                                                                                        *
    5 * Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
    6 *                                                                                                        *
     5* Copyright (c) 2010, WIDE Project and NICT                                                              *
    76* All rights reserved.                                                                                   *
    8 * Based on rgwx_auth plugin (Sebastien Decugis <sdecugis@nict.go.jp>)                                    *
    97*                                                                                                        *
    108* Redistribution and use of this software in source and binary forms, with or without modification, are  *
     
    2018*   materials provided with the distribution.                                                            *
    2119*                                                                                                        *
    22 * * Neither the name of the Teraoka Laboratory nor the                                                   *
     20* * Neither the name of the WIDE Project or NICT nor the                                                 *
    2321*   names of its contributors may be used to endorse or                                                  *
    2422*   promote products derived from this software without                                                  *
    25 *   specific prior written permission of Teraoka Laboratory                                              *
    26 *                                                                                                        *
     23*   specific prior written permission of WIDE Project and                                                *
     24*   NICT.                                                                                                *
    2725*                                                                                                        *
    2826* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
     
    3533* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    3634*********************************************************************************************************/
    37 
    3835
    3936/* RADIUS Access-Request messages translation plugin */
  • extensions/app_sip/diamsip.c

    r364 r360  
    1 /*********************************************************************************************************
    2 * Software License Agreement (BSD License)                                                               *
    3 * Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
    4 *                                                                                                        *
    5 * Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
    6 *                                                                                                        *
    7 * All rights reserved.                                                                                   *
    8 *                                                                                                        *
    9 * Redistribution and use of this software in source and binary forms, with or without modification, are  *
    10 * permitted provided that the following conditions are met:                                              *
    11 *                                                                                                        *
    12 * * Redistributions of source code must retain the above                                                 *
    13 *   copyright notice, this list of conditions and the                                                    *
    14 *   following disclaimer.                                                                                *
    15 *                                                                                                        *
    16 * * Redistributions in binary form must reproduce the above                                              *
    17 *   copyright notice, this list of conditions and the                                                    *
    18 *   following disclaimer in the documentation and/or other                                               *
    19 *   materials provided with the distribution.                                                            *
    20 *                                                                                                        *
    21 * * Neither the name of the Teraoka Laboratory nor the                                                   *
    22 *   names of its contributors may be used to endorse or                                                  *
    23 *   promote products derived from this software without                                                  *
    24 *   specific prior written permission of Teraoka Laboratory                                              *
    25 *                                                                                                        *
    26 *                                                                                                        *
    27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
    28 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
    29 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
    30 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
    31 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
    32 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
    33 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
    34 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    35 *********************************************************************************************************/
    361#include "diamsip.h"
    372
  • extensions/app_sip/diamsip.h

    r364 r360  
    1 /*********************************************************************************************************
    2 * Software License Agreement (BSD License)                                                               *
    3 * Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
    4 *                                                                                                        *
    5 * Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
    6 *                                                                                                        *
    7 * All rights reserved.                                                                                   *
    8 *                                                                                                        *
    9 * Redistribution and use of this software in source and binary forms, with or without modification, are  *
    10 * permitted provided that the following conditions are met:                                              *
    11 *                                                                                                        *
    12 * * Redistributions of source code must retain the above                                                 *
    13 *   copyright notice, this list of conditions and the                                                    *
    14 *   following disclaimer.                                                                                *
    15 *                                                                                                        *
    16 * * Redistributions in binary form must reproduce the above                                              *
    17 *   copyright notice, this list of conditions and the                                                    *
    18 *   following disclaimer in the documentation and/or other                                               *
    19 *   materials provided with the distribution.                                                            *
    20 *                                                                                                        *
    21 * * Neither the name of the Teraoka Laboratory nor the                                                   *
    22 *   names of its contributors may be used to endorse or                                                  *
    23 *   promote products derived from this software without                                                  *
    24 *   specific prior written permission of Teraoka Laboratory                                              *
    25 *                                                                                                        *
    26 *                                                                                                        *
    27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
    28 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
    29 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
    30 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
    31 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
    32 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
    33 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
    34 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    35 *********************************************************************************************************/
    361#include <freeDiameter/extension.h>
    372#include <sys/time.h>
  • extensions/app_sip/libdiamsip.c

    r364 r360  
    1 /*********************************************************************************************************
    2 * Software License Agreement (BSD License)                                                               *
    3 * Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
    4 *                                                                                                        *
    5 * Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
    6 *                                                                                                        *
    7 * All rights reserved.                                                                                   *
    8 *                                                                                                        *
    9 * Redistribution and use of this software in source and binary forms, with or without modification, are  *
    10 * permitted provided that the following conditions are met:                                              *
    11 *                                                                                                        *
    12 * * Redistributions of source code must retain the above                                                 *
    13 *   copyright notice, this list of conditions and the                                                    *
    14 *   following disclaimer.                                                                                *
    15 *                                                                                                        *
    16 * * Redistributions in binary form must reproduce the above                                              *
    17 *   copyright notice, this list of conditions and the                                                    *
    18 *   following disclaimer in the documentation and/or other                                               *
    19 *   materials provided with the distribution.                                                            *
    20 *                                                                                                        *
    21 * * Neither the name of the Teraoka Laboratory nor the                                                   *
    22 *   names of its contributors may be used to endorse or                                                  *
    23 *   promote products derived from this software without                                                  *
    24 *   specific prior written permission of Teraoka Laboratory                                              *
    25 *                                                                                                        *
    26 *                                                                                                        *
    27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
    28 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
    29 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
    30 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
    31 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
    32 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
    33 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
    34 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    35 *********************************************************************************************************/
    361#include <mysql.h>
    372#include "diamsip.h"
  • extensions/app_sip/multimediaauth.c

    r364 r360  
    1 /*********************************************************************************************************
    2 * Software License Agreement (BSD License)                                                               *
    3 * Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
    4 *                                                                                                        *
    5 * Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
    6 *                                                                                                        *
    7 * All rights reserved.                                                                                   *
    8 *                                                                                                        *
    9 * Redistribution and use of this software in source and binary forms, with or without modification, are  *
    10 * permitted provided that the following conditions are met:                                              *
    11 *                                                                                                        *
    12 * * Redistributions of source code must retain the above                                                 *
    13 *   copyright notice, this list of conditions and the                                                    *
    14 *   following disclaimer.                                                                                *
    15 *                                                                                                        *
    16 * * Redistributions in binary form must reproduce the above                                              *
    17 *   copyright notice, this list of conditions and the                                                    *
    18 *   following disclaimer in the documentation and/or other                                               *
    19 *   materials provided with the distribution.                                                            *
    20 *                                                                                                        *
    21 * * Neither the name of the Teraoka Laboratory nor the                                                   *
    22 *   names of its contributors may be used to endorse or                                                  *
    23 *   promote products derived from this software without                                                  *
    24 *   specific prior written permission of Teraoka Laboratory                                              *
    25 *                                                                                                        *
    26 *                                                                                                        *
    27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
    28 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
    29 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
    30 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
    31 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
    32 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
    33 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
    34 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    35 *********************************************************************************************************/
    361#include "diamsip.h"
    372
Note: See TracChangeset for help on using the changeset viewer.