bozo: Log each dir and file with bad access rights
[openafs.git] / src / bozo / boserr.et
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # */
9
10 # NOTE: BZACCESS value is hardcoded in audit/audit.h, so if you make
11 # changes here, make sure that audit/audit.h is kept up to date.
12
13 error_table BZ
14         ec BZNOTACTIVE, "process not active"
15         ec BZNOENT, "no such entity"
16         ec BZBUSY, "can't do operation now"
17         ec BZEXISTS, "entity already exists"
18         ec BZNOCREATE, "failed to create entity"
19         ec BZDOM, "index out of range"
20         ec BZACCESS, "you are not authorized for this operation"
21         ec BZSYNTAX, "syntax error in create parameter"
22         ec BZIO, "I/O error"
23         ec BZNET, "network problem"
24         ec BZBADTYPE, "unrecognized bnode type"
25         ec BZKEYINUSE, "kvno already used - have to remove existing kvno's before reuse"
26         ec BZENCREQ, "this function requires encrypted input, use a newer client program"
27 end