From 9b941ce45484431bf095ffc39f242e81c716cbd5 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Tue, 9 Dec 2008 19:31:51 +0100 Subject: Initial import. --- contrib/zkt/tags | 324 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 contrib/zkt/tags (limited to 'contrib/zkt/tags') diff --git a/contrib/zkt/tags b/contrib/zkt/tags new file mode 100644 index 0000000..1471aff --- /dev/null +++ b/contrib/zkt/tags @@ -0,0 +1,324 @@ +!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ +!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ +!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ +!_TAG_PROGRAM_NAME Exuberant Ctags // +!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ +!_TAG_PROGRAM_VERSION 5.5.4 // +CONF_ALGO zconf.c /^ CONF_ALGO,$/;" e file: +CONF_BOOL zconf.c /^ CONF_BOOL,$/;" e file: +CONF_COMMENT zconf.c /^ CONF_COMMENT,$/;" e file: +CONF_END zconf.c /^ CONF_END = 0,$/;" e file: +CONF_FACILITY zconf.c /^ CONF_FACILITY,$/;" e file: +CONF_INT zconf.c /^ CONF_INT,$/;" e file: +CONF_LEVEL zconf.c /^ CONF_LEVEL,$/;" e file: +CONF_SERIAL zconf.c /^ CONF_SERIAL,$/;" e file: +CONF_STRING zconf.c /^ CONF_STRING,$/;" e file: +CONF_TIMEINT zconf.c /^ CONF_TIMEINT,$/;" e file: +ISCOMMENT zconf.c 68;" d file: +ISDELIM zconf.c 70;" d file: +ISTRUE zconf.c 66;" d file: +KEYSET_FILE_PFX dnssec-signer.c 669;" d file: +KeyWords ncparse.c /^static struct KeyWords {$/;" s file: +MAXFNAME log.c 97;" d file: +STRCONFIG_DELIMITER zconf.c 505;" d file: +TAINTEDCHARS misc.c 60;" d file: +TOK_DELEGATION ncparse.c 59;" d file: +TOK_DIR ncparse.c 49;" d file: +TOK_FILE ncparse.c 62;" d file: +TOK_FORWARD ncparse.c 58;" d file: +TOK_HINT ncparse.c 57;" d file: +TOK_INCLUDE ncparse.c 50;" d file: +TOK_MASTER ncparse.c 54;" d file: +TOK_SLAVE ncparse.c 55;" d file: +TOK_STRING ncparse.c 48;" d file: +TOK_STUB ncparse.c 56;" d file: +TOK_TYPE ncparse.c 53;" d file: +TOK_UNKNOWN ncparse.c 64;" d file: +TOK_VIEW ncparse.c 60;" d file: +TOK_ZONE ncparse.c 52;" d file: +a domaincmp.c /^ char *a;$/;" m file: +add2zonelist dnssec-signer.c /^static int add2zonelist (const char *dir, const char *view, const char *zone, const char *file)$/;" f file: +age2str misc.c /^char *age2str (time_t sec)$/;" f +ageflag dnssec-zkt.c /^int ageflag = 0;$/;" v +b domaincmp.c /^ char *b;$/;" m file: +bool2str zconf.c /^static const char *bool2str (int val)$/;" f file: +check_keydb_timestamp dnssec-signer.c /^static int check_keydb_timestamp (dki_t *keylist, time_t reftime)$/;" f file: +checkconfig zconf.c /^int checkconfig (const zconf_t *z)$/;" f +cmdline zconf.c /^ int cmdline; \/* is this a command line parameter ? *\/$/;" m file: +cmpfile misc.c /^int cmpfile (const char *file1, const char *file2)$/;" f +config dnssec-signer.c /^static zconf_t *config;$/;" v file: +config zconf.c /^static zconf_t *config;$/;" v file: +confpara zconf.c /^static zconf_para_t confpara[] = {$/;" v file: +copy_keyset dnssec-signer.c /^static void copy_keyset (const char *dir, const char *domain, const zconf_t *conf)$/;" f file: +copyfile misc.c /^int copyfile (const char *fromfile, const char *tofile, const char *dnskeyfile)$/;" f +copyzonefile misc.c /^int copyzonefile (const char *fromfile, const char *tofile, const char *dnskeyfile)$/;" f +create_parent_file dnssec-zkt.c /^static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp)$/;" f file: +create_parent_file rollover.c /^static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp)$/;" f file: +createkey dnssec-zkt.c /^static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf)$/;" f file: +ctype_t zconf.c /^} ctype_t;$/;" t file: +def zconf.c /^static zconf_t def = {$/;" v file: +dirflag dnssec-zkt.c /^static int dirflag = 0;$/;" v file: +dirname dnssec-signer.c /^const char *dirname = NULL;$/;" v +dist_and_reload dnssec-signer.c /^static int dist_and_reload (const zone_t *zp)$/;" f file: +dki_add dki.c /^dki_t *dki_add (dki_t **list, dki_t *new)$/;" f +dki_age dki.c /^int dki_age (const dki_t *dkp, time_t curr)$/;" f +dki_algo2str dki.c /^char *dki_algo2str (int algo)$/;" f +dki_allcmp dki.c /^int dki_allcmp (const dki_t *a, const dki_t *b)$/;" f +dki_alloc dki.c /^static dki_t *dki_alloc ()$/;" f file: +dki_cmp dki.c /^int dki_cmp (const dki_t *a, const dki_t *b)$/;" f +dki_destroy dki.c /^dki_t *dki_destroy (dki_t *dkp)$/;" f +dki_estr dki.c /^static char dki_estr[255+1];$/;" v file: +dki_exptime dki.c /^time_t dki_exptime (const dki_t *dkp)$/;" f +dki_find dki.c /^const dki_t *dki_find (const dki_t *list, int ksk, int status, int no)$/;" f +dki_free dki.c /^void dki_free (dki_t *dkp)$/;" f +dki_freelist dki.c /^void dki_freelist (dki_t **listp)$/;" f +dki_gentime dki.c /^time_t dki_gentime (const dki_t *dkp)$/;" f +dki_geterrstr dki.c /^const char *dki_geterrstr ()$/;" f +dki_getflag dki.c /^dk_flag_t dki_getflag (const dki_t *dkp, time_t curr)$/;" f +dki_isactive dki.c /^int dki_isactive (const dki_t *dkp)$/;" f +dki_isdepreciated dki.c /^int dki_isdepreciated (const dki_t *dkp)$/;" f +dki_isksk dki.c /^int dki_isksk (const dki_t *dkp)$/;" f +dki_ispublished dki.c /^int dki_ispublished (const dki_t *dkp)$/;" f +dki_isrevoked dki.c /^int dki_isrevoked (const dki_t *dkp)$/;" f +dki_lifetime dki.c /^time_t dki_lifetime (const dki_t *dkp)$/;" f +dki_lifetimedays dki.c /^ushort dki_lifetimedays (const dki_t *dkp)$/;" f +dki_namecmp dki.c /^int dki_namecmp (const dki_t *a, const dki_t *b)$/;" f +dki_new dki.c /^dki_t *dki_new (const char *dir, const char *name, int ksk, int algo, int bitsize, const char *rfile, int lf_days)$/;" f +dki_prt_comment dki.c /^int dki_prt_comment (const dki_t *dkp, FILE *fp)$/;" f +dki_prt_dnskey dki.c /^int dki_prt_dnskey (const dki_t *dkp, FILE *fp)$/;" f +dki_prt_dnskey_raw dki.c /^int dki_prt_dnskey_raw (const dki_t *dkp, FILE *fp)$/;" f +dki_prt_dnskeyttl dki.c /^int dki_prt_dnskeyttl (const dki_t *dkp, FILE *fp, int ttl)$/;" f +dki_prt_trustedkey dki.c /^int dki_prt_trustedkey (const dki_t *dkp, FILE *fp)$/;" f +dki_read dki.c /^dki_t *dki_read (const char *dirname, const char *filename)$/;" f +dki_readdir dki.c /^int dki_readdir (const char *dir, dki_t **listp, int recursive)$/;" f +dki_readfile dki.c /^static int dki_readfile (FILE *fp, dki_t *dkp)$/;" f file: +dki_remove dki.c /^dki_t *dki_remove (dki_t *dkp)$/;" f +dki_search dki.c /^const dki_t *dki_search (const dki_t *list, int tag, const char *name)$/;" f +dki_setexptime dki.c /^time_t dki_setexptime (dki_t *dkp, time_t sec)$/;" f +dki_setflag dki.c /^dk_flag_t dki_setflag (dki_t *dkp, dk_flag_t flag)$/;" f +dki_setlifetime dki.c /^ushort dki_setlifetime (dki_t *dkp, int days)$/;" f +dki_setstat dki.c /^static int dki_setstat (dki_t *dkp, int status, int preserve_time)$/;" f file: +dki_setstatus dki.c /^int dki_setstatus (dki_t *dkp, int status)$/;" f +dki_setstatus_preservetime dki.c /^int dki_setstatus_preservetime (dki_t *dkp, int status)$/;" f +dki_status dki.c /^dk_status_t dki_status (const dki_t *dkp)$/;" f +dki_statusstr dki.c /^const char *dki_statusstr (const dki_t *dkp)$/;" f +dki_tadd dki.c /^dki_t *dki_tadd (dki_t **tree, dki_t *new)$/;" f +dki_tagcmp dki.c /^int dki_tagcmp (const dki_t *a, const dki_t *b)$/;" f +dki_tfree dki.c /^void dki_tfree (dki_t **tree)$/;" f +dki_time dki.c /^time_t dki_time (const dki_t *dkp)$/;" f +dki_timecmp dki.c /^int dki_timecmp (const dki_t *a, const dki_t *b)$/;" f +dki_tsearch dki.c /^const dki_t *dki_tsearch (const dki_t *tree, int tag, const char *name)$/;" f +dki_unsetflag dki.c /^dk_flag_t dki_unsetflag (dki_t *dkp, dk_flag_t flag)$/;" f +dki_writeinfo dki.c /^static int dki_writeinfo (const dki_t *dkp, const char *path)$/;" f file: +domaincmp domaincmp.c /^int domaincmp (const char *a, const char *b)$/;" f +dosigning dnssec-signer.c /^static int dosigning (zone_t *zonelist, zone_t *zp)$/;" f file: +dupconfig zconf.c /^zconf_t *dupconfig (const zconf_t *conf)$/;" f +dyn_update_freeze dnssec-signer.c /^static int dyn_update_freeze (const char *domain, const zconf_t *z, int freeze)$/;" f file: +dynamic_zone dnssec-signer.c /^static int dynamic_zone = 0; \/* dynamic zone ? *\/$/;" v file: +error misc.c /^void error (char *fmt, ...)$/;" f +ex domaincmp.c /^} ex[] = {$/;" v file: +exptimeflag dnssec-zkt.c /^int exptimeflag = 0;$/;" v +extern dki.c 59;" d file: +extern dki.c 61;" d file: +extern domaincmp.c 42;" d file: +extern domaincmp.c 44;" d file: +extern log.c 55;" d file: +extern log.c 57;" d file: +extern misc.c 56;" d file: +extern misc.c 58;" d file: +extern ncparse.c 44;" d file: +extern ncparse.c 46;" d file: +extern rollover.c 57;" d file: +extern rollover.c 59;" d file: +extern zconf.c 61;" d file: +extern zconf.c 63;" d file: +extern zkt.c 47;" d file: +extern zkt.c 49;" d file: +extern zone.c 53;" d file: +extern zone.c 55;" d file: +fatal misc.c /^void fatal (char *fmt, ...)$/;" f +file_age misc.c /^int file_age (const char *fname)$/;" f +file_mtime misc.c /^time_t file_mtime (const char *fname)$/;" f +fileexist misc.c /^int fileexist (const char *name)$/;" f +filesize misc.c /^size_t filesize (const char *name)$/;" f +force dnssec-signer.c /^static int force = 0;$/;" v file: +genkey rollover.c /^static dki_t *genkey (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status)$/;" f file: +get_exptime rollover.c /^static time_t get_exptime (dki_t *key, const zconf_t *z)$/;" f file: +get_parent_phase dnssec-zkt.c /^static int get_parent_phase (const char *file)$/;" f file: +get_parent_phase rollover.c /^static int get_parent_phase (const char *file)$/;" f file: +getdefconfname misc.c /^const char *getdefconfname (const char *view)$/;" f +getnameappendix misc.c /^const char *getnameappendix (const char *progname, const char *basename)$/;" f +gettok ncparse.c /^static int gettok (FILE *fp, char *val, size_t valsize)$/;" f file: +goto_labelstart domaincmp.c 47;" d file: +headerflag dnssec-zkt.c /^int headerflag = 1;$/;" v +in_strarr misc.c /^int in_strarr (const char *str, char *const arr[], int cnt)$/;" f +inc_errstr misc.c /^const char *inc_errstr (int err)$/;" f +inc_serial misc.c /^int inc_serial (const char *fname, int use_unixtime)$/;" f +inc_soa_serial misc.c /^static int inc_soa_serial (FILE *fp, int use_unixtime)$/;" f file: +is_directory misc.c /^int is_directory (const char *name)$/;" f +is_dotfile misc.c /^int is_dotfile (const char *name)$/;" f +is_exec_ok misc.c /^int is_exec_ok (const char *prog)$/;" f +is_keyfilename misc.c /^int is_keyfilename (const char *name)$/;" f +is_parentdirsigned rollover.c /^static int is_parentdirsigned (const zone_t *zonelist, const zone_t *zp)$/;" f file: +isinlist strlist.c /^int isinlist (const char *str, const char *list)$/;" f +ksk5011status rollover.c /^int ksk5011status (dki_t **listp, const char *dir, const char *domain, const zconf_t *z)$/;" f +ksk_roll dnssec-zkt.c /^static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf)$/;" f file: +kskdomain dnssec-zkt.c /^static char *kskdomain = "";$/;" v file: +kskflag dnssec-zkt.c /^int kskflag = 1;$/;" v +kskrollover rollover.c /^static int kskrollover (dki_t *ksk, zone_t *zonelist, zone_t *zp)$/;" f file: +kskstatus rollover.c /^int kskstatus (zone_t *zonelist, zone_t *zp)$/;" f +kw ncparse.c /^} kw[] = {$/;" v file: +label zconf.c /^ char *label; \/* the name of the paramter *\/$/;" m file: +labellist dnssec-zkt.c /^char *labellist = NULL;$/;" v +level log.c /^ lg_lvl_t level;$/;" m file: +lg_args log.c /^void lg_args (lg_lvl_t level, int argc, char * const argv[])$/;" f +lg_close log.c /^int lg_close ()$/;" f +lg_errcnt log.c /^static long lg_errcnt;$/;" v file: +lg_fileopen log.c /^static FILE *lg_fileopen (const char *path, const char *name)$/;" f file: +lg_fp log.c /^static FILE *lg_fp;$/;" v file: +lg_geterrcnt log.c /^long lg_geterrcnt ()$/;" f +lg_lvl2str log.c /^const char *lg_lvl2str (lg_lvl_t level)$/;" f +lg_lvl2syslog log.c /^lg_lvl_t lg_lvl2syslog (lg_lvl_t level)$/;" f +lg_mesg log.c /^void lg_mesg (int priority, char *fmt, ...)$/;" f +lg_minfilelevel log.c /^static int lg_minfilelevel;$/;" v file: +lg_minsyslevel log.c /^static int lg_minsyslevel;$/;" v file: +lg_open log.c /^int lg_open (const char *progname, const char *facility, const char *syslevel, const char *path, const char *file, const char *filelevel)$/;" f +lg_progname log.c /^static const char *lg_progname;$/;" v file: +lg_reseterrcnt log.c /^long lg_reseterrcnt ()$/;" f +lg_seterrcnt log.c /^long lg_seterrcnt (long value)$/;" f +lg_str2lvl log.c /^lg_lvl_t lg_str2lvl (const char *name)$/;" f +lg_str2syslog log.c /^int lg_str2syslog (const char *facility)$/;" f +lg_symtbl_t log.c /^} lg_symtbl_t;$/;" t file: +lg_syslogging log.c /^static int lg_syslogging;$/;" v file: +lifetime dnssec-zkt.c /^int lifetime = 0;$/;" v +lifetimeflag dnssec-zkt.c /^int lifetimeflag = 0;$/;" v +linkfile misc.c /^int linkfile (const char *fromfile, const char *tofile)$/;" f +list_dnskey zkt.c /^static void list_dnskey (const dki_t **nodep, const VISIT which, int depth)$/;" f file: +list_key zkt.c /^static void list_key (const dki_t **nodep, const VISIT which, int depth)$/;" f file: +list_trustedkey zkt.c /^static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth)$/;" f file: +ljustflag dnssec-zkt.c /^int ljustflag = 0;$/;" v +loadconfig zconf.c /^zconf_t *loadconfig (const char *filename, zconf_t *z)$/;" f +loadconfig_fromstr zconf.c /^zconf_t *loadconfig_fromstr (const char *str, zconf_t *z)$/;" f +logfile dnssec-signer.c /^const char *logfile = NULL;$/;" v +logflush misc.c /^void logflush ()$/;" f +logmesg misc.c /^void logmesg (char *fmt, ...)$/;" f +long_options dnssec-signer.c /^static struct option long_options[] = {$/;" v file: +long_options dnssec-zkt.c /^static struct option long_options[] = {$/;" v file: +lopt_usage dnssec-signer.c 302;" d file: +lopt_usage dnssec-signer.c 305;" d file: +lopt_usage dnssec-zkt.c 410;" d file: +lopt_usage dnssec-zkt.c 413;" d file: +loptstr dnssec-signer.c 303;" d file: +loptstr dnssec-signer.c 306;" d file: +loptstr dnssec-zkt.c 411;" d file: +loptstr dnssec-zkt.c 414;" d file: +main dnssec-signer.c /^int main (int argc, char *const argv[])$/;" f +main dnssec-zkt.c /^int main (int argc, char *argv[])$/;" f +main domaincmp.c /^main (int argc, char *argv[])$/;" f +main log.c /^int main (int argc, char *argv[])$/;" f +main misc.c /^main (int argc, char *argv[])$/;" f +main ncparse.c /^main (int argc, char *argv[])$/;" f +main strlist.c /^main (int argc, char *argv[])$/;" f +main zconf.c /^main (int argc, char *argv[])$/;" f +main zkt-soaserial.c /^int main (int argc, char *argv[])$/;" f +name ncparse.c /^ char *name;$/;" m struct:KeyWords file: +namedconf dnssec-signer.c /^const char *namedconf = NULL;$/;" v +new_keysetfiles dnssec-signer.c /^static int new_keysetfiles (const char *dir, time_t zone_signing_time)$/;" f file: +noexec dnssec-signer.c /^static int noexec = 0;$/;" v file: +origin dnssec-signer.c /^const char *origin = NULL;$/;" v +parse_namedconf ncparse.c /^int parse_namedconf (const char *filename, char *dir, size_t dirsize, int (*func) ())$/;" f +parseconfigline zconf.c /^static void parseconfigline (char *buf, unsigned int line, zconf_t *z)$/;" f file: +parsedir dnssec-signer.c /^static int parsedir (const char *dir, zone_t **zp, const zconf_t *conf)$/;" f file: +parsedirectory dnssec-zkt.c /^static int parsedirectory (const char *dir, dki_t **listp)$/;" f file: +parsefile dnssec-zkt.c /^static void parsefile (const char *file, dki_t **listp)$/;" f file: +parsetag dnssec-zkt.c /^static const char *parsetag (const char *str, int *tagp)$/;" f file: +parseurl misc.c /^void parseurl (char *url, char **proto, char **host, char **port, char **para)$/;" f +pathflag dnssec-zkt.c /^int pathflag = 0;$/;" v +pathname misc.c /^char *pathname (char *path, size_t size, const char *dir, const char *file, const char *ext)$/;" f +prepstrlist strlist.c /^char *prepstrlist (const char *str, const char *delim)$/;" f +printconfig zconf.c /^int printconfig (const char *fname, const zconf_t *z)$/;" f +printconfigline zconf.c /^static void printconfigline (FILE *fp, zconf_para_t *cp)$/;" f file: +printkeyinfo zkt.c /^static void printkeyinfo (const dki_t *dkp, const char *oldpath)$/;" f file: +printserial zkt-soaserial.c /^static void printserial (const char *fname, unsigned long serial)$/;" f file: +printzone ncparse.c /^int printzone (const char *dir, const char *view, const char *zone, const char *file)$/;" f +progname dnssec-signer.c /^const char *progname;$/;" v +progname dnssec-zkt.c /^const char *progname;$/;" v +progname domaincmp.c /^const char *progname;$/;" v +progname log.c /^const char *progname;$/;" v +progname misc.c /^const char *progname;$/;" v +progname ncparse.c /^char *progname;$/;" v +progname zconf.c /^const char *progname;$/;" v +progname zkt-soaserial.c /^static const char *progname;$/;" v file: +read_serial_fromfile zkt-soaserial.c /^static int read_serial_fromfile (const char *fname, unsigned long *serial)$/;" f file: +recflag dnssec-zkt.c /^static int recflag = RECURSIVE;$/;" v file: +register_key dnssec-signer.c /^static void register_key (dki_t *list, const zconf_t *z)$/;" f file: +reload_zone dnssec-signer.c /^static int reload_zone (const char *domain, const zconf_t *z)$/;" f file: +reloadflag dnssec-signer.c /^static int reloadflag = 0;$/;" v file: +res domaincmp.c /^ int res;$/;" m file: +searchitem zkt.c /^static int searchitem;$/;" v file: +searchkw ncparse.c /^static int searchkw (const char *keyword)$/;" f file: +searchresult zkt.c /^static const dki_t *searchresult;$/;" v file: +set_all_varptr zconf.c /^static void set_all_varptr (zconf_t *cp)$/;" f file: +set_keylifetime zkt.c /^static void set_keylifetime (const dki_t **nodep, const VISIT which, int depth)$/;" f file: +set_varptr zconf.c /^static int set_varptr (char *entry, void *ptr)$/;" f file: +setconfigpar zconf.c /^int setconfigpar (zconf_t *config, char *entry, const void *pval)$/;" f +setglobalflags dnssec-zkt.c /^static void setglobalflags (zconf_t *config)$/;" f file: +short_options dnssec-signer.c 66;" d file: +short_options dnssec-signer.c 68;" d file: +short_options dnssec-zkt.c 89;" d file: +sign_zone dnssec-signer.c /^static int sign_zone (const char *dir, const char *domain, const char *file, const zconf_t *conf)$/;" f file: +sopt_usage dnssec-signer.c 300;" d file: +sopt_usage dnssec-zkt.c 408;" d file: +splitpath misc.c /^const char *splitpath (char *path, size_t size, const char *filename)$/;" f +start_timer misc.c /^time_t start_timer ()$/;" f +stop_timer misc.c /^time_t stop_timer (time_t start)$/;" f +str log.c /^ const char *str;$/;" m file: +str_chop misc.c /^char *str_chop (char *str, char c)$/;" f +str_delspace misc.c /^char *str_delspace (char *s)$/;" f +str_tolowerdup misc.c /^char *str_tolowerdup (const char *s)$/;" f +str_untaint misc.c /^char *str_untaint (char *str)$/;" f +symtbl log.c /^static lg_symtbl_t symtbl[] = {$/;" v file: +syslog_level log.c /^ int syslog_level;$/;" m file: +tag_search zkt.c /^static void tag_search (const dki_t **nodep, const VISIT which, int depth)$/;" f file: +time2isostr misc.c /^char *time2isostr (time_t sec, int precision)$/;" f +time2str misc.c /^char *time2str (time_t sec, int precision)$/;" f +timeflag dnssec-zkt.c /^int timeflag = 1;$/;" v +timeint2str zconf.c /^static const char *timeint2str (ulong val)$/;" f file: +timestr zkt-soaserial.c /^static char *timestr (time_t sec)$/;" f file: +timestr2time misc.c /^time_t timestr2time (const char *timestr)$/;" f +today_serialtime misc.c /^static ulong today_serialtime ()$/;" f file: +tok ncparse.c /^ int tok;$/;" m struct:KeyWords file: +tok2str ncparse.c /^static const char *tok2str (int tok)$/;" f file: +touch misc.c /^int touch (const char *fname, time_t sec)$/;" f +trustedkeyflag dnssec-zkt.c /^static int trustedkeyflag = 0;$/;" v file: +type zconf.c /^ ctype_t type; \/* the parameter type *\/$/;" m file: +unprepstrlist strlist.c /^char *unprepstrlist (char *list, char delimc)$/;" f +usage dnssec-signer.c /^static void usage (char *mesg, zconf_t *conf)$/;" f file: +usage dnssec-zkt.c /^static void usage (char *mesg, zconf_t *cp)$/;" f file: +usage zkt-soaserial.c /^static void usage (const char *msg)$/;" f file: +var zconf.c /^ void *var; \/* pointer to the parameter variable *\/$/;" m file: +verbmesg misc.c /^void verbmesg (int verblvl, const zconf_t *conf, char *fmt, ...)$/;" f +verbose dnssec-signer.c /^static int verbose = 0;$/;" v file: +view dnssec-zkt.c /^static const char *view = "";$/;" v file: +viewname dnssec-signer.c /^const char *viewname = NULL;$/;" v +writekeyfile dnssec-signer.c /^static int writekeyfile (const char *fname, const dki_t *list, int key_ttl)$/;" f file: +zconf_para_t zconf.c /^} zconf_para_t;$/;" t file: +zkt_list_dnskeys zkt.c /^void zkt_list_dnskeys (const dki_t *data)$/;" f +zkt_list_keys zkt.c /^void zkt_list_keys (const dki_t *data)$/;" f +zkt_list_trustedkeys zkt.c /^void zkt_list_trustedkeys (const dki_t *data)$/;" f +zkt_search zkt.c /^const dki_t *zkt_search (const dki_t *data, int searchtag, const char *keyname)$/;" f +zkt_setkeylifetime zkt.c /^void zkt_setkeylifetime (dki_t *data)$/;" f +zone_add zone.c /^zone_t *zone_add (zone_t **list, zone_t *new)$/;" f +zone_alloc zone.c /^static zone_t *zone_alloc ()$/;" f file: +zone_cmp zone.c /^static int zone_cmp (const zone_t *a, const zone_t *b)$/;" f file: +zone_estr zone.c /^static char zone_estr[255+1];$/;" v file: +zone_free zone.c /^void zone_free (zone_t *zp)$/;" f +zone_freelist zone.c /^void zone_freelist (zone_t **listp)$/;" f +zone_geterrstr zone.c /^const char *zone_geterrstr ()$/;" f +zone_new zone.c /^zone_t *zone_new (zone_t **zp, const char *zone, const char *dir, const char *file, const char *signed_ext, const zconf_t *cp)$/;" f +zone_print zone.c /^int zone_print (const char *mesg, const zone_t *z)$/;" f +zone_readdir zone.c /^int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone)$/;" f +zone_search zone.c /^const zone_t *zone_search (const zone_t *list, const char *zone)$/;" f +zonelist dnssec-signer.c /^static zone_t *zonelist = NULL; \/* must be static global because add2zonelist use it *\/$/;" v file: +zskflag dnssec-zkt.c /^int zskflag = 1;$/;" v +zskstatus rollover.c /^int zskstatus (dki_t **listp, const char *dir, const char *domain, const zconf_t *z)$/;" f -- cgit