Added Majority of the Version 2 Functionality
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 insidetest_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
Activity
Filter activity
added 1 commit
- 4d6ab420 - Fixed 99 character file name restriction on created tar archive.
added 24 commits
- 5baa0742 - Added support for EV6.
- cdaae7f3 - Added support for new data box types.
- abd2904f - Updated Czech localisation.
- c8e06ec3 - Added PersonName2, Address2, DbOwnerInfo2 and DbUserInfo2.
- 0cb12fb3 - Added isds_GetOwnerInfoFromLogin2().
- d3128210 - Added client/getuserboxinfo2.
- cb3069ad - Added tests for free and duplicate functions of newly added structures.
- a4ee2e8f - Fixed a mistake in isds_DbOwnerInfo_duplicate() test.
- 7659896f - Added isds_GetUserInfoFromLogin2().
- c3c90dca - Removed unnecessary allocation from extract_DbUserInfo().
- fec27c9c - Separated repeating code into functions.
- 6791e48b - Added isds_GetDataBoxUsers2().
- 05b17586 - Added isds_FindDataBox2().
- 4d7a1614 - Added isds_UpdateDataBoxDescr2().
- 603b3731 - Added isds_AddDataBoxUser2().
- a340dfd2 - Added isds_DeleteDataBoxUser2().
- c165546e - Added isds_UpdateDataBoxUser2().
- 9e44910d - Added simple client sources.
- acc7cfb0 - Fixed bug when extracting delivery credential from ISDS responses.
- 83aa0ea3 - Removed an excessive existence constraint on isds:dbAccessDataId.
- d0ad51d7 - Fixed isds_UpdateDataBoxDescr2().
- 2e0a9c9d - Disabled allocation of dbType when none is present.
- bb5b1feb - Disabled allocation of userType when none is present.
- e02eb46b - Fixed 99 character file name restriction on created tar archive.
Toggle commit listadded 1 commit
- 7c0266f8 - Fixed some statements and updated Czech localisation.
Please register or sign in to reply