Commit Graph

  • 283f9a81c5 ikev2: ike_config: fill attribute also as initiator lynxis/pco Alexander Couzens 2024-02-23 21:50:06 +0100
  • 90a99d3318 osmo-epdg: parse and generate PCOs out of config requests Alexander Couzens 2024-02-23 01:29:08 +0100
  • bbed633f93 osmo-epdg: UE: drop hardcoded requested attributes Alexander Couzens 2024-02-23 20:05:39 +0100
  • d56bf7cf73 gsup_client: move ownership of the msg buffer into struct resp osmo-epdg Alexander Couzens 2024-02-23 02:43:17 +0100
  • 44e23b2a45 gsup_client: don't leak the PDU when calloc failed Alexander Couzens 2024-02-23 02:42:11 +0100
  • 4e806c0f5b gsup_client: set hardcoded PCO options Alexander Couzens 2024-02-22 16:38:22 +0100
  • 241e106a49 osmo-epdg: fill attributes INTERNAL_DNS and P_CSCF_IP4_ADDRESS Alexander Couzens 2024-02-20 17:35:15 +0100
  • b09bf95aee osmo-epdg: provider: limit assigning IPs to IPv4 only requests lynxis/gsup_refactor Alexander Couzens 2024-02-19 16:59:58 +0100
  • 3e5cc68e2a osmo-epdg: gsup_client: rewrite gsup client Alexander Couzens 2024-02-18 21:15:32 +0100
  • 18b9377295 osmo-epdg: gsup: refactor remove the gsup_client out of gsup_request_destroy() Alexander Couzens 2024-02-18 19:34:14 +0100
  • 5e4fbfe746 osmo-epdg: gsup_client: add prefix to debug messages Alexander Couzens 2024-02-18 18:35:16 +0100
  • a64286d662 osmo-epdg: db: implemnet get_subscriber_id() to get the subscriber by unique_id Alexander Couzens 2024-02-18 18:21:16 +0100
  • f01b88ad4b osmo_epdg: ue: add set/get id Alexander Couzens 2024-02-18 18:05:15 +0100
  • 0e8b7ee01d osmo-epdg: UE: save apn in the UE object Alexander Couzens 2024-02-18 17:55:49 +0100
  • 9b427b7341 osmo_epdg: utils: add prefix epdg_ to all functions Alexander Couzens 2024-02-18 17:51:16 +0100
  • b222dccc1b osmo-epdg: add validate_imsi/validate_pan Alexander Couzens 2024-02-18 17:39:50 +0100
  • 2aabfbaadd osmo-epdg: ue: constructor: add const to imsi argument Alexander Couzens 2024-02-18 17:31:11 +0100
  • 15ab60873e osmo-epdg: gsup: check if the current_request exist Alexander Couzens 2024-02-17 02:03:45 +0100
  • 48bb62a4ee osmo-epdg: gsup: add missing mutex->unlock when the GSUP message was unexpect Alexander Couzens 2024-02-17 02:03:08 +0100
  • 0301c131e8 osmo-epdg: db: fix missing const on const char *imsi Alexander Couzens 2024-02-17 01:58:55 +0100
  • c513e1c778 osmo_epdg: db: handle duplicate by removing them Alexander Couzens 2024-02-17 01:57:42 +0100
  • 43457788ef osmo-epdg: listener: authorize: fix missing goto when ue can't found Alexander Couzens 2024-02-17 01:47:55 +0100
  • 844c7f19ba osmo-epdg: listener: remove unused header Alexander Couzens 2024-02-17 01:41:35 +0100
  • e5667d8499 osmo-epdg: UE: free the own imsi on destroy() Alexander Couzens 2024-02-17 01:41:24 +0100
  • 33974bdfae osmo-epdg: free the GSUP response Alexander Couzens 2024-02-17 01:41:10 +0100
  • 39f114fd95 osmo-epdg: UE: use .refcount = 1 instead of ref_get() in the constructor Alexander Couzens 2024-02-17 01:40:45 +0100
  • e1d2902a78 osmo-listener: add printf for debugging Alexander Couzens 2024-02-17 01:16:37 +0100
  • ca047a6816 osmo-epdg: provider: fix type warning in container_of Alexander Couzens 2024-02-17 00:33:48 +0100
  • d9ba891d60 osmo-epdg: listener: remove unused variable Alexander Couzens 2024-02-17 00:33:22 +0100
  • d334adb748 osmo-epdg: provider: fix "this" pointer in the attribute provider callbacks Alexander Couzens 2024-02-17 00:19:20 +0100
  • aaba569495 osmo-epdg: Use the new UE/db object Alexander Couzens 2024-02-17 00:26:19 +0100
  • 6f3e8f5ecd osmo-epdg: add a UE object together with an in memory db Alexander Couzens 2024-02-16 22:41:05 +0100
  • 2dfe87749f osmo-epdg: utils: add get_imsi_ike() to get the imsi of an ike_sa_t object Alexander Couzens 2024-02-16 21:08:22 +0100
  • f22c728a4c osmo-epdg: ipa_client: check if stream is alive Alexander Couzens 2024-02-13 19:21:32 +0100
  • 646fcb6403 osmo-epdg: implement an attribute provider handing always out the IP 10.45.0.1 Alexander Couzens 2024-02-13 19:03:11 +0100
  • c6f37c4e9b osmo_epdg_provider: rename provider->provider into simaka Alexander Couzens 2024-02-13 18:31:19 +0100
  • 63327450c9 ipa_client: check if stream is alive lynxis/osmo-epdg Alexander Couzens 2024-02-13 19:21:32 +0100
  • afcdf9b932 implement static IP assignment of 10.45.0.1 Alexander Couzens 2024-02-13 19:03:11 +0100
  • 2771a44af7 osmo_epdg: rename provider -> simaka Alexander Couzens 2024-02-13 18:31:19 +0100
  • bc1a4da647 fixup remove APN from tunnel request Alexander Couzens 2024-02-09 20:57:58 +0100
  • 7fd21d1fe5 osmo-epdg: Add more debug outputs Alexander Couzens 2024-02-09 20:28:48 +0100
  • 795f478dbd osmo_epdg: ipa_client: implement reconnect Alexander Couzens 2024-02-09 19:21:40 +0100
  • c1cc15dd49 osmo_epdg: gsup_client: refactor the copy of IMSI Alexander Couzens 2024-02-09 18:38:57 +0100
  • 7006cc0c46 osmo_epdg: add PDP Info on SAI GSUP messages Alexander Couzens 2024-02-09 18:27:12 +0100
  • 09f36edddb README: add how to build Alexander Couzens 2024-02-09 17:00:21 +0100
  • 0569c5133a gsup_client: set message class to IPSEC_EPDG Alexander Couzens 2024-02-05 19:16:53 +0100
  • a9404c3110 osmo-epdg: drop APN from Tunnel Request Alexander Couzens 2024-02-05 18:12:28 +0100
  • 820185941a epdg_listener: authorize: get IMSI and APN Alexander Couzens 2024-02-09 20:42:45 +0100
  • 05d9dc8552 Start implementing osmo_epdg state Alexander Couzens 2023-03-28 21:02:23 +0200
  • c469464d8a osmo-epdg: implement Tunnel Request/Response Alexander Couzens 2023-03-23 17:44:19 +0100
  • 2bf7e10d94 gsup_client: fix coding style Alexander Couzens 2023-03-23 16:07:40 +0100
  • df75a2e6a5 osmo_epdg_listener: add TODO to validate APN Alexander Couzens 2023-03-23 15:42:29 +0100
  • ef057c8489 osmo-epdg: add protection against multiple includes of osmo_epdg_utils.h Alexander Couzens 2023-11-28 17:28:49 +0000
  • a0c13fba99 dirty WIP lynxis/wip Alexander Couzens 2023-03-28 22:29:39 +0200
  • 9852101624 step of epdge db Alexander Couzens 2023-03-28 21:23:25 +0200
  • 8074d68e57 start implementing osmo_epdg Alexander Couzens 2023-03-28 21:02:23 +0200
  • d776ea007c fixup Tunnel Alexander Couzens 2023-03-23 18:46:52 +0100
  • 40974e78dd osmo-epdg: implement Tunnel Request/Response Alexander Couzens 2023-03-23 17:44:19 +0100
  • 46a01090bb gsup_client: fix coding style Alexander Couzens 2023-03-23 16:07:40 +0100
  • 6d8bcb834a osmo_epdg_listener: add TODO to validate APN Alexander Couzens 2023-03-23 15:42:29 +0100
  • 1c92c4d83e start of osmo-epdg plugin Alexander Couzens 2023-01-30 02:39:57 +0100
  • e7e6a51fb1 add documentation Alexander Couzens 2023-02-26 11:26:23 +0100
  • dfa0f7daf5 blocking_queue: add remove() function Alexander Couzens 2023-02-26 11:04:32 +0100
  • cea991aea8 Updated entity name in copyright statements laforge/swu Domonkos P. Tomcsanyi 2022-05-18 17:32:30 +0200
  • 0ed91dc681 simaka_manager: Some more debug logging on success/failure cases Tomcsányi, Domonkos 2021-08-26 19:48:11 +0200
  • 65f576bd9c ignore mismatch in received identity. Tomcsányi, Domonkos 2021-08-26 19:47:15 +0200
  • 18b4a240dd permit SHA-1, as some ePDGs require that Tomcsányi, Domonkos 2021-08-26 19:46:49 +0200
  • f68dcde6c5 Add support for EAP-AKA against USIM in PC/SC reader Tomcsányi, Domonkos 2021-08-26 19:45:59 +0200
  • e6a904de69 testing: Fix build of tkm and tkm-rpc master Tobias Brunner 2021-08-17 19:20:45 +0200
  • ce607d774b github: Use latest version of SonarScanner Tobias Brunner 2021-08-16 11:24:14 +0200
  • 1c4e134f26 kernel-netlink: Initialize ifreq structs when detecting offload capability Tobias Brunner 2021-08-11 15:35:52 +0200
  • 5d6e69a6e4 gitignore: Add nbproject/ Noel Kuntze 2021-07-23 23:29:23 +0200
  • 4ae9b482f2 Ignore android-* tags when using `git describe` android-2.3.3-1 Tobias Brunner 2021-07-14 10:27:11 +0200
  • 1aa68a78f8 Merge branch 'android-updates' android-2.3.3 Tobias Brunner 2021-07-14 10:01:45 +0200
  • 358d3d0ba1 android: New release after adding button to install PKCS#12 and SDK update Tobias Brunner 2021-07-13 15:32:05 +0200
  • a14337bcde android: Request QUERY_ALL_PACKAGES permission Tobias Brunner 2021-07-13 15:05:29 +0200
  • 3eadd0fc3a android: Add Triple-T metadata for F-Droid Tobias Brunner 2021-06-07 15:12:19 +0200
  • 2f1bf11dca android: Add a button to install user certificates Tobias Brunner 2021-07-12 18:58:58 +0200
  • b3cdbe6693 android: Replace deprecated Switch with SwitchCompat Tobias Brunner 2021-07-13 15:11:07 +0200
  • 26354d0aba android: Replace deprecated AsyncTask instances Tobias Brunner 2021-07-12 17:58:16 +0200
  • a8cc146240 android: Migrate from deprecated ViewPager to ViewPager2 for CA cert lists Tobias Brunner 2021-07-12 17:17:00 +0200
  • c976165533 android: Replace deprecated FileObserver() constructor with newer SDKs Tobias Brunner 2021-07-12 15:53:42 +0200
  • dc351a30e1 android: Replace usage of deprecated Handler() constructor Tobias Brunner 2021-07-12 15:38:22 +0200
  • 93c494e295 android: Replace deprecated onActivityCreated() with onViewCreated() Tobias Brunner 2021-07-09 18:23:05 +0200
  • 7cd50aeb64 android: Replace deprecated startActivityForResult/onActivityResult usage Tobias Brunner 2021-07-09 18:18:13 +0200
  • a885e38265 android: Set compile-/targetSdkVersion to 30 Tobias Brunner 2021-06-28 14:26:52 +0200
  • 6f3725ea8b android: Replace jcenter with mavenCentral repository Tobias Brunner 2021-06-28 14:26:24 +0200
  • 5831009941 android: Update dependencies Tobias Brunner 2021-06-28 14:22:07 +0200
  • 44e16a63ef android: Update Gradle plugin Tobias Brunner 2021-06-28 14:21:41 +0200
  • 2f9114bce1 Use wolfSSL 4.8.0 for tests Tobias Brunner 2021-07-13 10:19:56 +0200
  • 4817d5ed0d Version bump to 5.9.3 5.9.3 Andreas Steffen 2021-07-06 14:00:39 +0200
  • a09a905e1d vici: Suppress trailing nul character Andreas Steffen 2021-07-06 12:05:09 +0200
  • 2cd5314de7 testing: Use specific versions of swidGenerator and strongTNC Tobias Brunner 2021-06-30 15:16:47 +0200
  • 46995c86f1 Version bump to 6.0d7 6.0dr7 Andreas Steffen 2021-03-07 16:04:03 +0100
  • 06e11b481b kernel-netlink: Fix theoretical memory leak when parsing routes Tobias Brunner 2021-06-25 13:51:44 +0200
  • f6aafb3005 Fixed some typos, courtesy of codespell Tobias Brunner 2021-06-25 11:32:29 +0200
  • 2b77571aa9 oqs: Updated Falcon sig tests to liboqs-0.5.0 Andreas Steffen 2021-03-21 16:12:45 +0100
  • 4f5c2faa5c oqs: Upgraded Dilithium to NIST Round 3.1 Andreas Steffen 2021-03-21 12:10:40 +0100
  • 118dfe0eb1 Version bump to 6.0dr5 Andreas Steffen 2020-10-18 12:19:10 +0200
  • 462e3321ef test-vectors: No changes for Saber KE NIST Round 3 tests Andreas Steffen 2020-12-08 10:19:36 +0100