svn commit: samba r21581 - in branches: SAMBA_3_0/source/include SAMBA_3_0/source/libsmb SAMBA_3_0_25/source/include SAMBA_3_0_25/source/libsmb

vlendec at samba.org vlendec at samba.org
Wed Feb 28 09:04:06 GMT 2007


Author: vlendec
Date: 2007-02-28 09:04:05 +0000 (Wed, 28 Feb 2007)
New Revision: 21581

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21581

Log:
Add an error code I just got
Modified:
   branches/SAMBA_3_0/source/include/nterr.h
   branches/SAMBA_3_0/source/libsmb/nterr.c
   branches/SAMBA_3_0_25/source/include/nterr.h
   branches/SAMBA_3_0_25/source/libsmb/nterr.c


Changeset:
Modified: branches/SAMBA_3_0/source/include/nterr.h
===================================================================
--- branches/SAMBA_3_0/source/include/nterr.h	2007-02-28 02:06:17 UTC (rev 21580)
+++ branches/SAMBA_3_0/source/include/nterr.h	2007-02-28 09:04:05 UTC (rev 21581)
@@ -559,6 +559,7 @@
 #define NT_STATUS_TOO_MANY_LINKS NT_STATUS(0xC0000000 | 0x0265)
 #define NT_STATUS_QUOTA_LIST_INCONSISTENT NT_STATUS(0xC0000000 | 0x0266)
 #define NT_STATUS_FILE_IS_OFFLINE NT_STATUS(0xC0000000 | 0x0267)
+#define NT_STATUS_DS_NO_MORE_RIDS NT_STATUS(0xC0000000 | 0x02a8)
 #define NT_STATUS_NOT_A_REPARSE_POINT NT_STATUS(0xC0000000 | 0x0275)
 #define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */
 #define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004)

Modified: branches/SAMBA_3_0/source/libsmb/nterr.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/nterr.c	2007-02-28 02:06:17 UTC (rev 21580)
+++ branches/SAMBA_3_0/source/libsmb/nterr.c	2007-02-28 09:04:05 UTC (rev 21581)
@@ -533,6 +533,7 @@
 	{ "NT_STATUS_TOO_MANY_LINKS", NT_STATUS_TOO_MANY_LINKS },
 	{ "NT_STATUS_QUOTA_LIST_INCONSISTENT", NT_STATUS_QUOTA_LIST_INCONSISTENT },
 	{ "NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE },
+	{ "NT_STATUS_DS_NO_MORE_RIDS", NT_STATUS_DS_NO_MORE_RIDS },
 	{ "NT_STATUS_NOT_A_REPARSE_POINT", NT_STATUS_NOT_A_REPARSE_POINT },
         { "NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES },
 	{ "STATUS_MORE_ENTRIES", STATUS_MORE_ENTRIES },

Modified: branches/SAMBA_3_0_25/source/include/nterr.h
===================================================================
--- branches/SAMBA_3_0_25/source/include/nterr.h	2007-02-28 02:06:17 UTC (rev 21580)
+++ branches/SAMBA_3_0_25/source/include/nterr.h	2007-02-28 09:04:05 UTC (rev 21581)
@@ -559,6 +559,7 @@
 #define NT_STATUS_TOO_MANY_LINKS NT_STATUS(0xC0000000 | 0x0265)
 #define NT_STATUS_QUOTA_LIST_INCONSISTENT NT_STATUS(0xC0000000 | 0x0266)
 #define NT_STATUS_FILE_IS_OFFLINE NT_STATUS(0xC0000000 | 0x0267)
+#define NT_STATUS_DS_NO_MORE_RIDS NT_STATUS(0xC0000000 | 0x02a8)
 #define NT_STATUS_NOT_A_REPARSE_POINT NT_STATUS(0xC0000000 | 0x0275)
 #define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */
 #define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004)

Modified: branches/SAMBA_3_0_25/source/libsmb/nterr.c
===================================================================
--- branches/SAMBA_3_0_25/source/libsmb/nterr.c	2007-02-28 02:06:17 UTC (rev 21580)
+++ branches/SAMBA_3_0_25/source/libsmb/nterr.c	2007-02-28 09:04:05 UTC (rev 21581)
@@ -533,6 +533,7 @@
 	{ "NT_STATUS_TOO_MANY_LINKS", NT_STATUS_TOO_MANY_LINKS },
 	{ "NT_STATUS_QUOTA_LIST_INCONSISTENT", NT_STATUS_QUOTA_LIST_INCONSISTENT },
 	{ "NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE },
+	{ "NT_STATUS_DS_NO_MORE_RIDS", NT_STATUS_DS_NO_MORE_RIDS },
 	{ "NT_STATUS_NOT_A_REPARSE_POINT", NT_STATUS_NOT_A_REPARSE_POINT },
         { "NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES },
 	{ "STATUS_MORE_ENTRIES", STATUS_MORE_ENTRIES },



More information about the samba-cvs mailing list