summaryrefslogtreecommitdiffstats
path: root/src/sim.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-31Refactor sim mnc lengthDenis Kenzior1-7/+8
2009-08-31Style FixDenis Kenzior1-4/+2
2009-08-31Expose service dialling numbers stored on SIM through SimManager.Andrzej Zaborowski1-7/+137
2009-08-31Decode and encode alpha-identifier fieldsAndrzej Zaborowski1-2/+3
2009-08-31Read EFad and expose the IMSI MNC length (2-3)Andrzej Zaborowski1-0/+44
2009-08-20Fix unused function remove_all_watchesDenis Kenzior1-0/+2
2009-08-19Evolve SIM driverDenis Kenzior1-216/+314
2009-08-08Fix compile warningDenis Kenzior1-1/+3
2009-08-07Refactor SIM file cacheDenis Kenzior1-105/+91
2009-08-07Make the sim op queue have a removable gsourceDenis Kenzior1-7/+21
2009-08-07Don't use g_timeout_add to retrieve imsiDenis Kenzior1-6/+3
2009-08-07Refactor setting MSISDNDenis Kenzior1-27/+33
2009-08-07Keep new numbers in the main sim data structureDenis Kenzior1-17/+10
2009-08-07Move error label to a more logical placeDenis Kenzior1-3/+3
2009-08-07Move variable declarations to a move logical placeDenis Kenzior1-2/+3
2009-08-07Make SubscriberNumbers writable.Andrzej Zaborowski1-5/+203
2009-08-07Make SIM op queue more robust.Andrzej Zaborowski1-6/+6
2009-08-05Don't hardcode info len to 6Denis Kenzior1-1/+1
2009-08-04Don't emit SubscriberNumbers multiple timesDenis Kenzior1-7/+6
2009-08-04Put defines near the topDenis Kenzior1-5/+5