- Jun 04, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
Fix warnings
-
Matt Johnston authored
Fix warnings
-
- Jun 03, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- May 29, 2015
-
-
Matt Johnston authored
-
- 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
reqname, bindaddr, request_addr, desthost and orighost to be exhaustive.
-
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
-
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
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
-
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
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.
-