krb5.git
28 years agoRenamed RUNTEST to HAVE_RUNTEST variable in Makefile.in to avoid collision
Ezra Peisach [Mon, 7 Oct 1996 19:49:30 +0000 (19:49 +0000)]
Renamed RUNTEST to HAVE_RUNTEST variable in Makefile.in to avoid collision
with definition in config/pre.in

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9147 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago* kadmin.c (kadmin_renprinc): Changed newcanon to oldcanon in the
Kevin Mitchell [Fri, 4 Oct 1996 20:54:23 +0000 (20:54 +0000)]
* kadmin.c (kadmin_renprinc): Changed newcanon to oldcanon in the
"make sure blah is removed from acls before reusing"
message

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9146 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoOops - wrong pr in last Changelg 46 -> 29
Ezra Peisach [Fri, 4 Oct 1996 12:44:57 +0000 (12:44 +0000)]
Oops - wrong pr in last Changelg 46 -> 29

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9145 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoOops - wrong pr in change log 46 -> 29
Ezra Peisach [Fri, 4 Oct 1996 12:44:18 +0000 (12:44 +0000)]
Oops - wrong pr in change log 46 -> 29

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9144 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * svr_principal.c (kadm5_get_principal): Do not assume malloc(0)
Ezra Peisach [Fri, 4 Oct 1996 12:41:52 +0000 (12:41 +0000)]
* svr_principal.c (kadm5_get_principal): Do not assume malloc(0)
returns non-NULL. [krb5-admin/46]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9143 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * client_principal.c (kadm5_randkey_principal): Do not assume that
Ezra Peisach [Fri, 4 Oct 1996 12:39:36 +0000 (12:39 +0000)]
* client_principal.c (kadm5_randkey_principal): Do not assume that
malloc(0) returns non-NULL. [krb5-admin/46]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9142 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRemoves the sizes-test.They were bogus as they were checking the sizeof(long)
Ezra Peisach [Fri, 4 Oct 1996 12:34:02 +0000 (12:34 +0000)]
Removes the sizes-test.They were bogus as they were checking the sizeof(long)
and comparing them to known "4" byte quantities in krb5.h. This fails
on 64 bit architectures.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9141 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * kdb5_util.c (ARG_VAL): case second half of ?: operator to char *
Barry Jaspan [Thu, 3 Oct 1996 22:19:11 +0000 (22:19 +0000)]
* kdb5_util.c (ARG_VAL): case second half of ?: operator to char *
  to fix problem on AIX; this should have worked anyway because of
  the , operator but it is easy enough to force the solution, too.
[krb5-admin/41]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9140 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * pre.in: Separate KADM5 unit test files to source dir and build
Ezra Peisach [Thu, 3 Oct 1996 17:26:46 +0000 (17:26 +0000)]
* pre.in: Separate KADM5 unit test files to source dir and build
dir based on how generated.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9139 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * env-setup.shin: Renamed env-setup.sh for autoconf use
Ezra Peisach [Thu, 3 Oct 1996 17:26:08 +0000 (17:26 +0000)]
* env-setup.shin: Renamed env-setup.sh for autoconf use

* init_db, start_servers, start_servers_local, stop_servers:
Invoke scripts from source directory or build tree as needed.

* configure.in, Makefile.in: generate env-setup.sh with proper
paths already.

(env-setup.shin was created - retaining the old history logs)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9138 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoLet autoconf find the path for perl
Ezra Peisach [Wed, 2 Oct 1996 17:42:40 +0000 (17:42 +0000)]
Let autoconf find the path for perl

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9137 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * api.2/init-v2.exp: Remove tests 104 & 105 as lockfile and
Ezra Peisach [Tue, 1 Oct 1996 19:02:30 +0000 (19:02 +0000)]
* api.2/init-v2.exp: Remove tests 104 & 105 as lockfile and
policy database names are hard wired. [krb5-admin/46]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9136 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago* Use login.krb5 -f from klogind
Sam Hartman [Mon, 30 Sep 1996 21:22:45 +0000 (21:22 +0000)]
* Use login.krb5 -f from klogind

* Allow login.krb5 -f to authorize root login.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9135 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoFix goto labels so it compiles without krb4 support
Sam Hartman [Mon, 30 Sep 1996 19:45:00 +0000 (19:45 +0000)]
Fix goto labels so it compiles without krb4 support

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9134 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * krb5.conf.proto: parameterize kdc hostname for remote server
Barry Jaspan [Fri, 27 Sep 1996 21:13:18 +0000 (21:13 +0000)]
* krb5.conf.proto: parameterize kdc hostname for remote server
  testing

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9133 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * start_servers, start_servers_local, stop_servers, init_db,
Barry Jaspan [Fri, 27 Sep 1996 21:09:00 +0000 (21:09 +0000)]
* start_servers, start_servers_local, stop_servers, init_db,
  env-setup.sh: first pass at making TEST_SERVER remote server
  testing work

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9132 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * ovsec_kadmd.c (main): krb5_klog_syslog doesn't understand %m
Barry Jaspan [Fri, 27 Sep 1996 20:38:18 +0000 (20:38 +0000)]
* ovsec_kadmd.c (main): krb5_klog_syslog doesn't understand %m

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9131 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * cmds.c (setpeer): Apply jik's fix so "-n" actually works as
Tom Yu [Fri, 27 Sep 1996 20:08:58 +0000 (20:08 +0000)]
* cmds.c (setpeer): Apply jik's fix so "-n" actually works as
intended.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9130 dc483132-0cff-0310-8789-dd5450dbe970

28 years agodon't give kdb5_util the -d option unless kpropd is given -F
Kevin Mitchell [Fri, 27 Sep 1996 20:04:07 +0000 (20:04 +0000)]
don't give kdb5_util the -d option unless kpropd is given -F

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9129 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * env-setup.sh: set K5ROOT to $TESTDIR/krb5-test-root by default,
Barry Jaspan [Fri, 27 Sep 1996 18:13:51 +0000 (18:13 +0000)]
* env-setup.sh: set K5ROOT to $TESTDIR/krb5-test-root by default,
  but use an absolute path

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9128 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRemove call to krb5_os_localaddr(), since get_in_tkt will default
Theodore Tso [Thu, 26 Sep 1996 23:12:25 +0000 (23:12 +0000)]
Remove call to krb5_os_localaddr(), since get_in_tkt will default
correctly.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9127 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoget_in_tkt.c (make_preauth_list): Correctly null-terminate the
Theodore Tso [Thu, 26 Sep 1996 22:54:45 +0000 (22:54 +0000)]
get_in_tkt.c (make_preauth_list): Correctly null-terminate the
preauth list generated by make_preauth_list.

unparse.c (krb5_unparse_name_ext): Make unparse correctly handle all
cases where a principal contains a nulls, backspace, newlines, or
tabs.

t_kerb.c (test_parse_principal): Add test for checking krb5_parse_principal()

parse.c (krb5_parse_name): Set all of the magic field values.

Makefile.in, t_ref_kerb.out: Added new tests to test krb5_parse() and
krb5_unparse().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9126 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * admin_server.c (process_client): allow keytab to be specified on
Barry Jaspan [Thu, 26 Sep 1996 21:54:59 +0000 (21:54 +0000)]
* admin_server.c (process_client): allow keytab to be specified on
  command line; default is still wrong

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9125 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * Makefile.in, remove_changepw_perms.sh, lib/helpers.exp,
Barry Jaspan [Thu, 26 Sep 1996 21:53:34 +0000 (21:53 +0000)]
* Makefile.in, remove_changepw_perms.sh, lib/helpers.exp,
  vrserver.0/setup-srvtab.exp, v4server.1/access.exp: use $K5ROOT
  instead of /krb5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9124 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * unit-test/Makefile.in, unit-test/kpasswd.0/principal.exp: use
Barry Jaspan [Thu, 26 Sep 1996 21:51:54 +0000 (21:51 +0000)]
* unit-test/Makefile.in, unit-test/kpasswd.0/principal.exp: use
  whoami instead of user (USER princ now created by init_db)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9123 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * env-setup.sh, init_db, start_servers_local: use K5ROOT instead
Barry Jaspan [Thu, 26 Sep 1996 21:49:35 +0000 (21:49 +0000)]
* env-setup.sh, init_db, start_servers_local: use K5ROOT instead
  of /krb5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9122 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * krb5.conf.proto, kdc.conf.proto: use K5ROOT instead of /krb5
Barry Jaspan [Thu, 26 Sep 1996 21:48:11 +0000 (21:48 +0000)]
* krb5.conf.proto, kdc.conf.proto: use K5ROOT instead of /krb5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9121 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * api.0/init.exp, api.1/lock.exp, api.2/init.exp: use $K5ROOT
Barry Jaspan [Thu, 26 Sep 1996 21:46:40 +0000 (21:46 +0000)]
* api.0/init.exp, api.1/lock.exp, api.2/init.exp: use $K5ROOT
  instead of /krb5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9120 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * alt_prof.c: don't allow admin_dbname or admin_lockfile to be
Barry Jaspan [Thu, 26 Sep 1996 21:46:10 +0000 (21:46 +0000)]
* alt_prof.c: don't allow admin_dbname or admin_lockfile to be
  independetly configured

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9119 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * qualname.pl.in: Renamed old qualname to here as perl path needs
Ezra Peisach [Thu, 26 Sep 1996 15:47:49 +0000 (15:47 +0000)]
* qualname.pl.in: Renamed old qualname to here as perl path needs
updating.

* Makefile.in (GEN_SCRIPTS): Add qualname.pl

* start_servers_local, env-setup.sh (QUALNAME): Replace with
qualname.pl.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9118 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoFix typo.
Ezra Peisach [Thu, 26 Sep 1996 15:36:20 +0000 (15:36 +0000)]
Fix typo.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9117 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoLink with -ltcl (depends on /mit/gnu/lib - yuck).
Ezra Peisach [Thu, 26 Sep 1996 15:32:57 +0000 (15:32 +0000)]
Link with -ltcl (depends on /mit/gnu/lib - yuck).
Reorder Makefile so programs are built.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9116 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * api.1/lock.exp: lockfile is now kdb5.kadm5.lock
Barry Jaspan [Wed, 25 Sep 1996 21:46:34 +0000 (21:46 +0000)]
* api.1/lock.exp: lockfile is now kdb5.kadm5.lock

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9115 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * getdate.y: add lots of comments
Barry Jaspan [Wed, 25 Sep 1996 20:22:29 +0000 (20:22 +0000)]
* getdate.y: add lots of comments

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9114 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * kdc.conf.proto: remove admin_dbname and admin_lockfile
Barry Jaspan [Wed, 25 Sep 1996 20:21:33 +0000 (20:21 +0000)]
* kdc.conf.proto: remove admin_dbname and admin_lockfile

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9113 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoadd kadmin/testing to build
Barry Jaspan [Tue, 24 Sep 1996 19:53:33 +0000 (19:53 +0000)]
add kadmin/testing to build

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9112 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoadd unit-test directory to build
Barry Jaspan [Tue, 24 Sep 1996 19:52:23 +0000 (19:52 +0000)]
add unit-test directory to build

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9111 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoconvert to use krb5 build system; not totally complete
Barry Jaspan [Tue, 24 Sep 1996 17:31:28 +0000 (17:31 +0000)]
convert to use krb5 build system; not totally complete

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9110 dc483132-0cff-0310-8789-dd5450dbe970

28 years agofix AC_INIT to point to existing sources
Barry Jaspan [Tue, 24 Sep 1996 17:28:11 +0000 (17:28 +0000)]
fix AC_INIT to point to existing sources

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9109 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * changes to use runtest --srcdir:
Barry Jaspan [Mon, 23 Sep 1996 20:34:32 +0000 (20:34 +0000)]
* changes to use runtest --srcdir:
- Makefile.in: rewrote [csapi].* links to work in srcdir (boo,
  hiss)
- move lib.t to lib/lib.t
- api.*/*.exp: s/source lib.t/load_lib lib.t/

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9108 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * pre.in (DEJAFLAGS): set --srcdir $(srcdir) so unit test files
Barry Jaspan [Mon, 23 Sep 1996 19:40:40 +0000 (19:40 +0000)]
* pre.in (DEJAFLAGS): set --srcdir $(srcdir) so unit test files
  don't have to be symlinked to build tree

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9107 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * stop_servers_local: delete krb5kdc_rcache after stopping kdc
Barry Jaspan [Mon, 23 Sep 1996 19:39:37 +0000 (19:39 +0000)]
* stop_servers_local: delete krb5kdc_rcache after stopping kdc

* Makefile.ov: create restore_files.sh as symlink to save_files.sh

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9106 dc483132-0cff-0310-8789-dd5450dbe970

28 years agomove helpers to lib subdir
Barry Jaspan [Mon, 23 Sep 1996 19:38:21 +0000 (19:38 +0000)]
move helpers to lib subdir

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9105 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * configure.in: add unit-test subdir
Barry Jaspan [Mon, 23 Sep 1996 19:37:19 +0000 (19:37 +0000)]
* configure.in: add unit-test subdir

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9104 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * adapt to krb5 build system: create Makefile.in, configure.in,
Barry Jaspan [Mon, 23 Sep 1996 19:35:59 +0000 (19:35 +0000)]
* adapt to krb5 build system: create Makefile.in, configure.in,
  update paths in unix.exp, move helpers.exp to lib

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9103 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoCheck in all of jik's patches besides the forward command
Sam Hartman [Sat, 21 Sep 1996 09:27:45 +0000 (09:27 +0000)]
Check in all of jik's patches besides the forward command
and init stanza.

I think that as a low-priority fix, someone should rewrite the posix_signals
stuff in sys_bsd.c to be more consistent with the rest of the code;
it is correct but in a different style.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9102 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoPreliminary fixed version of patch to deal with reading in credentials
Sam Hartman [Sat, 21 Sep 1996 09:26:07 +0000 (09:26 +0000)]
Preliminary fixed version of patch to deal with reading in credentials
and writing them out later.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9101 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * configure.in: add unit-test subdirectory
Barry Jaspan [Fri, 20 Sep 1996 21:33:38 +0000 (21:33 +0000)]
* configure.in: add unit-test subdirectory

* unit-test/: create configure.in and Makefile.in

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9100 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * pre.in: added support for KADM5 unit test system; could
Barry Jaspan [Fri, 20 Sep 1996 20:58:52 +0000 (20:58 +0000)]
* pre.in: added support for KADM5 unit test system; could
stand some cleaning

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9099 dc483132-0cff-0310-8789-dd5450dbe970

28 years agocreate env-setup.sh
Barry Jaspan [Fri, 20 Sep 1996 20:55:52 +0000 (20:55 +0000)]
create env-setup.sh

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9098 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * krb5.conf.proto: change logging to /krb5/syslog
Barry Jaspan [Fri, 20 Sep 1996 20:55:15 +0000 (20:55 +0000)]
* krb5.conf.proto: change logging to /krb5/syslog

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9097 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoadd unit-test directory to standard build system
Barry Jaspan [Fri, 20 Sep 1996 20:52:57 +0000 (20:52 +0000)]
add unit-test directory to standard build system

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9096 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoDo not build in v4server if krb4 support is not included
Ezra Peisach [Thu, 19 Sep 1996 12:07:35 +0000 (12:07 +0000)]
Do not build in v4server if krb4 support is not included

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9095 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoadd mkrel (release generation script)
Tom Yu [Wed, 18 Sep 1996 22:20:56 +0000 (22:20 +0000)]
add mkrel (release generation script)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9094 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * kdc.conf.proto: remove max_life spec, use default
Barry Jaspan [Wed, 18 Sep 1996 16:38:13 +0000 (16:38 +0000)]
* kdc.conf.proto: remove max_life spec, use default

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9093 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoset max_life default to 10 hours, not zero
Barry Jaspan [Wed, 18 Sep 1996 16:37:37 +0000 (16:37 +0000)]
set max_life default to 10 hours, not zero

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9092 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * alt_prof.c (kadm5_get_config_params): set max_life default to 10
Barry Jaspan [Wed, 18 Sep 1996 16:35:56 +0000 (16:35 +0000)]
* alt_prof.c (kadm5_get_config_params): set max_life default to 10
  hours, instead of 0

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9091 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * server_internal.h (ALL_PRINC_MASK): Add MAX_RLIFE to
Barry Jaspan [Tue, 17 Sep 1996 19:10:08 +0000 (19:10 +0000)]
* server_internal.h (ALL_PRINC_MASK): Add MAX_RLIFE to
  ALL_PRINC_MASK.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9090 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoAdded Ezra and Richard, which had somehow never been added to the MIT Krb5
Theodore Tso [Thu, 12 Sep 1996 18:49:46 +0000 (18:49 +0000)]
Added Ezra and Richard, which had somehow never been added to the MIT Krb5
team for some reason.  Sigh...

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9089 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * Makefile.in (memmove.o): add -DMEMMOVE to compile as memmove
Tom Yu [Wed, 11 Sep 1996 23:01:34 +0000 (23:01 +0000)]
* Makefile.in (memmove.o): add -DMEMMOVE to compile as memmove
(my_memmove) instead of bcopy (!!)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9087 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoUpdate readme file for Beta 7 release
Theodore Tso [Wed, 11 Sep 1996 21:51:36 +0000 (21:51 +0000)]
Update readme file for Beta 7 release

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9086 dc483132-0cff-0310-8789-dd5450dbe970

28 years agouse kadmin instead of kadm5_keytab
Barry Jaspan [Wed, 11 Sep 1996 21:45:19 +0000 (21:45 +0000)]
use kadmin instead of kadm5_keytab

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9085 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * login.c: fix a security-threating race condition: chown'ing the
Barry Jaspan [Wed, 11 Sep 1996 21:28:43 +0000 (21:28 +0000)]
* login.c: fix a security-threating race condition: chown'ing the
  ccache to the user can be bad if the user can delete the file
  first and make it a symlink to something else.  The solution is to
  re-create the ccache after login as setuid() to the user.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9084 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRemove kadmin/import and kadmin/export since they are subsumed by kdb5_util
Theodore Tso [Wed, 11 Sep 1996 21:06:38 +0000 (21:06 +0000)]
Remove kadmin/import and kadmin/export since they are subsumed by kdb5_util

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9083 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * api.2/init-v2.exp: make test100 only run on client
Barry Jaspan [Wed, 11 Sep 1996 21:04:14 +0000 (21:04 +0000)]
* api.2/init-v2.exp: make test100 only run on client

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9082 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * make-host-keytab.pl.in: use kadmin instead of kadm5_keytab
Barry Jaspan [Wed, 11 Sep 1996 21:01:46 +0000 (21:01 +0000)]
* make-host-keytab.pl.in: use kadmin instead of kadm5_keytab

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9081 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRemove the kadmin/import and kadmin/export directories since the are
Theodore Tso [Wed, 11 Sep 1996 20:38:17 +0000 (20:38 +0000)]
Remove the kadmin/import and kadmin/export directories since the are
subsumed by kdb5_util.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9080 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoremove spurious files
Tom Yu [Wed, 11 Sep 1996 16:01:18 +0000 (16:01 +0000)]
remove spurious files

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9079 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoremove other spurious files
Tom Yu [Wed, 11 Sep 1996 15:59:55 +0000 (15:59 +0000)]
remove other spurious files

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9078 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoremove some missed files
Tom Yu [Wed, 11 Sep 1996 15:31:43 +0000 (15:31 +0000)]
remove some missed files

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9077 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRemove left-over .Sanitize file
Theodore Tso [Wed, 11 Sep 1996 15:06:28 +0000 (15:06 +0000)]
Remove left-over .Sanitize file

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9076 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * kadmin.c (kadmin_startup): -m doesn't take an argument
Mark Eichin [Wed, 11 Sep 1996 01:01:47 +0000 (01:01 +0000)]
* kadmin.c (kadmin_startup): -m doesn't take an argument

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9075 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRemove obsolete documentation files
Theodore Tso [Wed, 11 Sep 1996 00:59:21 +0000 (00:59 +0000)]
Remove obsolete documentation files

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9074 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * alt_prof.c (krb5_aprof_init): use profile_init_path on fname,
Mark Eichin [Wed, 11 Sep 1996 00:52:00 +0000 (00:52 +0000)]
* alt_prof.c (krb5_aprof_init): use profile_init_path on fname,
not profile_init.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9073 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoThe telnet man page only has 9 pages; the rcp man page only has 1
Theodore Tso [Wed, 11 Sep 1996 00:50:10 +0000 (00:50 +0000)]
The telnet man page only has 9 pages; the rcp man page only has 1
page.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9072 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoremove keytab directory
Tom Yu [Tue, 10 Sep 1996 22:22:07 +0000 (22:22 +0000)]
remove keytab directory

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9071 dc483132-0cff-0310-8789-dd5450dbe970

28 years ago * telnet.1: Update -x flag usage to reflect our behavior of
Tom Yu [Tue, 10 Sep 1996 19:14:48 +0000 (19:14 +0000)]
* telnet.1: Update -x flag usage to reflect our behavior of
dropping connection if encryption cannot be negotiated.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9070 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoremove ".so man1/header.doc" and extra args to .TH
Tom Yu [Tue, 10 Sep 1996 18:51:54 +0000 (18:51 +0000)]
remove ".so man1/header.doc" and extra args to .TH

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9069 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoUpdated to reflect latest OS inconsistencies; removed shared library
Theodore Tso [Mon, 9 Sep 1996 23:38:05 +0000 (23:38 +0000)]
Updated to reflect latest OS inconsistencies; removed shared library
theory section to a new file, implementor.texinfo, which will have
information that only developers will care about.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9068 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoFixed header.doc so manpages say "MIT" rather than "Cygnus". 8-)
Jeff Bigler [Mon, 9 Sep 1996 19:10:00 +0000 (19:10 +0000)]
Fixed header.doc so manpages say "MIT" rather than "Cygnus".  8-)
Updated man page for man2ps script.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9067 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoUpdated ChangeLog
Jeff Bigler [Mon, 9 Sep 1996 18:47:31 +0000 (18:47 +0000)]
Updated ChangeLog

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9066 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoExtracted addition to texinfo.tex (for @doubleleftarrow{} command) into
Jeff Bigler [Mon, 9 Sep 1996 18:29:44 +0000 (18:29 +0000)]
Extracted addition to texinfo.tex (for @doubleleftarrow{} command) into
supplemental file texinfo-suppl.tex.  This file must be input *before*
texinfo.tex, as is done in admin.texinfo and install.texinfo.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9065 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoForgot to make entries before checking in
Jeff Bigler [Mon, 9 Sep 1996 17:31:27 +0000 (17:31 +0000)]
Forgot to make entries before checking in

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9064 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoChanged docs to be Edition b7-1. Changed man2ps to make PostScript
Jeff Bigler [Mon, 9 Sep 1996 17:26:02 +0000 (17:26 +0000)]
Changed docs to be Edition b7-1.  Changed man2ps to make PostScript
manpages 85% full size (for full page printing).  Moved offset for
PostScript manpages to -700, which is right with the version of tex and
dvips we have at Cygnus.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9063 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoFix BINDIR to be CLIENT_BINDIR
Theodore Tso [Mon, 9 Sep 1996 15:17:52 +0000 (15:17 +0000)]
Fix BINDIR to be CLIENT_BINDIR

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9062 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoFix the usage messages to state -randkey, not -randpass, to conform
Theodore Tso [Mon, 9 Sep 1996 15:15:45 +0000 (15:15 +0000)]
Fix the usage messages to state -randkey, not -randpass, to conform
with what the code (and man pages) use.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9061 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoDon't call get_config_params again, since it's not necessary, and
Theodore Tso [Mon, 9 Sep 1996 15:10:31 +0000 (15:10 +0000)]
Don't call get_config_params again, since it's not necessary, and
breaks the policy database name if it is manually set.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9060 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoUpdate patch level file for Beta 7 release
Theodore Tso [Sat, 7 Sep 1996 00:23:50 +0000 (00:23 +0000)]
Update patch level file for Beta 7 release

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9059 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoUpdated copyright dates and modify copyright text to have non-commital
Theodore Tso [Sat, 7 Sep 1996 00:22:44 +0000 (00:22 +0000)]
Updated copyright dates and modify copyright text to have non-commital
words about export licenses.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9058 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoDon't allow the environment variable RESOLV_HOST_CONF to be set for
Theodore Tso [Sat, 7 Sep 1996 00:14:20 +0000 (00:14 +0000)]
Don't allow the environment variable RESOLV_HOST_CONF to be set for
Linux's sake.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9057 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoAdded Changelog to repository
Theodore Tso [Sat, 7 Sep 1996 00:13:13 +0000 (00:13 +0000)]
Added Changelog to repository

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9056 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoadmin.texinfo, install.texinfo: Set edition to "b7-1"
Theodore Tso [Sat, 7 Sep 1996 00:12:49 +0000 (00:12 +0000)]
admin.texinfo, install.texinfo: Set edition to "b7-1"

user-guide.texinfo: Set edition to "b7-1".  Fix the hoffset and
voffsets for the included man page poscript files so that the images
are lined up correctly (at least using MIT's dvips).

Makefile (user-guide): Make sure the kpasswd man page's postscript is
built.  Add new target "clean-temp-ps" which cleans up the temporary
postscript files.

man2ps: Changes to make man2ps more portable.  Remove bash specific
constructs, and replace with calls to expr.  Since the arguments to
"troff" require groff, just try to run groff explicitly (someone can
always edit the ROFF and ROFF_OPTIONS at the top of the script).  Try
to automatically detect whether csplit or gcsplit should be used, by
grovelling through the user's path.

texinfo.tex: Check in version of texinfo.tex that has Jeff's magic
doubleleft arrow hack.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9055 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRemove out of date file
Theodore Tso [Sat, 7 Sep 1996 00:11:50 +0000 (00:11 +0000)]
Remove out of date file

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9054 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoIgnore scratch files that may show up in the doc directories...
Theodore Tso [Fri, 6 Sep 1996 23:58:48 +0000 (23:58 +0000)]
Ignore scratch files that may show up in the doc directories...

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9053 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoNew manpages
Jeff Bigler [Fri, 6 Sep 1996 23:22:40 +0000 (23:22 +0000)]
New manpages

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9052 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoNew generic man pages
Jeff Bigler [Fri, 6 Sep 1996 23:21:10 +0000 (23:21 +0000)]
New generic man pages

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9051 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoPunted references to krdist
Jeff Bigler [Fri, 6 Sep 1996 22:36:47 +0000 (22:36 +0000)]
Punted references to krdist

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9050 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoAdded [login] section
Jeff Bigler [Fri, 6 Sep 1996 22:01:35 +0000 (22:01 +0000)]
Added [login] section
Changed [domain_name] typo to [domain_realm].

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9049 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoForgot to actually add these. (oops)
Jeff Bigler [Fri, 6 Sep 1996 21:39:11 +0000 (21:39 +0000)]
Forgot to actually add these.  (oops)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9048 dc483132-0cff-0310-8789-dd5450dbe970

28 years agoRenamed cyg-install.texinfo to install.texinfo.
Jeff Bigler [Fri, 6 Sep 1996 21:37:49 +0000 (21:37 +0000)]
Renamed cyg-install.texinfo to install.texinfo.
Renamed install.texi to install-old.texi.
Added include file bug-report.texinfo
Made relevant changes in Makefile.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9047 dc483132-0cff-0310-8789-dd5450dbe970