index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
srp.cpp
Age
Commit message (
Expand
)
Author
2022-04-08
Fix compiler warnings
ShadowNinja
2020-12-24
Fix some minor code issues all over the place
sfan5
2019-01-04
Drop libgmp on Android and use mini-gmp (#8047)
Loïc Blot
2018-07-26
Fix build on gcc 5.0 (#7586)
zeuner
2018-06-26
Fix buffer overrun in SRP (#7484)
red-001
2018-01-04
Fix Wstringop-overflow warning from util/srp.cpp (#6855)
you
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-06-10
Remove superfluous pointer null checks
QrchackOfficial
2017-04-02
Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea...
Loïc Blot
2016-08-10
couple of memory leaks fixes.
David Carlier
2016-04-10
Update CSRP-GMP to commit deaa11a7c29a73008
est31
2015-11-08
Don't compile pcgrandom on Windows
est31
2015-09-30
Fix some SRP issues
est31
2015-08-06
Initialize random for verification key generation too
est31
2015-07-24
Check output of mpz_set_str and fix leak on error condition
est31
2015-07-24
Remove some old dead code. Fix some Clang warnings in SRP (ng->N... will
Loic Blot
2015-05-11
Make early protocol auth mechanism generic, and add SRP
est31