source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @591   10 years Kris Deugau /trunk - Session-handling tweak; set cookies to expire so use of the …
(edit) @590   10 years Kris Deugau /trunk Add a touch of Javascript to the bulk domain changes page, for …
(edit) @589   10 years Kris Deugau /trunk Le sigh. Move a small fragment of HTML from the header back …
(edit) @586   10 years Kris Deugau /trunk Fix subtle validation bug on TXT and SRV records. SRV …
(edit) @585   10 years Kris Deugau /trunk Add .arpa detection to record update to match record add.
(edit) @584   10 years Kris Deugau /trunk Extend reverse-notation search matching to record list. Note …
(edit) @583   10 years Kris Deugau /trunk Revise and extend the showrec_arpa_ns hack to optionally cover …
(edit) @581   10 years Kris Deugau /trunk Add an option to show the formal .arpa zone name for reverse …
(edit) @580   10 years Kris Deugau /trunk Fix buglet in plaintext record list script; it should show …
(edit) @579   10 years Kris Deugau /trunk Add another option to tiny-import.pl to merge matching PTR and …
(edit) @578   10 years Kris Deugau /trunk Fix the fix in r576, retrieve the *right* SOA for each domain
(edit) @577   10 years Kris Deugau /trunk Whoops, SOA records in forward zones are not reverse records.…
(edit) @576   10 years Kris Deugau /trunk Fix subtle bug-in-waiting where SOA records will commonly end …
(edit) @575   10 years Kris Deugau /trunk Add -g option to tiny-import.pl to allow import of flatfile …
(edit) @574   10 years Kris Deugau /trunk Catch a missed template variable name change from r572
(edit) @573   10 years Kris Deugau /trunk Squash the missing-SOA-on-AXFR bug; SOA and NS records would …
(edit) @572   10 years Kris Deugau /trunk Fix bug with reverse zones not activating/deactivating …
(edit) @571   10 years Kris Deugau /trunk Fix buglet in AXFR import of non-octet IPv4 reverse zones; a …
(edit) @570   10 years Kris Deugau /trunk Fix buglet that can probably only be exposed when reloading …
(edit) @567   10 years Kris Deugau /trunk Refine export error-trapping a little so that we don't just up …
(edit) @566   10 years Kris Deugau /trunk Add I/O error-handling in export_tiny. There are probably …
(edit) @565   10 years Kris Deugau /trunk Edge case bug; databases upgraded from 1.0 to 1.2 schema will …
(edit) @561   10 years Kris Deugau /trunk Bump dev version number in DNSDB.pm and Makefile
(edit) @560   10 years Kris Deugau /trunk Nuisance cleanup; make sure the new boolean option usecache …
(edit) @559   10 years Kris Deugau /trunk Post-release nuisance rollup - Forgot to move "use …
(edit) @553   10 years Kris Deugau /trunk Catch a fine edge case missed in r551
(edit) @551   10 years Kris Deugau /trunk Fix nagging session-handling bug; cookie would expire but not …
(edit) @549   10 years Kris Deugau /trunk Minor tweak to Makefile for version-stuffing in 'make dist'
(edit) @543   10 years Kris Deugau /trunk Implement most of the UI and back end for handling scheduled …
(edit) @542   10 years Kris Deugau /trunk Add config knob and supporting code to forcibly case-fold …
(edit) @541   10 years Kris Deugau /trunk Add a comment about a bit more info found on a ##fixme
(edit) @540   10 years Kris Deugau /trunk Make sure changes made by compact-recs.pl actually get …
(edit) @539   10 years Kris Deugau /trunk Actually enforce the NetAddr::IP version restriction noted in r537
(edit) @538   10 years Kris Deugau /trunk Trivial UI tweak for long lists; copy the …
(edit) @537   10 years Kris Deugau /trunk Revise UPGRADE and INSTALL for NetAddr::IP requirement
(edit) @536   10 years Kris Deugau /trunk Fix slipup with text-only record list; reverse zones had the …
(edit) @534   11 years Kris Deugau /trunk Add segment on %blank% to PTR-template reference page
(edit) @533   11 years Kris Deugau /trunk Fix up poor edge-case handling of pagination offsets when …
(edit) @532   11 years Kris Deugau /trunk Expand _template4_expand a little to match potential usage …
(edit) @531   11 years Kris Deugau /trunk Accept bare @ as a hostname for domain entries. Store the @, …
(edit) @530   11 years Kris Deugau /trunk Add UPGRADE file to document process and gotchas (if any) for …
(edit) @529   11 years Kris Deugau /trunk Fix a minor install-time substitution Fix the version tagging …
(edit) @528   11 years Kris Deugau /trunk Refiddle Makefile - Update MANIFEST to just include the file …
(edit) @527   11 years Kris Deugau /trunk Cleanup preparing for merge to /branches/stable - Remove …
(edit) @526   11 years Kris Deugau /trunk Fix AAAA+PTR record export; somewhere long the way this broke …
(edit) @525   11 years Kris Deugau /trunk Add commented example/notes about force_refresh to dnsdb.conf
(edit) @524   11 years Kris Deugau /trunk Add force_refresh option in configuration to allow forcing the …
(edit) @523   11 years Kris Deugau /trunk Swap forward and reverse zone export order to better handle …
(edit) @522   11 years Kris Deugau /trunk Add option to tiny-import to be less strict about importing = …
(edit) @521   11 years Kris Deugau /trunk Finally commit a fix for the caching system so that it really …
(edit) @520   11 years Kris Deugau /trunk Still managed to miss mis-setting TTL to 1 instead of -1 on …
(edit) @519   11 years Kris Deugau /trunk Brown-paper-bag commit; auto-TTL vs 0-TTL fix in r518
(edit) @518   11 years Kris Deugau /trunk Use -1 to flag records to use tinydns' auto-TTL (mis?)feature. …
(edit) @517   11 years Kris Deugau /trunk Review, clean up, and refiddle configuration handling: - …
(edit) @516   11 years Kris Deugau /trunk Tune up location/view handling on zone add. See #10. …
(edit) @515   11 years Kris Deugau /trunk Add informational comments for most public subs to dns-rpc.cgi …
(edit) @514   11 years Kris Deugau /trunk Drop die() on SELECT failure (since we don't fail on any …
(edit) @513   11 years Kris Deugau /trunk Get rid of another pair of minor messes in the error log. See …
(edit) @512   11 years Kris Deugau /trunk Minor code-review cleanup - remove a die()-on-SELECT-error …
(edit) @511   11 years Kris Deugau /trunk Clean up some error-log garbage in dns-rpc.cgi. See #25. - …
(edit) @510   11 years Kris Deugau /trunk Clear up some error-log garbage. See #25. - don't try to …
(edit) @509   11 years Kris Deugau /trunk Add fences around curgroup and childlist arguments in several …
(edit) @508   11 years Kris Deugau /trunk Add some extra fencing aroung the sortorder and sortby …
(edit) @507   11 years Kris Deugau /trunk Re-re-re-review and tweak the new-database initialization …
(edit) @506   11 years Kris Deugau /trunk Add and flesh out RPC getTypelist(). Add an extra bit of …
(edit) @505   11 years Kris Deugau /trunk Tweak the ACL-error-logging warn() for clarity, and docucomment it.
(edit) @504   11 years Kris Deugau /trunk Add a pair of RPC methods to pass back the %typemap and …
(edit) @503   11 years Kris Deugau /trunk Add a bit of error-logging on an RPC ACL failure
(edit) @502   11 years Kris Deugau /trunk Propagate new errors from domainID() back to the RPC caller, …
(edit) @501   11 years Kris Deugau /trunk Return some more useful errors from domainID() and revID() if …
(edit) @500   11 years Kris Deugau /trunk Tweak and fiddle dns-rpc.cgi's getRecList() a little more to …
(edit) @499   11 years Kris Deugau /trunk Fix very stupid typo in accept-text-RRtype-arguments checks in …
(edit) @498   11 years Kris Deugau /trunk Add a line in dns-rpc.cgi's addRec() and updateRec() to allow …
(edit) @497   11 years Kris Deugau /trunk Tweak some error messages from addDomain(), remove an obsolete one.
(edit) @496   11 years Kris Deugau /trunk It's about time to update the copyright dates.…
(edit) @495   11 years Kris Deugau /trunk Rename getDomRecs to getRecList since it's used for group …
(edit) @494   11 years Kris Deugau /trunk Update textrecs.cgi to retrieve the session ID from the cookie
(edit) @493   11 years Kris Deugau /trunk Overhaul session handling; pure URL-based sessions are …
(edit) @492   11 years Kris Deugau /trunk Fix one of the templates for the bulk change pages; a minor …
(edit) @491   11 years Kris Deugau /trunk Add utility script to convert blocks of PTR or A+PTR records …
(edit) @490   11 years Kris Deugau /trunk Tweak RPC to run as FastCGI, and add another config option to …
(edit) @489   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 21. See #11. - remove …
(edit) @488   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 20. See #11. - get rid …
(edit) @487   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 19. See #11. - internal …
(edit) @486   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 18. See #11. - clean up …
(edit) @485   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 17. See #11. - export() …
(edit) @484   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 16. See #11. - …
(edit) @483   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 15. See #11. - …
(edit) @482   11 years Kris Deugau /trunk Missed a cal to getDomRecs() in r481; see #11.
(edit) @481   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 14 of <mumble>. See #11. - …
(edit) @480   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 13 of <mumble>. See #11. - …
(edit) @479   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 12 of <mumble>. See #11. - …
(edit) @478   11 years Kris Deugau /trunk Another little error-log cleanup. See #25.
(edit) @477   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 11 of <mumble>. See #11. - …
(edit) @476   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 10 of <mumble>. See #11. - …
(edit) @475   11 years Kris Deugau /trunk Fix a couple of error-log-polluters. See #25.
(edit) @474   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 9 of <mumble>. See #11. - …
(edit) @473   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 8 of <mumble>. See #11. - …
(edit) @472   11 years Kris Deugau /trunk Remove stale sub checkUser (effectively replaced by login)
(edit) @471   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 7 of <mumble>. See #11. - …
Note: See TracRevisionLog for help on using the revision log.