[sr-dev] git:master:e80e5090: auth_db Remvoe SVN ID and history

Olle E. Johansson oej at edvina.net
Wed Feb 11 21:43:54 CET 2015


Module: kamailio
Branch: master
Commit: e80e50904c0d22eda0e1eb3ac94e8fe8854fcdec
URL: https://github.com/kamailio/kamailio/commit/e80e50904c0d22eda0e1eb3ac94e8fe8854fcdec

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2015-02-11T21:43:33+01:00

auth_db Remvoe SVN ID and history

---

Modified: modules/auth_db/api.h
Modified: modules/auth_db/auth_db_mod.c
Modified: modules/auth_db/auth_db_mod.h
Modified: modules/auth_db/authorize.c
Modified: modules/auth_db/authorize.h

---

Diff:  https://github.com/kamailio/kamailio/commit/e80e50904c0d22eda0e1eb3ac94e8fe8854fcdec.diff
Patch: https://github.com/kamailio/kamailio/commit/e80e50904c0d22eda0e1eb3ac94e8fe8854fcdec.patch

---

diff --git a/modules/auth_db/api.h b/modules/auth_db/api.h
index 9e18c55..5e479b5 100644
--- a/modules/auth_db/api.h
+++ b/modules/auth_db/api.h
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Digest Authentication - Database support
  *
  * Copyright (C) 2001-2003 FhG Fokus
diff --git a/modules/auth_db/auth_db_mod.c b/modules/auth_db/auth_db_mod.c
index ec44e67..abd9c29 100644
--- a/modules/auth_db/auth_db_mod.c
+++ b/modules/auth_db/auth_db_mod.c
@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Digest Authentication Module
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -21,17 +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-02-26: checks and group moved to separate modules (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)
- * 2003-04-05: default_uri #define used (jiri)
- * 2004-06-06  cleanup: static & auth_db_{init,bind,close.ver} used (andrei)
- * 2005-05-31  general definition of AVPs in credentials now accepted - ID AVP,
- *             STRING AVP, AVP aliases (bogdan)
- * 2006-03-01 pseudo variables support for domain name (bogdan)
  */
 
 #include <stdio.h>
diff --git a/modules/auth_db/auth_db_mod.h b/modules/auth_db/auth_db_mod.h
index 75ee611..ffeb4ba 100644
--- a/modules/auth_db/auth_db_mod.h
+++ b/modules/auth_db/auth_db_mod.h
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Digest Authentication - Database support
  *
  * Copyright (C) 2001-2003 FhG Fokus
diff --git a/modules/auth_db/authorize.c b/modules/auth_db/authorize.c
index 805339f..6d582c2 100644
--- a/modules/auth_db/authorize.c
+++ b/modules/auth_db/authorize.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Digest Authentication - Database support
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -21,15 +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-02-28 scratchpad compatibility abandoned
- * 2003-01-27 next baby-step to removing ZT - PRESERVE_ZT (jiri)
- * 2004-06-06 updated to the new DB api, added auth_db_{init,bind,close,ver}
- *             (andrei)
- * 2005-05-31 general definition of AVPs in credentials now accepted - ID AVP,
- *            STRING AVP, AVP aliases (bogdan)
- * 2006-03-01 pseudo variables support for domain name (bogdan)
  */
 
 
diff --git a/modules/auth_db/authorize.h b/modules/auth_db/authorize.h
index 3746fd6..e5eb76a 100644
--- a/modules/auth_db/authorize.h
+++ b/modules/auth_db/authorize.h
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Digest Authentication - Database support
  *
  * Copyright (C) 2001-2003 FhG Fokus




More information about the sr-dev mailing list