Browse Source

SER 2.0 database api moved to lib/srdb2.

Jan Janak 16 years ago
parent
commit
569bf0016d
69 changed files with 0 additions and 0 deletions
  1. 0 0
      lib/srdb2/Makefile
  2. 0 0
      lib/srdb2/README
  3. 0 0
      lib/srdb2/db.c
  4. 0 0
      lib/srdb2/db.h
  5. 0 0
      lib/srdb2/db_cmd.c
  6. 0 0
      lib/srdb2/db_cmd.h
  7. 0 0
      lib/srdb2/db_con.c
  8. 0 0
      lib/srdb2/db_con.h
  9. 0 0
      lib/srdb2/db_ctx.c
  10. 0 0
      lib/srdb2/db_ctx.h
  11. 0 0
      lib/srdb2/db_drv.c
  12. 0 0
      lib/srdb2/db_drv.h
  13. 0 0
      lib/srdb2/db_fld.c
  14. 0 0
      lib/srdb2/db_fld.h
  15. 0 0
      lib/srdb2/db_gen.c
  16. 0 0
      lib/srdb2/db_gen.h
  17. 0 0
      lib/srdb2/db_pool.c
  18. 0 0
      lib/srdb2/db_pool.h
  19. 0 0
      lib/srdb2/db_rec.c
  20. 0 0
      lib/srdb2/db_rec.h
  21. 0 0
      lib/srdb2/db_res.c
  22. 0 0
      lib/srdb2/db_res.h
  23. 0 0
      lib/srdb2/db_uri.c
  24. 0 0
      lib/srdb2/db_uri.h
  25. 0 0
      lib/srdb2/schema/Makefile
  26. 0 0
      lib/srdb2/schema/acc.xml
  27. 0 0
      lib/srdb2/schema/aliases.xml
  28. 0 0
      lib/srdb2/schema/attr_types.xml
  29. 0 0
      lib/srdb2/schema/contact_attrs.xml
  30. 0 0
      lib/srdb2/schema/cpl.xml
  31. 0 0
      lib/srdb2/schema/credentials.xml
  32. 0 0
      lib/srdb2/schema/customers.xml
  33. 0 0
      lib/srdb2/schema/domain.xml
  34. 0 0
      lib/srdb2/schema/domain_attrs.xml
  35. 0 0
      lib/srdb2/schema/domain_settings.xml
  36. 0 0
      lib/srdb2/schema/entities.xml
  37. 0 0
      lib/srdb2/schema/extra_attrs.xml
  38. 0 0
      lib/srdb2/schema/global_attrs.xml
  39. 0 0
      lib/srdb2/schema/grp.xml
  40. 0 0
      lib/srdb2/schema/gw.xml
  41. 0 0
      lib/srdb2/schema/gw_grp.xml
  42. 0 0
      lib/srdb2/schema/i18n-cs.xml
  43. 0 0
      lib/srdb2/schema/i18n-en.xml
  44. 0 0
      lib/srdb2/schema/i18n.xml
  45. 0 0
      lib/srdb2/schema/ipmatch.xml
  46. 0 0
      lib/srdb2/schema/lcr.xml
  47. 0 0
      lib/srdb2/schema/location.xml
  48. 0 0
      lib/srdb2/schema/missed_calls.xml
  49. 0 0
      lib/srdb2/schema/offline_winfo.xml
  50. 0 0
      lib/srdb2/schema/pdt.xml
  51. 0 0
      lib/srdb2/schema/phonebook.xml
  52. 0 0
      lib/srdb2/schema/presentity.xml
  53. 0 0
      lib/srdb2/schema/presentity_contact.xml
  54. 0 0
      lib/srdb2/schema/presentity_extensions.xml
  55. 0 0
      lib/srdb2/schema/presentity_notes.xml
  56. 0 0
      lib/srdb2/schema/rls_subscription.xml
  57. 0 0
      lib/srdb2/schema/rls_vs.xml
  58. 0 0
      lib/srdb2/schema/rls_vs_names.xml
  59. 0 0
      lib/srdb2/schema/sd_attrs.xml
  60. 0 0
      lib/srdb2/schema/ser.xml
  61. 0 0
      lib/srdb2/schema/silo.xml
  62. 0 0
      lib/srdb2/schema/speed_dial.xml
  63. 0 0
      lib/srdb2/schema/trusted.xml
  64. 0 0
      lib/srdb2/schema/tuple_extensions.xml
  65. 0 0
      lib/srdb2/schema/tuple_notes.xml
  66. 0 0
      lib/srdb2/schema/uri.xml
  67. 0 0
      lib/srdb2/schema/uri_attrs.xml
  68. 0 0
      lib/srdb2/schema/user_attrs.xml
  69. 0 0
      lib/srdb2/schema/watcherinfo.xml

+ 0 - 0
db/Makefile → lib/srdb2/Makefile


+ 0 - 0
db/README → lib/srdb2/README


+ 0 - 0
db/db.c → lib/srdb2/db.c


+ 0 - 0
db/db.h → lib/srdb2/db.h


+ 0 - 0
db/db_cmd.c → lib/srdb2/db_cmd.c


+ 0 - 0
db/db_cmd.h → lib/srdb2/db_cmd.h


+ 0 - 0
db/db_con.c → lib/srdb2/db_con.c


+ 0 - 0
db/db_con.h → lib/srdb2/db_con.h


+ 0 - 0
db/db_ctx.c → lib/srdb2/db_ctx.c


+ 0 - 0
db/db_ctx.h → lib/srdb2/db_ctx.h


+ 0 - 0
db/db_drv.c → lib/srdb2/db_drv.c


+ 0 - 0
db/db_drv.h → lib/srdb2/db_drv.h


+ 0 - 0
db/db_fld.c → lib/srdb2/db_fld.c


+ 0 - 0
db/db_fld.h → lib/srdb2/db_fld.h


+ 0 - 0
db/db_gen.c → lib/srdb2/db_gen.c


+ 0 - 0
db/db_gen.h → lib/srdb2/db_gen.h


+ 0 - 0
db/db_pool.c → lib/srdb2/db_pool.c


+ 0 - 0
db/db_pool.h → lib/srdb2/db_pool.h


+ 0 - 0
db/db_rec.c → lib/srdb2/db_rec.c


+ 0 - 0
db/db_rec.h → lib/srdb2/db_rec.h


+ 0 - 0
db/db_res.c → lib/srdb2/db_res.c


+ 0 - 0
db/db_res.h → lib/srdb2/db_res.h


+ 0 - 0
db/db_uri.c → lib/srdb2/db_uri.c


+ 0 - 0
db/db_uri.h → lib/srdb2/db_uri.h


+ 0 - 0
db/schema/Makefile → lib/srdb2/schema/Makefile


+ 0 - 0
db/schema/acc.xml → lib/srdb2/schema/acc.xml


+ 0 - 0
db/schema/aliases.xml → lib/srdb2/schema/aliases.xml


+ 0 - 0
db/schema/attr_types.xml → lib/srdb2/schema/attr_types.xml


+ 0 - 0
db/schema/contact_attrs.xml → lib/srdb2/schema/contact_attrs.xml


+ 0 - 0
db/schema/cpl.xml → lib/srdb2/schema/cpl.xml


+ 0 - 0
db/schema/credentials.xml → lib/srdb2/schema/credentials.xml


+ 0 - 0
db/schema/customers.xml → lib/srdb2/schema/customers.xml


+ 0 - 0
db/schema/domain.xml → lib/srdb2/schema/domain.xml


+ 0 - 0
db/schema/domain_attrs.xml → lib/srdb2/schema/domain_attrs.xml


+ 0 - 0
db/schema/domain_settings.xml → lib/srdb2/schema/domain_settings.xml


+ 0 - 0
db/schema/entities.xml → lib/srdb2/schema/entities.xml


+ 0 - 0
db/schema/extra_attrs.xml → lib/srdb2/schema/extra_attrs.xml


+ 0 - 0
db/schema/global_attrs.xml → lib/srdb2/schema/global_attrs.xml


+ 0 - 0
db/schema/grp.xml → lib/srdb2/schema/grp.xml


+ 0 - 0
db/schema/gw.xml → lib/srdb2/schema/gw.xml


+ 0 - 0
db/schema/gw_grp.xml → lib/srdb2/schema/gw_grp.xml


+ 0 - 0
db/schema/i18n-cs.xml → lib/srdb2/schema/i18n-cs.xml


+ 0 - 0
db/schema/i18n-en.xml → lib/srdb2/schema/i18n-en.xml


+ 0 - 0
db/schema/i18n.xml → lib/srdb2/schema/i18n.xml


+ 0 - 0
db/schema/ipmatch.xml → lib/srdb2/schema/ipmatch.xml


+ 0 - 0
db/schema/lcr.xml → lib/srdb2/schema/lcr.xml


+ 0 - 0
db/schema/location.xml → lib/srdb2/schema/location.xml


+ 0 - 0
db/schema/missed_calls.xml → lib/srdb2/schema/missed_calls.xml


+ 0 - 0
db/schema/offline_winfo.xml → lib/srdb2/schema/offline_winfo.xml


+ 0 - 0
db/schema/pdt.xml → lib/srdb2/schema/pdt.xml


+ 0 - 0
db/schema/phonebook.xml → lib/srdb2/schema/phonebook.xml


+ 0 - 0
db/schema/presentity.xml → lib/srdb2/schema/presentity.xml


+ 0 - 0
db/schema/presentity_contact.xml → lib/srdb2/schema/presentity_contact.xml


+ 0 - 0
db/schema/presentity_extensions.xml → lib/srdb2/schema/presentity_extensions.xml


+ 0 - 0
db/schema/presentity_notes.xml → lib/srdb2/schema/presentity_notes.xml


+ 0 - 0
db/schema/rls_subscription.xml → lib/srdb2/schema/rls_subscription.xml


+ 0 - 0
db/schema/rls_vs.xml → lib/srdb2/schema/rls_vs.xml


+ 0 - 0
db/schema/rls_vs_names.xml → lib/srdb2/schema/rls_vs_names.xml


+ 0 - 0
db/schema/sd_attrs.xml → lib/srdb2/schema/sd_attrs.xml


+ 0 - 0
db/schema/ser.xml → lib/srdb2/schema/ser.xml


+ 0 - 0
db/schema/silo.xml → lib/srdb2/schema/silo.xml


+ 0 - 0
db/schema/speed_dial.xml → lib/srdb2/schema/speed_dial.xml


+ 0 - 0
db/schema/trusted.xml → lib/srdb2/schema/trusted.xml


+ 0 - 0
db/schema/tuple_extensions.xml → lib/srdb2/schema/tuple_extensions.xml


+ 0 - 0
db/schema/tuple_notes.xml → lib/srdb2/schema/tuple_notes.xml


+ 0 - 0
db/schema/uri.xml → lib/srdb2/schema/uri.xml


+ 0 - 0
db/schema/uri_attrs.xml → lib/srdb2/schema/uri_attrs.xml


+ 0 - 0
db/schema/user_attrs.xml → lib/srdb2/schema/user_attrs.xml


+ 0 - 0
db/schema/watcherinfo.xml → lib/srdb2/schema/watcherinfo.xml