William Pitcock
ab5e766d9c
- Replace calls to strncpyzt() macro with more secure strlcpy().
...
This was done using Coccinelle, the semantic patch was:
@@
expression src, dst, len;
@@
- strncpyzt(src, dst, len);
+ strlcpy(src, dst, len);
2012-11-21 03:22:29 +00:00
codemastr
6b8c83ba85
Cleaned up a bunch of -Wall warnings
2002-01-27 20:28:41 +00:00
codemastr
6a356f7e2d
fixed -Wall warnings
2000-09-08 21:58:11 +00:00
stskeeps
7a9cade496
@@ -466,3 +466,5 @@
...
- SJ3 fixes. Let's hope this works (f*cken hell..)
- Fixed a V:line bug
- Added /infoserv (you can stop bugging us now skold ;P)
+- Removed ALN, and the ALN system.
+- Added base64 encoding instead, for ALN v2 (NS)
2000-07-24 18:58:18 +00:00
stskeeps
769f767b05
A compile fix..
2000-05-28 17:35:42 +00:00
stskeeps
19a1e80ba8
Did a hack on ALN
2000-05-28 17:32:31 +00:00
cmunk
0d30ef8540
Import of Unreal3.1-beta3
2000-05-28 08:55:44 +00:00