- 25 Jan, 2014 1 commit
-
-
Andrey Borzenkov authored
In file included from util/misc.c:36:0: ./include/grub/emu/misc.h:56:1: error: 'libintl_printf' is an unrecognized format function type [-Werror=format=] char * EXPORT_FUNC(xasprintf) (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))) WARN_UNUSED_RESULT; ^ ./include/grub/emu/misc.h:58:1: error: 'libintl_printf' is an unrecognized format function type [-Werror=format=] The reason is libintl.h which redefines printf as libintl_printf. The problem is not present in native MinGW build which avoids redefinition. Use (format (__printf__) instead which is valid replacement in GCC. v2: add grub-core/lib/libgcrypt/src/g10lib.h v3: modify g10lib.h during import
-
- 21 Dec, 2013 2 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
- 21 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
array.
-
- 12 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
size.
-
- 07 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 04 Oct, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 22 Aug, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
and gcry_log_bug. * grub-core/lib/libgcrypt_wrap/mem.c: Include g10lib.h
-
- 14 Jan, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/Makefile.core.def (mpi): Add mpi-inline.c. * grub-core/lib/libgcrypt_wrap/cipher_wrap.h: Remove redundant declarations. * grub-core/lib/posix_wrap/string.h: Include sys/types.h. * grub-core/lib/posix_wrap/sys/types.h: Add common types. * grub-core/lib/xzembed/xz_dec_lzma2.c (dict_put): Replace byte identifier with b. * grub-core/lib/xzembed/xz_dec_stream.c (dec_vli): Likewise. * include/grub/crypto.h: Add type defines. * util/import_gcrypth.sed: Remove duplicate type defines.
-
- 12 Jan, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 08 Feb, 2012 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
on it.
-
- 13 Dec, 2011 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/disk/raid.c (grub_raid_block_xor): Removed. All users changed to grub_crypto_xor * grub-core/lib/crypto.c (grub_crypto_xor): Moved from here ... * include/grub/crypto.h (grub_crypto_xor): ... here. Inlined. Use bigger types when possible.
-
- 06 Nov, 2011 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 24 Apr, 2011 3 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 23 Apr, 2011 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 22 Apr, 2011 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 05 Sep, 2010 1 commit
-
-
Szymon Janc authored
-
- 17 Aug, 2010 1 commit
-
-
BVK Chaitanya authored
-
- 06 May, 2010 1 commit
-
-
BVK Chaitanya authored
-
- 23 Dec, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 07 Dec, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
Use dedicated simple password retriever for size of future crypto disks modules and simplify entering passwords routines
-
- 24 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 16 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 24 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 13 Nov, 2009 3 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 12 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 11 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 10 Nov, 2009 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 09 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-