Skip to content

Releases: sagredo-dev/vqadmin

v2.4.0

05 Mar 19:30
2ede5ea
Compare
Choose a tag to compare

See the ChangeLog for more info

v2.4.0-beta.2

19 Jan 12:08
Compare
Choose a tag to compare
v2.4.0-beta.2 Pre-release
Pre-release
  • fixed a buffer overflow in domain.c (tx Bai Borko)
  • solved stringop-truncation warnings in domain.c and lang.c

v2.4.0-beta

22 Dec 19:10
Compare
Choose a tag to compare
v2.4.0-beta Pre-release
Pre-release
  • restored the autotools files to allow compilation on 64b platforms.
  • configure.in renamed configure.ac
  • configure.ac now requires autoconf-2.71. Dropped all autoreconf warnings
  • edited user.c to avoid that the clear pwd field will be showed (delete that part if you compiled vpopmail with --enable-clear-password)
  • edited html/mod_user.html to prevent the erase of the password when modifying a user in case clear passwords are disabled. Now the password field is not shown anymore.
  • edited lang.c to lowercase the language files to solve compatibility issues with google-chrome and to avoid errors due to "invalid language file" in some browsers.
  • modified Makefile.am to remove the "wwwroot" variable, as it's not used
  • new responsive skin
    • modified all files under the html/ dir and the html code inside many .c files
    • added functions to template.c to add a common header and footer to all html files
    • dropped the images/ dir
    • created the assets/ dir and copied there the stylesheet style.css and the qmail icons
    • udisablemaildrop field is now umaildrop (didn't work)
  • added the following control files: badrcptto, brtlimit, concurrencyincoming, defaultdelivery, dnsbllist,
    greylisting, locals, moreipme, morercpthosts, rcpthosts, simcontrol, simsizelimit, softlimit, spfbehavior,
    spfexp, spfguess, spfrules, srs_domain, srs_maxage, srs_secrets, taps, virtualdomains.
  • language files moved to lang/ dir. Modified lang.c accordingly
  • undefined several variables generated by configure in all .c files, as they conflicted with homonymous
    vpopmail's variables imported from its config.h, in order to avoid warnings during the compilation.
  • added -Wno-stringop-truncation on CFLAGS in configure.ac to selectively remove the warning message (the
    original code seems to know what is doing)
  • fixed compilation warnings in acl.c
  • fixed compilation warnings -Wformat-overflow and -Wformat-truncation in domain.c
  • corrected the README file for obsolete informations and renamed to README.md
  • added a big patch by Ali Erturk TURKER: