Skip to content

Commit

Permalink
tls Remove history, change "SIP-router" to "Kamailio"
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 10, 2015
1 parent 3fe4d11 commit 0cfc2f2
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 131 deletions.
18 changes: 10 additions & 8 deletions modules/tls/fixed_c_zlib.h
Expand Up @@ -8,7 +8,16 @@
*
* Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
*/
/*
/*!
* \file
* \brief Kamailio TLS support :: Zlib functions
* \ingroup tls
* Module: \ref tls
*
* This file contains modified zlib compression functions
* originally part of crypto/comp/c_zlib.c from the openssl library
* (version 0.9.8a).
*
* The changes are:
* - proper zalloc and zfree initialization for the zlib compression
* methods (use OPENSSL_malloc & OPENSSL_free to construct zalloc/zfree)
Expand All @@ -19,13 +28,6 @@
* version).
* -- andrei
*/
/*!
* \file
* \brief SIP-router TLS support :: Zlib functions
* \ingroup tls
* Module: \ref tls
*/



#ifdef TLS_FIX_ZLIB_COMPRESSION
Expand Down
7 changes: 1 addition & 6 deletions modules/tls/sbufq.h
@@ -1,5 +1,5 @@
/*
* TLS module
* Kamailio TLS module
*
* Copyright (C) 2010 iptelorg GmbH
*
Expand All @@ -20,11 +20,6 @@
* @ingroup: tls
* Module: @ref tls
*/
/*
* History:
* --------
* 2010-03-31 initial version, based on tcp_conn.h tcp_wbuffer_queue (andrei)
*/

#ifndef __sbufq_h
#define __sbufq_h
Expand Down
10 changes: 1 addition & 9 deletions modules/tls/tls_bio.c
@@ -1,5 +1,5 @@
/*
* TLS module
* Kamailio TLS module
*
* Copyright (C) 2010 iptelorg GmbH
*
Expand All @@ -22,14 +22,6 @@
* @ingroup tls
*/

/*
* History:
* --------
* 2010-03-25 initial version (andrei)
* 2010-05-20 emulate EAGAIN on null rd/wr memory buffer; handle some
* needed commands in ctrl; debug support (TLS_BIO_DBG) (andrei)
*/

#include "tls_bio.h"
#include "../../compiler_opt.h"
#include "../../dprint.h"
Expand Down
8 changes: 1 addition & 7 deletions modules/tls/tls_bio.h
@@ -1,5 +1,5 @@
/*
* TLS module
* Kamailio TLS module
*
* Copyright (C) 2010 iptelorg GmbH
*
Expand All @@ -21,12 +21,6 @@
* @ingroup tls
*/

/*
* History:
* --------
* 2010-03-25 initial version (andrei)
*/

#ifndef __tls_bio_h
#define __tls_bio_h

Expand Down
10 changes: 2 additions & 8 deletions modules/tls/tls_cfg.c
@@ -1,5 +1,5 @@
/*
* TLS module
* Kamailio TLS module
*
* Copyright (C) 2010 iptelorg GmbH
* Copyright (C) 2013 Motorola Solutions, Inc.
Expand All @@ -18,18 +18,12 @@
*/

/**
* SIP-router TLS support :: tls runtime configuration
* Kamailio TLS support :: tls runtime configuration
* @file tls_cfg.c
* @ingroup tls
* Module: @ref tls
*/

/*
* History:
* --------
* 2010-05-27 initial version (andrei)
*/

#include "tls_cfg.h"
#include "../../config.h"
#include "../../str.h"
Expand Down
6 changes: 0 additions & 6 deletions modules/tls/tls_cfg.h
Expand Up @@ -24,12 +24,6 @@
* Module: @ref tls
*/

/*
* History:
* --------
* 2010-05-27 initial version (andrei)
*/

#ifndef __tls_cfg_h
#define __tls_cfg_h

Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_config.c
Expand Up @@ -17,7 +17,7 @@
*/
/*!
* \file
* \brief SIP-router TLS support :: Configuration file parser
* \brief Kamailio TLS support :: Configuration file parser
* \ingroup tls
* Module: \ref tls
*/
Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_config.h
Expand Up @@ -17,7 +17,7 @@
*/
/*!
* \file
* \brief SIP-router TLS support :: Configuration file parser
* \brief Kamailio TLS support :: Configuration file parser
* \ingroup tls
* Module: \ref tls
*/
Expand Down
6 changes: 0 additions & 6 deletions modules/tls/tls_ct_q.h
Expand Up @@ -25,12 +25,6 @@
* Module: @ref tls
*/

/*
* History:
* --------
* 2010-03-31 initial version (andrei)
*/

#ifndef __tls_ct_q_h
#define __tls_ct_q_h

Expand Down
6 changes: 0 additions & 6 deletions modules/tls/tls_ct_wrq.c
Expand Up @@ -25,12 +25,6 @@
* Module: @ref tls
*/

/*
* History:
* --------
* 2010-03-31 initial version (andrei)
*/

#include "tls_ct_wrq.h"
#include "tls_cfg.h"
#include "tls_server.h"
Expand Down
6 changes: 0 additions & 6 deletions modules/tls/tls_ct_wrq.h
Expand Up @@ -25,12 +25,6 @@
* Module: @ref tls
*/

/*
* History:
* --------
* 2010-03-31 initial version (andrei)
*/

#ifndef __tls_ct_wrq_h
#define __tls_ct_wrq_h

Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_domain.c
Expand Up @@ -18,7 +18,7 @@
*/

/**
* SIP-router TLS support :: Virtual domain configuration support
* Kamailio TLS support :: Virtual domain configuration support
* @file
* @ingroup tls
* Module: @ref tls
Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_domain.h
Expand Up @@ -18,7 +18,7 @@
*/

/**
* SIP-router TLS support :: virtual domain configuration support
* Kamailio TLS support :: virtual domain configuration support
* @file
* @ingroup tls
* Module: @ref tls
Expand Down
12 changes: 4 additions & 8 deletions modules/tls/tls_dump_vf.c
Expand Up @@ -3,14 +3,14 @@
*
* Copyright (C) 2006 enum.at
*
* This file is part of SIP-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* SIP-router is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* SIP-router is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -24,16 +24,12 @@
* such as linking with software components and libraries released under
* OpenSSL project license.
*/

/** log the verification failure reason.
* @file tls_dump_vf.c
* @ingroup: tls
* Module: @ref tls
*/
/*
* History:
* --------
* 2010-05-20 split from tls_server.c
*/

#include "tls_dump_vf.h"

Expand Down
11 changes: 3 additions & 8 deletions modules/tls/tls_dump_vf.h
Expand Up @@ -3,14 +3,14 @@
*
* Copyright (C) 2006 enum.at
*
* This file is part of SIP-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* SIP-router is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* SIP-router is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -29,11 +29,6 @@
* @ingroup: tls
* Module: @ref tls
*/
/*
* History:
* --------
* 2010-05-20 split from tls_server.c
*/

#ifndef __tls_dump_vf_h
#define __tls_dump_vf_h
Expand Down
4 changes: 2 additions & 2 deletions modules/tls/tls_init.c
Expand Up @@ -16,7 +16,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

/*! \defgroup tls SIP-router TLS support
/*! \defgroup tls Kamailio TLS support
*
* This modules implements SIP over TCP with TLS encryption.
* Make sure you read the README file that describes configuration
Expand All @@ -27,7 +27,7 @@
*/
/*!
* \file
* \brief SIP-router TLS support :: Initialization
* \brief Kamailio TLS support :: Initialization
* \ingroup tls
* Module: \ref tls
*/
Expand Down
3 changes: 2 additions & 1 deletion modules/tls/tls_init.h
Expand Up @@ -15,9 +15,10 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

/*!
* \file
* \brief SIP-router TLS support :: OpenSSL initialization funtions
* \brief Kamailio TLS support :: OpenSSL initialization funtions
* \ingroup tls
* Module: \ref tls
*/
Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_locking.c
Expand Up @@ -18,7 +18,7 @@

/*!
* \file
* \brief SIP-router TLS support :: Locking
* \brief Kamailio TLS support :: Locking
* \ingroup tls
* Module: \ref tls
*/
Expand Down
10 changes: 2 additions & 8 deletions modules/tls/tls_locking.h
Expand Up @@ -15,16 +15,10 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/*
* tls locking and atomic ops related init functions
*
* History:
* --------
* 2007-01-22 created by andrei
*/

/*!
* \file
* \brief SIP-router TLS support :: tls locking and atomic ops related init functions
* \brief Kamailio TLS support :: tls locking and atomic ops related init functions
* \ingroup tls
* Module: \ref tls
*/
Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_mod.c
Expand Up @@ -17,7 +17,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

/** SIP-router TLS support :: Module interface.
/** Kamailio TLS support :: Module interface.
* @file
* @ingroup tls
* Module: @ref tls
Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_mod.h
Expand Up @@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/** SIP-router TLS support :: module interface.
/** Kamailio TLS support :: module interface.
* @file
* @ingroup tls
* Module: @ref tls
Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_rpc.c
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 2005 iptelorg GmbH
* Copyright (C) 2013 Motorola Solutions, Inc.
*
* This file is part of sip-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion modules/tls/tls_rpc.h
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (C) 2005 iptelorg GmbH
*
* This file is part of sip-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down
9 changes: 5 additions & 4 deletions modules/tls/tls_select.c
Expand Up @@ -4,14 +4,14 @@
* Copyright (C) 2005 iptelorg GmbH
* Copyright (C) 2006 enum.at
*
* This file is part of sip-router, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* sip-router is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* sip-router is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -25,7 +25,8 @@
* such as linking with software components and libraries released under
* OpenSSL project license.
*/
/** SIP-router TLS support :: Select interface.

/** Kamailio TLS support :: Select interface.
* @file
* @ingroup tls
* Module: @ref tls
Expand Down

0 comments on commit 0cfc2f2

Please sign in to comment.