Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SSPI-sample
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vadim Kazakov
SSPI-sample
Commits
12059096
Commit
12059096
authored
Dec 17, 2024
by
Vadim Kazakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README.md
parent
74a5f129
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
12059096
...
...
@@ -22,3 +22,16 @@ sspi-client.c:313:48: error: use of undeclared identifier 'NEGOSSP_NAME'
313 | static PTCHAR lpPackageName = (PTCHAR) NEGOSSP_NAME;
|
```
P.S: ошибка исправлена добавлением следующих строк в sspi-client.c:
```
#ifndef NEGOSSP_NAME
#define NEGOSSP_NAME "Negotiate"
#endif
```
При запуске вылезает следующая ошибка (в sspi-client.exe):
```
0128:fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment