index
:
bladns-web
master
A web front end tool for editing BlaDNS zone files
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
10 days
Ensure secret IDs are set and are at least 10 characters long.
HEAD
master
Luke Bratch
10 days
Add support for updating TXT records.
Luke Bratch
10 days
Ensure that the secret ID is definitely a comment at the end of a non-comment...
Luke Bratch
2024-12-30
Switch from "ssh-rsa" to "ecdsa-sha2-nistp256".
Luke Bratch
2019-01-10
Fix some comments
Luke Bratch
2019-01-10
Fix a string comparison which was using sizeof() instead of strlen() due to a...
Luke Bratch
2017-10-01
Escape double quotes to allow them to be used e.g. in TXT records
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
Merge branch 'feature/readme' into 'master'
Luke Bratch
2017-04-06
Add a markdown readme with v1 plan
Phil Burton
2017-04-06
Version 0.1, it works!
Luke Bratch
2017-04-05
Initial commit
Luke Bratch