Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iwebadmin role based access using vlimits #40

Merged
merged 1 commit into from
May 30, 2024

Conversation

mbhangui
Copy link
Member

  1. user.c, autorespond.c, user.c: removed limits.c, limits.h
  2. auth.[c,h]: added struct passwd argument to set_admin_type function, avoid extra call to sql_getpw
  3. autorespond.h, dotqmail.h, forward.h, html.h, iwebadmin.h, iwebadminx.h, mailinglist.h, printh.h, show.h, template.h, user.h, util.h: prevent multiple inclusion of header file
  4. command.c, iwebadmin.c: added role based access/delegation using vlimits
  5. common.c: iweb_exit() - flush outut before exit
  6. configure.ac: removed depcrated macros
  7. iwebadmin.c: refactored code
  8. Makefile.am: enabled auto dependency tracking
  9. template.c: removed uneccessary output on descriptor 2

01. user.c, autorespond.c, user.c: removed limits.c, limits.h
02. auth.[c,h]: added struct passwd argument to set_admin_type function, avoid extra call to sql_getpw
03. autorespond.h, dotqmail.h, forward.h, html.h, iwebadmin.h, iwebadminx.h, mailinglist.h, printh.h, show.h, template.h, user.h, util.h: prevent multiple inclusion of header file
04. command.c, iwebadmin.c: added role based access/delegation using vlimits
05. common.c: iweb_exit() - flush outut before exit
06. configure.ac: removed depcrated macros
07. iwebadmin.c: refactored code
08. Makefile.am: enabled auto dependency tracking
09. template.c: removed uneccessary output on descriptor 2
@mbhangui mbhangui self-assigned this May 30, 2024
@mbhangui mbhangui added the enhancement New feature or request label May 30, 2024
@mbhangui mbhangui merged commit fad6b94 into master May 30, 2024
4 checks passed
@mbhangui mbhangui deleted the iwebadmin-role-based-access branch May 30, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant