server/src/util
Enno Rehling 799514bf40 implement md5 password hashing (untested)
disable test for case-insensitive password test
fix faction/checkpasswd test
2016-01-13 14:41:09 +01:00
..
attrib.c pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
attrib.h pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
attrib.test.c coverity scan (multiple CID) is confuced about a_remove, trying to help it. 2015-10-29 09:06:52 +01:00
base36.c eliminate static variable leak and allocation from base36 2015-10-27 12:48:34 +01:00
base36.h fix copyright notice 2015-01-30 22:10:29 +01:00
base36.test.c support for itoab with smaller bases and larger numbers. 2014-09-29 18:32:12 +02:00
bsdstring.c CID 22597: va_start/va_end mismatch 2015-10-29 20:43:37 +01:00
bsdstring.h STRLCPY macro redefinition and fixes for gcc. work for monkeys. 2015-08-17 22:48:21 +02:00
bsdstring.test.c add some simple tests for writing travelthru information to the report, fix test that sets errno as a side effect (thanks, Microsoft!) 2015-08-18 17:08:02 +02:00
CMakeLists.txt add a new password module 2016-01-12 23:52:30 +01:00
crmessage.c CID 22491 FORWARD_NULL 2015-11-05 11:14:53 +01:00
crmessage.h fix indentation in every file 2015-01-30 20:37:14 +01:00
dice.c fix copyright notice 2015-01-30 22:10:29 +01:00
encoding.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
event.c leaks: call cleanup, free triggers 2015-10-14 20:29:07 +02:00
event.h fix copyright notice 2015-01-30 22:10:29 +01:00
filereader.c fix indentation in every file 2015-01-30 20:37:14 +01:00
filereader.h fix indentation in every file 2015-01-30 20:37:14 +01:00
functions.c stop memory leak from function registry. 2015-10-13 21:26:48 +02:00
functions.h stop memory leak from function registry. 2015-10-13 21:26:48 +02:00
functions.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
goodies.c fix missing include 2015-05-18 09:04:05 +02:00
goodies.h refactoring more of goodies.h into strings.h 2015-05-18 08:59:38 +02:00
language.c issue , eliminate language_struct.h, make the struct module-private 2015-12-01 12:24:22 +01:00
language.h fix copyright notice 2015-01-30 22:10:29 +01:00
lists.c fix copyright notice 2015-01-30 22:10:29 +01:00
lists.h fix copyright notice 2015-01-30 22:10:29 +01:00
log.c 22583 Time of check time of use 2015-11-05 14:05:58 +01:00
log.h fix logging for sp_igjarjuk, temporarily set log-levels for the game to error|warn|info 2015-09-12 19:48:03 +02:00
message.c refactoring: rewrite tests to use test_find_messagetype instead of assert_messages. 2015-08-17 19:36:28 +02:00
message.h refactoring: rewrite tests to use test_find_messagetype instead of assert_messages. 2015-08-17 19:36:28 +02:00
nrmessage.c CID 22570: Copy into fixed size buffer (STRING_OVERFLOW) 2015-10-30 10:57:52 +01:00
nrmessage.h fix indentation in every file 2015-01-30 20:37:14 +01:00
nrmessage_struct.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
parser.c fix indentation in every file 2015-01-30 20:37:14 +01:00
parser.h fix indentation in every file 2015-01-30 20:37:14 +01:00
parser.test.c parsing tokens when buffer is too small - skip the entire token. now with tests. 2014-12-24 15:55:55 +01:00
password.c implement md5 password hashing (untested) 2016-01-13 14:41:09 +01:00
password.h add a new password module 2016-01-12 23:52:30 +01:00
password.test.c Merge branch 'feature/crypt-passwords' of https://github.com/ennorehling/eressea.git 2016-01-13 12:37:12 +01:00
rand.c facility to inject a non-random random generator 2015-12-08 17:57:23 +01:00
rand.h facility to inject a non-random random generator 2015-12-08 17:57:23 +01:00
resolve.c fix copyright notice 2015-01-30 22:10:29 +01:00
resolve.h fix copyright notice 2015-01-30 22:10:29 +01:00
rng.h facility to inject a non-random random generator 2015-12-08 17:57:23 +01:00
rng.test.c indentation fixes for this new file 2015-01-30 22:30:11 +01:00
strings.c add unit-test for casting spells, fix spell-casting (was looking for thisorder), all E3 tests pass again 2015-08-05 10:25:25 +02:00
strings.h refactoring more of goodies.h into strings.h 2015-05-18 08:59:38 +02:00
strings.test.c enable stricter conversion checking for gcc < 4.9, fix code 2015-05-15 20:35:36 +02:00
translation.c address some PVS comments 2015-07-21 09:01:11 +02:00
translation.h fix indentation in every file 2015-01-30 20:37:14 +01:00
umlaut.c reduce log spam 2015-11-21 21:49:33 +01:00
umlaut.h fix copyright notice 2015-01-30 22:10:29 +01:00
umlaut.test.c extend test_umlaut a bit, which doesn't trigger issue 2015-10-14 13:42:12 +02:00
unicode.c enable stricter conversion checking for gcc < 4.9, fix code 2015-05-15 20:35:36 +02:00
unicode.h fix copyright notice 2015-01-30 22:10:29 +01:00
unicode.test.c try to allow visual studio to build with all warnings (/WAll) enabled. 2015-01-12 22:53:21 +01:00
variant.h ignore PVS=-Studio files 2015-07-12 13:15:10 +02:00
xml.c remove unused xml_i function 2015-09-11 11:08:10 +02:00
xml.h remove unused xml_i function 2015-09-11 11:08:10 +02:00