index
:
bladns-web
master
l_bratch/bladns-web/ import from blatech.co.uk from 04/02/2023
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dns.php
Age
Commit message (
Expand
)
Author
2017-10-01
Escape double quotes to allow them to be used e.g. in TXT records
HEAD
master
Luke Bratch
2017-10-01
Fix HTML for auto increment checkbox
Luke Bratch
2017-10-01
Add link to return to login to success page
Luke Bratch
2017-09-20
Handle a failure when writing the zone file
Luke Bratch
2017-04-14
Implement zone validity checking using BIND's named-checkzone
Luke Bratch
2017-04-14
Implement automatic record updating via HTTP(S) (sometimes called dynamic DNS)
Luke Bratch
2017-04-13
Fix some places where functions were using global POST variables instead of w...
Luke Bratch
2017-04-13
Add some instructions to the zonefile editing form
Luke Bratch
2017-04-13
Don't add a (new) newline to zonefiles when writing
Luke Bratch
2017-04-13
Change wording of serial increment offer checkbox
Luke Bratch
2017-04-13
Try to render a full HTML page on all normal pages
Luke Bratch
2017-04-13
Offer to automatically increment the zone serial number
Luke Bratch
2017-04-12
Attempt two of moving those configuration variables, this time using constants
Luke Bratch
2017-04-12
Move some duplicated configuration variables to outside individual functions
Luke Bratch
2017-04-09
Make the password hash check case-insensitive
Luke Bratch
2017-04-06
Version 0.1, it works!
Luke Bratch
2017-04-05
Initial commit
Luke Bratch