Skip to content

Commit

Permalink
removed CVS $Keywords$ after cvs=>git conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Tokarev committed Mar 6, 2011
1 parent 8b423f8 commit 6e40ab7
Show file tree
Hide file tree
Showing 42 changed files with 30 additions and 76 deletions.
2 changes: 0 additions & 2 deletions CHANGES-0.81
@@ -1,5 +1,3 @@
$Id$

2003-04-03 0.81

- IP4RANGES is now the default (but old behaviour may be selected
Expand Down
1 change: 0 additions & 1 deletion Makefile.in
@@ -1,6 +1,5 @@
#! /usr/bin/make -rf
#
# $Id$
# Makefile for rbldnsd

SHELL = /bin/sh
Expand Down
2 changes: 0 additions & 2 deletions NEWS
@@ -1,5 +1,3 @@
$Id$

This file describes user-visible changes in rbldnsd.
Never news are at top.

Expand Down
2 changes: 0 additions & 2 deletions README.user
@@ -1,5 +1,3 @@
$Id$

By default (if no -u option is specified), rbldnsd runs as user rbldns.
At a time the rbldnsd package is installed, such a user is created on
the target system, with home directory /var/lib/rbldns (note the directory
Expand Down
2 changes: 0 additions & 2 deletions TODO
@@ -1,5 +1,3 @@
$Id$

TODO list for rbldnsd, in no particular order.

* implement TCP mode (in separate process, to reduce number of syscalls)
Expand Down
1 change: 0 additions & 1 deletion configure
@@ -1,5 +1,4 @@
#! /bin/sh
# $Id$
# autoconf-style configuration script
#
set -e
Expand Down
1 change: 0 additions & 1 deletion debian/postinst
@@ -1,5 +1,4 @@
#! /bin/sh
# $Id$
# postinst script for rbldnsd
#
# see: dh_installdeb(1)
Expand Down
1 change: 0 additions & 1 deletion debian/rbldnsd.init
@@ -1,5 +1,4 @@
#! /bin/sh
# $Id$
# rbldnsd startup script.
#
### BEGIN INIT INFO
Expand Down
1 change: 0 additions & 1 deletion debian/rules
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
# $Id$
# debian/rules for rbldnsd
# GNU copyright 1997 to 1999 by Joey Hess.
# GNU copyright 2003 by Michael Tokarev.
Expand Down
3 changes: 1 addition & 2 deletions dns.h
@@ -1,5 +1,4 @@
/* $Id$
* common #include file for dns library.
/* common #include file for dns library.
*/

#ifndef DNS_PORT
Expand Down
3 changes: 1 addition & 2 deletions dns_dnequ.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_dneq(): compare to domain names and return true if equal
/* dns_dneq(): compare to domain names and return true if equal
* (case-unsensitive)
*/

Expand Down
3 changes: 1 addition & 2 deletions dns_dnlabels.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_dnlabels() returns number of individual labels in a domain name
/* dns_dnlabels() returns number of individual labels in a domain name
*/

#include "dns.h"
Expand Down
3 changes: 1 addition & 2 deletions dns_dnlen.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_dnlen(): return length of a domain name (with trailing
/* dns_dnlen(): return length of a domain name (with trailing
* zero, as it is an integral part of DN)
*/

Expand Down
3 changes: 1 addition & 2 deletions dns_dnreverse.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_dnreverse() produces reverse of a domain name
/* dns_dnreverse() produces reverse of a domain name
*/

#include <string.h>
Expand Down
3 changes: 1 addition & 2 deletions dns_dntol.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_dntol() lowercases a domain name
/* dns_dntol() lowercases a domain name
*/

#include "dns.h"
Expand Down
3 changes: 1 addition & 2 deletions dns_dntop.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_dntop() produces printable ascii representation (external form)
/* dns_dntop() produces printable ascii representation (external form)
* of a domain name
*/

Expand Down
3 changes: 1 addition & 2 deletions dns_findname.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_findname() is an auxilary routine to find given name in a
/* dns_findname() is an auxilary routine to find given name in a
* given dns_nameval table.
*/

Expand Down
1 change: 0 additions & 1 deletion dns_maketab.awk
@@ -1,5 +1,4 @@
#! /usr/bin/awk -f
# $Id$
# A script to generate dns_nametab.c from dns.h
# (various name tables like rtype etc)

Expand Down
3 changes: 1 addition & 2 deletions dns_ptodn.c
@@ -1,5 +1,4 @@
/* $Id$
* dns_ptodn() parses external textual dot-separated format
/* dns_ptodn() parses external textual dot-separated format
* into a domain name
*/

Expand Down
3 changes: 1 addition & 2 deletions ip4addr.h
@@ -1,5 +1,4 @@
/* $Id$
* common #include header for various helper routines to
/* common #include header for various helper routines to
* manipulate IP4 addreses
*/

Expand Down
3 changes: 1 addition & 2 deletions ip4atos.c
@@ -1,5 +1,4 @@
/* $Id$
* ip4atos() converts binary IP4 address into textual printable
/* ip4atos() converts binary IP4 address into textual printable
* dotted-quad form.
*/

Expand Down
3 changes: 1 addition & 2 deletions ip4mask.c
@@ -1,5 +1,4 @@
/* $Id$
* ip4mask(), given number of significant bits in network
/* ip4mask(), given number of significant bits in network
* prefix, return IP4 network mask.
*/

Expand Down
3 changes: 1 addition & 2 deletions ip4parse.c
@@ -1,5 +1,4 @@
/* $Id$
* IP4 address parsing routines
/* IP4 address parsing routines
*/

#include "ip4addr.h"
Expand Down
3 changes: 1 addition & 2 deletions istream.c
@@ -1,5 +1,4 @@
/* $Id$
* Simple and efficient (especially line-oriented) read (input)
/* Simple and efficient (especially line-oriented) read (input)
* stream implementation a-la stdio.
*/

Expand Down
3 changes: 1 addition & 2 deletions istream.h
@@ -1,5 +1,4 @@
/* $Id$
* simple read (input) stream (header file)
/* simple read (input) stream (header file)
*/

#ifndef ISTREAM_BUFSIZE
Expand Down
3 changes: 1 addition & 2 deletions mempool.c
@@ -1,5 +1,4 @@
/* $Id$
* memory pool implementation
/* memory pool implementation
*/

#include <stdlib.h>
Expand Down
3 changes: 1 addition & 2 deletions mempool.h
@@ -1,5 +1,4 @@
/* $Id$
* memory pool #include file
/* memory pool #include file
*/

#ifndef _MEMPOOL_H_INCLUDED
Expand Down
3 changes: 1 addition & 2 deletions qsort.c
@@ -1,5 +1,4 @@
/* $Id$
* Adopted from GNU glibc by Mjt.
/* Adopted from GNU glibc by Mjt.
* See stdlib/qsort.c in glibc */

/* Copyright (C) 1991, 1992, 1996, 1997, 1999 Free Software Foundation, Inc.
Expand Down
1 change: 0 additions & 1 deletion rbldnsd.8
@@ -1,4 +1,3 @@
.\" $Id$
.\" rbldnsd manpage
.\"
.TH rbldnsd 8 "Jul 2006"
Expand Down
3 changes: 1 addition & 2 deletions rbldnsd.c
@@ -1,5 +1,4 @@
/* $Id$
* rbldnsd: main program
/* rbldnsd: main program
*/

#define _LARGEFILE64_SOURCE /* to define O_LARGEFILE if supported */
Expand Down
3 changes: 1 addition & 2 deletions rbldnsd.h
@@ -1,5 +1,4 @@
/* $Id$
* common rbldnsd #include header
/* common rbldnsd #include header
*/

#include <stdarg.h>
Expand Down
1 change: 0 additions & 1 deletion rbldnsd.spec
@@ -1,4 +1,3 @@
# $Id$
# RPM spec file for rbldnsd

Summary: Small fast daemon to serve DNSBLs
Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_acl.c
@@ -1,5 +1,4 @@
/* $Id$
* ACL (Access Control Lists) implementation for rbldnsd.
/* ACL (Access Control Lists) implementation for rbldnsd.
*/

#include <stdio.h>
Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_combined.c
@@ -1,5 +1,4 @@
/* $Id$
* combined dataset, one file is a collection of various datasets
/* combined dataset, one file is a collection of various datasets
* and subzones. Special case.
*/

Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_dnset.c
@@ -1,5 +1,4 @@
/* $Id$
* Dataset type which consists of a set of (possible wildcarded)
/* Dataset type which consists of a set of (possible wildcarded)
* domain names together with (A,TXT) result for each.
*/

Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_generic.c
@@ -1,5 +1,4 @@
/* $Id$
* generic dataset, simplified bind format.
/* generic dataset, simplified bind format.
*/

#include <stdio.h>
Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_ip4set.c
@@ -1,5 +1,4 @@
/* $Id$
* ip4set dataset type: IP4 addresses (ranges), with A and TXT
/* ip4set dataset type: IP4 addresses (ranges), with A and TXT
* values for every individual entry.
*/

Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_ip4trie.c
@@ -1,5 +1,4 @@
/* $Id$
* ip4trie dataset type: IP4 CIDR ranges with A and TXT values.
/* ip4trie dataset type: IP4 CIDR ranges with A and TXT values.
* Only one value per range allowed.
*/

Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_ip4tset.c
@@ -1,5 +1,4 @@
/* $Id$
* ip4tset dataset type: IP4 addresses (ranges), with A and TXT
/* ip4tset dataset type: IP4 addresses (ranges), with A and TXT
* values for every individual entry.
*/

Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_packet.c
@@ -1,5 +1,4 @@
/* $Id$
* DNS packet handling routines for rbldnsd
/* DNS packet handling routines for rbldnsd
*/

#include <string.h>
Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_util.c
@@ -1,5 +1,4 @@
/* $Id$
* Common utility routines for rbldnsd.
/* Common utility routines for rbldnsd.
*/

#include <stdio.h>
Expand Down
3 changes: 1 addition & 2 deletions rbldnsd_zones.c
@@ -1,5 +1,4 @@
/* $Id$
* Nameserver zones: structures and routines
/* Nameserver zones: structures and routines
*/

#include <stdio.h>
Expand Down

0 comments on commit 6e40ab7

Please sign in to comment.