Share

Simple Management for BIND

Code

Programming Languages: PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2006-04-15 svn co https://smbind.svn.sourceforge.net/svnroot/smbind smbind

Show:

What's happening?

  • Comment: Search zones by name

    This patch is invaluable! thank you. I have found one problem with this patch, it does not behave well with pagination. Luckily the fix is quite simple, all I had to do was edit zoneread.php and insert the following near the end. if (isset($_GET['zname'])) { $smarty->assign("page_root", "./zonelist.php?zname=" . $_GET['zname'] . "&"); } else { $smarty->assign("page_root"...

    2009-05-21 23:09:41 UTC by bjornnilsen

  • Comment: Small script to import zone file in smbind database

    I have tried up the script.. Doesn't work for me.... Would love to have this thing working for me...

    2009-03-26 12:58:11 UTC by nobody

  • Errors when running

    [Sat Feb 28 10:25:57 2009] [error] [client x] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: repeated subpattern is too long at offset 18454 in /usr/share/smarty/Smarty_Compiler.class.php on line 454 [Sat Feb 28 10:25:57 2009] [error] [client x] PHP Fatal error: Smarty error: [in main.tpl line 1]: syntax error: unrecognized...

    2009-02-28 10:41:05 UTC by cedric-d

  • multiple zones

    Hi there, I added the functionality to add multiple domains at once where the settings are the same, just the domain name differs - in a new menu entry. Trivial changes ... -hri42.

    2008-08-14 06:45:26 UTC by blentz

  • Comment: Zone overwrite

    Hello Chris, It would be a good idea to check for this issue. There is already an import script contributed by another user that will be added to the next release. For now, you can find the import script in the Feature Requests section of this project. http://sourceforge.net/tracker/index.php?func=detail&aid=1814364&group_id=101135&atid=629103.

    2008-08-03 15:15:34 UTC by blentz

  • Zone overwrite

    If a zone is already in named.conf and has already some hosts / entries in /var/named/domain.zone 1) the already zone file will be overwritten with a new empty zone. 2) the ISC Bind will fail to restart because of a duplicate zone entry in its conf root@sky [/var/named]# service named restart Stopping named: [ OK ] Starting named...

    2008-08-03 11:07:40 UTC by nobody

  • Comment: LIMIT clause and postgres

    I have added simple conditional code based on the $_CONF['db_type'] variable. Are you available to test? My strengths honestly don't lie with PostGres (as if that wasn't obvious already).

    2008-06-16 17:41:29 UTC by blentz

  • Comment: Search zones by name

    Works great. Made a few small changes and adapted to search records on the records list page, too.

    2008-06-16 17:39:18 UTC by nobody

  • Comment: Search zones by name

    This sounds like a great idea, I have to check out your patch soon.

    2008-06-16 15:28:34 UTC by blentz

  • include.php should be added to all pages

    Thanks to Jan Polacek for reporting this issue. I would be a good idea to include(include.php) to each page to avoid loading the individual pages without proper authorization and associated cookies by accessing each individual file in /src.

    2008-06-16 15:27:58 UTC by blentz

Our Numbers