Lammert Bies

Results 8 issues of Lammert Bies

The murmur and libcrc links were accidental mixed up. I have fixed them and removed the link to the Intel SPMD compiler in the Hash section of the library because...

The throttle functionality is triggered based on a uint32_t variable. Therefore it doesn't work with IPv6.

bug

Not intuitive to have two comparable functions where one is just the other with one missing parameter.

enhancement

The access control and netmask calculation functions only work with IPv4 addresses.

bug

When preparing a CGI environment, AUTHENTICATION_DOMAIN can be NULL. For security reasons it must be carefully analyzed what the implications are if no server value is passed to the CGI...

enhancement

Changing port number to uint16_t would reduce the number of checks and conversions significantly. It should be checked first however if in some border case negative or large numbers are...

enhancement

The block for errno handling in the static push function is very very empty. This is called nice weather code. As long as everything goes fine everybody thinks the program...

bug

Lot of locking mess in this function probably to allow multiple threads to call non-threadsafe calls to OpenSSL.

bug