source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @366   12 years Kris Deugau /trunk Update initial tabledef and 1.0 -> 1.2 conversion SQL to add …
(edit) @365   12 years Kris Deugau /trunk Add SQL upgrade script for 1.0 -> 1.2
(edit) @364   12 years Kris Deugau /trunk Fill in export of SSHFP records since they're imported via …
(edit) @363   12 years Kris Deugau /trunk Checkpoint tiny-import.pl - Fill in stub for SSHFP record
(edit) @362   12 years Kris Deugau /trunk Checkpoint tiny-import.pl - Fill in stub for semiobscure RP …
(edit) @361   12 years Kris Deugau /trunk Checkpoint tiny-import.pl - Factor out rdata to general …
(edit) @360   12 years Kris Deugau /trunk Checkpoint on tiny-import.pl - Handle wildcards sanely in …
(edit) @359   12 years Kris Deugau /trunk Checkpoint, tiny-import.pl - Fill in A record handling - …
(edit) @358   12 years Kris Deugau /trunk Minor bugfix that slipped through adding the NS hostname …
(edit) @357   12 years Kris Deugau /trunk Checkpoint: timy-import.pl - Fix handling of full tinydns …
(edit) @356   12 years Kris Deugau /trunk Checkpoint: tiny-import.pl - Add warning to header - …
(edit) @355   12 years Kris Deugau /trunk Checkpoint filling in tiny-import.pl stubs; NS records complete
(edit) @354   12 years Kris Deugau /trunk Checkpoint on tiny-import.pl - normalize some whitespace now …
(edit) @353   12 years Kris Deugau /trunk Checkpoint filling in tinydns data import stubs - Move a …
(edit) @352   12 years Kris Deugau /trunk Tweak getDomRecs() to return reverse zone entries sorted by …
(edit) @351   12 years Kris Deugau /trunk Forgot to include the initial tabledef/record type change to …
(edit) @350   12 years Kris Deugau /trunk Tweak addRec() and updateRec() to allow "bad" hostnames so TXT …
(edit) @349   12 years Kris Deugau /trunk Convert all lookups on the domain name to use lower() on both …
(edit) @348   12 years Kris Deugau /trunk Add partially-fleshed-out stub tinydns flatfile import script. …
(edit) @347   12 years Kris Deugau /trunk Clean up dns.sql a little; some of this will be more important …
(edit) @346   12 years Kris Deugau /trunk Delegation type now exports correctly, or at least as …
(edit) @345   12 years Kris Deugau /trunk Checkpoint adding delegation type. See #26. - stuck on how …
(edit) @344   12 years Kris Deugau /trunk Work around bizarre SQL un-bug where: SELECT <stuff> UNION …
(edit) @343   12 years Kris Deugau /trunk Fix lurking minor buglet where delZone() wouldn't fail early …
(edit) @342   12 years Kris Deugau /trunk Add a new type to the custom record types ("Delegation") …
(edit) @341   12 years Kris Deugau /trunk Fix logging glitch in record update. Note this was also …
(edit) @340   12 years Kris Deugau /trunk Fill in validation stubs for type 65282 (PTR template) and …
(edit) @339   12 years Kris Deugau /trunk Finally polish up what should be the last of PTR template and …
(edit) @338   12 years Kris Deugau /trunk Fix buglet in add record (possibly update record as well); …
(edit) @337   12 years Kris Deugau /trunk Checkpoint updating export for reverse DNS. See #26. - …
(edit) @336   12 years Kris Deugau /trunk Checkpoint updating export for reverse DNS. See #26. - …
(edit) @335   12 years Kris Deugau /trunk Checkpoint filling in processing for PTR template and A+PTR …
(edit) @334   12 years Kris Deugau /trunk Checkpoint updating export for reverse DNS. See #26. - …
(edit) @333   12 years Kris Deugau /trunk Checkpoint, update export for reverse DNS. See #26. - Stub …
(edit) @332   12 years Kris Deugau /trunk Checkpoint updating export for reverse zones. See #26. - …
(edit) @331   12 years Kris Deugau /trunk Tweak getChildren() a little with a trailing sort-by-name. …
(edit) @330   12 years Kris Deugau /trunk Checkpoint, updating export for reverse zones. See #26. - …
(edit) @329   12 years Kris Deugau /trunk Checkpoint, update export process to handle reverse zones. …
(edit) @328   12 years Kris Deugau /trunk Clean up several bugs in handling of NS records in revzones: …
(edit) @327   12 years Kris Deugau /trunk Rewrite fill_grouplist() sub to not do direct SQL calls. …
(edit) @326   12 years Kris Deugau /trunk Move SQL for clone-this-user dropdown into DNSDB.pm. See #1
(edit) @325   12 years Kris Deugau /trunk Move SQL from user list code into DNSDB.pm. See #1
(edit) @324   12 years Kris Deugau /trunk Add consistency to log entry and record list sorts by adding …
(edit) @323   12 years Kris Deugau /trunk Moved some more SQL out of dns.cgi (see #1). Added pagination …
(edit) @322   12 years Kris Deugau /trunk Fix buglet in group list that caused pagination to break
(edit) @321   12 years Kris Deugau /trunk More administrivia; set a more sane version number on /trunk …
(edit) @320   12 years Kris Deugau /trunk Administrivia cleanup - overdue to update the copyright dates …
(edit) @319   12 years Kris Deugau /trunk Refine permissions handling: - self_edit now has meaning; …
(edit) @318   12 years Kris Deugau /trunk Remove a couple of stale lines of code
(edit) @316   12 years Kris Deugau /trunk Fix embarrasing bug in login process; account status was …
(edit) @315   12 years Kris Deugau /trunk Action logging all appears to be moved to DNSDB.pm. Removed …
(edit) @314   12 years Kris Deugau /trunk Move SQL for "Manage groups" to DNSDB.pm. See #1 Extend new …
(edit) @313   12 years Kris Deugau /trunk Convert SQL for bulk change choice page to existing calls to …
(edit) @312   12 years Kris Deugau /trunk Fix lurking bug in _ZONE that retained an extra 0 on CIDR to …
(edit) @311   12 years Kris Deugau /trunk Move SQL for SOA update to DNSDB.pm (see #1) Clean up support …
(edit) @310   12 years Kris Deugau /trunk Minor code review in dns.cgi - remove some stale commented …
(edit) @309   12 years Kris Deugau /trunk Minor code review - remove a dangling variable and comment …
(edit) @308   12 years Kris Deugau /trunk UI-layer changes to move action logging for importAXFR() out …
(edit) @307   12 years Kris Deugau /trunk Fix a taint mode gotcha in _zone2cidr(), introduced with the …
(edit) @306   12 years Kris Deugau /trunk Fix addition of default NS records for reverse zones done in …
(edit) @305   12 years Kris Deugau /trunk Add some more thoughts to notes
(edit) @304   12 years Kris Deugau /trunk Drop support for /31 sub-octet ranges in in-addr.arpa zone …
(edit) @303   12 years Kris Deugau /trunk Checkpoint - still finding rough edges in AXFR import [ log …
(edit) @302   12 years Kris Deugau /trunk Checkpoint converting importAXFR() to support reverse zones …
(edit) @301   12 years Kris Deugau /trunk Checkpoint: importAXFR() now supports most reverse zones, as …
(edit) @300   12 years Kris Deugau /trunk Added missing NS records for initial default reverse zone …
(edit) @299   12 years Kris Deugau /trunk Fix really silly bug that allowed adding the same reverse zone …
(edit) @298   12 years Kris Deugau /trunk Checkpoint updating importAXFR() action logging (see #35): - …
(edit) @297   12 years Kris Deugau /trunk Move action logging for user delete into delUser(). See #35
(edit) @296   12 years Kris Deugau /trunk Move action logging for user status change into userStatus(). …
(edit) @295   12 years Kris Deugau /trunk Move entity-relationship reference hashes up into the same …
(edit) @294   12 years Kris Deugau /trunk "Move action logging for change group default permissions" …
(edit) @293   12 years Kris Deugau /trunk Move action logging for delGroup() into DNSDB.pm. See #35. …
(edit) @292   12 years Kris Deugau /trunk Move action logging for addGroup() into DNSDB.pm. See #35
(edit) @291   12 years Kris Deugau /trunk Fix minor error log mess due to possible nonexistent %webvar …
(edit) @290   12 years Kris Deugau /trunk Move action logging for delRec() into DNSDB.pm. See #35
(edit) @289   12 years Kris Deugau /trunk Forgot to move failed-action logging for addRec() and …
(edit) @288   12 years Kris Deugau /trunk Move action logging for updateRec() into DNSDB.pm. Fix …
(edit) @287   12 years Kris Deugau /trunk Move action logging for addRec() into DNSDB.pm. See #35
(edit) @286   12 years Kris Deugau /trunk Convert action logging for "Add reverse zone" to …
(edit) @285   12 years Kris Deugau /trunk Move action logging for zone delete (deldom/delrevzone) into …
(edit) @284   12 years Kris Deugau /trunk Clean up dangling failure logging in the UI layer for add …
(edit) @283   12 years Kris Deugau /trunk Convert zone status change logging to DNSDB-internal. See #35
(edit) @282   12 years Kris Deugau /trunk Correct _log() docu-comment
(edit) @281   12 years Kris Deugau /trunk Clean up some lingering structural messes in DNSDB.pm - Make …
(edit) @280   12 years Kris Deugau /trunk Fix login bug introduced with r279 that didn't use the right …
(edit) @279   12 years Kris Deugau /trunk Moving login SQL into DNSDB.pm complete. See #1 Checkpoint, …
(edit) @278   12 years Kris Deugau /trunk Checkpoint, diversion to get userdata somewhere handy(er) for …
(edit) @277   12 years Kris Deugau /trunk Checkpoint: Clean up SOA editing and extend for reverse …
(edit) @276   12 years Kris Deugau /trunk Add revID sub to match domainID for consistency
(edit) @275   12 years Kris Deugau /trunk Convert domStatus() and caller to zoneStatus() for reverse DNS …
(edit) @274   12 years Kris Deugau /trunk Flesh out most reverse zone deletion. See #26. - Convert …
(edit) @273   12 years Kris Deugau /trunk updateRec() should now handle all record update changes
(edit) @272   12 years Kris Deugau /trunk Checkpoint; update record mostly patched up for reverse …
(edit) @271   12 years Kris Deugau /trunk Add size= parameter to Hostname and Address/IP fields on …
(edit) @270   12 years Kris Deugau /trunk Override any bare ZONE defrecs with the provided pattern while …
(edit) @269   12 years Kris Deugau /trunk addRDNS() complete except for handling $revpatt. See #26
(edit) @268   12 years Kris Deugau /trunk *Still* missed a piece. Really fix reverse record list …
(edit) @267   12 years Kris Deugau /trunk Minor UI fix on reverse record sorting; got val/IP and host …
(edit) @266   12 years Kris Deugau /trunk Minor tweak to log viewing; replace \n in entries with …
Note: See TracRevisionLog for help on using the revision log.