summaryrefslogtreecommitdiffstats
path: root/src/sim.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Use stkutil named constants in sim.cAndrzej Zaborowski1-4/+4
2010-03-25Refactor: Remove MobileNetworkCodeLength propertyDenis Kenzior1-6/+36
2010-03-22Move sim manager interface definition to dbus.hDenis Kenzior1-26/+21
2010-03-19Fix: Check password length based on its typePekka Pessi1-6/+6
2010-03-16Fix: Fixup error paths in sim_op_check_cachedDenis Kenzior1-1/+7
2010-02-27Use stk_envelope_type constant name in sim.cAndrzej Zaborowski1-1/+2
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-2/+2
2010-01-12Refactor: Rename & Restructure cphs_supportDenis Kenzior1-6/+6
2010-01-12Rename: Rename CPHS Phase enumsDenis Kenzior1-4/+3
2010-01-12Retrieve CPHS phase (if any) from SIM.Andrzej Zaborowski1-1/+46
2010-01-06Set phase to unknown until we probe itDenis Kenzior1-0/+1
2010-01-06Refactor: Preserve Phase obtained from the SIMDenis Kenzior1-4/+2
2010-01-06Index SIM cache by phase also.Andrzej Zaborowski1-8/+46
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-2/+4
2009-12-17Style: Fixup style issuesDenis Kenzior1-1/+3
2009-12-17Handle EF-CBSMID contents.Andrzej Zaborowski1-0/+34
2009-10-05Fix: Don't crash when cached ef structure differsDenis Kenzior1-1/+1
2009-10-02Refactor: Move elementary file type checkingDenis Kenzior1-40/+35
2009-09-28Fix efli being removed prematurelyDenis Kenzior1-4/+6
2009-09-24Fix whitespaceDenis Kenzior1-7/+7
2009-09-24Add initial support for LockedPins propertyDenis Kenzior1-7/+95
2009-09-23Ignore EFli if the first entry is emptyDenis Kenzior1-4/+11
2009-09-23Remove unused struct field.Andrzej Zaborowski1-1/+0
2009-09-23Rename eflp_format to efli_format, semantically opposite.Andrzej Zaborowski1-4/+4
2009-09-22Simplify: Use dbus_message_iter_get_argsDenis Kenzior1-64/+14
2009-09-22Remove unused structureDenis Kenzior1-6/+0
2009-09-23Fix unused variable issue from last commitsMarcel Holtmann1-1/+0
2009-09-22Don't try to Lock or Unlock SIM PIN2Denis Kenzior1-1/+6
2009-09-22Make sure we try to lock/unlock/change only PINsDenis Kenzior1-4/+32
2009-09-22Refactor: Do not use int instead of enumDenis Kenzior1-4/+5
2009-09-22Add LockPin and UnlockPin functionsDenis Kenzior1-39/+76
2009-09-22Rearrange sim password enumDenis Kenzior1-25/+26
2009-09-22Get rid of 1 line functionDenis Kenzior1-7/+2
2009-09-22Move some stuff aroundDenis Kenzior1-0/+36
2009-09-22Do PIN authenticationAndrzej Zaborowski1-1/+285
2009-09-17Refactor language preference parsingDenis Kenzior1-71/+85
2009-09-17Simplify function logicDenis Kenzior1-8/+8
2009-09-17Fix potential memory leakDenis Kenzior1-0/+6
2009-09-17Rename function to be more clearDenis Kenzior1-2/+2
2009-09-17Use existing function for converting to iso639Denis Kenzior1-27/+3
2009-09-17Present list of preferred languages on SimManager interfce.Andrzej Zaborowski1-0/+216
2009-09-11Port sim ready watch to __ofono_watchlistDenis Kenzior1-76/+17
2009-09-08Fix style issueDenis Kenzior1-2/+2
2009-09-08Move create_dirs to storage.c, add file read/write utilitiesAndrzej Zaborowski1-65/+4
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag capability to simDenis Kenzior1-2/+2
2009-08-31Don't return sdn numbers until readyDenis Kenzior1-1/+3
2009-08-31Simplify EFsdn reading codeDenis Kenzior1-25/+28
2009-08-31Rename MNCLength to MobileNetworkCodeLengthDenis Kenzior1-3/+3