1998-01-30 17:23:16 +01:00
|
|
|
/* status.h
|
2004-07-15 23:00:35 +02:00
|
|
|
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003,
|
|
|
|
* 2004 Free Software Foundation, Inc.
|
1998-01-30 17:23:16 +01:00
|
|
|
*
|
1998-12-23 13:41:40 +01:00
|
|
|
* This file is part of GnuPG.
|
1998-01-30 17:23:16 +01:00
|
|
|
*
|
1998-12-23 13:41:40 +01:00
|
|
|
* GnuPG is free software; you can redistribute it and/or modify
|
1998-01-30 17:23:16 +01:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2007-10-23 12:48:09 +02:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
1998-01-30 17:23:16 +01:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
1998-12-23 13:41:40 +01:00
|
|
|
* GnuPG is distributed in the hope that it will be useful,
|
1998-01-30 17:23:16 +01:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2007-10-23 12:48:09 +02:00
|
|
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
1998-01-30 17:23:16 +01:00
|
|
|
*/
|
2002-06-29 15:46:34 +02:00
|
|
|
#ifndef G10_STATUS_H
|
|
|
|
#define G10_STATUS_H
|
1998-01-30 17:23:16 +01:00
|
|
|
|
|
|
|
#define STATUS_ENTER 1
|
|
|
|
#define STATUS_LEAVE 2
|
|
|
|
#define STATUS_ABORT 3
|
|
|
|
|
|
|
|
#define STATUS_GOODSIG 4
|
|
|
|
#define STATUS_BADSIG 5
|
|
|
|
#define STATUS_ERRSIG 6
|
|
|
|
|
1998-02-04 19:54:31 +01:00
|
|
|
#define STATUS_BADARMOR 7
|
1998-01-30 17:23:16 +01:00
|
|
|
|
2012-11-08 13:25:02 +01:00
|
|
|
/* Not anymore used: STATUS_RSA_OR_IDEA 8 */
|
|
|
|
|
2002-06-29 15:46:34 +02:00
|
|
|
#define STATUS_KEYEXPIRED 9
|
1998-07-09 15:37:17 +02:00
|
|
|
#define STATUS_KEYREVOKED 10
|
|
|
|
|
|
|
|
#define STATUS_TRUST_UNDEFINED 11
|
|
|
|
#define STATUS_TRUST_NEVER 12
|
|
|
|
#define STATUS_TRUST_MARGINAL 13
|
|
|
|
#define STATUS_TRUST_FULLY 14
|
|
|
|
#define STATUS_TRUST_ULTIMATE 15
|
|
|
|
|
1998-07-31 18:45:58 +02:00
|
|
|
#define STATUS_SHM_INFO 16
|
|
|
|
#define STATUS_SHM_GET 17
|
|
|
|
#define STATUS_SHM_GET_BOOL 18
|
|
|
|
#define STATUS_SHM_GET_HIDDEN 19
|
1998-07-09 15:37:17 +02:00
|
|
|
|
1998-08-08 21:27:00 +02:00
|
|
|
#define STATUS_NEED_PASSPHRASE 20
|
1999-01-09 16:06:59 +01:00
|
|
|
#define STATUS_VALIDSIG 21
|
1999-02-26 17:59:48 +01:00
|
|
|
#define STATUS_SIG_ID 22
|
1999-03-17 13:13:04 +01:00
|
|
|
#define STATUS_ENC_TO 23
|
|
|
|
#define STATUS_NODATA 24
|
|
|
|
#define STATUS_BAD_PASSPHRASE 25
|
|
|
|
#define STATUS_NO_PUBKEY 26
|
|
|
|
#define STATUS_NO_SECKEY 27
|
1999-04-08 09:41:35 +02:00
|
|
|
#define STATUS_NEED_PASSPHRASE_SYM 28
|
|
|
|
#define STATUS_DECRYPTION_FAILED 29
|
1999-04-09 12:34:44 +02:00
|
|
|
#define STATUS_DECRYPTION_OKAY 30
|
|
|
|
#define STATUS_MISSING_PASSPHRASE 31
|
|
|
|
#define STATUS_GOOD_PASSPHRASE 32
|
1999-04-26 17:53:01 +02:00
|
|
|
#define STATUS_GOODMDC 33
|
|
|
|
#define STATUS_BADMDC 34
|
|
|
|
#define STATUS_ERRMDC 35
|
1999-07-14 19:47:23 +02:00
|
|
|
#define STATUS_IMPORTED 36
|
|
|
|
#define STATUS_IMPORT_RES 37
|
2000-07-14 19:34:53 +02:00
|
|
|
#define STATUS_FILE_START 38
|
|
|
|
#define STATUS_FILE_DONE 39
|
|
|
|
#define STATUS_FILE_ERROR 40
|
1999-07-14 19:47:23 +02:00
|
|
|
|
2000-07-14 19:34:53 +02:00
|
|
|
#define STATUS_BEGIN_DECRYPTION 41
|
|
|
|
#define STATUS_END_DECRYPTION 42
|
|
|
|
#define STATUS_BEGIN_ENCRYPTION 43
|
|
|
|
#define STATUS_END_ENCRYPTION 44
|
|
|
|
|
|
|
|
#define STATUS_DELETE_PROBLEM 45
|
|
|
|
#define STATUS_GET_BOOL 46
|
|
|
|
#define STATUS_GET_LINE 47
|
|
|
|
#define STATUS_GET_HIDDEN 48
|
|
|
|
#define STATUS_GOT_IT 49
|
|
|
|
#define STATUS_PROGRESS 50
|
|
|
|
#define STATUS_SIG_CREATED 51
|
2002-06-29 15:46:34 +02:00
|
|
|
#define STATUS_SESSION_KEY 52
|
|
|
|
#define STATUS_NOTATION_NAME 53
|
|
|
|
#define STATUS_NOTATION_DATA 54
|
|
|
|
#define STATUS_POLICY_URL 55
|
|
|
|
#define STATUS_BEGIN_STREAM 56
|
|
|
|
#define STATUS_END_STREAM 57
|
|
|
|
#define STATUS_KEY_CREATED 58
|
|
|
|
#define STATUS_USERID_HINT 59
|
|
|
|
#define STATUS_UNEXPECTED 60
|
|
|
|
#define STATUS_INV_RECP 61
|
|
|
|
#define STATUS_NO_RECP 62
|
|
|
|
#define STATUS_ALREADY_SIGNED 63
|
|
|
|
#define STATUS_SIGEXPIRED 64
|
|
|
|
#define STATUS_EXPSIG 65
|
|
|
|
#define STATUS_EXPKEYSIG 66
|
|
|
|
#define STATUS_ATTRIBUTE 67
|
2002-09-02 12:59:04 +02:00
|
|
|
#define STATUS_IMPORT_OK 68
|
2002-12-22 21:53:20 +01:00
|
|
|
#define STATUS_IMPORT_CHECK 69
|
2003-08-13 05:31:36 +02:00
|
|
|
#define STATUS_REVKEYSIG 70
|
2003-10-29 11:07:44 +01:00
|
|
|
#define STATUS_CARDCTRL 71
|
2004-04-27 10:23:45 +02:00
|
|
|
#define STATUS_NEWSIG 72
|
2004-07-15 23:00:35 +02:00
|
|
|
#define STATUS_PLAINTEXT 73
|
|
|
|
#define STATUS_PLAINTEXT_LENGTH 74
|
2004-10-13 09:10:51 +02:00
|
|
|
#define STATUS_KEY_NOT_CREATED 75
|
2004-10-15 15:16:58 +02:00
|
|
|
#define STATUS_NEED_PASSPHRASE_PIN 76
|
2004-10-28 05:14:55 +02:00
|
|
|
#define STATUS_SIG_SUBPACKET 77
|
1998-01-30 17:23:16 +01:00
|
|
|
|
2005-03-07 14:59:59 +01:00
|
|
|
/* Extra status codes for certain smartcard operations. Primary
|
|
|
|
useful to double check that change PIN worked as expected. */
|
|
|
|
#define STATUS_SC_OP_FAILURE 79
|
|
|
|
#define STATUS_SC_OP_SUCCESS 80
|
|
|
|
|
2005-03-14 20:19:21 +01:00
|
|
|
#define STATUS_BACKUP_KEY_CREATED 81
|
|
|
|
|
2005-12-20 21:19:16 +01:00
|
|
|
#define STATUS_PKA_TRUST_BAD 82
|
|
|
|
#define STATUS_PKA_TRUST_GOOD 83
|
|
|
|
|
2006-04-03 12:13:23 +02:00
|
|
|
#define STATUS_BEGIN_SIGNING 84
|
|
|
|
|
2007-03-05 11:22:56 +01:00
|
|
|
#define STATUS_ERROR 85
|
|
|
|
|
2012-01-13 16:20:53 +01:00
|
|
|
#define STATUS_DECRYPTION_INFO 86
|
|
|
|
|
2005-03-07 14:59:59 +01:00
|
|
|
|
1998-01-30 17:23:16 +01:00
|
|
|
/*-- status.c --*/
|
1998-07-31 18:45:58 +02:00
|
|
|
void set_status_fd ( int fd );
|
1999-01-09 16:06:59 +01:00
|
|
|
int is_status_enabled ( void );
|
1998-07-31 18:45:58 +02:00
|
|
|
void write_status ( int no );
|
|
|
|
void write_status_text ( int no, const char *text );
|
2002-06-29 15:46:34 +02:00
|
|
|
void write_status_buffer ( int no,
|
|
|
|
const char *buffer, size_t len, int wrap );
|
|
|
|
void write_status_text_and_buffer ( int no, const char *text,
|
|
|
|
const char *buffer, size_t len, int wrap );
|
1998-07-31 18:45:58 +02:00
|
|
|
|
|
|
|
#ifdef USE_SHM_COPROCESSING
|
|
|
|
void init_shm_coprocessing ( ulong requested_shm_size, int lock_mem );
|
|
|
|
#endif /*USE_SHM_COPROCESSING*/
|
|
|
|
|
|
|
|
int cpr_enabled(void);
|
|
|
|
char *cpr_get( const char *keyword, const char *prompt );
|
2002-06-29 15:46:34 +02:00
|
|
|
char *cpr_get_no_help( const char *keyword, const char *prompt );
|
1998-11-10 13:59:59 +01:00
|
|
|
char *cpr_get_utf8( const char *keyword, const char *prompt );
|
1998-07-31 18:45:58 +02:00
|
|
|
char *cpr_get_hidden( const char *keyword, const char *prompt );
|
|
|
|
void cpr_kill_prompt(void);
|
|
|
|
int cpr_get_answer_is_yes( const char *keyword, const char *prompt );
|
1999-05-27 09:45:46 +02:00
|
|
|
int cpr_get_answer_yes_no_quit( const char *keyword, const char *prompt );
|
2003-10-29 11:07:44 +01:00
|
|
|
int cpr_get_answer_okay_cancel (const char *keyword,
|
|
|
|
const char *prompt,
|
|
|
|
int def_answer);
|
1998-01-30 17:23:16 +01:00
|
|
|
|
2002-06-29 15:46:34 +02:00
|
|
|
#endif /*G10_STATUS_H*/
|