Skip to content

Added Majority of the Version 2 Functionality

Karel Slaný requested to merge v0.11-stable-enhancements into v0.11-stable

Added most of the version 2 functionality:

  • isds_GetOwnerInfoFromLogin2()
  • isds_GetUserInfoFromLogin2()
  • isds_FindDataBox2()
  • isds_UpdateDataBoxDescr2()
  • isds_AddDataBoxUser2()
  • isds_DeleteDataBoxUser2()
  • isds_UpdateDataBoxUser2()
  • isds_GetDataBoxUsers2()

These functions are an extension of the existing interface and do not interfere with the already existing functionality.

Also some bugs have been fixed:

  • Added a forgotten check for firmName value inside test_isds_DbOwnerInfo_duplicate().
  • Removed excessive memory allocation inside extract_DbUserInfo().
  • Fixed a condition and removed an excessive constraint inside extract_credentials_delivery().
Edited by Karel Slaný

Merge request reports