History log of /sssd/src/util/murmurhash3.h
Revision Date Author Comments Expand
3a4186ae40d0c3b7be46a4c973166f6048fcfe38 18-Mar-2013 Lukas Slebodnik <lslebodn@redhat.com>

Fix sss_client breakage. Adding missing dependencies for linker. Missing dependency was introduced by commit 22d381367c27910fe82f476a76b9f4ede555e35a in changed file src/sss_client/nss_mc_common.c All function declaration for io.c was moved from util.h to separate file io.h, https://fedorahosted.org/sssd/ticket/1838

56ad566af1e595dacfcc5a213d906e8070bb263c 16-Aug-2012 Jakub Hrozek <jhrozek@redhat.com>

Fix compilation error in Python murmurhash bindings The compilation produced an error due to missing declaration of uint32_t and a couple of warnings caused by different prototypes of argument parsing functions in older Python releases.

5a70b84cb66fb8c7a3fce0e3f2e4b61e0b2ea9d4 09-Jan-2012 Simo Sorce <simo@redhat.com>

util: add murmurhash3 hash function