summaryrefslogtreecommitdiff
path: root/source4/include/nterr.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-17 22:00:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:57 -0500
commit5f868bc1acc9bdaed32ae70fb9906334663ccfff (patch)
tree9424d3bf161978f501e41006811c6dad4b83db28 /source4/include/nterr.h
parent5efd740d4d4597208f835c6ed787c180056d7264 (diff)
downloadsamba-5f868bc1acc9bdaed32ae70fb9906334663ccfff.tar.gz
samba-5f868bc1acc9bdaed32ae70fb9906334663ccfff.tar.bz2
samba-5f868bc1acc9bdaed32ae70fb9906334663ccfff.zip
r3826: - added testing of ea lists in NTTRANS CREATE
- fixed push/pull of chained ea lists - fixed a bug in the nttrans wire encoding (This used to be commit fcd09224076508f9c10095bf2e2c394232a4d297)
Diffstat (limited to 'source4/include/nterr.h')
-rw-r--r--source4/include/nterr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/nterr.h b/source4/include/nterr.h
index c5133d1a76..14c76144a6 100644
--- a/source4/include/nterr.h
+++ b/source4/include/nterr.h
@@ -29,6 +29,7 @@
#define STATUS_BUFFER_OVERFLOW NT_STATUS(0x80000005)
#define STATUS_NO_MORE_FILES NT_STATUS(0x80000006)
#define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a)
+#define STATUS_EA_LIST_INCONSISTENT NT_STATUS(0x80000014)
#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
#define STATUS_SOME_UNMAPPED NT_STATUS(0x0107)