1. f8d2e2b split pySim/legacy/{cards,utils} from pySim/{cards,utils} by Harald Welte · 12 months ago
  2. f818acd pySim-shell: Unregister profile commands during equip by iw0 · 1 year ago
  3. f4a0147 pySim-shell: Support USIM specific methods/commands on unknown UICC by Harald Welte · 12 months ago
  4. 0ec0150 cosmetic: Implement cmd2.Settable backwards-compat via wrapper class by Harald Welte · 1 year ago
  5. e126872 Fix run-editor bug with cmd2 >= 2.0.0 compatibility by Harald Welte · 1 year ago
  6. e345e11 pySim-shell: fix reset command by Philipp Maier · 1 year, 1 month ago
  7. f422eb1 Add ".py" suffix to sphinx-argparse generated docs by Harald Welte · 1 year, 1 month ago
  8. 659781c Move "suspend_uicc" command from pySim-shell to ts_102_221.py by Harald Welte · 1 year, 1 month ago
  9. 892526f pySim-shell: Unregister TS 102 222 commands during 'equip' by Harald Welte · 1 year, 1 month ago
  10. e619105 HPSIM application support by Harald Welte · 1 year, 1 month ago
  11. e47ea5f Fix pylint errors by Oliver Smith · 1 year, 1 month ago
  12. 961b803 pySim-shell: fix compatibility problem with cmd2 >= 2.3.0 (bg) by Harald Welte · 1 year, 2 months ago
  13. c85d406 pySim-shell: fix compatibility problem with cmd2 >= 2.0.0 (include_ipy) by Harald Welte · 1 year, 2 months ago
  14. 93aac3a pySim-shell: fix compatibility problem with cmd2 >= 2.0.0 (Settable) by Harald Welte · 1 year, 2 months ago
  15. 87dd020 Add very basic profile for R-UIM (CDMA) cards by Vadim Yanitskiy · 1 year, 2 months ago
  16. 7b9e244 pySim-shell: add cardinfo command by Philipp Maier · 1 year, 3 months ago
  17. cab26c7 pySim-shell: Use pySim.cat definitions to print decoded proactive cmds by Harald Welte · 1 year, 11 months ago
  18. fc31548 pySim-shell: Add a "version" command to print the pySim package version by Harald Welte · 2 years ago
  19. b2e4b4a introduce fully_qualified_path_str() method by Harald Welte · 2 years ago
  20. a6c0f88 filesystem: Introduce the basic notion of 'logical channels' by Harald Welte · 2 years ago
  21. 1e52b0d pySim-shell: Remove unused imports by Harald Welte · 2 years ago
  22. 0d9f088 pySim-shell.py: remove unused imports of 'bg' from 'cmd2' by Vadim Yanitskiy · 2 years ago
  23. 2403125 pySim-shell: set default ADM key reference by Philipp Maier · 2 years, 1 month ago
  24. f16ac6a pySim-shell: catch exceptions from walk() while exporting by Philipp Maier · 2 years, 1 month ago
  25. 7b138b0 pySim-shell: extend walk() so that we can also have an action of ADF or DF by Philipp Maier · 2 years, 1 month ago
  26. e7d1b67 pySim-shell: match SW in apdu command by Philipp Maier · 2 years, 1 month ago
  27. 7226c09 pySim-shell: make APDU command available on the lowest level by Philipp Maier · 2 years, 1 month ago
  28. 9a4091d pySim-shell: more generic export options by Philipp Maier · 2 years, 1 month ago
  29. ea81f75 pySim-shell: explain why we insist on a DF or ADF by Philipp Maier · 2 years, 1 month ago
  30. 34eb504 Initial support for GlobalPlatform by Harald Welte · 2 years, 4 months ago
  31. 12af793 doc: Improve documentation in various places by Harald Welte · 2 years, 5 months ago
  32. 799c354 shell: Proper argparser (for help + manual) activate_file by Harald Welte · 2 years, 5 months ago
  33. 2bb17f3 pySim-shell: export: Add FCP template to export by Harald Welte · 2 years, 5 months ago
  34. 3c9b784 pySim-shell: support TS 102 222 administrative commands by Harald Welte · 2 years, 9 months ago
  35. 747a978 ts_102_221: Implement File Descriptor using construct by Harald Welte · 2 years, 5 months ago
  36. afb8d3f pySim-shell: introduce 'apdu' command for sending raw APDU to card by Harald Welte · 2 years, 5 months ago
  37. 08b11ab pySim-shell: export: allow export as JSON instead of hex by Harald Welte · 2 years, 5 months ago
  38. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  39. 825b564 pySim-shell: export command: guess number of records when not specified by Philipp Maier · 2 years, 8 months ago
  40. a028c7d pySim-shell: add method to match card profile to card by Philipp Maier · 2 years, 8 months ago
  41. 95ce6b1 ARA-M related command support by Harald Welte · 2 years, 9 months ago
  42. 9764de2 pySim-shell: print newline on exit with CTRL+D by Philipp Maier · 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. bd02f84 pySim-shell: Improve documentation by Harald Welte · 2 years, 8 months ago
  45. 0bc5326 pySim-shell: Use iteration when unregistering command sets by Harald Welte · 2 years, 9 months ago
  46. ec95053 pySim-shell: Add suspend_uicc command by Harald Welte · 2 years, 9 months ago
  47. 2a33ad2 pySim-shell: Add support for GSM-R SIM Cards with DF.EIRENE by Harald Welte · 2 years, 9 months ago
  48. 7666764 pySim-shell: add bulk provisioning support by Philipp Maier · 2 years, 9 months ago
  49. 57f65ee ts_31_10x: add a class for CardApplicationXSIM by Philipp Maier · 2 years, 9 months ago
  50. b52feed pySim-shell: add echo command by Philipp Maier · 2 years, 9 months ago
  51. 5d698e5 pySim-shell: allow card insertion at runtime by Philipp Maier · 2 years, 10 months ago
  52. 4c1dca0 CardModel: Document how this 'magic' works in some comments. by Harald Welte · 2 years, 9 months ago
  53. f44256c pysim-Shell: Add sysmocom SJA2 card specific bits by Harald Welte · 2 years, 9 months ago
  54. ea95c39 pySim-shell: refactor __main__ section by Philipp Maier · 2 years, 10 months ago
  55. f024145 pySim-shell: verify_adm: turn error messages into exceptions by Philipp Maier · 2 years, 9 months ago
  56. a8c9ea9 pySim-shell: move command desc and verify_adm to PySimCommands by Philipp Maier · 2 years, 10 months ago
  57. b18eed0 pySim-prog: rename card_handler to CardHandler by Philipp Maier · 2 years, 10 months ago
  58. bb73e51 cards: rename class "Card" to "SimCard" by Philipp Maier · 3 years, 2 months ago
  59. 485692b shell: Fix activate_file + deactivate_file commands by Harald Welte · 3 years, 1 month ago
  60. 34b05d3 shell: Add 'status' command to issue STATUS APDU by Harald Welte · 3 years, 1 month ago
  61. c147530 bertlv_parse_one: Also return remainder after end of TLV by Harald Welte · 3 years, 1 month ago
  62. daf2b39 shell: Add 'reset' command to reset the card by Harald Welte · 3 years, 2 months ago
  63. 917d98c BER-TLV EF support (command, filesystem, shell) by Harald Welte · 3 years, 2 months ago
  64. 28c2431 Move reader related argument parser to transport module by Harald Welte · 3 years, 3 months ago
  65. 80ce71f pySim-shell: separate export summary with a headline by Philipp Maier · 3 years, 2 months ago
  66. 9d16fbc Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py by Robert Falkenberg · 3 years, 3 months ago
  67. c8ff026 pySim-shell: Introduce logical grouping of arguments by Harald Welte · 3 years, 3 months ago
  68. f2e761c pySim-shell: Migrate from optparse to argparse for the main() by Harald Welte · 3 years, 3 months ago
  69. c9cdce3 fix various typos all over the code by Harald Welte · 3 years, 3 months ago
  70. 703f933 pySim-shell: Add open_channel + close_channel commands by Harald Welte · 3 years, 3 months ago
  71. a463161 pySim-shell: Adds support for DEACTIVATE FILE + ACTIVATE FILE by Harald Welte · 3 years, 3 months ago
  72. b00e893 pySim-shell: Use poutput_json() whenever applicable by Harald Welte · 3 years, 3 months ago
  73. 5e749a7 extend JSONEncoder to serialze 'bytes' style objects as hex strings by Harald Welte · 3 years, 3 months ago
  74. 7829d8a shell: Add 'apdu_trace' settable parameter for hex-dumping APDUs by Harald Welte · 3 years, 3 months ago
  75. f408a40 pySim-shell: tree/export: catch errors during DF selection by Philipp Maier · 3 years, 3 months ago
  76. 13e258d pySim-shell: be sure that startup script file exists by Philipp Maier · 3 years, 3 months ago
  77. dc4402e pySim-shell: fix wrong reference to iccid. by Philipp Maier · 3 years, 3 months ago
  78. 1748b93 pySim-shell: Add settable parameter on JSON pretty-printing by Harald Welte · 3 years, 3 months ago
  79. 4f2c546 transport: Pass status word interpreter to exception handler by Harald Welte · 3 years, 3 months ago
  80. 31d2cf0 shell: Move dir,tree,export from ISO7816 to pySim commands by Harald Welte · 3 years, 3 months ago
  81. 6e0458d Move init_reader() from utils.py to transport/__init__.py by Harald Welte · 3 years, 3 months ago
  82. 4442b3d rename card_data to card_key_provider. by Harald Welte · 3 years, 3 months ago
  83. aae7c27 pySim-shell: Remove UsimCommands by Harald Welte · 3 years, 3 months ago
  84. 5ce3524 Fix various mistakes around the CardADF <-> CardApplication dualism by Harald Welte · 3 years, 3 months ago
  85. ac34dcc pySim-shell: fix and improve file system exporter by Philipp Maier · 3 years, 3 months ago
  86. b152a9e pySim-shell: prevent inconsitancy when walking through the FS tree by Philipp Maier · 3 years, 3 months ago
  87. 46f09af pySim-shell: complete CHV/PIN management tools by Philipp Maier · 3 years, 3 months ago
  88. b63766b pySim-shell: be more specific when finding no ADM-PIN by Philipp Maier · 3 years, 3 months ago
  89. 38c74f6 commands: conserve write cycles by Philipp Maier · 3 years, 4 months ago
  90. 2b11c32 pySim-shell: automatic ADM pin from CSV-File by Philipp Maier · 3 years, 4 months ago
  91. 228c98e pySim-shell: use -a / -A commandline option to authenticate by Philipp Maier · 3 years, 4 months ago
  92. 2558aa6 pySim-shell: add command to show file description by Philipp Maier · 3 years, 4 months ago
  93. 24f7bd3 pySim-shell: add filesystem exporter by Philipp Maier · 3 years, 4 months ago
  94. f62866f pySim-shell: output currently selected file using select command by Philipp Maier · 3 years, 4 months ago
  95. 681bc7b pySim-shell: add option to execute script on startup by Philipp Maier · 3 years, 4 months ago
  96. 1e896f3 pySim-shell: add ADF.ISIM / ADF.USIM dynamically by Philipp Maier · 3 years, 4 months ago
  97. 9c1a4ec pysim-shell: select MF on startup to make commands accessible by Philipp Maier · 3 years, 4 months ago
  98. ff9dae2 pySim-shell: add functionality to walk through the fs recursively by Philipp Maier · 3 years, 4 months ago
  99. 5d3e259 pySim-shell: add "dir" command. by Philipp Maier · 3 years, 4 months ago
  100. b2edd14 Add a new pySim-shell program by Harald Welte · 3 years, 6 months ago