1. 3a6bedf sim: When decoding SW, take application specific SW into account by Harald Welte · 4 years, 3 months ago
  2. 2954aa9 sim: Add HPSIM application support by Harald Welte · 4 years, 3 months ago
  3. e92f362 card_fs_{usim,isim}: Update to 15.7.0 / Release 15 by Harald Welte · 4 years, 3 months ago
  4. 58d173a osmo-sim-test: Also [attempt to] dump DF.GSM on USIM cards by Harald Welte · 4 years, 3 months ago
  5. 429adec sim: re-structure how we support cards + applications by Harald Welte · 4 years, 3 months ago
  6. bf90d74 sim: add osim_file_desc_find_aid() by Harald Welte · 4 years, 3 months ago
  7. 2d284df card_fs_sim: Avoid '/' in file names by Harald Welte · 4 years, 3 months ago
  8. b8c1da1 sim: card_fs_usim.c: Fix FID of EF.EXT4 by Harald Welte · 4 years, 3 months ago
  9. 3c44a64 libosmosim: Build irrespective of PC/SC support by Harald Welte · 4 years, 4 months ago
  10. 18caa87 pcsc: don't leak memory by Eric Wild · 4 years, 5 months ago
  11. 2862f90 Bump version: 1.2.0.108-c6a8-dirty → 1.3.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.3.0
  12. 94cd4ac sim: allow opening reader# > 0 by Eric Wild · 4 years, 8 months ago
  13. ca18c9d sim/class_tables: Fix typo in comment by Harald Welte · 4 years, 9 months ago
  14. 922d276 Bump version: 1.1.0.107-afce-dirty → 1.2.0 by Pau Espin Pedrol · 5 years ago 1.2.0
  15. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  16. 1fcdd0d Bump version: 1.0.1.143-cc72c → 1.1.0 by Pau Espin Pedrol · 5 years ago 1.1.0
  17. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  18. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 5 years ago
  19. 13154ff Bump version: 0.10.2.284-bc47-dirty → 0.11.0 by Pau Espin Pedrol · 6 years ago 0.11.0
  20. 5a9dbf8 fix spelling by Thorsten Alteholz · 6 years ago
  21. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  22. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  23. ba1059c Move additional libraries to appropriate place by Max · 7 years ago
  24. faee5de Tag/Release version 0.10.0 by Harald Welte · 7 years ago 0.10.0
  25. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  26. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  27. 9227445 card_fs_uicc.c: Fix unused compilation warning by Pau Espin Pedrol · 7 years ago
  28. d1c7323 sim/core.c: drop useless double assignment by Vadim Yanitskiy · 7 years ago
  29. 6030ce8 sim: Link to libtalloc as symbols of it are used here by Holger Hans Peter Freyther · 7 years ago
  30. 4e72ee0 Catch-up with git version tags by Max · 8 years ago
  31. 029f5a1 misc: Some spelling errors corrected by Ruben Undheim · 9 years ago
  32. 932d2d4 sim: make osim_reader_ops public by Harald Welte · 8 years ago
  33. 4acaa13 sim: add class_tables / card profiles by Harald Welte · 8 years ago
  34. 5ffb503 rename osim_file_find_* to osim_file_desc_find_* by Harald Welte · 8 years ago
  35. c28f4cd sim: Add osim_file_find_{fid,sfid}() functions by Harald Welte · 8 years ago
  36. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  37. 9eb1c80 build: Fix out-of-tree builds by Andreas Rottmann · 9 years ago
  38. c2b4458 sim: Use extern for these structs to generate a linkage by Holger Hans Peter Freyther · 9 years ago
  39. d154f8b msgb: Check the return value of msgb_alloc (Coverity) by Jacob Erlbeck · 9 years ago
  40. c869069 sim: Link to libosmocore and libosmogsm by Holger Hans Peter Freyther · 9 years ago
  41. 881b516 sim: reader_pcsc:Remove dead code by Harald Welte · 10 years ago
  42. b0310dd pcsc: Fix the include path by Holger Hans Peter Freyther · 10 years ago
  43. 6729a97 make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM by Harald Welte · 10 years ago
  44. db2b52e sim: More talloc return NULL checking by Harald Welte · 10 years ago
  45. 55790aa sim: Prepare infrastructure for protocols != T=0 and other drivers by Harald Welte · 10 years ago
  46. aad7e06 sim: Make TETRA SIM (TSIM) support compile by Harald Welte · 10 years ago
  47. 30115db sim: Only one default_decode() function for all card types by Harald Welte · 10 years ago
  48. 171c5b1 sim: Add 3GPP TS 31.103 ISIM definitions by Harald Welte · 10 years ago
  49. bb5f3c7 sim: Update to latest SIM/USIM specs and include size information by Harald Welte · 10 years ago
  50. 0d24644 sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONG by Harald Welte · 10 years ago
  51. e8dd2bd sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warnings by Harald Welte · 10 years ago
  52. d83d296 sim: further updates/fixes by Harald Welte · 11 years ago
  53. 7674960 sim: add decoding of status words by Harald Welte · 12 years ago
  54. 43eabee sim: replaced function/structure comments with doxygen comments by Kevin Redon · 12 years ago
  55. e07967f sim: renamed case to the one defined in ISO7816-3 by Kevin Redon · 12 years ago
  56. 0f0ee32 sim: comment/explain signature of osim_new_apdumsg by Kevin Redon · 12 years ago
  57. a5c9255 sim: strip the SW from the returned data, as SW is passed in msgb->cb by Harald Welte · 12 years ago
  58. 495fe26 sim: Use autotools for libpcsc-lite linkage by Harald Welte · 12 years ago
  59. ad41863 sim: add copyright notices and merge file_codec.c into core.c by Harald Welte · 12 years ago
  60. d54c2ee initial checkin of 'libosmosim' by Harald Welte · 12 years ago