source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @255   12 years Kris Deugau /trunk Update addGroup() to copy default reverse records. See #26.
(edit) @254   12 years Kris Deugau /trunk Update parentID() (and all calls to it) for reverse records, …
(edit) @253   12 years Kris Deugau /trunk Fix %webvar data propagation bug on record page - always set …
(edit) @252   12 years Kris Deugau /trunk Fix buglet introduced in r249 to tweak addRec() calling convention
(edit) @251   12 years Kris Deugau /trunk Fix buglet adding default AAAA+PTR records same as was fixed …
(edit) @250   12 years Kris Deugau /trunk Fix navigation glitch on deleting a record; revrec wasn't …
(edit) @249   12 years Kris Deugau /trunk Fix lurking bug in SQL tabledef from early idea for default …
(edit) @248   12 years Kris Deugau /trunk Quick pass over log linking and display for reverse zones. …
(edit) @247   12 years Kris Deugau /trunk Extend logaction sub to accept an optional rdns ID. See #26.
(edit) @246   12 years Kris Deugau /trunk Move SOA update SQL into DNSDB.pm while we update it for …
(edit) @245   12 years Kris Deugau /trunk Pass revrec on group change. See #26. Nitpick cleanup on …
(edit) @244   12 years Kris Deugau /trunk Scope check cleanup for rdns, should be complete. Some checks …
(edit) @243   12 years Kris Deugau /trunk Fixing up delRec() and caller to handle reverse records. See …
(edit) @242   12 years Kris Deugau /trunk Fix buglet that snuck back into A/AAAA+PTR add - domain ID was …
(edit) @241   12 years Kris Deugau /trunk Fix fpnla.tmpl to propagate revrec. See #26
(edit) @240   12 years Kris Deugau /trunk Whoops, forgot to export revName() somehow. See #26
(edit) @239   12 years Kris Deugau /trunk Checkpoint; domain/reverse zone list almost complete. See …
(edit) @238   12 years Kris Deugau /trunk Clean up some little annoyances: - set reverse zone default …
(edit) @237   12 years Kris Deugau /trunk Checkpoint - almost finished updating domain list code to …
(edit) @236   12 years Kris Deugau /trunk Typofix in addRec()'s new SQL
(edit) @235   12 years Kris Deugau /trunk Fixed update to reclist.tmpl for displaying warnings
(edit) @234   12 years Kris Deugau /trunk Validation for addRec() now functional with %validators hash …
(edit) @233   12 years Kris Deugau /trunk Checkpoint - special type validation for 65280 and 65281 …
(edit) @232   12 years Kris Deugau /trunk Checkpoint - almost done PTR, A/AAAA+PTR types. Still need to …
(edit) @231   12 years Kris Deugau /trunk Add info comments in TXT and RP validation subs; TXT records …
(edit) @230   12 years Kris Deugau /trunk Fill out _validate_* subs for NS, CNAME, and MX. Put comment …
(edit) @229   12 years Kris Deugau /trunk Record validation refactoring Complete A and AAAA record …
(edit) @228   12 years Kris Deugau /trunk Refactoring record data validation, first pass. Stub out …
(edit) @227   12 years Kris Deugau /trunk Missed a couple of fragments from first-pass reverse zone …
(edit) @226   12 years Kris Deugau /trunk Update addRec() for reverse zones, first pass. A+PTR and …
(edit) @225   12 years Kris Deugau /trunk Move some SQL into DNSDB.pm (see #1): fill_rectypes is now …
(edit) @224   12 years Kris Deugau /trunk Start adding rDNS (See #26) - Initial SQL tabledef, default …
(edit) @223   12 years Kris Deugau /trunk Add some data validation on A/AAAA record update; tweak the …
(edit) @222   12 years Kris Deugau /trunk Fix buglet in record list filter; we have to adjust the list …
(edit) @221   12 years Kris Deugau /trunk Tweak %files list in .spec file to eliminate dupes
(edit) @220   12 years Kris Deugau /trunk Fix s.l.o.w "make install" - apparently there's a ~0.1s …
(edit) @219   12 years Kris Deugau /trunk Add some nifty bits to allow packaged or …
(edit) @218   12 years Kris Deugau /trunk Complete INSTALL (mostly - still unkinking config file stuff) …
(edit) @217   12 years Kris Deugau /trunk Really check in the copy-pasted partly-rewritten INSTALL For …
(edit) @216   12 years Kris Deugau /trunk Found some not-so-little things missing for a tarball - …
(edit) @215   12 years Kris Deugau /trunk Fix typo in initial database tableset
(edit) @214   12 years Kris Deugau /trunk UI tweak to separate the group tree from "Manage groups"
(edit) @213   12 years Kris Deugau /trunk Fix lurking bug of sorts where the session ID and page could …
(edit) @212   12 years Kris Deugau /trunk Begin setting up the barest sketch of what will eventually …
(edit) @211   12 years Kris Deugau /trunk Fix niggling little bug in vega-import.pl that caused the …
(edit) @210   12 years Kris Deugau /trunk The lets-call-it-a-release commit, for sure this time! Fill …
(edit) @209   12 years Kris Deugau /trunk Fix up error reporting in addRec(); don't want to cause …
(edit) @208   12 years Kris Deugau /trunk Drop duplicated SOA-default-loading from initGlobals(), since …
(edit) @207   12 years Kris Deugau /trunk Fix overloaded-$webvar{action}-related buglet - changing the …
(edit) @206   12 years Kris Deugau /trunk Set AAAA records to be available in initial database load
(edit) @205   12 years Kris Deugau /trunk Revert template tweak in r201 for clearing up a minor error …
(edit) @204   12 years Kris Deugau /trunk Add mapping for Vega's IPv6 type ("3") on the off chance we …
(edit) @203   12 years Kris Deugau /trunk Set all individual permission flags on any failure to retrieve …
(edit) @202   12 years Kris Deugau /trunk Fix bug in SOA handling; Vega stores "contact:primary-ns" in …
(edit) @201   12 years Kris Deugau /trunk Add perpage to config load Switch SOA defaults to only pick …
(edit) @200   12 years Kris Deugau /trunk Nitpickish file header tweaks
(edit) @199   12 years Kris Deugau /trunk Cleanup: - Indicate that add is the default method for …
(edit) @198   12 years Kris Deugau /trunk Finish Vega-equivalent mail notifications (domain creation)
(edit) @197   12 years Kris Deugau /trunk Prepare for spamming! Add mailNotify() stolen and trimmed …
(edit) @196   12 years Kris Deugau /trunk Minor fix on SRV validation; accept uppercase in the domain …
(edit) @195   12 years Kris Deugau /trunk More log behaviour tweaking - fix broken detail-logging of …
(edit) @194   12 years Kris Deugau /trunk Tweak to make it clearer that imported log entries are imports
(edit) @193   12 years Kris Deugau /trunk Hack _log() to dig up user data when (not if) it's missing. …
(edit) @192   12 years Kris Deugau /trunk Ooops, reverting unintended Weirdness in dns.sql, DNSDB.pm, …
(edit) @191   12 years Kris Deugau /trunk Minor fix in dns-rpc.cgi to load DB user/pass/etc with loadConfig
(edit) @190   12 years Kris Deugau /trunk Start passing user data into DNSDB.pm subs for logging …
(edit) @189   12 years Kris Deugau /trunk Complete VegaDNS import script - add segment - light …
(edit) @188   12 years Kris Deugau /trunk UI tweaks and fixes for user and domain status changes: - …
(edit) @187   12 years Kris Deugau /trunk Check that all major actions log both successes and failures …
(edit) @186   12 years Kris Deugau /trunk Add some more loop-breaking to isParent() to break infinite …
(edit) @185   12 years Kris Deugau /trunk Fix isParent() to return correct results for checks where the …
(edit) @184   12 years Kris Deugau /trunk Patch up some glitches in the VegaDNS import script - Vega …
(edit) @183   12 years Kris Deugau /trunk Fix minor error-log mess due to nonexistent username on login …
(edit) @182   12 years Kris Deugau /trunk Scope checks (See #30) - user delete
(edit) @181   12 years Kris Deugau /trunk Scope check (see #30) - user add - user edit/update - …
(edit) @180   12 years Kris Deugau /trunk Apply scope checks on user and domain for logs. Scope checks …
(edit) @179   12 years Kris Deugau /trunk Fix up ACL and scope checks on groups (see #30) - check …
(edit) @178   12 years Kris Deugau /trunk Security review (See #30) - fix up ACL handling in group …
(edit) @177   12 years Kris Deugau /trunk Security review (see #30) - convert resultmsg and warnmsg …
(edit) @176   12 years Kris Deugau /trunk Remove some more stale commented code Remove redundant call …
(edit) @175   12 years Kris Deugau /trunk Opportunistic copyright cleanup
(edit) @174   12 years Kris Deugau /trunk Security review (See #30) - convert error-message-passing …
(edit) @173   12 years Kris Deugau /trunk Security audit (see #30) - remove a stale global - catch …
(edit) @172   12 years Kris Deugau /trunk VegaDNS import tool should be complete. - User import …
(edit) @171   12 years Kris Deugau /trunk Add VegaDNS import script. (incomplete)
(edit) @170   12 years Kris Deugau /trunk Comment .spec file processing in Makefile until we have one to …
(edit) @169   12 years Kris Deugau /trunk Fix another lurking error-log mess-maker when adding a record. …
(edit) @168   12 years Kris Deugau /trunk Fix a lurking error-log mess-dropper. See #25.
(edit) @167   12 years Kris Deugau /trunk Fix logging buglet with group delete inserting the group as …
(edit) @166   13 years Kris Deugau /trunk Preparing for release - wrap debugbits output to avoid an …
(edit) @165   13 years Kris Deugau /trunk Note some entries in TODO as complete. Converted pending …
(edit) @164   13 years Kris Deugau /trunk Another TODO
(edit) @163   13 years Kris Deugau /trunk Session management - expire sessions properly - remove …
(edit) @162   13 years Kris Deugau /trunk Add scope checks - domain add/delete Tweak scope check on …
(edit) @161   13 years Kris Deugau /trunk Add yet another TODO
(edit) @160   13 years Kris Deugau /trunk Use bind parameters in DNSDB::getDomRecs for filter Make sure …
(edit) @159   13 years Kris Deugau /trunk Prevent out-of-domain records from being added by appending …
(edit) @158   13 years Kris Deugau /trunk Minor semantic fix in an error message
(edit) @157   13 years Kris Deugau /trunk Handle case of "id not found" in isParent(). If the requested …
(edit) @156   13 years Kris Deugau /trunk Add another TODO
Note: See TracRevisionLog for help on using the revision log.