-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
01. vmoddomain.c: added -H method to configure hash method for domain 02. authindi.c, authpgsql.c, iauth.c, vchkpass.c, sql_getpw.c, vadduser.c, vmoduser.c: handle -1 return code for vget_limits() 03. indimail.h: re-arranged gid bit field masks 04. added print_limits() common function for inquerytest.c, vlimit.c 05. inquery.c, tcplookup.c, ProcessInFifo: Use INFIFODIR #define from inquery.h for infifo 06. inquery.h: define INFIFODIR for infifo 07. limits.c: fetch entry for domain when entry not found for user 08. vadduser.c, vmoduser.c, vsetuserquota.c: removed check for perms_defaultquota 09. vlimit.c: use print_limits() from print_limits.c to print domain limits information 10. vlimit.c: handle both domain and user level records 11. VlimitInLookup.c: return domain level record of user level record not found 12. vlimits.h: added limit_type member to vlimits sructure 13. ProcessInFifo.c: use vget_limits when argument is domain instead of email
- Loading branch information
Showing
28 changed files
with
720 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,6 155,7 @@ vhostid | |
vipmap | ||
vlimit | ||
vmoddomain | ||
vmoddomain.1 | ||
vmoduser | ||
vmoduser.1 | ||
vmoveuserdir | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 30,21 @@ Release @version@-@release@ Start 02/05/2024 End XX/XX/XXXX | |
19. vlimit.c: fixed data types | ||
20. inquerytest: change data type to long | ||
21. vadduser.c: fix .domain_limits path | ||
22. vmoddomain.c: added -H method to configure hash method for domain | ||
23. authindi.c, authpgsql.c, iauth.c, vchkpass.c, sql_getpw.c, vadduser.c, | ||
vmoduser.c: handle -1 return code for vget_limits() | ||
24. indimail.h: re-arranged gid bit field masks | ||
25. added print_limits() common function for inquerytest.c, vlimit.c | ||
26. inquery.c, tcplookup.c, ProcessInFifo: Use INFIFODIR #define from inquery.h for infifo | ||
27. inquery.h: define INFIFODIR for infifo | ||
28. limits.c: fetch entry for domain when entry not found for user | ||
29. vadduser.c, vmoduser.c, vsetuserquota.c: removed check for perms_defaultquota | ||
30. vlimit.c: use print_limits() from print_limits.c to print domain limits | ||
information | ||
31. vlimit.c: handle both domain and user level records | ||
32. VlimitInLookup.c: return domain level record of user level record not found | ||
33. vlimits.h: added limit_type member to vlimits sructure | ||
34. ProcessInFifo.c: use vget_limits when argument is domain instead of email | ||
|
||
* Mon Jan 01 2024 09:24:41 0000 Manvendra Bhangui <[email protected]> 3.4.6-1.1%{?dist} | ||
Release 3.4.6-1.1 Start 09/09/2023 End 01/01/2024 | ||
|
Oops, something went wrong.