Changeset 103145 in vbox
- Timestamp:
- Jan 31, 2024 3:07:08 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/auth/directoryservice/directoryservice.cpp
r98103 r103145 38 38 static const size_t s_cBufferSize = 32 * 1024; 39 39 40 tDirStatus defaultSearchNodePath(tDirReference pDirRef, tDataListPtr *pdsNodePath)40 static tDirStatus defaultSearchNodePath(tDirReference pDirRef, tDataListPtr *pdsNodePath) 41 41 { 42 42 tDirStatus dsErr = eDSNoErr; … … 68 68 } 69 69 70 tDirStatus userAuthInfo(tDirReference pDirRef, tDirNodeReference pNodeRef, const char *pszUsername, tDataListPtr *ppAuthNodeListOut)70 static tDirStatus userAuthInfo(tDirReference pDirRef, tDirNodeReference pNodeRef, const char *pszUsername, tDataListPtr *ppAuthNodeListOut) 71 71 { 72 72 tDirStatus dsErr = eDSNoErr; … … 204 204 } 205 205 206 tDirStatus authWithNode(tDirReference pDirRef, tDataListPtr pAuthNodeList, const char *pszUsername, const char *pszPassword)206 static tDirStatus authWithNode(tDirReference pDirRef, tDataListPtr pAuthNodeList, const char *pszUsername, const char *pszPassword) 207 207 { 208 208 tDirStatus dsErr = eDSNoErr;
Note:
See TracChangeset
for help on using the changeset viewer.