krb5.git
29 years ago * kpasswd.c Use new calling convention for krb5_sendauth(),
Chris Provenzano [Fri, 10 Mar 1995 17:27:45 +0000 (17:27 +0000)]
    * kpasswd.c Use new calling convention for krb5_sendauth(),
                krb5_mk_priv(), and krb5_rd_priv().

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

29 years ago * kadmin.c, kadmin_adr.c, kadmin_cpw.c, kadmin_done.c, kadmin_mod.c
Chris Provenzano [Fri, 10 Mar 1995 17:27:20 +0000 (17:27 +0000)]
* kadmin.c, kadmin_adr.c, kadmin_cpw.c, kadmin_done.c, kadmin_mod.c
* kadmin_add.c, kadmin_cpr.c, kadmin_del.c, kadmin_inq.c, kadmin_msnd.c
Use new calling convention for krb5_sendauth(), krb5_mk_priv(),
krb5_rd_priv(), krb5_mk_safe(), and krb5_rd_safe().

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

29 years ago * auth_con.h auth_con.c Added for krb5_auth_con definition and
Chris Provenzano [Fri, 10 Mar 1995 17:26:04 +0000 (17:26 +0000)]
* auth_con.h auth_con.c Added for krb5_auth_con definition and
support routines.

* mk_req.c (krb5_mk_req())
* mk_req_ext.c (krb5_mk_req_extended())
* rd_rep.c (krb5_rd_rep())
* sendauth.c (krb5_sendauth())
* mk_priv.c (krb5_mk_priv())
* mk_safe.c (krb5_mk_safe())
* rd_priv.c (krb5_rd_priv())
* rd_safe.c (krb5_rd_safe())
Added a krb5_auth_context argument and eliminated many of
the other arguments because they are included in the
krb5_auth_context structure.

* send_tgs.c (krb5_send_tgs()) Eliminate call to krb5_mk_req_extended(),
which does far more than krb5_send_tgs() needs.

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

29 years ago * fcc_destry.c (krb5_fcc_destroy())
Chris Provenzano [Fri, 10 Mar 1995 17:25:03 +0000 (17:25 +0000)]
* fcc_destry.c (krb5_fcc_destroy())
* fcc_init.c   (krb5_fcc_initialize())
Initialize kret before returning it.

* fcc_maybe.c (fcc_lock_file()) Initialize st before returning it.

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

29 years ago * init_sec_context.c (krb5_gss_init_sec_context())
Chris Provenzano [Fri, 10 Mar 1995 17:24:24 +0000 (17:24 +0000)]
* init_sec_context.c (krb5_gss_init_sec_context())
Use new calling convention for krb5_mk_req_ext() and
krb5_rd_rep().

* gssapiP_krb5.h Added a krb5_auth_context pointer to the
krb5_gss_ctx_id_rec structure to store the auth_context
between multiple calls to krb5_gss_init_sec_context().

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

29 years ago * krb5.h Added empty structure declaration of krb5_auth_context
Chris Provenzano [Fri, 10 Mar 1995 17:18:02 +0000 (17:18 +0000)]
* krb5.h Added empty structure declaration of krb5_auth_context

* k5-int.h Moved #include "adm_defs.h" to krb5.h

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

29 years ago * func-proto.h (krb5_mk_req(), krb5_mk_req_extended(), krb5_rd_rep(),
Chris Provenzano [Fri, 10 Mar 1995 17:12:29 +0000 (17:12 +0000)]
* func-proto.h (krb5_mk_req(), krb5_mk_req_extended(), krb5_rd_rep(),
krb5_sendauth(), krb5_mk_priv(), krb5_rd_priv(), krb5_mk_safe(),
and krb5_rd_safe()). Added a krb5_auth_context argument and
eliminated many of the other arguments because they are
included in the krb5_auth_context structure.

* fieldbits.h Added #define AP_OPTS_USE_SUBKEY 0x00000001 for a
new option to an ap req message. This is mainly a clean way
to inform krb5_mk_req() and krb5_mk_req_extended() to
create the subkey without adding an extra argument.

* safepriv.h Replace safe/priv flags with flags for krb5_auth_context
and add krb5_replay_data structure for when the appilication
want to do it's own replay detection for safe and priv calls.

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

29 years ago * Makefile.in (all-windows): tabs, not spaces.
Mark Eichin [Thu, 9 Mar 1995 23:30:27 +0000 (23:30 +0000)]
* Makefile.in (all-windows): tabs, not spaces.
from ezra.

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

29 years agoSome int/long, signed/unsigned conversions
Keith Vetter [Thu, 9 Mar 1995 03:29:21 +0000 (03:29 +0000)]
Some int/long, signed/unsigned conversions

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

29 years agoRemove verify.o when doing a make clean
Theodore Tso [Wed, 8 Mar 1995 22:14:44 +0000 (22:14 +0000)]
Remove verify.o when doing a make clean

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

29 years agoStubbed an OS routine to satisfy the linker until we can really port it to the PC
Keith Vetter [Wed, 8 Mar 1995 06:19:08 +0000 (06:19 +0000)]
Stubbed an OS routine to satisfy the linker until we can really port it to the PC

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

29 years agoChanged krb5 library name on the PC since the DLL will take that name instead
Keith Vetter [Wed, 8 Mar 1995 06:08:51 +0000 (06:08 +0000)]
Changed krb5 library name on the PC since the DLL will take that name instead

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

29 years agoMisc typographical changes
Theodore Tso [Wed, 8 Mar 1995 05:17:15 +0000 (05:17 +0000)]
Misc typographical changes

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

29 years agoMade explicit the signed to unsigned conversions in the gssapi/krb5
Keith Vetter [Wed, 8 Mar 1995 05:09:18 +0000 (05:09 +0000)]
Made explicit the signed to unsigned conversions in the gssapi/krb5
directory.

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

29 years agoREADME file describes imake configuration standards; imake is long gone
Theodore Tso [Wed, 8 Mar 1995 05:05:04 +0000 (05:05 +0000)]
README file describes imake configuration standards; imake is long gone

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

29 years agoFixed up some missing protocols and unchecked casts
Keith Vetter [Wed, 8 Mar 1995 04:44:54 +0000 (04:44 +0000)]
Fixed up some missing protocols and unchecked casts

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

29 years agoAdded syntactic sugar for Windows segmented architecture
Keith Vetter [Wed, 8 Mar 1995 01:27:50 +0000 (01:27 +0000)]
Added syntactic sugar for Windows segmented architecture

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

29 years ago * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referenced
Mark Eichin [Wed, 8 Mar 1995 01:21:10 +0000 (01:21 +0000)]
* aclocal.m4 (UsePepsy, PepsyTarget): removed, not referenced
anywhere in the tree.
(ISODE_INCLUDE, ISODE_DEFS): removed along with remaining
references in the tree. --enable-isode is dead.

* configure.in (most directories): removed last remaining
ISODE_INCLUDE and ISODE_DEFS.

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

29 years agoPorted the ccache directory to the PC. This is temporary--eventually we'll
Keith Vetter [Wed, 8 Mar 1995 01:04:08 +0000 (01:04 +0000)]
Ported the ccache directory to the PC. This is temporary--eventually we'll
use the in-memory solution from k4.

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

29 years agoPC porting: more prototyping, defines for overflow checking on the PC and
Keith Vetter [Tue, 7 Mar 1995 23:32:30 +0000 (23:32 +0000)]
PC porting: more prototyping, defines for overflow checking on the PC and
numerous PC additions to k5-config.h.

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

29 years agoPort of most of the OS directory to the PC
Keith Vetter [Tue, 7 Mar 1995 23:13:03 +0000 (23:13 +0000)]
Port of most of the OS directory to the PC

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

29 years agoSmall changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB name
Keith Vetter [Tue, 7 Mar 1995 21:28:10 +0000 (21:28 +0000)]
Small changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB name

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

29 years agoPorted the posix directory for the PC--one file
Keith Vetter [Tue, 7 Mar 1995 20:50:46 +0000 (20:50 +0000)]
Ported the posix directory for the PC--one file

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

29 years agoMoved PC low-level i/o crud out of source files and into k5-config.h
Keith Vetter [Tue, 7 Mar 1995 20:47:28 +0000 (20:47 +0000)]
Moved PC low-level i/o crud out of source files and into k5-config.h

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

29 years agoFixed incompatibilities section for OSF/1 V1.3 and 2.0
Theodore Tso [Tue, 7 Mar 1995 02:44:50 +0000 (02:44 +0000)]
Fixed incompatibilities section for OSF/1 V1.3 and 2.0

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

29 years agoFinished off changed needed for making libcrypto.dll. Biggest change
Keith Vetter [Sat, 4 Mar 1995 04:14:07 +0000 (04:14 +0000)]
Finished off changed needed for making libcrypto.dll. Biggest change
is that you can't pull in data from a DLL so had to add three routines
that return the address of various data structures.

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

29 years agoShell script for propagating the Kerberos database to slave servers
Theodore Tso [Fri, 3 Mar 1995 23:16:06 +0000 (23:16 +0000)]
Shell script for propagating the Kerberos database to slave servers

(Still needs some work, but that's OK.)

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

29 years agoAdded preliminary text about slave servers
Theodore Tso [Fri, 3 Mar 1995 23:05:21 +0000 (23:05 +0000)]
Added preliminary text about slave servers

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

29 years ago* Makefile.in (unixmac): New target, runs on Unix to build include
John Gilmore [Fri, 3 Mar 1995 07:34:08 +0000 (07:34 +0000)]
* Makefile.in (unixmac):  New target, runs on Unix to build include
files for Mac build.

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

29 years agoMake include files begin to work on the Macintosh
John Gilmore [Fri, 3 Mar 1995 07:27:20 +0000 (07:27 +0000)]
Make include files begin to work on the Macintosh

* k5-int.h:  Remove krb5/ from #includes.  Rearrange #includes
so that time_t is defined before kdb.h is included.
* krb5.h:  Include k5-config.h first, so its #define's can
control the rest of the file.  If <sys/types.h> is not present,
define u_long, etc, manually.

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

29 years agoMake include files start to work on the Macintosh
John Gilmore [Fri, 3 Mar 1995 07:26:41 +0000 (07:26 +0000)]
Make include files start to work on the Macintosh

* configure.in:  Add checks for sys/types.h and sys/stat.h.
* k5-config.h:  Remove krb5/ from #include.
* sysincl.h:  Avoid <sys/types.h>.  Conditional-include <sys/stat.h>.

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

29 years agoAdded the files and changes needed to create a dll out of libcrypto
Keith Vetter [Fri, 3 Mar 1995 02:20:21 +0000 (02:20 +0000)]
Added the files and changes needed to create a dll out of libcrypto

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

29 years agoUsed the NEED_SOCKETS mechanism to pull in winsock.h on the PC
Keith Vetter [Fri, 3 Mar 1995 02:13:39 +0000 (02:13 +0000)]
Used the NEED_SOCKETS mechanism to pull in winsock.h on the PC

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

29 years agoRemove reference to $(ISODELIB)
Theodore Tso [Thu, 2 Mar 1995 23:10:22 +0000 (23:10 +0000)]
Remove reference to $(ISODELIB)

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

29 years agoChanged NEED_WINSOCK_H to NEED_SOCKETS
Keith Vetter [Thu, 2 Mar 1995 21:37:00 +0000 (21:37 +0000)]
Changed NEED_WINSOCK_H to NEED_SOCKETS

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

29 years agoChanged NEED_WINSOCK_H to NEED_SOCKETS
Keith Vetter [Thu, 2 Mar 1995 19:56:22 +0000 (19:56 +0000)]
Changed NEED_WINSOCK_H to NEED_SOCKETS

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

29 years agoForgot to update log for previous change of NEED_WINSOCK_H to NEED_SOCKETS
Keith Vetter [Thu, 2 Mar 1995 19:50:31 +0000 (19:50 +0000)]
Forgot to update log for previous change of NEED_WINSOCK_H to NEED_SOCKETS

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

29 years agoChanged NEED_WINSOCK_H to NEED_SOCKETS for pulling in socket files
Keith Vetter [Thu, 2 Mar 1995 19:46:08 +0000 (19:46 +0000)]
Changed NEED_WINSOCK_H to NEED_SOCKETS for pulling in socket files

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

29 years agoRemove reference to $(ISODELIB)
Theodore Tso [Thu, 2 Mar 1995 18:29:24 +0000 (18:29 +0000)]
Remove reference to $(ISODELIB)

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

29 years ago.cvsingore file to suppress CVS's handling of the "configure" file
Theodore Tso [Thu, 2 Mar 1995 18:25:54 +0000 (18:25 +0000)]
.cvsingore file to suppress CVS's handling of the "configure" file

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

29 years agoRemove reference to $(ISODELIB)
Theodore Tso [Thu, 2 Mar 1995 18:07:25 +0000 (18:07 +0000)]
Remove reference to $(ISODELIB)

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

29 years agoA few small changes for 16 vs 32 bit, pulling in winsock for network byte
Keith Vetter [Thu, 2 Mar 1995 04:22:26 +0000 (04:22 +0000)]
A few small changes for 16 vs 32 bit, pulling in winsock for network byte
ordering and removed some unused local variables.

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

29 years agoFixed up a const attribute on krb5_send_tgs in func-proto.h
Keith Vetter [Thu, 2 Mar 1995 04:06:41 +0000 (04:06 +0000)]
Fixed up a const attribute on krb5_send_tgs in func-proto.h

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

29 years agoSeveral small 16 vs 32 bit casts
Keith Vetter [Thu, 2 Mar 1995 02:15:25 +0000 (02:15 +0000)]
Several small 16 vs 32 bit casts

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

29 years agoPrototype changes for the krb5/os functions needed on the PC
Keith Vetter [Thu, 2 Mar 1995 01:45:56 +0000 (01:45 +0000)]
Prototype changes for the krb5/os functions needed on the PC

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

29 years agoPorted 2 files needed by the crypto library to work on the PC
Keith Vetter [Thu, 2 Mar 1995 01:36:56 +0000 (01:36 +0000)]
Ported 2 files needed by the crypto library to work on the PC

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

29 years agoFixed some 16 vs. 32 bit conversion problems for the PC
Keith Vetter [Thu, 2 Mar 1995 00:39:52 +0000 (00:39 +0000)]
Fixed some 16 vs. 32 bit conversion problems for the PC

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

29 years agoChanged int to krb5_int32 for the PC in f_princ.c
Keith Vetter [Thu, 2 Mar 1995 00:09:41 +0000 (00:09 +0000)]
Changed int to krb5_int32 for the PC in f_princ.c

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

29 years agoChanges for PC to reflect the flatter include hierarchy
Keith Vetter [Wed, 1 Mar 1995 23:59:07 +0000 (23:59 +0000)]
Changes for PC to reflect the flatter include hierarchy

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

29 years agoChanges for rcache on the PC, mostly adding INTERFACE to the prototypes. Also
Keith Vetter [Wed, 1 Mar 1995 23:52:21 +0000 (23:52 +0000)]
Changes for rcache on the PC, mostly adding INTERFACE to the prototypes. Also
added new file winsock.h for windows socket routines.

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

29 years agoUpdated rcache's makefile.in. Small change to confirm I'm back in a
Keith Vetter [Wed, 1 Mar 1995 23:25:24 +0000 (23:25 +0000)]
Updated rcache's makefile.in. Small change to confirm I'm back in a
sane configuration.

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

29 years agoRemove declaration of malloc() and realloc()
Theodore Tso [Wed, 1 Mar 1995 23:22:22 +0000 (23:22 +0000)]
Remove declaration of malloc() and realloc()

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

29 years agoOnly define labs(x) -> abs(x) if labs() is not defined elsewhere.
Theodore Tso [Wed, 1 Mar 1995 23:21:54 +0000 (23:21 +0000)]
Only define labs(x) -> abs(x) if labs() is not defined elsewhere.
(This really shouldn't be here at all, but is the expedient way to
deal with lack of labs().)

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

29 years agoRemove declaration of exit()
Theodore Tso [Wed, 1 Mar 1995 23:21:14 +0000 (23:21 +0000)]
Remove declaration of exit()

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

29 years agoAdd proper #ifdef's to #include the appropriate system header files
Theodore Tso [Wed, 1 Mar 1995 23:20:08 +0000 (23:20 +0000)]
Add proper #ifdef's to #include the appropriate system header files

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

29 years agoacconfig.h: Add HAS_LABS defintiion
Theodore Tso [Wed, 1 Mar 1995 23:16:52 +0000 (23:16 +0000)]
acconfig.h: Add HAS_LABS defintiion

aclocal.m4 (KRB_INCLUDE): Add $(SRCTOP)/include/krb5 so that it builds
when the build tree != the source tree.

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

29 years agoReplace check for -lsocket and -lnsl with WITH_NETLIB check
Theodore Tso [Wed, 1 Mar 1995 22:46:33 +0000 (22:46 +0000)]
Replace check for -lsocket and -lnsl with WITH_NETLIB check

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

29 years agoChange config.h -> k5-config.h and free.h -> k5-free.h to reflect
Theodore Tso [Wed, 1 Mar 1995 22:46:10 +0000 (22:46 +0000)]
Change config.h -> k5-config.h and free.h -> k5-free.h to reflect
renamed header files for Mac/PC port.

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

29 years agoAdded Ezra's test to see if you have a buggy resolver or not
Theodore Tso [Wed, 1 Mar 1995 21:55:04 +0000 (21:55 +0000)]
Added Ezra's test to see if you have a buggy resolver or not

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

29 years agoRemove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket and
Theodore Tso [Wed, 1 Mar 1995 21:52:59 +0000 (21:52 +0000)]
Remove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket and
-lnsl with WITH_NETLIB check.

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

29 years agoRemove ISODE_INCLUDE, replace check for -lsocket and -lnsl with
Theodore Tso [Wed, 1 Mar 1995 21:52:28 +0000 (21:52 +0000)]
Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with
WITH_NETLIB check.

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

29 years agoReplace check for -lsocket and -lnsl with WITH_NETLIB check
Theodore Tso [Wed, 1 Mar 1995 21:49:24 +0000 (21:49 +0000)]
Replace check for -lsocket and -lnsl with WITH_NETLIB check

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

29 years agoFolded in Ezra's changes to support --with-netlib, for support of the
Theodore Tso [Wed, 1 Mar 1995 21:42:47 +0000 (21:42 +0000)]
Folded in Ezra's changes to support --with-netlib, for support of the
SGI's (and other broken SysV OS's).

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

29 years agoMore improvements made. Interim checkin...
Theodore Tso [Wed, 1 Mar 1995 03:56:35 +0000 (03:56 +0000)]
More improvements made.  Interim checkin...

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

29 years agoRemove #ifdef STDC check to see if we should use const --- configure
Theodore Tso [Tue, 28 Feb 1995 18:38:13 +0000 (18:38 +0000)]
Remove #ifdef STDC check to see if we should use const --- configure
takes care of this.

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

29 years agoAdd $(srcdir) to install line so that installs work correctly when the
Theodore Tso [Tue, 28 Feb 1995 18:37:44 +0000 (18:37 +0000)]
Add $(srcdir) to install line so that installs work correctly when the
build tree != the source tree.

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

29 years ago* krb5.h: Rename to ../krb5.h so it can be #included by end users
John Gilmore [Tue, 28 Feb 1995 10:46:27 +0000 (10:46 +0000)]
* krb5.h:  Rename to ../krb5.h so it can be #included by end users
without the use of slashes or extra -I options.  First step in
making it stand alone without a train of a dozen other include
files tagging along behind.
* configure.in (AC_INIT):  Use another file (not krb5.h) as src test.

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

29 years ago* README, *.[ch]: Avoid <...> includes for our include files
John Gilmore [Tue, 28 Feb 1995 10:33:30 +0000 (10:33 +0000)]
* README, *.[ch]:  Avoid <...> includes for our include files

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

29 years ago* *.[ch]: Avoid <krb5/...> and <com_err.h> includes
John Gilmore [Tue, 28 Feb 1995 10:30:29 +0000 (10:30 +0000)]
* *.[ch]:  Avoid <krb5/...> and <com_err.h> includes

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

29 years ago* *.c: Avoid <krb5/...> and <com_err.h> includes
John Gilmore [Tue, 28 Feb 1995 10:25:13 +0000 (10:25 +0000)]
* *.c:  Avoid <krb5/...> and <com_err.h> includes

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 10:22:14 +0000 (10:22 +0000)]
Avoid <krb5/...> includes

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

29 years agoAvoid <krb5/...> and <com_err.h> includes
John Gilmore [Tue, 28 Feb 1995 10:12:28 +0000 (10:12 +0000)]
Avoid <krb5/...> and <com_err.h> includes

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

29 years agoAvoid <krb5/...> and <com_err.h> includes
John Gilmore [Tue, 28 Feb 1995 10:02:46 +0000 (10:02 +0000)]
Avoid <krb5/...> and <com_err.h> includes

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 10:01:05 +0000 (10:01 +0000)]
Avoid <krb5/...> includes

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

29 years ago* pop_init.c, pop_pass.c, pop_user.c, mh-6.8.patch: Avoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 09:57:53 +0000 (09:57 +0000)]
* pop_init.c, pop_pass.c, pop_user.c, mh-6.8.patch:  Avoid <krb5/...> includes

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 09:54:42 +0000 (09:54 +0000)]
Avoid <krb5/...> includes

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

29 years agoAvoid <krb5/...> and <com_err.h> includes
John Gilmore [Tue, 28 Feb 1995 09:52:05 +0000 (09:52 +0000)]
Avoid <krb5/...> and <com_err.h> includes

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

29 years agooops, described it in wrong dir
John Gilmore [Tue, 28 Feb 1995 09:50:08 +0000 (09:50 +0000)]
oops, described it in wrong dir

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 09:49:23 +0000 (09:49 +0000)]
Avoid <krb5/...> includes

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

29 years ago* forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,
John Gilmore [Tue, 28 Feb 1995 09:43:29 +0000 (09:43 +0000)]
* forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,
krshd.c:  Avoid <krb5/...> and <com_err.h> includes.

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

29 years ago* Makefile.in: Avoid recompilation of std_rqs.c every single time
John Gilmore [Tue, 28 Feb 1995 09:36:53 +0000 (09:36 +0000)]
* Makefile.in:  Avoid recompilation of std_rqs.c every single time
`make' is run.
* error.c:  Use "com_err.h", not <com_err.h>.

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

29 years ago* com_err.3: Document "com_err.h" rather than <com_err.h>
John Gilmore [Tue, 28 Feb 1995 09:35:54 +0000 (09:35 +0000)]
* com_err.3:  Document "com_err.h" rather than <com_err.h>

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 09:34:25 +0000 (09:34 +0000)]
Avoid <krb5/...> includes

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

29 years ago<com_err.h> => "com_err.h"
John Gilmore [Tue, 28 Feb 1995 09:33:32 +0000 (09:33 +0000)]
<com_err.h> => "com_err.h"

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

29 years ago* *.c: Avoid <krb5/...> includes.
John Gilmore [Tue, 28 Feb 1995 09:21:46 +0000 (09:21 +0000)]
* *.c:  Avoid <krb5/...> includes.
* parse.c:  Exdent #ifndef to left margin for old compilers.

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 09:10:59 +0000 (09:10 +0000)]
Avoid <krb5/...> includes

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

29 years ago* daemon.c, memmove.c, strcasecmp.c, strdup.c: Avoid <krb5/...>
John Gilmore [Tue, 28 Feb 1995 09:07:00 +0000 (09:07 +0000)]
* daemon.c, memmove.c, strcasecmp.c, strdup.c:  Avoid <krb5/...>
includes.
* memmove.c:  Use HAS_SYS_TYPES_H.

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

29 years agoAvoid <krb5/....> includes
John Gilmore [Tue, 28 Feb 1995 09:04:14 +0000 (09:04 +0000)]
Avoid <krb5/....> includes

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

29 years ago*.c: Avoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 09:03:06 +0000 (09:03 +0000)]
*.c:  Avoid <krb5/...> includes

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 08:58:11 +0000 (08:58 +0000)]
Avoid <krb5/...> includes

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

29 years ago* init_ets.c: Avoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 08:38:28 +0000 (08:38 +0000)]
* init_ets.c:  Avoid <krb5/...> includes

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 08:37:34 +0000 (08:37 +0000)]
Avoid <krb5/...> includes

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

29 years agoAvoid <krb5/....> includes
John Gilmore [Tue, 28 Feb 1995 08:35:09 +0000 (08:35 +0000)]
Avoid <krb5/....> includes

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

29 years agoAvoid <krb5/...> includes
John Gilmore [Tue, 28 Feb 1995 08:25:12 +0000 (08:25 +0000)]
Avoid <krb5/...> includes

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

29 years ago* aclocal.m4 (ADD_DEF): Add -I...include/krb5 so we won't need
John Gilmore [Tue, 28 Feb 1995 08:01:32 +0000 (08:01 +0000)]
* aclocal.m4 (ADD_DEF):  Add -I...include/krb5 so we won't need
pathnames to Kerberos include files in any of the #include lines
in the source tree.

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

29 years ago* Makefile.in (osconf.h): Remove temp file osconf.new
John Gilmore [Tue, 28 Feb 1995 07:58:41 +0000 (07:58 +0000)]
* Makefile.in (osconf.h):  Remove temp file osconf.new

* base-defs.h, dbm.h, error_def.h, sysincl.h:  Avoid #include
<krb5/...> form; use "..." form.

* config.h:  Rename to k5-config.h.  This is too common a
name, now that we use -I..../include/krb5.
* free.h:  Rename to k5-free.h.

* configure.in (AC_INIT):  Use another file (not krb5.h) as src test.

[Didn't check in the removal of <krb5/krb5.h> yet, til I check in the
other changes throughout the tree that make it work.]

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

29 years ago* k5-int.h: Remove commented-out <widen.h> and <narrow.h>.
John Gilmore [Tue, 28 Feb 1995 07:56:00 +0000 (07:56 +0000)]
* k5-int.h:  Remove commented-out <widen.h> and <narrow.h>.
* krb5.h: Same as old krb5/krb5.h, as a start.  Gradually things
that don't need to be exported will be moved from krb5.h into
k5-int.h (and vice verse for e.g. function prototypes).

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

29 years agoConverted the krb5/krb directory to work under windows. Mostly added the
Keith Vetter [Mon, 27 Feb 1995 21:32:03 +0000 (21:32 +0000)]
Converted the krb5/krb directory to work under windows. Mostly added the
windows INTERFACE keyword to functions.

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

29 years agomake lndir work with relative path invocation
Mark Eichin [Mon, 27 Feb 1995 05:03:24 +0000 (05:03 +0000)]
make lndir work with relative path invocation

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

29 years agoLots of changes.... mostly to clean up and clarify the text
Theodore Tso [Sat, 25 Feb 1995 05:53:49 +0000 (05:53 +0000)]
Lots of changes.... mostly to clean up and clarify the text

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