- May 06, 2015
-
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
Changing checkusername()'s username argument into char * as well.
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
Data is usually represented as "unsigned char *" like genrandom().
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
This function is used when USE_VFORK is unset.
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
error: ‘noreturn’ function does return [-Werror] abort() is a noreturn function while raise() is not. And because crypt_argchk() is flagged as __attribute__(noreturn), abort() appears to be a better condidate. This compilation warning has probably been introduced by commit 1809f741.
-
Gaël PORTAY authored
buf_incrwritepos() and mp_to_unsigned_bin() functions use k_size as signed integer argument. k_size is also used in an assertion that compared it to curve_size which is a signed long. Only buf_getwriteptr() is using k_size as unsigned. So it safe to use it as signed.
-
Gaël PORTAY authored
Instead of declaring an "unused-variable" or "unused-but-set-variable" structure. This avoid unexpected broken configurations when using something like: $ ./configure CFLAGS="-Wall -Wextra -Werror" It causes AC_COMPILE_IFELSE to fail and thus leading to a mismatch configuration (because the CFLAGS are passed to the macro).
-
- May 02, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- Apr 17, 2015
-
-
Matt Johnston authored
-
- Apr 14, 2015
-
-
Matt Johnston authored
-
- Mar 21, 2015
-
-
Matt Johnston authored
-
- Mar 20, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- Mar 16, 2015
-
-
Matt Johnston authored
-
- Mar 11, 2015
-
-
Matt Johnston authored
-
- Mar 03, 2015
-
-
Matt Johnston authored
-
- Mar 02, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
- Mar 01, 2015
-
-
Matt Johnston authored
-