diff --git a/modules/auth_radius/auth_radius.c b/modules/auth_radius/auth_radius.c index 613567f702d..6fab7ec10bc 100644 --- a/modules/auth_radius/auth_radius.c +++ b/modules/auth_radius/auth_radius.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Digest Authentication - Radius support * * Copyright (C) 2001-2003 FhG Fokus @@ -21,13 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on auth_mod.c from radius_auth (janakj) - * 2003-03-11: New module interface (janakj) - * 2003-03-16: flags export parameter added (janakj) - * 2003-03-19: all mallocs/frees replaced w/ pkg_malloc/pkg_free (andrei) - * 2006-03-01: pseudo variables support for domain name (bogdan) */ diff --git a/modules/auth_radius/auth_radius.h b/modules/auth_radius/auth_radius.h index ac8fe011bf8..da0395054bd 100644 --- a/modules/auth_radius/auth_radius.h +++ b/modules/auth_radius/auth_radius.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Digest Authentication - Radius support * * Copyright (C) 2001-2003 FhG Fokus @@ -21,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on auth_mod.h from radius_authorize (janakj) */ diff --git a/modules/auth_radius/authorize.c b/modules/auth_radius/authorize.c index da053fb78f6..cb266930655 100644 --- a/modules/auth_radius/authorize.c +++ b/modules/auth_radius/authorize.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Digest Authentication - Radius support * * Copyright (C) 2001-2003 FhG Fokus @@ -22,10 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on authorize.c from radius_auth (janakj) - * 2006-03-01: pseudo variables support for domain name (bogdan) */ diff --git a/modules/auth_radius/authorize.h b/modules/auth_radius/authorize.h index 213b18881d2..f21d8271528 100644 --- a/modules/auth_radius/authorize.h +++ b/modules/auth_radius/authorize.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Digest Authentication - Radius support * * Copyright (C) 2001-2003 FhG Fokus @@ -21,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on authorize.h from radius_auth (janakj) */ #ifndef AUTHORIZE_H diff --git a/modules/auth_radius/sterman.c b/modules/auth_radius/sterman.c index ff9c05117c4..8c069e67f51 100644 --- a/modules/auth_radius/sterman.c +++ b/modules/auth_radius/sterman.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Digest Authentication - Radius support * * Copyright (C) 2001-2003 FhG Fokus @@ -21,12 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on digest.c from radius_auth module (janakj) - * 2005-07-08: Radius AVP may contain any kind of Kamailio AVP - ID/name or - * int/str value (bogdan) - * 2005-07-08: old RPID RADIUS AVP compatibility droped (bogdan) */ diff --git a/modules/auth_radius/sterman.h b/modules/auth_radius/sterman.h index 69ead9e0883..9e526b74a2f 100644 --- a/modules/auth_radius/sterman.h +++ b/modules/auth_radius/sterman.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Digest Authentication - Radius support * * Copyright (C) 2001-2003 FhG Fokus @@ -21,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2003-03-09: Based on auth_mod.h from radius_authorize (janakj) */ #ifndef STERMAN_H