Change in libosmocore[master]: comp128v23 (minor): update original code site and author

2018-08-05 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10342 )

Change subject: comp128v23 (minor): update original code site and author
..

comp128v23 (minor): update original code site and author

I was contacted by the (previously unknown) author who provided
the new location of the original code.

Change-Id: I2dabab20ad018ce473817986bdb250131c010bf1
---
M src/gsm/comp128v23.c
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/gsm/comp128v23.c b/src/gsm/comp128v23.c
index 68f4b2a..550f6a4 100644
--- a/src/gsm/comp128v23.c
+++ b/src/gsm/comp128v23.c
@@ -1,8 +1,10 @@
 /*! \file comp128v23.c
  * COMP128 version 2 and 3 implementation, common algorithm used for GSM 
Authentication (A3/A8).
  *
- * This code is a C conversion of the original code from
- * http://www.hackingprojects.net/
+ * This code is a C conversion of the original code by Tamas Jos 
 from:
+ * - original (out of service): http://www.hackingprojects.net/
+ * - original (archive): 
https://web.archive.org/web/20130730113347/http://www.hackingprojects.net/
+ * - new site: https://github.com/skelsec/COMP128
  */
 /*
  * (C) 2013 by Kévin Redon 

--
To view, visit https://gerrit.osmocom.org/10342
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2dabab20ad018ce473817986bdb250131c010bf1
Gerrit-Change-Number: 10342
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder


Change in libosmocore[master]: comp128v23 (minor): update original code site and author

2018-08-05 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10342 )

Change subject: comp128v23 (minor): update original code site and author
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/10342
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2dabab20ad018ce473817986bdb250131c010bf1
Gerrit-Change-Number: 10342
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Sun, 05 Aug 2018 06:54:30 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in libosmocore[master]: comp128v23 (minor): update original code site and author

2018-08-04 Thread Kévin Redon
Kévin Redon has uploaded this change for review. ( 
https://gerrit.osmocom.org/10342


Change subject: comp128v23 (minor): update original code site and author
..

comp128v23 (minor): update original code site and author

I was contacted by the (previously unknown) author who provided
the new location of the original code.

Change-Id: I2dabab20ad018ce473817986bdb250131c010bf1
---
M src/gsm/comp128v23.c
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/42/10342/1

diff --git a/src/gsm/comp128v23.c b/src/gsm/comp128v23.c
index 68f4b2a..550f6a4 100644
--- a/src/gsm/comp128v23.c
+++ b/src/gsm/comp128v23.c
@@ -1,8 +1,10 @@
 /*! \file comp128v23.c
  * COMP128 version 2 and 3 implementation, common algorithm used for GSM 
Authentication (A3/A8).
  *
- * This code is a C conversion of the original code from
- * http://www.hackingprojects.net/
+ * This code is a C conversion of the original code by Tamas Jos 
 from:
+ * - original (out of service): http://www.hackingprojects.net/
+ * - original (archive): 
https://web.archive.org/web/20130730113347/http://www.hackingprojects.net/
+ * - new site: https://github.com/skelsec/COMP128
  */
 /*
  * (C) 2013 by Kévin Redon 

--
To view, visit https://gerrit.osmocom.org/10342
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2dabab20ad018ce473817986bdb250131c010bf1
Gerrit-Change-Number: 10342
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon