]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
endl, whitespace and file prmissions
authorKees Monshouwer <mind04@monshouwer.org>
Tue, 4 Mar 2014 23:06:02 +0000 (00:06 +0100)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 7 Mar 2014 07:29:22 +0000 (08:29 +0100)
pdns/dynhandler.cc
pdns/dynhandler.hh [changed mode: 0755->0644]
pdns/pdnssec.cc [changed mode: 0755->0644]
pdns/receiver.cc [changed mode: 0755->0644]

index b94502a6a8e61688214a11fe35f0591c5ec7cba3..3510a7c2594a6c183a80623ec822bc7fb16009bf 100644 (file)
@@ -287,7 +287,7 @@ string DLReloadHandler(const vector<string>&parts, Utility::pid_t ppid)
   return "Ok";
 }
 
-string DLListZones(const vector<string>&parts, Utility::pid_t ppid) 
+string DLListZones(const vector<string>&parts, Utility::pid_t ppid)
 {
   UeberBackend B;
   L<<Logger::Notice<<"Received request to list zones."<<endl;
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index c0a8950..5bfcbc0
@@ -1102,7 +1102,7 @@ try
     cerr<<"                                   Add a ZSK or KSK to zone and specify algo&bits"<<endl;
     cerr<<"check-zone ZONE                    Check a zone for correctness"<<endl;
     cerr<<"check-all-zones                    Check all zones for correctness"<<endl;
-    cerr<<"create-bind-db FNAME               Create DNSSEC db for BIND backend (bind-dnssec-db)"<<endl; 
+    cerr<<"create-bind-db FNAME               Create DNSSEC db for BIND backend (bind-dnssec-db)"<<endl;
     cerr<<"deactivate-tsig-key ZONE NAME [master|slave]"<<endl;
     cerr<<"                                   Disable TSIG key for a zone"<<endl;
     cerr<<"deactivate-zone-key ZONE KEY-ID    Deactivate the key with key id KEY-ID in ZONE"<<endl;
@@ -1118,9 +1118,9 @@ try
     cerr<<"hash-zone-record ZONE RNAME        Calculate the NSEC3 hash for RNAME in ZONE"<<endl;
     cerr<<"increase-serial ZONE               Increases the SOA-serial by 1. Uses SOA-EDIT"<<endl;
     cerr<<"import-tsig-key NAME ALGORITHM KEY Import TSIG key"<<endl;
-    cerr<<"import-zone-key ZONE FILE          Import from a file a private key, ZSK or KSK"<<endl;            
+    cerr<<"import-zone-key ZONE FILE          Import from a file a private key, ZSK or KSK"<<endl;
     cerr<<"       [active|passive][ksk|zsk]   Defaults to KSK and active"<<endl;
-    cerr<<"list-all-zones MASTER|SLAVE|NATIVE List all zones\n";
+    cerr<<"list-all-zones MASTER|SLAVE|NATIVE List all zones"<<endl;;
     cerr<<"list-tsig-keys                     List all TSIG keys"<<endl;
     cerr<<"rectify-zone ZONE [ZONE ..]        Fix up DNSSEC fields (order, auth)"<<endl;
     cerr<<"rectify-all-zones                  Rectify all zones."<<endl;
@@ -1137,7 +1137,7 @@ try
     cerr<<desc<<endl;
     return 0;
   }
-  
+
   if (cmds[0] == "test-algorithm") {
     if(cmds.size() != 2) {
       cerr << "Syntax: pdnssec test-algorithm algonum"<<endl;
old mode 100755 (executable)
new mode 100644 (file)