aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ncp_stat.c
diff options
context:
space:
mode:
authorGreg Morris <GMORRIS@novell.com>2007-08-30 10:26:20 +0000
committerGreg Morris <GMORRIS@novell.com>2007-08-30 10:26:20 +0000
commit82b75c4a19d3b84d2ab6249776958dc1f9b79cd7 (patch)
tree612b1213983125ce54bdb42c47b7d36917901641 /gtk/ncp_stat.c
parenta6aab98d1e193c7f225c74acc3bb5114421b97cc (diff)
Update to reflect new iteration verb 0x6e.
svn path=/trunk/; revision=22748
Diffstat (limited to 'gtk/ncp_stat.c')
-rw-r--r--gtk/ncp_stat.c66
1 files changed, 57 insertions, 9 deletions
diff --git a/gtk/ncp_stat.c b/gtk/ncp_stat.c
index 396855f42a..fb34fc09d8 100644
--- a/gtk/ncp_stat.c
+++ b/gtk/ncp_stat.c
@@ -181,11 +181,11 @@ static const value_string ncp_nds_verb_vals[] = {
{ 44, "Release Moved Entry" },
{ 45, "Backup Entry" },
{ 46, "Restore Entry" },
- { 47, "Save DIB" },
+ { 47, "Save DIB (Obsolete)" },
{ 48, "Control" },
{ 49, "Remove Backlink" },
{ 50, "Close Iteration" },
- { 51, "Unused" },
+ { 51, "Mutate Entry" },
{ 52, "Audit Skulking" },
{ 53, "Get Server Address" },
{ 54, "Set Keys" },
@@ -196,24 +196,72 @@ static const value_string ncp_nds_verb_vals[] = {
{ 59, "Begin Authentication" },
{ 60, "Finish Authentication" },
{ 61, "Logout" },
- { 62, "Repair Ring" },
+ { 62, "Repair Ring (Obsolete)" },
{ 63, "Repair Timestamps" },
{ 64, "Create Back Link" },
{ 65, "Delete External Reference" },
{ 66, "Rename External Reference" },
- { 67, "Create Directory Entry" },
- { 68, "Remove Directory Entry" },
- { 69, "Designate New Master" },
+ { 67, "Create Queue Entry Directory" },
+ { 68, "Remove Queue Entry Directory" },
+ { 69, "Merge Entries" },
{ 70, "Change Tree Name" },
{ 71, "Partition Entry Count" },
{ 72, "Check Login Restrictions" },
{ 73, "Start Join" },
{ 74, "Low Level Split" },
{ 75, "Low Level Join" },
- { 76, "Abort Low Level Join" },
+ { 76, "Abort Partition Operation" },
{ 77, "Get All Servers" },
- { 110, "NDS Fragment" },
- { 240, "NDS Ping" },
+ { 78, "Partition Function" },
+ { 79, "Read References" },
+ { 80, "Inspect Entry" },
+ { 81, "Get Remote Entry ID" },
+ { 82, "Change Security" },
+ { 83, "Check Console Operator" },
+ { 84, "Start Move Tree" },
+ { 85, "Move Tree" },
+ { 86, "End Move Tree" },
+ { 87, "Low Level Abort Join" },
+ { 88, "Check Security Equivalence" },
+ { 89, "Merge Tree" },
+ { 90, "Sync External Reference" },
+ { 91, "Resend Entry" },
+ { 92, "New Schema Epoch" },
+ { 93, "Statistics" },
+ { 94, "Ping" },
+ { 95, "Get Bindery Contexts" },
+ { 96, "Monitor Connection" },
+ { 97, "Get DS Statistics" },
+ { 98, "Reset DS Counters" },
+ { 99, "Console" },
+ { 100, "Read Stream" },
+ { 101, "Write Stream" },
+ { 102, "Create Orphan Partition" },
+ { 103, "Remove Orphan Partition" },
+ { 104, "Link Orphan Partition" },
+ { 105, "Set Distributed Reference Link (DRL)" },
+ { 106, "Available" },
+ { 107, "Available" },
+ { 108, "Verify Distributed Reference Link (DRL)" },
+ { 109, "Verify Partition" },
+ { 110, "Iterator" },
+ { 111, "Available" },
+ { 112, "Close Stream" },
+ { 113, "Available" },
+ { 114, "Read Status" },
+ { 115, "Partition Sync Status" },
+ { 116, "Read Reference Data" },
+ { 117, "Write Reference Data" },
+ { 118, "Resource Event" },
+ { 119, "DIB Request (obsolete)" },
+ { 120, "Set Replication Filter" },
+ { 121, "Get Replication Filter" },
+ { 122, "Change Attribute Definition" },
+ { 123, "Schema in Use" },
+ { 124, "Remove Keys" },
+ { 125, "Clone" },
+ { 126, "Multiple Operations Transaction" },
+ { 240, "Ping" },
{ 255, "EDirectory Call" },
{ 0, NULL }
};