aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-shell.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-11pySim-shell: Introduce logical grouping of argumentsHarald Welte1-17/+29
2021-04-11pySim-shell: Migrate from optparse to argparse for the main()Harald Welte1-54/+23
2021-04-11fix various typos all over the codeHarald Welte1-6/+6
2021-04-11pySim-shell: Add open_channel + close_channel commandsHarald Welte1-0/+17
2021-04-11pySim-shell: Adds support for DEACTIVATE FILE + ACTIVATE FILEHarald Welte1-0/+9
2021-04-10pySim-shell: Use poutput_json() whenever applicableHarald Welte1-1/+1
2021-04-10extend JSONEncoder to serialze 'bytes' style objects as hex stringsHarald Welte1-3/+3
2021-04-10shell: Add 'apdu_trace' settable parameter for hex-dumping APDUsHarald Welte1-1/+18
2021-04-09pySim-shell: tree/export: catch errors during DF selectionPhilipp Maier1-6/+31
2021-04-09pySim-shell: be sure that startup script file existsPhilipp Maier1-0/+6
2021-04-08pySim-shell: fix wrong reference to iccid.Philipp Maier1-1/+1
2021-04-06pySim-shell: Add settable parameter on JSON pretty-printingHarald Welte1-0/+10
2021-04-04transport: Pass status word interpreter to exception handlerHarald Welte1-0/+2
2021-04-04shell: Move dir,tree,export from ISO7816 to pySim commandsHarald Welte1-96/+101
2021-04-04Move init_reader() from utils.py to transport/__init__.pyHarald Welte1-1/+2
2021-04-04rename card_data to card_key_provider.Harald Welte1-5/+5
2021-04-02pySim-shell: Remove UsimCommandsHarald Welte1-19/+1
2021-04-02Fix various mistakes around the CardADF <-> CardApplication dualismHarald Welte1-4/+4
2021-04-02pySim-shell: fix and improve file system exporterPhilipp Maier1-10/+20
2021-04-02pySim-shell: prevent inconsitancy when walking through the FS treePhilipp Maier1-0/+7
2021-04-02pySim-shell: complete CHV/PIN management toolsPhilipp Maier1-6/+70
2021-04-02pySim-shell: be more specific when finding no ADM-PINPhilipp Maier1-1/+4
2021-04-02commands: conserve write cyclesPhilipp Maier1-0/+6
2021-04-02pySim-shell: automatic ADM pin from CSV-FilePhilipp Maier1-2/+33
2021-03-30pySim-shell: use -a / -A commandline option to authenticatePhilipp Maier1-0/+10
2021-03-27pySim-shell: add command to show file descriptionPhilipp Maier1-0/+8
2021-03-26pySim-shell: add filesystem exporterPhilipp Maier1-0/+58
2021-03-26pySim-shell: output currently selected file using select commandPhilipp Maier1-0/+6
2021-03-26pySim-shell: add option to execute script on startupPhilipp Maier1-3/+7
2021-03-26pySim-shell: add ADF.ISIM / ADF.USIM dynamicallyPhilipp Maier1-4/+3
2021-03-23pysim-shell: select MF on startup to make commands accessiblePhilipp Maier1-0/+1
2021-03-18pySim-shell: add functionality to walk through the fs recursivelyPhilipp Maier1-1/+25
2021-03-18pySim-shell: add "dir" command.Philipp Maier1-1/+30
2021-03-03Add a new pySim-shell programHarald Welte1-0/+213