We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647008a commit 2dab43bCopy full SHA for 2dab43b
enum4linux-ng.py
@@ -212,7 +212,10 @@
212
# This is a rather strange status which needs more examination and might be
213
# removed from here in the future.
214
"STATUS_CONNECTION_DISCONNECTED",
215
- "WERR_ACCESS_DENIED"
+ "WERR_ACCESS_DENIED",
216
+ # This error code is from the depths of CIFS/SMBv1
217
+ # https://tools.ietf.org/id/draft-leach-cifs-v1-spec-01.txt
218
+ "ERRSRV:ERRaccess"
219
]
220
221
# Mapping from errno to string for socket errors we often come across
0 commit comments