/[imapfilter]/imapfilter/file.c
ViewVC logotype

Log of /imapfilter/file.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.63 - (view) (annotate) - [select for diffs]
Fri Feb 13 12:17:15 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.62: +5 -5 lines
Diff to previous 1.62 , to selected 1.8
Stylistic changes.


Revision 1.62 - (view) (annotate) - [select for diffs]
Tue Feb 10 22:21:08 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 , to selected 1.8
Replaced integer options and bitwise OPTION_* with an options struct.


Revision 1.61 - (view) (annotate) - [select for diffs]
Mon Feb 9 19:56:41 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 , to selected 1.8
Add verbosity levels and remove the no warning command line option.


Revision 1.60 - (view) (annotate) - [select for diffs]
Mon Feb 9 18:23:49 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.59: +5 -3 lines
Diff to previous 1.59 , to selected 1.8
Remove permissions variable and add command line option -w to suppress related warning messages.


Revision 1.59 - (view) (annotate) - [select for diffs]
Sat Feb 7 23:54:16 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.58: +13 -16 lines
Diff to previous 1.58 , to selected 1.8
Removed CHECK_PERMISSIONS compilation option and added variable to control permissions checking.


Revision 1.57.2.1 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:28:29 2003 UTC (20 years, 7 months ago) by lefcha
Branch: release-0_9-patches
Changes since 1.57: +10 -10 lines
Diff to previous 1.57 , to next main 1.63 , to selected 1.8
Removed chdir() to HOME and corrected header includes.


Revision 1.58 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:20:23 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.57: +10 -10 lines
Diff to previous 1.57 , to selected 1.8
Removed chdir() to HOME and corrected header includes.


Revision 1.57 - (view) (annotate) - [select for diffs]
Thu Jul 31 15:53:19 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_9
Branch point for: release-0_9-patches
Changes since 1.56: +9 -606 lines
Diff to previous 1.56 , to selected 1.8
Broke up program files and created some new header files.


Revision 1.56 - (view) (annotate) - [select for diffs]
Sun Jul 27 18:39:34 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 , to selected 1.8
Remove ssl argument in the account command.


Revision 1.55 - (view) (annotate) - [select for diffs]
Sun Jul 27 17:39:45 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 , to selected 1.8
New structure to hold information about connection's socket, ssl socket, capabilities, namespace.


Revision 1.54 - (view) (annotate) - [select for diffs]
Mon May 26 08:29:38 2003 UTC (20 years, 10 months ago) by lefcha
Branch: MAIN
Changes since 1.53: +10 -9 lines
Diff to previous 1.53 , to selected 1.8
Dynamic memory allocation for encrypted passwords editor and bug fix related to daemon mode and passphrase.


Revision 1.53 - (view) (annotate) - [select for diffs]
Tue May 20 12:17:52 2003 UTC (20 years, 10 months ago) by lefcha
Branch: MAIN
Changes since 1.52: +1 -6 lines
Diff to previous 1.52 , to selected 1.8
Removed memory lock functionality.


Revision 1.52 - (view) (annotate) - [select for diffs]
Mon May 19 22:38:15 2003 UTC (20 years, 10 months ago) by lefcha
Branch: MAIN
Changes since 1.51: +31 -14 lines
Diff to previous 1.51 , to selected 1.8
Added support for config file rereading when SIGHUP received.


Revision 1.51 - (view) (annotate) - [select for diffs]
Sat Mar 22 15:26:53 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.50: +4 -2 lines
Diff to previous 1.50 , to selected 1.8
Check if in daemon mode when checking the SSL/TLS certificate.


Revision 1.50 - (view) (annotate) - [select for diffs]
Sat Mar 22 15:09:33 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.49: +186 -1 lines
Diff to previous 1.49 , to selected 1.8
Added SSL/TLS certificate checking.


Revision 1.49 - (view) (annotate) - [select for diffs]
Sat Mar 15 18:50:23 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.48: +7 -1 lines
Diff to previous 1.48 , to selected 1.8
Check imapfilter homedir's permissions.


Revision 1.48 - (view) (annotate) - [select for diffs]
Sat Feb 22 16:06:41 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.47: +388 -360 lines
Diff to previous 1.47 , to selected 1.8
Coding style to KNF and some code cleanup.


Revision 1.47 - (view) (annotate) - [select for diffs]
Fri Feb 21 18:31:29 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.46: +5 -6 lines
Diff to previous 1.46 , to selected 1.8
DEBUG messages go to stderr.


Revision 1.46 - (view) (annotate) - [select for diffs]
Mon Feb 3 20:22:01 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.45: +25 -6 lines
Diff to previous 1.45 , to selected 1.8
Added i18n support, variable charset to declare character set to the server.


Revision 1.45 - (view) (annotate) - [select for diffs]
Mon Aug 26 20:34:25 2002 UTC (21 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.44: +4 -2 lines
Diff to previous 1.44 , to selected 1.8
Replace strsep() with POSIX strtok_r().


Revision 1.43.2.2 - (view) (annotate) - [select for diffs]
Mon Aug 26 20:18:14 2002 UTC (21 years, 7 months ago) by lefcha
Branch: release-0_8-patches
Changes since 1.43.2.1: +4 -2 lines
Diff to previous 1.43.2.1 , to branch point 1.43 , to next main 1.63 , to selected 1.8
Replace strsep() with POSIX strtok_r().


Revision 1.43.2.1 - (view) (annotate) - [select for diffs]
Sun Aug 25 10:26:58 2002 UTC (21 years, 7 months ago) by lefcha
Branch: release-0_8-patches
Changes since 1.43: +8 -2 lines
Diff to previous 1.43 , to selected 1.8
Variable to control if errors are written to logfile.


Revision 1.44 - (view) (annotate) - [select for diffs]
Tue Aug 20 14:54:01 2002 UTC (21 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.43: +8 -2 lines
Diff to previous 1.43 , to selected 1.8
Variable to control if errors are written to logfile.


Revision 1.43 - (view) (annotate) - [select for diffs]
Fri Jul 26 18:17:28 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_8
Branch point for: release-0_8-patches
Changes since 1.42: +19 -4 lines
Diff to previous 1.42 , to selected 1.8
New variable warning and change on processing of config file.


Revision 1.42 - (view) (annotate) - [select for diffs]
Thu Jul 25 21:24:53 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.41: +8 -5 lines
Diff to previous 1.41 , to selected 1.8
Run correctly when compiled with libc5.


Revision 1.41 - (view) (annotate) - [select for diffs]
Sat Jul 13 23:03:58 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.40: +11 -11 lines
Diff to previous 1.40 , to selected 1.8
Correction on strncasecmp.


Revision 1.40 - (view) (annotate) - [select for diffs]
Sat Jul 13 22:33:01 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.39: +18 -13 lines
Diff to previous 1.39 , to selected 1.8
Added variable that controls subsribing after mailbox creation.


Revision 1.39 - (view) (annotate) - [select for diffs]
Sat Jul 13 21:19:52 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.38: +4 -2 lines
Diff to previous 1.38 , to selected 1.8
Added action flag.


Revision 1.38 - (view) (annotate) - [select for diffs]
Sat Jul 13 14:11:08 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.37: +35 -35 lines
Diff to previous 1.37 , to selected 1.8
Added variable to enable direct expunge of marked deleted mail.


Revision 1.37 - (view) (annotate) - [select for diffs]
Thu Jun 20 08:48:48 2002 UTC (21 years, 9 months ago) by lefcha
Branch: MAIN
Changes since 1.36: +1 -0 lines
Diff to previous 1.36 , to selected 1.8
Passphrase initialization.


Revision 1.36 - (view) (annotate) - [select for diffs]
Tue Jun 18 21:04:38 2002 UTC (21 years, 9 months ago) by lefcha
Branch: MAIN
Changes since 1.35: +68 -37 lines
Diff to previous 1.35 , to selected 1.8
Change of the regex indentation.


Revision 1.35 - (view) (annotate) - [select for diffs]
Fri Feb 8 22:15:43 2002 UTC (22 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.34: +0 -8 lines
Diff to previous 1.34 , to selected 1.8
Allow ssl appear in config file, but fail with error message.


Revision 1.34 - (view) (annotate) - [select for diffs]
Thu Jan 31 17:08:13 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.33: +13 -1 lines
Diff to previous 1.33 , to selected 1.8
Added daemon mode.


Revision 1.33 - (view) (annotate) - [select for diffs]
Wed Jan 30 19:19:00 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.32: +8 -5 lines
Diff to previous 1.32 , to selected 1.8
Added lockfile to prevent many imapfilters from running simultaneously.


Revision 1.32 - (view) (annotate) - [select for diffs]
Wed Jan 30 13:16:17 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.31: +2 -0 lines
Diff to previous 1.31 , to selected 1.8
Small fixes.


Revision 1.31 - (view) (annotate) - [select for diffs]
Tue Jan 29 21:23:41 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.30: +156 -153 lines
Diff to previous 1.30 , to selected 1.8
Added secure memory allocation subsystem.


Revision 1.30 - (view) (annotate) - [select for diffs]
Fri Jan 25 17:10:17 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 , to selected 1.8
Merged changes from version 0.7.2.


Revision 1.26.2.2 - (view) (annotate) - [select for diffs]
Mon Jan 21 15:45:02 2002 UTC (22 years, 2 months ago) by lefcha
Branch: release-0_7-patches
Changes since 1.26.2.1: +2 -2 lines
Diff to previous 1.26.2.1 , to branch point 1.26 , to next main 1.63 , to selected 1.8
Spaces inside mailbox names.


Revision 1.29 - (view) (annotate) - [select for diffs]
Mon Jan 14 18:13:18 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.28: +173 -41 lines
Diff to previous 1.28 , to selected 1.8
Added encrypted passwords support and auxiliary file functions.


Revision 1.28 - (view) (annotate) - [select for diffs]
Sat Dec 8 14:39:10 2001 UTC (22 years, 3 months ago) by lefcha
Branch: MAIN
Changes since 1.27: +140 -35 lines
Diff to previous 1.27 , to selected 1.8
Added functions for creation and checking of dirs and files.


Revision 1.26.2.1 - (view) (annotate) - [select for diffs]
Wed Dec 5 09:57:38 2001 UTC (22 years, 3 months ago) by lefcha
Branch: release-0_7-patches
Changes since 1.26: +21 -7 lines
Diff to previous 1.26 , to selected 1.8
Timeout and namespace changes.


Revision 1.27 - (view) (annotate) - [select for diffs]
Sun Nov 18 13:07:14 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.26: +16 -7 lines
Diff to previous 1.26 , to selected 1.8
Added option to control server non-response timeout.


Revision 1.26 - (view) (annotate) - [select for diffs]
Tue Oct 23 09:21:45 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_7
Branch point for: release-0_7-patches
Changes since 1.25: +10 -10 lines
Diff to previous 1.25 , to selected 1.8
Added filtering based on messages' date.


Revision 1.25 - (view) (annotate) - [select for diffs]
Wed Oct 17 14:06:20 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.24: +10 -2 lines
Diff to previous 1.24 , to selected 1.8
Added SSL/TLS support.


Revision 1.24 - (view) (annotate) - [select for diffs]
Mon Oct 8 08:55:07 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_6_2
Branch point for: release-0_6_2-patches
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 , to selected 1.8
Indentation.


Revision 1.23 - (view) (annotate) - [select for diffs]
Sat Oct 6 13:43:11 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.22: +6 -5 lines
Diff to previous 1.22 , to selected 1.8
Final solution to the memory leak.


Revision 1.22 - (view) (annotate) - [select for diffs]
Sat Oct 6 13:16:28 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 , to selected 1.8
Added a forgotten check.


Revision 1.21 - (view) (annotate) - [select for diffs]
Sat Oct 6 12:28:40 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.20: +2 -0 lines
Diff to previous 1.20 , to selected 1.8
Fixed a memory leak.


Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Oct 4 14:16:22 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 , to selected 1.8
Fixed a bug with headers variable.


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Oct 2 13:29:13 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.18: +17 -8 lines
Diff to previous 1.18 , to selected 1.8
Added displaying of headers option.


Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Oct 2 07:31:52 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.17: +7 -11 lines
Diff to previous 1.17 , to selected 1.8
Added safer xmalloc and xstrdup.


Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Sep 30 20:16:25 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.16: +32 -37 lines
Diff to previous 1.16 , to selected 1.8
Error codes, better string manipulation and parse errors handling.


Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Sep 12 16:18:38 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 , to selected 1.8
Logfile bugfix.


Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Sep 12 15:40:35 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.14: +22 -23 lines
Diff to previous 1.14 , to selected 1.8
Logfile option and freeing of data structure's memory enabled.


Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Sep 11 16:15:21 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 , to selected 1.8
Case insensitive commands.


Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Sep 10 23:43:29 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.12: +41 -247 lines
Diff to previous 1.12 , to selected 1.8
New imapfilter.


Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Aug 28 22:43:36 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.11: +9 -5 lines
Diff to previous 1.11 , to selected 1.8
Minor changes.


Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Aug 26 19:37:45 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.10: +73 -31 lines
Diff to previous 1.10 , to selected 1.8
New options and a bug fix  related to parsing of config file.


Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Aug 26 13:31:57 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.9: +38 -4 lines
Diff to previous 1.9 , to selected 1.8
Config file permissions checking.


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Aug 26 10:02:46 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.8: +30 -7 lines
Diff to previous 1.8
Some checks while allocating mem


Revision 1.8 - (view) (annotate) - [selected]
Sun Aug 26 01:18:24 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.7: +94 -94 lines
Diff to previous 1.7
Structural changes


Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Aug 24 17:42:49 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.6: +18 -14 lines
Diff to previous 1.6 , to selected 1.8
Printing of an info message and other small changes


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Aug 23 19:13:15 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.5: +67 -43 lines
Diff to previous 1.5 , to selected 1.8
Added support for more than one accounts


Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Aug 21 23:28:36 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 , to selected 1.8
Fixed bug to compile properly under BSD


Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Aug 20 21:40:57 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.3: +53 -13 lines
Diff to previous 1.3 , to selected 1.8
Added message size limits support


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Aug 12 16:58:21 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.2: +6 -0 lines
Diff to previous 1.2 , to selected 1.8
Fix bug with no filters in config file, and introduce inverted DENY filters functionality


Revision 1.2 - (view) (annotate) - [select for diffs]
Sat Aug 11 15:54:57 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.1: +51 -32 lines
Diff to previous 1.1 , to selected 1.8
Added ALLOW type filters


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Sat Aug 11 15:52:52 2001 UTC (22 years, 7 months ago) by lefcha
Branch: lefcha
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.63 , to selected 1.8
Initial import into CVS


Revision 1.1 - (view) (annotate) - [select for diffs]
Sat Aug 11 15:52:52 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Branch point for: lefcha
Diff to selected 1.8
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