~kernevil/ubuntu/trusty/bind9/sdlz-hmac-keys

« back to all changes in this revision

Viewing changes to contrib/sdb/time/timedb.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Matthew Grant, LaMont Jones
  • Date: 2012-10-29 08:37:49 UTC
  • mfrom: (1.9.2)
  • Revision ID: package-import@ubuntu.com-20121029083749-r9inpzl0yuj9xdlu
Tags: 1:9.8.4.dfsg-1
[Matthew Grant]

* Turn off dlopen as it was causing test compile failures.
* Add missing library .postrm files for debhelper

[LaMont Jones]

* New upstream version
* soname fixup
* Ack NMUs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Copyright (C) 2000, 2001  Internet Software Consortium.
4
4
 *
5
5
 * Permission to use, copy, modify, and/or distribute this software for any
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: timedb.c,v 1.10 2007-06-19 23:47:10 tbox Exp $ */
 
18
/* $Id$ */
19
19
 
20
20
/*
21
21
 * A simple database driver that enables the server to return the
43
43
/*
44
44
 * This database operates on relative names.
45
45
 *
46
 
 * "time" and "@" return the time in a TXT record.  
 
46
 * "time" and "@" return the time in a TXT record.
47
47
 * "clock" is a CNAME to "time"
48
48
 * "current" is a DNAME to "@" (try time.current.time)
49
 
 */ 
 
49
 */
50
50
static isc_result_t
51
51
timedb_lookup(const char *zone, const char *name, void *dbdata,
52
52
              dns_sdblookup_t *lookup)