source: trunk/dns-rpc.cgi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @749   7 years Kris Deugau /trunk Fix deprecated syntax
(edit) @748   7 years Kris Deugau /trunk Update FastCGI setup/call
(edit) @745   7 years Kris Deugau /trunk Finally review and refresh copyright years again
(edit) @721   8 years Kris Deugau /trunk Require a location (even an explicitly empty one) from the RPC …
(edit) @717   8 years Kris Deugau /trunk Rollup of refinements mainly for IPDB RPC calls - Tweak …
(edit) @710   8 years Kris Deugau /trunk Refine/fix behaviour of updateRevSet() and chained subs - …
(edit) @700   8 years Kris Deugau /trunk Update getRevPatt() and getRevSet() in RPC handler to narrow …
(edit) @687   9 years Kris Deugau /trunk Roll up a couple of typofixes and missing-argument handling …
(edit) @686   9 years Kris Deugau /trunk - Tweak call to DNSDB::_template4_expand() in …
(edit) @684   9 years Kris Deugau /trunk Add delRevSet() to RPC handler
(edit) @683   9 years Kris Deugau /trunk Fix semantic snafu in RPC handler's delByCIDR(); subsets of …
(edit) @682   9 years Kris Deugau /trunk Add templatesToRecords() to RPC handler. Most of this sub …
(edit) @681   9 years Kris Deugau /trunk Add resizeTemplate() to RPC handler. Arguably most of the …
(edit) @680   9 years Kris Deugau /trunk - Add new RPC sub "splitTemplate" so IPDB doesn't have to make …
(edit) @678   9 years Kris Deugau /trunk Fixes for edge-case updates via RPC: - Replace call to …
(edit) @676   9 years Kris Deugau /trunk Add RPC sub to handle batch updates of several reverse IP …
(edit) @675   9 years Kris Deugau /trunk Rename internal updateRec() sub in dns-rpc.cgi to …
(edit) @673   9 years Kris Deugau /trunk Add getRevSet() to retrieve a whole set of per-IP reverse …
(edit) @672   9 years Kris Deugau /trunk Fix some subtle) or possibly not-so-sublte) snafus exposed by …
(edit) @671   9 years Kris Deugau /trunk Fix caller-facing error reporting a little in dns-rpc.cgi Add …
(edit) @666   10 years Kris Deugau /trunk Convert calling convention for getRecCount() to a hash so we …
(edit) @659   10 years Kris Deugau /trunk Shave off a confusing nuisance in naming; rename addRec() to …
(edit) @543   10 years Kris Deugau /trunk Implement most of the UI and back end for handling scheduled …
(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) @511   11 years Kris Deugau /trunk Clean up some error-log garbage in dns-rpc.cgi. See #25. - …
(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) @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) @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) @490   11 years Kris Deugau /trunk Tweak RPC to run as FastCGI, and add another config option to …
(edit) @486   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 18. See #11. - clean up …
(edit) @483   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, part 15. 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) @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) @468   11 years Kris Deugau /trunk Object conversion of DNSDB.pm, 4 of <mumble>. See #11. - …
(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) @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) @447   11 years Kris Deugau /trunk Tweak RPC handler for updated addRDNS(). Add and fill in …
(edit) @426   12 years Kris Deugau /trunk Fix up addRec, updateRec, and delRec in dns-rpc.cgi. See #43.
(edit) @416   12 years Kris Deugau /trunk Fix up untested copypaste in dns-rpc.cgi getRecCount so it …
(edit) @414   12 years Kris Deugau /trunk Update dns-rpc.cgi getRecLine. See #43. May need to …
(edit) @413   12 years Kris Deugau /trunk Update dns-rpc.cgi getSOA. See #43.
(edit) @412   12 years Kris Deugau /trunk Check dns-rpc.cgi delUser and clean up returns in both delUser …
(edit) @411   12 years Kris Deugau /trunk Check and munge state in DNSDB::updateUser(), same as …
(edit) @409   12 years Kris Deugau /trunk Chop some useless code in dns-rpc.cgi addUser, confirm it …
(edit) @407   12 years Kris Deugau /trunk Check and fix addGroup and delGroup in dns-rpc.cgi. See #43.
(edit) @405   12 years Kris Deugau /trunk Clean up some more annoyances in dns-rpc.cgi. See #43. - …
(edit) @401   12 years Kris Deugau /trunk Begin updating dns-rpc.cgi. See #43. Add initRPC() in …
(edit) @320   12 years Kris Deugau /trunk Administrivia cleanup - overdue to update the copyright dates …
(edit) @262   12 years Kris Deugau /trunk GPL-tag and normalize headers on scripts and module. Clean …
(edit) @216   12 years Kris Deugau /trunk Found some not-so-little things missing for a tarball - …
(edit) @200   12 years Kris Deugau /trunk Nitpickish file header tweaks
(edit) @191   12 years Kris Deugau /trunk Minor fix in dns-rpc.cgi to load DB user/pass/etc with loadConfig
(edit) @123   13 years Kris Deugau /trunk Fill out the remaining stubbed RPC calls; other subs from …
(edit) @121   13 years Kris Deugau /trunk checkpoint Flesh out getSOA() stub in dns-rpc.cgi Tweak …
(add) @119   13 years Kris Deugau /trunk Add XMLRPC CGI script, with most DNSDB subs reasonable to …
Note: See TracRevisionLog for help on using the revision log.