1. 1c0a249 commands: Ignore exceptions during READ while UPDATE by Harald Welte · 6 months ago
  2. 4625512 pySim-shell: Create + use per-RuntimeLchan SimCardCommands by Harald Welte · 8 months ago
  3. 3dfab9d commands.py: Add support for multiple logical channels. by Harald Welte · 8 months ago
  4. 37e57e0 filesystem: add attribute "leftpad" to class LinFixedEF by Philipp Maier · 10 months ago
  5. 0ac4d3c commands: make method verify_binary and verify_record private by Philipp Maier · 10 months ago
  6. fdb187d pySim/commands.py: Better type annotations by Harald Welte · 12 months ago
  7. 7ec8223 ts_31_102: Add shell command for GET IDENTITY by Harald Welte · 1 year, 1 month ago
  8. b0e0dce ts_102221: Add "resume_uicc" command by Harald Welte · 1 year, 1 month ago
  9. c85ae41 Fix result parsing of "suspend_uicc" by Harald Welte · 1 year, 1 month ago
  10. 9970f59 SimCardCommands.run_gsm(): use send_apdu_checksw() by Vadim Yanitskiy · 2 years, 2 months ago
  11. 1dd5cb5 fix SimCardCommands.run_gsm(): always use CLA=0xa0 by Vadim Yanitskiy · 2 years, 2 months ago
  12. 0707b80 ts_102_222: Implement support for RESIZE FILE for an EF by Harald Welte · 1 year, 4 months ago
  13. 04b5d9d Py2 -> Py3: do not inherit classes from object by Vadim Yanitskiy · 2 years ago
  14. 40ea4a4 commands: add ".." notation to expand hexstrings by Philipp Maier · 2 years, 1 month ago
  15. 34eb504 Initial support for GlobalPlatform by Harald Welte · 2 years, 4 months ago
  16. 3c9b784 pySim-shell: support TS 102 222 administrative commands by Harald Welte · 2 years, 9 months ago
  17. 3729c47 commands: Add method to select parent DF ("cd ..") by Harald Welte · 2 years, 5 months ago
  18. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  19. f1fc619 commands: use send_apdu_checksw() in method read_record by Philipp Maier · 2 years, 8 months ago
  20. e087f90 commands: return none, when offset exceeds file length by Philipp Maier · 2 years, 8 months ago
  21. 712251a commands: complete documentation strings by Philipp Maier · 2 years, 8 months ago
  22. 796ca3d commands: do not check SW manually, use send_apdu_checksw() by Philipp Maier · 2 years, 8 months ago
  23. 51e4cb7 commands: use python style commends to describe methods by Philipp Maier · 2 years, 8 months ago
  24. ec95053 pySim-shell: Add suspend_uicc command by Harald Welte · 2 years, 9 months ago
  25. 611dd78 commands: Fix read_binary() for non-zero offset by Harald Welte · 2 years, 9 months ago
  26. 80901d6 commands: fix update_binary() with non-zero offset by Harald Welte · 2 years, 9 months ago
  27. 846a898 Add API + shell command for sending TERMINAL PROFILE to card by Harald Welte · 2 years, 9 months ago
  28. 2e6dc03 Allow update_binary function to write more than 255 bytes by andrew-ma · 3 years ago
  29. f201166 pySim/commands: Add envelope() method for ENVELOPE command by Harald Welte · 3 years, 1 month ago
  30. 485692b shell: Fix activate_file + deactivate_file commands by Harald Welte · 3 years, 1 month ago
  31. 34b05d3 shell: Add 'status' command to issue STATUS APDU by Harald Welte · 3 years, 1 month ago
  32. 0f96c02 commands: remove superfluous getter/setter for cla_byte property by Harald Welte · 3 years, 1 month ago
  33. 951f263 commands: resolve inconsistency on sel_ctrl by Harald Welte · 3 years, 1 month ago
  34. 42804d7 commands: pad short data input in update_record() by Philipp Maier · 3 years, 2 months ago
  35. 59f9a38 commands: check for status word in USIM authenticate command by Harald Welte · 3 years, 1 month ago
  36. 917d98c BER-TLV EF support (command, filesystem, shell) by Harald Welte · 3 years, 2 months ago
  37. 703f933 pySim-shell: Add open_channel + close_channel commands by Harald Welte · 3 years, 3 months ago
  38. a463161 pySim-shell: Adds support for DEACTIVATE FILE + ACTIVATE FILE by Harald Welte · 3 years, 3 months ago
  39. 15fae98 pySim-shell: Authenticate (3g) support by Harald Welte · 3 years, 3 months ago
  40. ee3501f Add more documentation to the classes/methods by Harald Welte · 3 years, 3 months ago
  41. 46f09af pySim-shell: complete CHV/PIN management tools by Philipp Maier · 3 years, 3 months ago
  42. 38c74f6 commands: conserve write cycles by Philipp Maier · 3 years, 4 months ago
  43. a31e9a9 commands: better exception string for authentication failures by Philipp Maier · 3 years, 4 months ago
  44. 85484a9 commands.py: Introduce a real select_file() method by Harald Welte · 3 years, 5 months ago
  45. c0499c8 commands.py: rename select_file() to select_path() by Harald Welte · 3 years, 5 months ago
  46. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 4 months ago
  47. 677d41b Remove unnecessary semicolon by Daniel Willmann · 3 years, 9 months ago
  48. ca67394 Add support for ADF_USIM/EF_EHPLMN by Harald Welte · 4 years, 1 month ago
  49. 0e9f93f commands.py: fix read_binary for lengths > 256 by Sebastian Viviani · 4 years, 3 months ago
  50. 30eb8ca commands: add features to verify data written to files by Philipp Maier · 4 years, 2 months ago
  51. 32daaf5 commands: add method to determine size of a non record oriented file by Philipp Maier · 4 years, 2 months ago
  52. edf873d commands: Python 3 fix: properly distinguish str and list by Vadim Yanitskiy · 4 years, 4 months ago
  53. 99affe1 Py2 -> Py3: use the floor division operator // where possible by Vadim Yanitskiy · 4 years, 5 months ago
  54. 0ad5bcf cards: Add support for sysmo-isim-sja2 by Philipp Maier · 4 years, 6 months ago
  55. cdfdd41 commands: fix __record_len() by Philipp Maier · 4 years, 7 months ago
  56. 84d2cb3 python3 conversion: fix tabs and spaces inconsistency by Denis 'GNUtoo' Carikli · 4 years, 10 months ago
  57. 5491c48 Don't try to parse result if select_file() failed by Max · 5 years ago
  58. 91f26d7 commands: correct case of a TLV tag (A5 => a5) by Philipp Maier · 5 years ago
  59. fb98dd6 commands: depend on pytlv only when it is actually needed by Philipp Maier · 6 years ago
  60. 0e3fcaa commands: get file/record length from FCP (USIM) by Philipp Maier · 6 years ago
  61. d2d660a Add methods to get ATR for a card or a link. by Alexander Chemeris · 7 years ago
  62. 4146086 Fix select control parameter by Philipp Maier · 7 years ago
  63. 3ce84d9 cosmetic: missing newlines on last line of 2 files by Neels Hofmeyr · 7 years ago
  64. 9a1dcea Revert "Do not return the FCI information while selecting a file" by Harald Welte · 8 years ago
  65. 8c1b33c Do not return the FCI information while selecting a file by Jan Balke · 9 years ago
  66. 14b350f Allow changing the class byte for pdu messages by Jan Balke · 9 years ago
  67. 982a307 commands: Check SW for UPDATE BIN / UPDATE REC / VERIFY CHV by Harald Welte · 13 years ago
  68. 530076e commands: Fix bug in verify_chv. by Sylvain Munaut · 14 years ago
  69. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 14 years ago