1. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  2. 57e3813 libmsc/db: avoid subscr->name without terminating NULL char by Harald Welte · 8 years ago
  3. 5872641 Make random MSISDN assignment optional by Max · 8 years ago
  4. 3911533 Make random extension range configurable by Max · 8 years ago
  5. cac441c tweak db debug log: log TMSI as hex by Neels Hofmeyr · 8 years ago
  6. f77ac9a db.c: implemented incremental migration by Vadim Yanitskiy · 8 years ago
  7. 02884f2 use new libosmocore gsm_23_003.h for IMEI/IMSI length by Harald Welte · 8 years ago
  8. 34ef4c5 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  9. 9a2fa40 db: If creating a subscriber in the db fails, return NULL by Holger Hans Peter Freyther · 8 years ago
  10. 19206b8 subscr: Make db_create_subscriber fail on duplicates by Holger Hans Peter Freyther · 8 years ago
  11. 5c33631 Revert "move to hex TMSI representation" by Harald Welte · 8 years ago
  12. 2c07934 move to hex TMSI representation by Vadim Yanitskiy · 8 years ago
  13. 2c38f71 db: Avoid undefined behavior when copying cm2/cm3 from the db by Holger Hans Peter Freyther · 8 years ago
  14. 14368df libmsc: Use RAND_bytes to generate a token by Daniel Willmann · 9 years ago
  15. 5926596 libmsc: Use RAND_bytes when choosing a tmsi by Daniel Willmann · 9 years ago
  16. 2787c75 use non-vararg functions if possible by Max · 9 years ago
  17. dcde4b6 nitb: Fix IMSI/IMEI buffer handling (Coverity) by Jacob Erlbeck · 9 years ago
  18. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  19. 68a82f7 DB: produce a backtrace in case of a DB error by Harald Welte · 10 years ago
  20. 77c9f13 db: Use ulonglong to access the database for sqlite3 by Holger Hans Peter Freyther · 10 years ago
  21. 5433c16 db: Fix fall-out with the subscriber removal in the subscriber deletion code by Holger Hans Peter Freyther · 10 years ago
  22. daf0eea db: Add testcase for the db migration. by Holger Hans Peter Freyther · 10 years ago
  23. 1071e0a sms: Add code to migrate the database to the new schema by Holger Hans Peter Freyther · 10 years ago
  24. c5104f2 sms: Do not store received id in the SMS database. by Alexander Chemeris · 11 years ago
  25. d262daa sms: Kill the sms->sender and use addr/ton/npi throughout the code by Holger Hans Peter Freyther · 11 years ago
  26. d41b7b7 nitb/ctrl: Implement a command to list all active subscribers by Holger Hans Peter Freyther · 10 years ago
  27. c652a5d nitb/ctrl: Implement creating and deleting subscribers by Holger Hans Peter Freyther · 10 years ago
  28. 5c3e05f db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered() by Alexander Chemeris · 10 years ago
  29. 1271c77 db: Remove the german from the log message by Alexander Chemeris · 10 years ago
  30. 7ff8806 db: Avoid crash we have seen with the dbi code when reading a SMS by Holger Hans Peter Freyther · 11 years ago
  31. 3dc0ab1 db: Fetch the authorized key using ulonglong by Kevin Redon · 11 years ago
  32. abe587d db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  33. 0d404ca Fix typo ',' -> ';' at the end of a line. by Alexander Chemeris · 11 years ago
  34. 2fb8ebf expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago
  35. 1b39a8f misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  36. 461a0d8 db: Fix an issue with the memset by Holger Hans Peter Freyther · 11 years ago
  37. fe7cc1e libmsc: Track and update the location update expiry by Jan Luebbe · 12 years ago
  38. fde4916 SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  39. 40b7dfd libmsc/db: Fix max value of ainfo->a3a8_ki_len in db_get_authinfo_for_subscr by Sylvain Munaut · 12 years ago
  40. a26aeba db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  41. b4660bd db: fix Smatch warnings by Harald Welte · 13 years ago
  42. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  43. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  44. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  45. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  46. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/db.c]
  47. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/db.c]
  48. 07d876d misc: Remove unused variable from the db. by Holger Hans Peter Freyther · 13 years ago
  49. c06687d [db] Fix double-quoting in libdbi backend by Harald Welte · 14 years ago
  50. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  51. f29c9bf db: Quote the IMEI string before passing it into the database. by Holger Hans Peter Freyther · 14 years ago
  52. 447bc5a [db] Properly quote name and extension for SQL access by Harald Welte · 14 years ago
  53. ae9c9d9 db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  54. d0095e4 db: Add method to load a SMS by id. by Holger Hans Peter Freyther · 14 years ago
  55. 0c29e5f subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  56. ef3b59d misc: Remove gsm_subscriber.h from the db.h file by Holger Hans Peter Freyther · 14 years ago
  57. b74772b misc: Reorder includes, move osmocore to the end by Holger Hans Peter Freyther · 14 years ago
  58. dfd61a3 janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  59. 8de47dc db.c: Fix some SQL queries for ambiguous column names by Sylvain Munaut · 14 years ago
  60. e795f67 db: Use proper %llu for subscriber ID in format string. by Sylvain Munaut · 14 years ago
  61. ef710ae db: Fix typo in sync_lastauthtuples SQL UPDATE stmt by Sylvain Munaut · 14 years ago
  62. 48858d2 db: Change naming convention for auth info functions by Sylvain Munaut · 14 years ago
  63. 6025f80 db: Use subscriber_id as primary key for AuthKeys/AuthLastTuples by Sylvain Munaut · 14 years ago
  64. f190bdf db: Rename AuthTuples to AuthLastTuples by Sylvain Munaut · 14 years ago
  65. 805eb48 DB: don't use reserved "index" word in SQL table field name by Harald Welte · 14 years ago
  66. 7e85eaf [GPRS] NS: more rate counters for BLOCK / DEAD count by Harald Welte · 14 years ago
  67. c80bb28 [GPRS] NS: Start to use rate_ctr_group code from libosmocore by Harald Welte · 14 years ago
  68. 5a5ee60 db: Fix aliasing warning by casting the signed char to a struct by Holger Hans Peter Freyther · 14 years ago
  69. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  70. 082ec46 db: Fix a bug where no pending SMS were found by Holger Hans Peter Freyther · 14 years ago
  71. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  72. deab241 db: Add methods to set auth{info,tuple} for a subscriber by Sylvain Munaut · 15 years ago
  73. 00b043a db: Fix bad size comparison when retrieving Ki by Sylvain Munaut · 15 years ago
  74. da87636 db: Add issued/use_count/key_seq fields to AuthTuples by Sylvain Munaut · 15 years ago
  75. 47a79bc db: Fix type of algorithm_id (NUMERIC -> INTEGER) by Sylvain Munaut · 15 years ago
  76. c1bf126 db: Fix missing commas in AuthTuples table creation by Sylvain Munaut · 15 years ago
  77. c9ba256 [db] A new subscriber is an INFO event, not NOTICE by Harald Welte (local) · 15 years ago
  78. 990ca03 'classmark1' is not an integer field in the database by Harald Welte (local) · 15 years ago
  79. 273fdfd Converrt the database later to use DEBUGP/LOGP instead of stderr by Harald Welte · 15 years ago
  80. eff28ac db: coding style cleanup by Harald Welte · 15 years ago
  81. d574fac fix merge artefact from db.c by Harald Welte · 15 years ago
  82. 28f7c57 [authentication] Code for retrieving authentication data from SQL DB by Harald Welte · 15 years ago
  83. 4051831 fix sql table creation for 'Counters' table by Harald Welte · 15 years ago
  84. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  85. c2e0a44 Implement a better sending of pending SMS by Sylvain Munaut · 15 years ago
  86. 889b01c [db] Fix queries for unsent SMS by Sylvain Munaut · 15 years ago
  87. f330bf4 fix compile warning in db.c by Harald Welte · 15 years ago
  88. 26abffa change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  89. eb12526 [db] Fix compile warnings in db.c by Holger Hans Peter Freyther · 15 years ago
  90. cd8bacf [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  91. 044008d Use correct capitalization on SQL statements by Harald Welte · 15 years ago
  92. ced09ed actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  93. bd72aa2 store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  94. 7e3c85b don't try to deliver sms to a subscriber that's not registered by Harald Welte (local) · 15 years ago
  95. 1b47047 fix token allocation sql strings by Harald Welte (local) · 15 years ago
  96. ae73121 fix random extension generation by Jan Luebbe · 15 years ago
  97. f4ac9a7 fix problems with tmsi uniqueness in the subscriber table by Jan Luebbe · 15 years ago
  98. 70a9a0f fix a wrong format specifier by Jan Luebbe · 15 years ago
  99. 62cc86d allocate an extension when creating the subscriber by Jan Luebbe · 15 years ago
  100. bb7501f token support in the DB by Jan Luebbe · 15 years ago