/[mcrypt]/libmcrypt/lib/mcrypt_modules.c
ViewVC logotype

Log of /libmcrypt/lib/mcrypt_modules.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.36 - (view) (annotate) - [select for diffs]
Sun Dec 22 17:56:02 2002 UTC (21 years, 3 months ago) by nmav
Branch: MAIN
CVS Tags: HEAD, libmcrypt_2_5_5, libmcrypt_2_5_5rc1, libmcrypt_2_5_6, libmcrypt_2_5_7
Changes since 1.35: +0 -4 lines
Diff to previous 1.35 , to selected 1.17
some fixes for ecb mode to work.


Revision 1.35 - (view) (annotate) - [select for diffs]
Tue Dec 17 14:31:40 2002 UTC (21 years, 3 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_5_4
Changes since 1.34: +12 -0 lines
Diff to previous 1.34 , to selected 1.17
Added mcrypt_module_support_dynamic(), and some more fixes to disable dynamic loading.


Revision 1.34 - (view) (annotate) - [select for diffs]
Mon Dec 16 09:52:51 2002 UTC (21 years, 3 months ago) by nmav
Branch: MAIN
Changes since 1.33: +5 -0 lines
Diff to previous 1.33 , to selected 1.17
More checks on input. Suggested by Ilia A.


Revision 1.33 - (view) (annotate) - [select for diffs]
Mon Dec 16 09:50:50 2002 UTC (21 years, 3 months ago) by nmav
Branch: MAIN
Changes since 1.32: +6 -2 lines
Diff to previous 1.32 , to selected 1.17
Some fixes to prevent buffer overruns. Based on patch by
Ilia A.


Revision 1.32 - (view) (annotate) - [select for diffs]
Mon Dec 16 09:46:50 2002 UTC (21 years, 3 months ago) by nmav
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 , to selected 1.17
*** empty log message ***


Revision 1.31 - (view) (annotate) - [select for diffs]
Fri Dec 13 23:03:45 2002 UTC (21 years, 3 months ago) by nmav
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 , to selected 1.17
corrected check in algorithm loading. The check for the buffer size, was fixed. Reported and patch by Ilia A. <ilia@prohost.org>


Revision 1.30 - (view) (annotate) - [select for diffs]
Sat Jul 6 10:18:18 2002 UTC (21 years, 8 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_5_3
Changes since 1.29: +23 -22 lines
Diff to previous 1.29 , to selected 1.17
introduced the use of the const keyword in the exported functions


Revision 1.29 - (view) (annotate) - [select for diffs]
Sat Mar 9 21:48:51 2002 UTC (22 years ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_5_0, libmcrypt_2_5_2
Changes since 1.28: +21 -2 lines
Diff to previous 1.28 , to selected 1.17
Added mcrypt_enc_get_state()


Revision 1.28 - (view) (annotate) - [select for diffs]
Thu Jan 31 01:06:34 2002 UTC (22 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_21
Changes since 1.27: +4 -2 lines
Diff to previous 1.27 , to selected 1.17
minor fixes


Revision 1.27 - (view) (annotate) - [select for diffs]
Thu Jan 31 00:48:00 2002 UTC (22 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.26: +10 -0 lines
Diff to previous 1.26 , to selected 1.17
now properly calls lt_dlexit() on dlopen() failure.


Revision 1.26 - (view) (annotate) - [select for diffs]
Thu Jan 24 10:47:12 2002 UTC (22 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: mcrypt_2_4_20
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 , to selected 1.17
corrected bug in mcrypt_module_open()


Revision 1.25 - (view) (annotate) - [select for diffs]
Sat Dec 15 11:27:34 2001 UTC (22 years, 3 months ago) by nmav
Branch: MAIN
Changes since 1.24: +244 -34 lines
Diff to previous 1.24 , to selected 1.17
cleanups in the code. Some fixes too. Patch by Barton C Massey


Revision 1.24 - (view) (annotate) - [select for diffs]
Mon Sep 24 14:09:42 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_17
Changes since 1.23: +4 -3 lines
Diff to previous 1.23 , to selected 1.17
bug fix


Revision 1.23 - (view) (annotate) - [select for diffs]
Tue Sep 11 08:09:13 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_16, libmcrypt_2_4_16b
Changes since 1.22: +14 -8 lines
Diff to previous 1.22 , to selected 1.17
rolled back some of the changed


Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Sep 10 15:59:41 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.21: +2 -0 lines
Diff to previous 1.21 , to selected 1.17
*** empty log message ***


Revision 1.21 - (view) (annotate) - [select for diffs]
Sun Sep 9 09:52:54 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.20: +10 -3 lines
Diff to previous 1.20 , to selected 1.17
Changed mcrypt_enc_get_supported_key_sizes() behaviour.
(does not return allocated value)


Revision 1.20 - (view) (annotate) - [select for diffs]
Sat Sep 8 18:08:19 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.19: +9 -9 lines
Diff to previous 1.19 , to selected 1.17
added ncfb mode. Changed get_*_name() functions semantics.
Other cleanups.


Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Sep 7 12:34:47 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.18: +17 -2 lines
Diff to previous 1.18 , to selected 1.17
Finished option which allows for static linking modules into the library


Revision 1.18 - (view) (annotate) - [select for diffs]
Sun Sep 2 20:11:45 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.17: +9 -20 lines
Diff to previous 1.17
added option to include modules into the library


Revision 1.17 - (view) (annotate) - [selected]
Sun Sep 2 14:49:00 2001 UTC (22 years, 7 months ago) by nmav
Branch: MAIN
Changes since 1.16: +171 -138 lines
Diff to previous 1.16
changed to support dlpreopening


Revision 1.16 - (view) (annotate) - [select for diffs]
Fri May 18 10:54:14 2001 UTC (22 years, 10 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_15, mcrypt_2_4_13
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 , to selected 1.17
updated api.


Revision 1.15 - (view) (annotate) - [select for diffs]
Thu May 17 18:58:20 2001 UTC (22 years, 10 months ago) by nmav
Branch: MAIN
CVS Tags: mcrypt_2_4_12
Changes since 1.14: +59 -87 lines
Diff to previous 1.14 , to selected 1.17
fixes to work with the new libltdl


Revision 1.14 - (view) (annotate) - [select for diffs]
Wed May 16 12:27:20 2001 UTC (22 years, 10 months ago) by nmav
Branch: MAIN
Changes since 1.13: +20 -20 lines
Diff to previous 1.13 , to selected 1.17
updated for new libltdl


Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Mar 29 18:31:39 2001 UTC (23 years ago) by nmav
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12 , to selected 1.17
corrected memory leak at mcrypt_module_close().


Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Mar 29 17:55:21 2001 UTC (23 years ago) by nmav
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 , to selected 1.17
corrected return value of mcrypt_dlopen_ext().


Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Jan 23 11:51:19 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt-2_4_9-beta
Changes since 1.9: +1 -0 lines
Diff to previous 1.9 , to selected 1.17
cleanups and word8 was replaced by byte (hopefully)


Revision 1.11 - (view) (annotate) - [select for diffs]
Tue Jan 23 11:46:28 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: mcrypt_2_4_9
Changes since 1.10: +0 -45 lines
Diff to previous 1.10 , to selected 1.17
removed unneeded functions


Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Jan 22 22:15:17 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.8: +19 -19 lines
Diff to previous 1.8 , to selected 1.17
changed some internal functions to get return value of mcrypt_set_key


Revision 1.8 - (view) (annotate) - [select for diffs]
Mon Jan 22 19:28:21 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.7: +10 -10 lines
Diff to previous 1.7 , to selected 1.17
fixed warning


Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Nov 3 22:59:38 2000 UTC (23 years, 4 months ago) by nmav
Branch: MAIN
Changes since 1.6: +0 -1 lines
Diff to previous 1.6 , to selected 1.17
some strange (very strange) fix


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Oct 19 17:50:56 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5 , to selected 1.17
Added things needed for libmcrypt to be compiled as a DLL under windows


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Oct 12 21:06:31 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.4: +37 -15 lines
Diff to previous 1.4 , to selected 1.17
Added defines and some function emulation needed in WIN32. Thanks goes
to Dimitris Souflis (dsouflis@altera.gr)


Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Sep 18 09:42:54 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.3: +51 -21 lines
Diff to previous 1.3 , to selected 1.17
updates in the -ldl option. Bugfixes.


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Sep 17 22:10:39 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.2: +19 -33 lines
Diff to previous 1.2 , to selected 1.17
bugfixes and some minor improvements disable-libltdl mode.


Revision 1.2 - (view) (annotate) - [select for diffs]
Sat Sep 16 02:01:38 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.1: +92 -63 lines
Diff to previous 1.1 , to selected 1.17
Added support for -ldl (does not work)... and some other fixes


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Mon May 22 13:07:53 2000 UTC (23 years, 10 months ago) by nmav
Branch: mcrypt
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.36 , to selected 1.17


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon May 22 13:07:53 2000 UTC (23 years, 10 months ago) by nmav
Branch: MAIN
Branch point for: mcrypt
Diff to selected 1.17
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26