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