1. 6727f0c Fix compatibility with Python 3: print() is a function by Vadim Yanitskiy · 4 years, 5 months ago
  2. 84d2cb3 python3 conversion: fix tabs and spaces inconsistency by Denis 'GNUtoo' Carikli · 4 years, 9 months ago
  3. 7592eee pySim-prog: use functions to derive MCC/MNC from IMSI by Philipp Maier · 4 years, 9 months ago
  4. be069e2 cards: use string representation for MNC/MCC by Philipp Maier · 4 years, 9 months ago
  5. 196b08c pySim-prog: check if CSV file exists by Philipp Maier · 4 years, 9 months ago
  6. 120a000 pySim-prog: use case insensitive CSV headers. by Philipp Maier · 4 years, 9 months ago
  7. 1de89bf pySim-prog.py: use more expressive error message on CSV read failure by Philipp Maier · 4 years, 9 months ago
  8. c5b422e Add support for automatic card handling by Philipp Maier · 4 years, 10 months ago
  9. e053da5 pySim-prog: generate a pin_adm from pin_adm_hex also for CSV files by Philipp Maier · 4 years, 10 months ago
  10. 164b963 Add an option to read the iccid and batch-program the new card data by Daniel Willmann · 4 years, 10 months ago
  11. f432b2b pySim-prog: Add option for hex ADM keys by Daniel Willmann · 6 years ago
  12. c46a4eb pySim-prog: Use CSV format with headers by Daniel Willmann · 6 years ago
  13. 7d38d74 pySim-prog: Print out hex-escaped pin_adm in card parameters by Daniel Willmann · 6 years ago
  14. 35a96ed pySim-*.py: print info about selected reader interface by Vadim Yanitskiy · 6 years ago
  15. 9f9f5a6 pySim-*.py: add command line option for Calypso reader by Vadim Yanitskiy · 6 years ago
  16. 588f3ac pySim-*.py: refactor card reader driver initialization by Vadim Yanitskiy · 6 years ago
  17. 4fa8f1c pySim-prog: Honor international '+' in SMSC number by Daniel Willmann · 6 years ago
  18. ac9dde6 pysim-prog: add commandline option to probe cards by Philipp Maier · 6 years ago
  19. f779231 csv: fix missing import (broken CSV support) by Philipp Maier · 6 years ago
  20. d982488 pysim-prog: also allow raw hex adm pins besides numeric ascii by Philipp Maier · 6 years ago
  21. 9eeadfc add support for open cells SIM cards by Todd Neal · 6 years ago
  22. d9d2b94 Revert "pySim-prog: ADM code can be longer 8 digits, it's implementation specific." by Harald Welte · 6 years ago
  23. 19fffa1 Make derive_milenage_opc and calculate_luhn publicly available through utils.py by Alexander Chemeris · 6 years ago
  24. 47c73ab pySim-prog: Replace magic numbers with a readable EF file name. by Alexander Chemeris · 6 years ago
  25. a51592e pySim-prog: ADM code can be longer 8 digits, it's implementation specific. by Alexander Chemeris · 6 years ago
  26. d17ca3d Fix comment: Ki -> OPC by Alexander Chemeris · 7 years ago
  27. 287b6ce pySim-prog.py: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  28. ac23ad5 pySim-*.py: Set shebang to use python v2 by Pau Espin Pedrol · 6 years ago
  29. 4e82468 re-program: Instead of specifying the IMSI, read it from the card. by Holger Hans Peter Freyther · 12 years ago
  30. c3ebd33 Add PIN-ADM argument to the command line by Jan Balke · 9 years ago
  31. e9e5ecb Introduce a '--dry-run' option to skip actual card access by Harald Welte · 12 years ago
  32. c26b829 read_params_csv: Make sure we don't end up in endless loop by Harald Welte · 12 years ago
  33. 7f62cec pySim-prog: Add mode where it can re-generate a card from CSV by Harald Welte · 12 years ago
  34. 130524b split parameter writing for CSV and SQL into separate functions by Harald Welte · 12 years ago
  35. 2188524 Implement setting of EF.ACC file in GrcardSim and _MagicSimBase by Alexander Chemeris · 11 years ago
  36. cca4179 usim/opc: Derive OPC from KI and OP by Holger Hans Peter Freyther · 12 years ago
  37. 93b38cd usim/opc: Add support to write completely random OPC by Harald Welte · 12 years ago
  38. 9977c86 pySim-prog: Fix SMSC 'number type' field to 0x81 by Sylvain Munaut · 13 years ago
  39. 607ce2a Fix computation of SMSP from a SMSC number by Sylvain Munaut · 13 years ago
  40. 1a91443 Whitespace fixes by Sylvain Munaut · 13 years ago
  41. 2c0ff3a correctly compute the ICCID (19 digits, including luhn checksum) by Harald Welte · 13 years ago
  42. 5dffefb pySim-prog.py: pyflakes doesn't find Importerror.. by Holger Hans Peter Freyther · 13 years ago
  43. 9f120e0 pySim-prog: Fix insertion of Ki in HLR. Need to escape like DBI does it by Sylvain Munaut · 13 years ago
  44. 8d243e8 pySim-prog: Fix crash when using manuam imsi/iccid/kc by Sylvain Munaut · 13 years ago
  45. 98d2b85 pySim-prog: Check that batch mode is used with auto parameters by Sylvain Munaut · 13 years ago
  46. 8f7d3ba pySim-prog: Change logic to support batch programming by Sylvain Munaut · 14 years ago
  47. bdca252 transport: Change transport api to allow for wait_for_card/connect/disconnect by Sylvain Munaut · 14 years ago
  48. 9c8729a pySim-prog: Fix pcsc device selection and link creation by Sylvain Munaut · 14 years ago
  49. 143e99d pySim-prog: Add options to save generated parameters to CVS or OpenBSC HLR by Sylvain Munaut · 14 years ago
  50. 1771603 pySim-prog: Show default for mnc in help mode by Sylvain Munaut · 14 years ago
  51. e9fdecb pySim-prog: Group option for serial (dev & baud) together by Sylvain Munaut · 14 years ago
  52. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 14 years ago