Go to file
root 8bebb2c997 Issue #2 fix 2016-01-04 12:05:23 +01:00
config Issue #2 fix 2016-01-04 12:05:23 +01:00
lib version handling 2016-01-04 10:54:56 +01:00
src Issue #2 fix 2016-01-04 12:05:23 +01:00
static First public release 2015-12-27 22:02:09 +01:00
templates version handling 2016-01-04 10:54:56 +01:00
templates_c First public release 2015-12-27 22:02:09 +01:00
tmp First public release 2015-12-27 22:02:09 +01:00
INSTALL.md version handling 2016-01-04 10:54:56 +01:00
LICENSE.md First public release 2015-12-27 22:02:09 +01:00
README.md Issue #2 fix 2016-01-04 12:05:23 +01:00
index.php First public release 2015-12-27 22:02:09 +01:00
mysql.sql Fixing sequences 2015-12-30 21:57:03 +01:00
pgsql.sql First public release 2015-12-27 22:02:09 +01:00

README.md

SMBind-ng

v0.91c

This is a forked project from smbind.

This fork has many improvements, security changes and new features

Improvements

  • New design (css based, customizable)
  • New .js library
  • Fully separated parts (one .js, one .css and the HTML part)
  • No inline CSS and JS (except the login captcha)
  • Key bindings
  • CSS based inline graphical elements

Security changes

  • Login with Google ReCaptcha validation
  • Password policy (JS based checking)
  • No password traffic in HTTP channel (JS based encryption)
  • Strict login and session checking

New features

  • Master and slave zones handling in one application
  • Zone preview
  • Zone checking before commit
  • Users can commit only their checked zones, no others
  • Admins can commit all checked zones (except deleted zones)
  • DNSSEC capabilities - it generetes automatically
  • Roller daemon handling
  • viewing zones with/without DNSSEC encryption
  • Import master zones from many bind sources
  • Check slave zones with zonetransfer
  • IDN capabilities - you just use UTF-8 characters

Attention

The main repository there is in my own site. Please use that mainly.

Installation

See INSTALL.md