Initial revision
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 12:31:48 +0000 (12:31 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 12:31:48 +0000 (12:31 +0000)
commitacbed92e113f54d33789d427e697a23a0f07ab64
tree164a1dbc44306b6d896eb46165623e44223c37a9
parentdf53bcea92bd141193e4d63cd1cccdab138579b7
Initial revision

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2610 dc483132-0cff-0310-8789-dd5450dbe970
47 files changed:
src/util/Imakefile [new file with mode: 0644]
src/util/et/Imakefile [new file with mode: 0644]
src/util/et/Makefile.in [new file with mode: 0644]
src/util/et/com_err.3 [new file with mode: 0644]
src/util/et/com_err.texinfo [new file with mode: 0644]
src/util/et/compile_et.1 [new file with mode: 0644]
src/util/et/compile_et.sh [new file with mode: 0644]
src/util/et/config_script [new file with mode: 0644]
src/util/et/error_table.y [new file with mode: 0644]
src/util/et/test1.et [new file with mode: 0644]
src/util/et/test2.et [new file with mode: 0644]
src/util/et/texinfo.tex [new file with mode: 0644]
src/util/et/vfprintf.c [new file with mode: 0644]
src/util/ss/Imakefile [new file with mode: 0644]
src/util/ss/Makefile.in [new file with mode: 0644]
src/util/ss/cmd_tbl.lex.l [new file with mode: 0644]
src/util/ss/config_script [new file with mode: 0644]
src/util/ss/copyright.h [new file with mode: 0644]
src/util/ss/ct.y [new file with mode: 0644]
src/util/ss/ct_c.awk [new file with mode: 0644]
src/util/ss/ct_c.sed [new file with mode: 0644]
src/util/ss/data.c [new file with mode: 0644]
src/util/ss/error.c [new file with mode: 0644]
src/util/ss/execute_cmd.c [new file with mode: 0644]
src/util/ss/help.c [new file with mode: 0644]
src/util/ss/invocation.c [new file with mode: 0644]
src/util/ss/list_rqs.c [new file with mode: 0644]
src/util/ss/listen.c [new file with mode: 0644]
src/util/ss/mit-sipb-copyright.h [new file with mode: 0644]
src/util/ss/mk_cmds.c [new file with mode: 0644]
src/util/ss/mk_cmds.sh [new file with mode: 0644]
src/util/ss/options.c [new file with mode: 0644]
src/util/ss/pager.c [new file with mode: 0644]
src/util/ss/parse.c [new file with mode: 0644]
src/util/ss/prompt.c [new file with mode: 0644]
src/util/ss/request_tbl.c [new file with mode: 0644]
src/util/ss/requests.c [new file with mode: 0644]
src/util/ss/ss.h [new file with mode: 0644]
src/util/ss/ss_err.et [new file with mode: 0644]
src/util/ss/ss_internal.h [new file with mode: 0644]
src/util/ss/std_rqs.ct [new file with mode: 0644]
src/util/ss/test_ss.c [new file with mode: 0644]
src/util/ss/utils.c [new file with mode: 0644]
src/util/unifdef/Imakefile [new file with mode: 0644]
src/util/unifdef/Makefile [new file with mode: 0644]
src/util/unifdef/unifdef.1 [new file with mode: 0644]
src/util/unifdef/unifdef.c [new file with mode: 0644]