1. 362d2d0 publish also the HTML manual for pySim by Harald Welte · 2 years, 5 months ago
  2. 5981aa5 contrib/jenkins.sh: Fix PUBLISH by Harald Welte · 2 years, 5 months ago
  3. 6b08fc3 contrib/jenkins.sh: first upload manuals, then execute physical tests by Harald Welte · 2 years, 5 months ago
  4. bf82ceb avoid pylint E0611: No name 'strxor' in module 'Crypto.Util.strxor' by Harald Welte · 2 years, 5 months ago
  5. f03894a update pyyaml dependency to >= 5.1 by Harald Welte · 2 years, 5 months ago
  6. e91405e implement shell command to update PLMN in IMSI by Bjoern Riemer · 2 years, 7 months ago
  7. 9c93cec transport/serial: fix for Python 3 by Steve Markgraf · 2 years, 5 months ago
  8. 0c840f0 ts_102_221: decode/encode EF.PL by Harald Welte · 2 years, 5 months ago
  9. b3d68c0 pySim-shell: alphabetically sort name of files in 'dir' command by Harald Welte · 2 years, 5 months ago
  10. 2a701ee cosmetic: Use EF.FDN instead of EF_FDN in ts_51_011.py by Harald Welte · 2 years, 5 months ago
  11. ff2d86d ts_31_102: Add support for EF.ECC (emergency call codes) by Harald Welte · 2 years, 5 months ago
  12. ffee89a add missing bit definition for NG-RAN in xAcT by Bjoern Riemer · 2 years, 5 months ago
  13. da57ef1 catch and ignore SwMatchError on probing for AID's by Bjoern Riemer · 2 years, 6 months ago
  14. 3e33cc7 Add pyyaml to requirements.txt by Julian Lemmerich · 2 years, 6 months ago
  15. 0e4515f filesystem: use correct AID for applications found by probing by Philipp Maier · 2 years, 6 months ago
  16. 8d8bdef filesystem: actively probe applications by Philipp Maier · 2 years, 7 months ago
  17. e903a40 fix invalid dependency by johannes.richter · 2 years, 10 months ago
  18. c104095 fix: Decoder may raise KeyError by Lennart Rosam · 2 years, 7 months ago
  19. 931bc66 cards: Make select_adf_by_aid() use prefix AID selection by Philipp Maier · 2 years, 8 months ago
  20. abc2336 pySim-read: put try/catch block around select_adf_by_aid() by Philipp Maier · 2 years, 8 months ago
  21. 47833bc cards: make _get_aid case insensitive by Philipp Maier · 2 years, 8 months ago
  22. 9e42e7f profile: decode_select_response use object instead 'Any' by Philipp Maier · 2 years, 8 months ago
  23. 5998a3a profile: decode_select_response can be a static method by Philipp Maier · 2 years, 8 months ago
  24. 825b564 pySim-shell: export command: guess number of records when not specified by Philipp Maier · 2 years, 8 months ago
  25. f1fc619 commands: use send_apdu_checksw() in method read_record by Philipp Maier · 2 years, 8 months ago
  26. 4ab971c ts_51_011: move _decode_select_response into profile class by Philipp Maier · 2 years, 8 months ago
  27. a028c7d pySim-shell: add method to match card profile to card by Philipp Maier · 2 years, 8 months ago
  28. 055b80a pySim-read: do not select ADF.ISIM again by Philipp Maier · 2 years, 8 months ago
  29. 46c6154 cards: select_adf_by_aid: split off aid completion by Philipp Maier · 2 years, 8 months ago
  30. 95ce6b1 ARA-M related command support by Harald Welte · 2 years, 9 months ago
  31. a4df942 ts_51_011: add status word definition by Philipp Maier · 2 years, 8 months ago
  32. 6b590c5 filesystem: CardProfile: initialize empty sw table as empty dict by Philipp Maier · 2 years, 8 months ago
  33. 51cad0d filesystem: define class byte and select control bytes in profile by Philipp Maier · 2 years, 8 months ago
  34. 4e2e1d9 filesystem: make sure the card is in a defined state by Philipp Maier · 2 years, 8 months ago
  35. d454fe7 filesystem: do not read AIDs when no apps are defined by Philipp Maier · 2 years, 8 months ago
  36. 5af7bdf filesystem: fix decode_select_response by Philipp Maier · 2 years, 8 months ago
  37. 9764de2 pySim-shell: print newline on exit with CTRL+D by Philipp Maier · 2 years, 8 months ago
  38. e087f90 commands: return none, when offset exceeds file length by Philipp Maier · 2 years, 8 months ago
  39. 712251a commands: complete documentation strings by Philipp Maier · 2 years, 8 months ago
  40. 1db3311 utils: cosmetic: remove stray comment by Philipp Maier · 2 years, 8 months ago
  41. 796ca3d commands: do not check SW manually, use send_apdu_checksw() by Philipp Maier · 2 years, 8 months ago
  42. fc769e2 contrib/jenkins.sh: make pylint warn about unnecessary semicolon by Vadim Yanitskiy · 2 years, 8 months ago
  43. dbd5ed6 Python is not C: get rid of unnecessary semicolons by Vadim Yanitskiy · 2 years, 8 months ago
  44. 23198c4 sim-rest-server: Add example systemd service/unit file by Harald Welte · 2 years, 8 months ago
  45. df3d01b sim-rest-client: Add support for 'info' command to get IMSI+ICCID by Harald Welte · 2 years, 8 months ago
  46. 33f8da8 sim-rest-server: Add capability to obtain IMSI + ICCID of card by Harald Welte · 2 years, 8 months ago
  47. 7a401a2 sim-rest-client: Errors are plain text, not JSON by Harald Welte · 2 years, 8 months ago
  48. c8387dc ts_51_011: implement CardProfileSIM as a class by Philipp Maier · 2 years, 8 months ago
  49. 946226a filesystem: fix reset mechanism by Philipp Maier · 2 years, 8 months ago
  50. 30b225f cards: add method to modify APDU parameters (cla, sel_ctrl) by Philipp Maier · 2 years, 8 months ago
  51. 51e4cb7 commands: use python style commends to describe methods by Philipp Maier · 2 years, 8 months ago
  52. 305e1f8 cards: use python style commends to describe methods by Philipp Maier · 2 years, 8 months ago
  53. bd02f84 pySim-shell: Improve documentation by Harald Welte · 2 years, 9 months ago
  54. 9a75410 utils: Fix BER-TLV tag decode for multi-byte tags by Harald Welte · 2 years, 9 months ago
  55. 5895380 tlv: Fix recursive initialization from_dict() by Harald Welte · 2 years, 9 months ago
  56. 04c1302 tlv: Don't require encoder/decoder methods for TLV without value by Harald Welte · 2 years, 9 months ago
  57. 0bc5326 pySim-shell: Use iteration when unregistering command sets by Harald Welte · 2 years, 9 months ago
  58. ec95053 pySim-shell: Add suspend_uicc command by Harald Welte · 2 years, 9 months ago
  59. 2a33ad2 pySim-shell: Add support for GSM-R SIM Cards with DF.EIRENE by Harald Welte · 2 years, 9 months ago
  60. 7666764 pySim-shell: add bulk provisioning support by Philipp Maier · 2 years, 9 months ago
  61. 57f65ee ts_31_10x: add a class for CardApplicationXSIM by Philipp Maier · 2 years, 9 months ago
  62. 9b227de pySim-shell: add example script to dump authentication config by Harald Welte · 2 years, 9 months ago
  63. eb45838 sysmocom_sja2: Properly decode EF.USIM_SQN freshness by Harald Welte · 2 years, 9 months ago
  64. 7a8aa86 ts_51_011: Add encoder for EF.SST by Harald Welte · 2 years, 9 months ago
  65. 611dd78 commands: Fix read_binary() for non-zero offset by Harald Welte · 2 years, 9 months ago
  66. b52feed pySim-shell: add echo command by Philipp Maier · 2 years, 9 months ago
  67. 5d698e5 pySim-shell: allow card insertion at runtime by Philipp Maier · 2 years, 10 months ago
  68. 3c30988 ts_51_011: fix select response decoder by Philipp Maier · 2 years, 9 months ago
  69. 80901d6 commands: fix update_binary() with non-zero offset by Harald Welte · 2 years, 9 months ago
  70. 4c1dca0 CardModel: Document how this 'magic' works in some comments. by Harald Welte · 2 years, 9 months ago
  71. f898c28 51.011: Fix EF_SST decoder for services > table description by Harald Welte · 2 years, 9 months ago
  72. 1aae4a0 filsystem: Make NotImplementedError more verbose. by Harald Welte · 2 years, 9 months ago
  73. 7cb94e4 USIM: Add ENVELOPE and ENVELOPE-SMS shell commands by Harald Welte · 2 years, 9 months ago
  74. 846a898 Add API + shell command for sending TERMINAL PROFILE to card by Harald Welte · 2 years, 9 months ago
  75. f44256c pysim-Shell: Add sysmocom SJA2 card specific bits by Harald Welte · 2 years, 9 months ago
  76. 9edbdb9 cat: Fix SMS/ENVELOPE related IE tag definitions by Harald Welte · 2 years, 9 months ago
  77. f235954 cat: Add more terminal profile bitmask definitions by Harald Welte · 2 years, 9 months ago
  78. 6477309 cards: remove "auto_once" from possible ctype options by Philipp Maier · 2 years, 9 months ago
  79. 913e616 card_handler: clean-up by Harald Welte · 2 years, 9 months ago
  80. 2bc2131 cards: remove unused function card_autodetect() by Philipp Maier · 2 years, 9 months ago
  81. ea95c39 pySim-shell: refactor __main__ section by Philipp Maier · 2 years, 10 months ago
  82. 64b2837 cards: FairwavesSIM: force SIM APDUs during programming by Philipp Maier · 2 years, 9 months ago
  83. c5501af pySim-prog: fix typo by Philipp Maier · 2 years, 9 months ago
  84. f024145 pySim-shell: verify_adm: turn error messages into exceptions by Philipp Maier · 2 years, 9 months ago
  85. 48e1b90 card_handler: make reader (sl) operations optional. by Philipp Maier · 2 years, 10 months ago
  86. 8bf2125 transport/pcsc: make sure reader is disconnected by Philipp Maier · 2 years, 10 months ago
  87. 7328f10 transport/init: print exception type if the execption has no string by Philipp Maier · 2 years, 10 months ago
  88. af0f086 pySim-prog: rename card_handler option to card_handler_config by Philipp Maier · 2 years, 10 months ago
  89. a8c9ea9 pySim-shell: move command desc and verify_adm to PySimCommands by Philipp Maier · 2 years, 10 months ago
  90. b18eed0 pySim-prog: rename card_handler to CardHandler by Philipp Maier · 2 years, 10 months ago
  91. 82511e5 pySim-prog: rename variable card_handler by Philipp Maier · 2 years, 10 months ago
  92. c3927ec update readme detail about cmd2 - make sure people get 1.5 from pip instead of some old debian-pkg by Joachim Steiger · 2 years, 10 months ago
  93. 465ad32 Use README.md as long description in package metadata by andrew-ma · 2 years, 11 months ago
  94. 2e6dc03 Allow update_binary function to write more than 255 bytes by andrew-ma · 3 years ago
  95. bb73e51 cards: rename class "Card" to "SimCard" by Philipp Maier · 3 years, 2 months ago
  96. f201166 pySim/commands: Add envelope() method for ENVELOPE command by Harald Welte · 3 years, 1 month ago
  97. 14105dc implement more files with TLV + construct by Harald Welte · 3 years, 1 month ago
  98. 592b32e ts_31_102: Fully support USIM EF.AD by Harald Welte · 3 years, 1 month ago
  99. f12979d ts_31_102: Start using pySim.tlv to implement more DF.5GS files by Harald Welte · 3 years, 1 month ago
  100. 1a4e9fd cmd2: Constrain version to >= 1.3.0 but < 2.0.0 by Harald Welte · 3 years, 1 month ago