Commit a98062171616041e897f4980d1f84baac5a28212
0 parents
add README
Showing
1 changed file
with
28 additions
and
0 deletions
README.md
0 → 100644
| 1 | +++ a/README.md | |
| 1 | +# SMBind-ng | |
| 2 | +This is a forked project from smbind (http://sourceforge.net/projects/smbind/). | |
| 3 | +This fork has many improvements, security changes and new features | |
| 4 | +## Improvements | |
| 5 | + * New design (css based, customizable) | |
| 6 | + * New .js library | |
| 7 | + * Fully separated parts (one .js, one .css and the HTML part) | |
| 8 | + * No inline CSS and JS (except the login captcha) | |
| 9 | + * Key bindings | |
| 10 | + * CSS based inline graphical elements | |
| 11 | +## Security changes | |
| 12 | + * Login with Google ReCaptcha validation | |
| 13 | + * Password policy (JS based checking) | |
| 14 | + * No password traffic in HTTP channel (JS based encryption) | |
| 15 | + * Strict login and session checking | |
| 16 | +## New features | |
| 17 | + * Master and slave zones handling in one application | |
| 18 | + * Zone preview | |
| 19 | + * Zone checking before commit | |
| 20 | + * Users can commit only their checked zones, no others | |
| 21 | + * Admins can commit all checked zones (except deleted zones) | |
| 22 | + * DNSSEC capabilities - it generetes automatically | |
| 23 | + * Roller daemon handling | |
| 24 | + * viewing zones with/without DNSSEC encryption | |
| 25 | + * Import master zones from many bind sources | |
| 26 | + * Check slave zones with zonetransfer | |
| 27 | + * IDN capabilities - you just use UTF-8 characters | ... | ... |