|
|
@455
|
12 years |
Kris Deugau |
/trunk
Fix precedence bug in SQL for getRevPattern that in a test …
|
|
|
@452
|
12 years |
Kris Deugau |
/trunk
Continue tweaking RPC for actual usage. See #43.
- Add and …
|
|
|
@451
|
12 years |
Kris Deugau |
/trunk
Odds-n-ends:
- Fixme note for murking …
|
|
|
@450
|
12 years |
Kris Deugau |
/trunk
Fix caching glitch in reverse record export by simplifying the …
|
|
|
@449
|
12 years |
Kris Deugau |
/trunk
Fix bug in location export; tinydns uses octet-truncated …
|
|
|
@448
|
12 years |
Kris Deugau |
/trunk
Minor bugfix for record updates; default records do not have
…
|
|
|
@446
|
12 years |
Kris Deugau |
/trunk
Fine-tune new reverse zone process to support setting a …
|
|
|
@445
|
12 years |
Kris Deugau |
/trunk
Fix bug in export caching for reverse zones that somehow …
|
|
|
@444
|
12 years |
Kris Deugau |
/trunk
Only skip (A+)PTR-template records when converting default …
|
|
|
@443
|
12 years |
Kris Deugau |
/trunk
Fix a couple of buglets expanding the %-patterns in …
|
|
|
@442
|
12 years |
Kris Deugau |
/trunk
Squash off-by-one-ish bug checking for multiple PTR template …
|
|
|
@441
|
12 years |
Kris Deugau |
/trunk
Fix coding thinko in export; not sure why I thought $host, …
|
|
|
@439
|
12 years |
Kris Deugau |
/trunk
Extend record list filtering to check both host and val …
|
|
|
@436
|
12 years |
Kris Deugau |
/trunk
Fix bug in AXFR import (couldn't import as inactive)
Extend …
|
|
|
@429
|
12 years |
Kris Deugau |
/trunk
Bugfix getRecLine() to not look for locations on default records
|
|
|
@428
|
12 years |
Kris Deugau |
/trunk
Polish off the last of the location subs; locations can now …
|
|
|
@425
|
12 years |
Kris Deugau |
/trunk
Tweak handling of log messages so that the location …
|
|
|
@420
|
12 years |
Kris Deugau |
/trunk
Add a somewhat quick-n-dirty plaintext record list script that …
|
|
|
@418
|
12 years |
Kris Deugau |
/trunk
Fix stupid typo from r417
|
|
|
@417
|
12 years |
Kris Deugau |
/trunk
Fix data integrity glitch; leading and trailing spaces were …
|
|
|
@415
|
12 years |
Kris Deugau |
/trunk
Fix an edge-case bug in DNSDB::getDomRecs(). Default reverse
…
|
|
|
@411
|
12 years |
Kris Deugau |
/trunk
Check and munge state in DNSDB::updateUser(), same as …
|
|
|
@410
|
12 years |
Kris Deugau |
/trunk
Apply another light tweak in initRPC(); blank the last name …
|
|
|
@408
|
12 years |
Kris Deugau |
/trunk
Copy munging of "state"/"status" from addDomain() to addUser() …
|
|
|
@406
|
12 years |
Kris Deugau |
/trunk
Fix the fix for the fixed initRPC(). Usernames should be …
|
|
|
@404
|
12 years |
Kris Deugau |
/trunk
Fix up initRPC() so it actually works the way it's supposed …
|
|
|
@402
|
12 years |
Kris Deugau |
/trunk
Oops.
Revert update to getZoneList() in r397; forgot the …
|
|
|
@401
|
12 years |
Kris Deugau |
/trunk
Begin updating dns-rpc.cgi. See #43.
Add initRPC() in …
|
|
|
@400
|
12 years |
Kris Deugau |
/trunk
Normalize calling convention in loadConfig() and cfgload() …
|
|
|
@399
|
12 years |
Kris Deugau |
/trunk
Another lurking buglet in the normalization of getDomRecs()
|
|
|
@397
|
12 years |
Kris Deugau |
/trunk
Caught some inconsistencies getting the RPC CGI updated.
- …
|
|
|
@391
|
12 years |
Kris Deugau |
/trunk
Add support for new permissions to addUser()'s permission type …
|
|
|
@390
|
12 years |
Kris Deugau |
/trunk
Extend handling of setting permissions to keep "chained"
…
|
|
|
@389
|
12 years |
Kris Deugau |
/trunk
Add location support to addRec() and updateRec().
Extend …
|
|
|
@387
|
12 years |
Kris Deugau |
/trunk
Add a new permission record_locchg to separate changing the
…
|
|
|
@386
|
12 years |
Kris Deugau |
/trunk
Fix the fix for the slow group listing; it only worked when …
|
|
|
@385
|
12 years |
Kris Deugau |
/trunk
Fix performance blackhole with group management; time to …
|
|
|
@384
|
12 years |
Kris Deugau |
/trunk
Fix bugs in new SQL bits in getDomRecs(). See #10.
- Don't …
|
|
|
@383
|
12 years |
Kris Deugau |
/trunk
Checkpoint adding location support to UI. See #10.
- Add …
|
|
|
@382
|
12 years |
Kris Deugau |
/trunk
Update permission loading with the new fields for locations. …
|
|
|
@377
|
12 years |
Kris Deugau |
/trunk
Checkpoint adding locations to UI. See #10.
- Add location …
|
|
|
@375
|
12 years |
Kris Deugau |
/trunk
Checkpoint adding locations/views. See #10.
- Tweak new …
|
|
|
@372
|
12 years |
Kris Deugau |
/trunk
Checkpoint adding location/view support. See #10.
- minor …
|
|
|
@370
|
12 years |
Kris Deugau |
/trunk
Checkpoint; adding location/view support. See #10.
- add …
|
|
|
@368
|
12 years |
Kris Deugau |
/trunk
First stage implementation of export caching for performance. …
|
|
|
@367
|
12 years |
Kris Deugau |
/trunk
Tweak tinydns export processing to support automatic TTLs.
…
|
|
|
@364
|
12 years |
Kris Deugau |
/trunk
Fill in export of SSHFP records since they're imported via …
|
|
|
@352
|
12 years |
Kris Deugau |
/trunk
Tweak getDomRecs() to return reverse zone entries sorted by …
|
|
|
@350
|
12 years |
Kris Deugau |
/trunk
Tweak addRec() and updateRec() to allow "bad" hostnames so TXT …
|
|
|
@349
|
12 years |
Kris Deugau |
/trunk
Convert all lookups on the domain name to use lower() on both
…
|
|
|
@347
|
12 years |
Kris Deugau |
/trunk
Clean up dns.sql a little; some of this will be more important …
|
|
|
@346
|
12 years |
Kris Deugau |
/trunk
Delegation type now exports correctly, or at least as …
|
|
|
@345
|
12 years |
Kris Deugau |
/trunk
Checkpoint adding delegation type. See #26.
- stuck on how …
|
|
|
@344
|
12 years |
Kris Deugau |
/trunk
Work around bizarre SQL un-bug where:
SELECT <stuff> UNION …
|
|
|
@343
|
12 years |
Kris Deugau |
/trunk
Fix lurking minor buglet where delZone() wouldn't fail early …
|
|
|
@342
|
12 years |
Kris Deugau |
/trunk
Add a new type to the custom record types ("Delegation") …
|
|
|
@341
|
12 years |
Kris Deugau |
/trunk
Fix logging glitch in record update. Note this was also …
|
|
|
@340
|
12 years |
Kris Deugau |
/trunk
Fill in validation stubs for type 65282 (PTR template) and
…
|
|
|
@339
|
12 years |
Kris Deugau |
/trunk
Finally polish up what should be the last of PTR template and
…
|
|
|
@337
|
12 years |
Kris Deugau |
/trunk
Checkpoint updating export for reverse DNS. See #26.
- …
|
|
|
@336
|
12 years |
Kris Deugau |
/trunk
Checkpoint updating export for reverse DNS. See #26.
- …
|
|
|
@335
|
12 years |
Kris Deugau |
/trunk
Checkpoint filling in processing for PTR template and A+PTR …
|
|
|
@334
|
12 years |
Kris Deugau |
/trunk
Checkpoint updating export for reverse DNS. See #26.
- …
|
|
|
@333
|
12 years |
Kris Deugau |
/trunk
Checkpoint, update export for reverse DNS. See #26.
- Stub …
|
|
|
@332
|
12 years |
Kris Deugau |
/trunk
Checkpoint updating export for reverse zones. See #26.
- …
|
|
|
@331
|
12 years |
Kris Deugau |
/trunk
Tweak getChildren() a little with a trailing sort-by-name. …
|
|
|
@330
|
12 years |
Kris Deugau |
/trunk
Checkpoint, updating export for reverse zones. See #26.
- …
|
|
|
@329
|
12 years |
Kris Deugau |
/trunk
Checkpoint, update export process to handle reverse zones. …
|
|
|
@328
|
13 years |
Kris Deugau |
/trunk
Clean up several bugs in handling of NS records in revzones:
…
|
|
|
@326
|
13 years |
Kris Deugau |
/trunk
Move SQL for clone-this-user dropdown into DNSDB.pm. See #1
|
|
|
@325
|
13 years |
Kris Deugau |
/trunk
Move SQL from user list code into DNSDB.pm. See #1
|
|
|
@324
|
13 years |
Kris Deugau |
/trunk
Add consistency to log entry and record list sorts by adding
…
|
|
|
@323
|
13 years |
Kris Deugau |
/trunk
Moved some more SQL out of dns.cgi (see #1). Added pagination …
|
|
|
@321
|
13 years |
Kris Deugau |
/trunk
More administrivia; set a more sane version number on /trunk
…
|
|
|
@320
|
13 years |
Kris Deugau |
/trunk
Administrivia cleanup - overdue to update the copyright dates
…
|
|
|
@316
|
13 years |
Kris Deugau |
/trunk
Fix embarrasing bug in login process; account status was …
|
|
|
@314
|
13 years |
Kris Deugau |
/trunk
Move SQL for "Manage groups" to DNSDB.pm. See #1
Extend new …
|
|
|
@312
|
13 years |
Kris Deugau |
/trunk
Fix lurking bug in _ZONE that retained an extra 0 on CIDR to
…
|
|
|
@311
|
13 years |
Kris Deugau |
/trunk
Move SQL for SOA update to DNSDB.pm (see #1)
Clean up support …
|
|
|
@309
|
13 years |
Kris Deugau |
/trunk
Minor code review
- remove a dangling variable and comment …
|
|
|
@307
|
13 years |
Kris Deugau |
/trunk
Fix a taint mode gotcha in _zone2cidr(), introduced with the
…
|
|
|
@304
|
13 years |
Kris Deugau |
/trunk
Drop support for /31 sub-octet ranges in in-addr.arpa zone …
|
|
|
@303
|
13 years |
Kris Deugau |
/trunk
Checkpoint - still finding rough edges in AXFR import
[ log …
|
|
|
@302
|
13 years |
Kris Deugau |
/trunk
Checkpoint converting importAXFR() to support reverse zones
…
|
|
|
@301
|
13 years |
Kris Deugau |
/trunk
Checkpoint: importAXFR() now supports most reverse zones, as …
|
|
|
@299
|
13 years |
Kris Deugau |
/trunk
Fix really silly bug that allowed adding the same reverse zone …
|
|
|
@298
|
13 years |
Kris Deugau |
/trunk
Checkpoint updating importAXFR() action logging (see #35):
- …
|
|
|
@297
|
13 years |
Kris Deugau |
/trunk
Move action logging for user delete into delUser(). See #35
…
|
|
|
@296
|
13 years |
Kris Deugau |
/trunk
Move action logging for user status change into userStatus(). …
|
|
|
@295
|
13 years |
Kris Deugau |
/trunk
Move entity-relationship reference hashes up into the same …
|
|
|
@294
|
13 years |
Kris Deugau |
/trunk
"Move action logging for change group default permissions" …
|
|
|
@293
|
13 years |
Kris Deugau |
/trunk
Move action logging for delGroup() into DNSDB.pm. See #35.
…
|
|
|
@292
|
13 years |
Kris Deugau |
/trunk
Move action logging for addGroup() into DNSDB.pm. See #35
|
|
|
@290
|
13 years |
Kris Deugau |
/trunk
Move action logging for delRec() into DNSDB.pm. See #35
|
|
|
@289
|
13 years |
Kris Deugau |
/trunk
Forgot to move failed-action logging for addRec() and
…
|
|
|
@288
|
13 years |
Kris Deugau |
/trunk
Move action logging for updateRec() into DNSDB.pm.
Fix …
|
|
|
@287
|
13 years |
Kris Deugau |
/trunk
Move action logging for addRec() into DNSDB.pm. See #35
|
|
|
@286
|
13 years |
Kris Deugau |
/trunk
Convert action logging for "Add reverse zone" to …
|
|
|
@285
|
13 years |
Kris Deugau |
/trunk
Move action logging for zone delete (deldom/delrevzone) into …
|
|
|
@284
|
13 years |
Kris Deugau |
/trunk
Clean up dangling failure logging in the UI layer for add …
|
|
|