{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1759758389,"commit_time":1759771873,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"ef1794e50e111dd4683b12875be7a685c63e44ca","message":"ldap: tidy-up types, fix error code confusion\n\n- fix `CURLcode` vs. LDAP result code confusion.\n  Return `LDAP_NO_MEMORY` when `Curl_create_sspi_identity()` fails,\n  since it can only return `CURLE_OUT_OF_MEMORY` as error.\n- use `ULONG` for result code on Windows. Drop casts.\n- use portable `curl_ldap_num_t`. Drop casts.\n- replace magic number 0 with `LDAP_SUCCESS`.\n- compare with `LDAP_SUCCESS` instead of assuming non-zero.\n  (where necessary.)\n- add/fix `#endif` comments.\n- fix indentation.\n\nCloses #18888\n","parents":["92a212568403d985a2614a7d206bf34b7a8fb827"],"tree_hash":"40f03b2cf11650530371029cd4ac80703c0f9cc2"}