source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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. - …
(edit) @470   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 6 of <mumble>. See #11. - …
(edit) @469   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 5 of <mumble>. See #11. - …
(edit) @468   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 4 of <mumble>. See #11. - …
(edit) @467   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 3 of <mumble>. See #11. - …
(edit) @466   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 2 of <mumble>. See #11. - …
(edit) @465   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 1 of <mumble>. See #11. - …
(edit) @464   11 years Kris Deugau /trunk Trim stale global that never got used anyway.
(edit) @463   11 years Kris Deugau /trunk Add another template expansion; '%blank%' will cause the …
(edit) @462   11 years Kris Deugau /trunk RPC tweaks and fixes. - Add config-loader line to check for …
(edit) @461   11 years Kris Deugau /trunk Actually handle the -c option in tiny-import.pl
(edit) @460   11 years Kris Deugau /trunk Edge case bugfixes and fleshing-out for deleting records by …
(edit) @459   11 years Kris Deugau /trunk Flesh out last known subcases of record update/delete required …
(edit) @458   11 years Kris Deugau /trunk Annoyance tweak in log page; we don't use the username as an …
(edit) @457   11 years Kris Deugau /trunk Refiddle getRevPattern() again, so that it looks for all PTR types.
(edit) @456   11 years Kris Deugau /trunk Refiddle/retweak the available record types in the initial …
(edit) @455   11 years Kris Deugau /trunk Fix precedence bug in SQL for getRevPattern that in a test …
(edit) @454   11 years Kris Deugau /trunk Tweak addOrUpdateRec for some subtle bugs. See #43. - …
(edit) @453   11 years Kris Deugau /trunk Continue extending RPC support for real usage/needs. See #43. …
(edit) @452   11 years Kris Deugau /trunk Continue tweaking RPC for actual usage. See #43. - Add and …
(edit) @451   11 years Kris Deugau /trunk Odds-n-ends: - Fixme note for murking …
(edit) @450   11 years Kris Deugau /trunk Fix caching glitch in reverse record export by simplifying the …
(edit) @449   11 years Kris Deugau /trunk Fix bug in location export; tinydns uses octet-truncated …
(edit) @448   11 years Kris Deugau /trunk Minor bugfix for record updates; default records do not have …
(edit) @447   11 years Kris Deugau /trunk Tweak RPC handler for updated addRDNS(). Add and fill in …
(edit) @446   11 years Kris Deugau /trunk Fine-tune new reverse zone process to support setting a …
(edit) @445   11 years Kris Deugau /trunk Fix bug in export caching for reverse zones that somehow …
(edit) @444   11 years Kris Deugau /trunk Only skip (A+)PTR-template records when converting default …
(edit) @443   11 years Kris Deugau /trunk Fix a couple of buglets expanding the %-patterns in …
Note: See TracRevisionLog for help on using the revision log.