]> andersk Git - moira.git/blame - lib/gdss_et.et
Code style cleanup. (No functional changes)
[moira.git] / lib / gdss_et.et
CommitLineData
6565f81f 1# $Header$
2# GDSS doesn't use com_err internally, have to convert codes with gdss2et()
3
4 error_table gdss
5
6ec GDSS_ET_BADSIG,
7 "Signature failed to verify"
8
9ec GDSS_ET_NOPUBKEY,
10 "Couldn't find public key file"
11
12ec GDSS_ET_KRBFAIL,
13 "Generic Kerberos error during sign"
14
15ec GDSS_ET_NOSOCKET,
16 "socket() call failed during sign"
17
18ec GDSS_ET_NOCONNECT,
19 "connect() call failed during sign"
20
21ec GDSS_ET_TIMEDOUT,
22 "timed out contacting gdss sign server"
23
24ec GDSS_ET_PADTOOMANY,
25 "Padding required to much space"
26
27ec GDSS_ET_ALLOC,
28 "malloc() failed to allocate memory"
29
30ec GDSS_ET_BVERSION,
31 "Bad version ID in signature"
32
33ec GDSS_ET_BADINPUT,
34 "Bad input value to Recompose"
35
36 end
This page took 0.061034 seconds and 5 git commands to generate.