aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Remove the check for asprintfWerner Koch2004-10-211-9/+0
| | | | | | | | | | | | | | | | * app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.4.
* Add asprintf prototype.Werner Koch2004-10-151-0/+13
|
* Added SELInux hacks and did some cleanups.Werner Koch2004-10-131-16/+0
|
* * util.h: Prototype destroy_dotlock(). From Werner on stable branch.David Shaw2004-09-301-0/+1
|
* * util.h: Prototype for hextobyte().David Shaw2004-02-211-2/+2
|
* * util.h: Add prototype for print_string2().David Shaw2004-01-161-1/+3
|
* cleaned up RISC OS code and removed lots of unnecessary stuffStefan Bellon2003-12-281-8/+0
|
* * util.h: Add prototype for match_multistr().David Shaw2003-11-211-0/+1
|
* * cardglue.c (open_card): Ask for card insertion.Werner Koch2003-10-291-0/+1
| | | | | | | | | | | | (check_card_serialno): New. (agent_scd_pksign, agent_scd_pkdecrypt): Use it here. * cardglue.c (open_card): Issue insertion status message. * status.h, status.c (STATUS_CARDCTRL): New. * status.c (cpr_get_answer_okay_cancel): New. * miscutil.c (answer_is_okay_cancel): New.
* 2003-09-28 Timo Schulz <[email protected]>Timo Schulz2003-09-281-1/+2
| | | | | | * util.h [WIN32]: Prototype for asprintf. * dynload.h [WIN32]: Define RTLD_LAZY.
* * util.h: Add the atoi_* and xtoi_* suite of macros from 1.9.Werner Koch2003-09-281-0/+8
| | | | | * dynload.h: New. Taken from 1.9.
* * util.h: s/__MINGW32__/_WIN32/ to help building on native WindowsDavid Shaw2003-08-281-2/+2
| | | | | compilers. Requested by Brian Gladman. From Werner on stable branch.
* * types.h: Prefer using uint64_t when creating a 64-bit unsigned type.David Shaw2003-07-101-0/+10
| | | | | | | | | | | | This avoids a warning on compilers that support but complain about unsigned long long. * util.h (ascii_isspace): New variation on isspace() that is immune from locale changes. * util.h: Make sure that only ascii is passed to isfoo functions. (From Werner on stable branch).
* * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit allDavid Shaw2003-05-241-13/+12
| | | | | | | preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
* * util.h [__CYGWIN32__]: Don't need the registry prototypes. From WernerDavid Shaw2002-11-131-1/+1
| | | | | on stable branch.
* * util.h: Add wipememory2() macro (same as wipememory, but can specify theDavid Shaw2002-11-061-1/+2
| | | | | byte to wipe with).
* added RISC OS module loading supportStefan Bellon2002-10-311-8/+10
|
* * util.h: Add wipememory() macro.David Shaw2002-10-311-0/+2
|
* tidied RISC OS filetype supportStefan Bellon2002-10-291-1/+2
|
* filetype support for RISC OSStefan Bellon2002-10-281-0/+3
|
* * util.h: Add new log_warning logger command which can be switched betweenDavid Shaw2002-10-031-0/+4
| | | | | log_info and log_error via log_set_strict.
* Added prototype.Werner Koch2002-09-101-1/+2
|
* tidying up RISC OS stuffStefan Bellon2002-08-061-0/+1
|
* RISC OS changes due to dynload removalStefan Bellon2002-08-031-1/+1
|
* Update head to match stable 1.0David Shaw2002-06-291-50/+191
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-0/+1
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-39/+39
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-11/+4
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-69/+5
|
* See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1999-11-191-5/+6
|
* See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner KochWerner Koch1999-08-311-1/+2
|
* See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1999-07-071-2/+2
|
* See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner KochWerner Koch1999-07-011-0/+3
|
* See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner KochWerner Koch1999-06-291-3/+3
|
* See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner KochWerner Koch1999-05-271-0/+1
|
* See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner KochWerner Koch1999-05-251-1/+1
|
* See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner KochWerner Koch1999-05-221-0/+2
|
* See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner KochWerner Koch1999-05-201-0/+1
|
* See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner KochWerner Koch1999-05-171-1/+1
|
* See ChangeLog: Tue Mar 2 16:44:57 CET 1999 Werner KochWerner Koch1999-03-021-0/+1
|
* See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1999-02-161-1/+1
|
* See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1999-02-101-3/+5
|
* See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner KochWerner Koch1999-01-201-0/+1
|
* See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1999-01-191-1/+0
|
* See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner KochWerner Koch1999-01-171-0/+1
|
* See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner KochWerner Koch1998-11-271-0/+7
|
* See ChangeLog: Fri Nov 27 15:30:24 CET 1998 Werner KochWerner Koch1998-11-271-0/+1
|
* Expiration time works (I hope so)Werner Koch1998-11-201-0/+1
|
* See ChangeLog ;-). Key validation should now be fasterWerner Koch1998-11-131-1/+3
|
* Some bug fixes of the last releaseWerner Koch1998-11-101-0/+1
|