]> andersk Git - moira.git/blobdiff - lib/mr_et.et
make auth do the right thing for version 2 of the protocol
[moira.git] / lib / mr_et.et
index c37df00d4d128cb9e92b42ea2e541be6b94dc0cd..864ddd52a645fa7e2f5329bc616a1579b1ff9e6e 100644 (file)
@@ -34,7 +34,79 @@ ec   SMS_NO_HANDLE,
 ec     SMS_ALREADY_CONNECTED,
        "Already connected to sms"
 
+ec     SMS_ARGS,
+       "Insufficient number of arguments"
+
 ec     SMS_NOT_UNIQUE,
        "Arguments not unique"
 
+ec     SMS_PERM,
+       "Insufficient permission to perform requested database access"
+
+ec     SMS_LIST,
+       "No such list"
+
+ec     SMS_USER,
+       "No such user"
+
+ec     SMS_STRING,
+       "Unknown string"
+
+ec     SMS_TYPE,
+       "Invalid type"
+
+ec     SMS_EXISTS,
+       "Record already exists"
+
+ec     SMS_DATE,
+       "Invalid date"
+
+ec     SMS_CLUSTER,
+       "Unknown cluster"
+
+ec     SMS_MACHINE,
+       "Unknown machine"
+
+ec     SMS_SERVICE,
+       "Unknown service"
+
+ec     SMS_FILESYS,
+       "Named file system does not exist"
+
+ec     SMS_PRINTER,
+       "Unknown printer"
+
+ec     SMS_QUEUE,
+       "Unknown queue"
+       
+ec     SMS_DEVICE,
+       "No such device"
+
+ec     SMS_ACL,
+       "No such access control list"
+
+ec     SMS_NFSPHYS,
+       "Machine/device pair not in nfsphys"
+
+ec     SMS_FILESYS_EXISTS,
+       "Named file system already exists"
+
+ec     SMS_QUERY_NOT_REENTRANT,
+       "Cannot do query from callback routine"
+
+ec     SMS_RVD,
+       "no such rvd"
+
+ec     SMS_NFS,
+       "specified directory not exported"
+
+ec     SMS_FILESYS_ACCESS,
+       "invalid filesys access"
+
+ec     SMS_USER_GROUP,
+       "list is a user group"
+
+ec     SMS_ARG_TOO_LONG,
+       "An argument is too long"
+
        end
This page took 0.035662 seconds and 4 git commands to generate.