Skip to content

Commit

Permalink
updated RCS logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 17, 2024
1 parent c4f96b6 commit c2f64da
Show file tree
Hide file tree
Showing 220 changed files with 743 additions and 158 deletions.
5 changes: 4 additions & 1 deletion indimail-x/AliasInLookup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: AliasInLookup.c,v $
* Revision 1.3 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.2 2019-07-04 09:15:20+05:30 Cprogrammer
* BUG - aliasbuffer wasn't initialized
*
Expand All @@ -12,7 +15,7 @@
#endif

#ifndef lint
static char sccsid[] = "$Id: AliasInLookup.c,v 1.2 2019-07-04 09:15:20+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: AliasInLookup.c,v 1.3 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

#ifdef VALIAS
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/AliasInLookup.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: AliasInLookup.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:26+05:30 Cprogrammer
* AliasInLookup.h
*
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/Check_Login.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: Check_Login.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:26+05:30 Cprogrammer
* Check_Login.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/CopyEmailFile.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: CopyEmailFile.c,v $
* Revision 1.3 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.2 2022-10-20 11:56:57+05:30 Cprogrammer
* converted function prototype to ansic
*
Expand Down Expand Up @@ -36,7 +39,7 @@
#include "variables.h"

#ifndef lint
static char sccsid[] = "$Id: CopyEmailFile.c,v 1.2 2022-10-20 11:56:57+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: CopyEmailFile.c,v 1.3 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

static void
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/CopyEmailFile.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: CopyEmailFile.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:26+05:30 Cprogrammer
* CopyEmailFile.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/GetPrefix.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: GetPrefix.c,v $
* Revision 1.3 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.2 2020-04-01 18:54:56+05:30 Cprogrammer
* moved authentication functions to libqmail
*
Expand All @@ -25,7 +28,7 @@
#include "pathToFilesystem.h"

#ifndef lint
static char sccsid[] = "$Id: GetPrefix.c,v 1.2 2020-04-01 18:54:56+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: GetPrefix.c,v 1.3 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

static void
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/GetPrefix.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: GetPrefix.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer
* GetPrefix.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/GetSMTProute.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: GetSMTProute.c,v $
* Revision 1.5 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.4 2023-03-20 10:02:16+05:30 Cprogrammer
* standardize getln handling
*
Expand Down Expand Up @@ -40,7 +43,7 @@
#include "indimail.h"

#ifndef lint
static char sccsid[] = "$Id: GetSMTProute.c,v 1.4 2023-03-20 10:02:16+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: GetSMTProute.c,v 1.5 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

int
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/GetSMTProute.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: GetSMTProute.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer
* GetSMTProute.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/Login_Tasks.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: Login_Tasks.c,v $
* Revision 1.7 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.6 2023-04-23 00:29:27+05:30 Cprogrammer
* record IPv6 address if present in lastauth table
*
Expand Down Expand Up @@ -73,7 +76,7 @@
#include "vset_default_domain.h"

#ifndef lint
static char sccsid[] = "$Id: Login_Tasks.c,v 1.6 2023-04-23 00:29:27+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: Login_Tasks.c,v 1.7 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

int
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/Login_Tasks.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: Login_Tasks.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer
* Login_Tasks.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/ProcessInFifo.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: ProcessInFifo.c,v $
* Revision 1.19 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.18 2023-06-08 17:48:50+05:30 Cprogrammer
* renamed fifo directory from FIFODIR to INFIFODIR.
*
Expand Down Expand Up @@ -131,7 +134,7 @@
#include "FifoCreate.h"

#ifndef lint
static char sccsid[] = "$Id: ProcessInFifo.c,v 1.18 2023-06-08 17:48:50+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: ProcessInFifo.c,v 1.19 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

int user_query_count, relay_query_count, pwd_query_count, alias_query_count;
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/PwdInLookup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: PwdInLookup.c,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-18 07:56:24+05:30 Cprogrammer
* Initial revision
*
Expand All @@ -24,7 +27,7 @@
#include "variables.h"

#ifndef lint
static char sccsid[] = "$Id: PwdInLookup.c,v 1.1 2019-04-18 07:56:24+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: PwdInLookup.c,v 1.2 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

struct passwd *
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/PwdInLookup.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: PwdInLookup.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer
* PwdInLookup.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/RelayInLookup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: RelayInLookup.c,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-18 07:56:31+05:30 Cprogrammer
* Initial revision
*
Expand All @@ -9,7 +12,7 @@
#endif

#ifndef lint
static char sccsid[] = "$Id: RelayInLookup.c,v 1.1 2019-04-18 07:56:31+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: RelayInLookup.c,v 1.2 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

/*
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/RelayInLookup.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: RelayInLookup.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer
* RelayInLookup.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/SendWelcomeMail.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: SendWelcomeMail.c,v $
* Revision 1.3 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.2 2020-10-19 12:46:58+05:30 Cprogrammer
* use /var/indomain/domains for domain/bulk_mail
*
Expand All @@ -25,7 +28,7 @@
#include "CopyEmailFile.h"

#ifndef lint
static char sccsid[] = "$Id: SendWelcomeMail.c,v 1.2 2020-10-19 12:46:58+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: SendWelcomeMail.c,v 1.3 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

static void
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/SendWelcomeMail.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: SendWelcomeMail.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer
* SendWelcomeMail.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/SqlServer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: SqlServer.c,v $
* Revision 1.4 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.3 2019-06-27 16:30:23+05:30 Cprogrammer
* set ssl parameter in the returned mysql connection string
*
Expand Down Expand Up @@ -28,7 +31,7 @@
#include "LoadDbInfo.h"

#ifndef lint
static char sccsid[] = "$Id: SqlServer.c,v 1.3 2019-06-27 16:30:23+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: SqlServer.c,v 1.4 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

static void
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/SqlServer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: SqlServer.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:28+05:30 Cprogrammer
* SqlServer.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/UserInLookup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: UserInLookup.c,v $
* Revision 1.4 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.3 2021-01-26 00:29:14+05:30 Cprogrammer
* renamed sql_init() to in_sql_init() to avoid clash with dovecot sql authentication driver
*
Expand Down Expand Up @@ -39,7 +42,7 @@
#include "load_mysql.h"

#ifndef lint
static char sccsid[] = "$Id: UserInLookup.c,v 1.3 2021-01-26 00:29:14+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: UserInLookup.c,v 1.4 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

/*
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/UserInLookup.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: UserInLookup.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:41:23+05:30 Cprogrammer
* UserInLookup.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/VlimitInLookup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: VlimitInLookup.c,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-18 07:56:47+05:30 Cprogrammer
* Initial revision
*
Expand All @@ -9,7 +12,7 @@
#endif

#ifndef lint
static char sccsid[] = "$Id: VlimitInLookup.c,v 1.1 2019-04-18 07:56:47+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: VlimitInLookup.c,v 1.2 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

#ifdef ENABLE_DOMAIN_LIMITS
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/VlimitInLookup.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: VlimitInLookup.h,v $
* Revision 1.3 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.2 2019-04-15 22:00:16+05:30 Cprogrammer
* added vlimits.h for vlimit struct definition
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/add_control.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: add_control.c,v $
* Revision 1.3 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.2 2020-04-01 18:52:05+05:30 Cprogrammer
* moved getEnvConfig to libqmail
*
Expand All @@ -26,7 +29,7 @@
#include "variables.h"

#ifndef lint
static char sccsid[] = "$Id: add_control.c,v 1.2 2020-04-01 18:52:05+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: add_control.c,v 1.3 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

static void
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/add_control.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: add_control.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:26+05:30 Cprogrammer
* add_control.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/add_domain_assign.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: add_domain_assign.c,v $
* Revision 1.7 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.6 2023-12-13 00:32:10+05:30 Cprogrammer
* fixed dir, uid, gid for autoturn entry in assign file
*
Expand Down Expand Up @@ -42,7 +45,7 @@
#include "variables.h"

#ifndef lint
static char sccsid[] = "$Id: add_domain_assign.c,v 1.6 2023-12-13 00:32:10+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: add_domain_assign.c,v 1.7 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

static void
Expand Down
3 changes: 3 additions & 0 deletions indimail-x/add_domain_assign.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: add_domain_assign.h,v $
* Revision 1.2 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.1 2019-04-13 23:39:26+05:30 Cprogrammer
* add_domain_assign.h
*
Expand Down
5 changes: 4 additions & 1 deletion indimail-x/add_user_assign.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
* $Log: add_user_assign.c,v $
* Revision 1.5 2024-05-17 16:25:48+05:30 mbhangui
* fix discarded-qualifier compiler warnings
*
* Revision 1.4 2021-09-11 13:24:41+05:30 Cprogrammer
* use getEnvConfig for domain directory
*
Expand Down Expand Up @@ -33,7 +36,7 @@
#include "variables.h"

#ifndef lint
static char sccsid[] = "$Id: add_user_assign.c,v 1.4 2021-09-11 13:24:41+05:30 Cprogrammer Exp mbhangui $";
static char sccsid[] = "$Id: add_user_assign.c,v 1.5 2024-05-17 16:25:48+05:30 mbhangui Exp mbhangui $";
#endif

static void
Expand Down
Loading

0 comments on commit c2f64da

Please sign in to comment.