2001-Jan-20 14:42 |
1.4
|
Check-in
[343]:
Underscores in file names suck, because you need an extra key-press to
type them compared to the hyphen. For this reason (and for
consistency) I corrected this horrible, horrible mistake of the past
and renamed those files. By simons.
(diff)
|
2001-Jan-19 09:31 |
1.3
|
Check-in
[311]:
Get rid of the following GCC complains:
generate_cookie.c: In function `generate_cookie':
generate_cookie.c:58: warning: implicit declaration of function `strlen'
generate_cookie.c: In function `MD5Update':
generate_cookie.c:245: warning: declaration of `index' shadows global declaration
generate_cookie.c:260: warning: implicit declaration of function `memcpy'
generate_cookie.c: In function `MD5Final':
generate_cookie.c:286: warning: declaration of `index' shadows global declaration
generate_cookie.c:303: warning: implicit declaration of function `memset' By rse.
(diff)
|
2001-Jan-18 21:30 |
1.2
|
Check-in
[308]:
As we agreed today, Petidomo is now open because licensed under GPL and
always will be licensed under GPL, so use "Petidomo" as the program name
everywhere and consistently. By rse.
(diff)
|
2001-Jan-11 15:11 |
1.1
|
Check-in
[265]:
Added generate_cookie() routine taken from mapSoN. By simons.
|