krb5.git
29 years ago * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:
Chris Provenzano [Thu, 27 Jul 1995 08:44:02 +0000 (08:44 +0000)]
    * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:
Rewritten for new kdb format.
* kdb_cpw.c : New password changing routines for new kdb format.
* verify_mky.c, t_kdb.c : Use new kdb format.

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

29 years agoDefine new kdb format
Chris Provenzano [Thu, 27 Jul 1995 08:42:28 +0000 (08:42 +0000)]
Define new kdb format

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

29 years agoAdded #define KEYTYPE_UNKNOWN
Chris Provenzano [Thu, 27 Jul 1995 08:42:01 +0000 (08:42 +0000)]
Added #define KEYTYPE_UNKNOWN

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

29 years agoMerge some changes for NetBSD that I and others have made
Chris Provenzano [Thu, 27 Jul 1995 08:41:24 +0000 (08:41 +0000)]
Merge some changes for NetBSD that I and others have made

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

29 years agoFix bad shift value in verifier function
Paul Park [Wed, 26 Jul 1995 13:19:08 +0000 (13:19 +0000)]
Fix bad shift value in verifier function

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

29 years ago * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerr
Tom Yu [Tue, 25 Jul 1995 18:42:08 +0000 (18:42 +0000)]
* kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerr
in case they're not prototyped in the header files.

* configure.in: Add test for missing prototypes for dbm_error and
dbm_clearerr.

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

29 years agoInclude adm_proto.h for prototypes. Compiling with -Wmissing_prototypes
Ezra Peisach [Fri, 21 Jul 1995 11:05:50 +0000 (11:05 +0000)]
Include adm_proto.h for prototypes. Compiling with -Wmissing_prototypes
now clean here.

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

29 years ago * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname
Mark Eichin [Fri, 21 Jul 1995 04:06:09 +0000 (04:06 +0000)]
* kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname
declarations to the top of function, so it compiles...

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

29 years ago * rc_dfl.c (rc_store): rename from store() to avoid conflict with
Mark Eichin [Fri, 21 Jul 1995 02:39:36 +0000 (02:39 +0000)]
* rc_dfl.c (rc_store): rename from store() to avoid conflict with
dbm function of same name (and different prototype.)

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

29 years agoa few minor updates for 1.1+
Barry Jaspan [Thu, 20 Jul 1995 20:59:21 +0000 (20:59 +0000)]
a few minor updates for 1.1+

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

29 years agoAdd full prototypes for all functions. Fix calls to functions that
Ezra Peisach [Thu, 20 Jul 1995 17:15:14 +0000 (17:15 +0000)]
Add full prototypes for all functions. Fix calls to functions that
were missing an argument (usually context)

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

29 years ago * localaddr.c: also add definition of max if it's not there
Tom Yu [Wed, 19 Jul 1995 21:46:46 +0000 (21:46 +0000)]
* localaddr.c: also add definition of max if it's not there

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

29 years ago * localaddr.c: fix definition of ifreq_size so it actually works
Tom Yu [Wed, 19 Jul 1995 21:20:04 +0000 (21:20 +0000)]
* localaddr.c: fix definition of ifreq_size so it actually works

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

29 years ago Fix previous change by removing configure.in dependency on
Sam Hartman [Wed, 19 Jul 1995 02:00:59 +0000 (02:00 +0000)]
Fix previous change by removing configure.in dependency on
libdb_ranlib.

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

29 years ago(KRB5_SOCKADDR_SA_LEN): Add space before = to keep shell happy
Ezra Peisach [Tue, 18 Jul 1995 23:24:06 +0000 (23:24 +0000)]
(KRB5_SOCKADDR_SA_LEN): Add space before = to keep shell happy

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

29 years agoUpdate Makefile.in to use $(STEXT) so shared libs under AIX work
Sam Hartman [Tue, 18 Jul 1995 22:05:57 +0000 (22:05 +0000)]
Update Makefile.in to use $(STEXT) so shared libs under AIX work

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

29 years ago Bsd 4.4 has a field sa_len in struct sockaddr which is the
Sam Hartman [Tue, 18 Jul 1995 22:00:47 +0000 (22:00 +0000)]
Bsd 4.4 has a field sa_len in struct sockaddr which is the
length of the struct.  Often, sizeof(struct sockaddr) is not equal to
sockaddr.sa_len.  Unfortunately, this effects the side of structures
containing sockaddrs, like struct ifreq.  The size of an ifreq is,
under BSD 4.4, max(sizeof(struct ifreq),
sizeof(ifreq.ifr_name)+ifreq.ifr_caddr.sa_len).  To get
krb5_xcrypto_os_localaddr to work under NetBSD and other 4.4-based
systems, the following changes were made:

* aclocal.m4:  Ad KRB5_SOCKADDR_SA_LEN to determine if there appears
to be a sa_len element of struct sockaddr.

* lib/crypto/os/configure.in: use this test
* lib/crypto/os/localaddr.c: Deal with size changes if appropriate.

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

29 years agoRemove per-realm parameters and prompting. No longer needed with KDC profile
Paul Park [Mon, 17 Jul 1995 19:40:12 +0000 (19:40 +0000)]
Remove per-realm parameters and prompting.  No longer needed with KDC profile

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

29 years agoAdd KDC profile handling and remove password prompting
Paul Park [Mon, 17 Jul 1995 19:39:33 +0000 (19:39 +0000)]
Add KDC profile handling and remove password prompting

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

29 years agoFix handling of default etype
Paul Park [Mon, 17 Jul 1995 19:39:02 +0000 (19:39 +0000)]
Fix handling of default etype

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

29 years agogit-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5450dbe970
Paul Park [Mon, 17 Jul 1995 19:37:56 +0000 (19:37 +0000)]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoUpdate calling sequence to krb5_db_fetch_mkey()
Paul Park [Mon, 17 Jul 1995 19:36:58 +0000 (19:36 +0000)]
Update calling sequence to krb5_db_fetch_mkey()

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

29 years agoAdd KDC profile and stash file support
Paul Park [Mon, 17 Jul 1995 19:35:58 +0000 (19:35 +0000)]
Add KDC profile and stash file support

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

29 years agoMove stash file #define to osconf.h and add stash file name handling
Paul Park [Mon, 17 Jul 1995 19:34:26 +0000 (19:34 +0000)]
Move stash file #define to osconf.h and add stash file name handling
to krb5_db_fetch_mkey().

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

29 years agoAdd KDC profile handling routines
Paul Park [Mon, 17 Jul 1995 19:32:19 +0000 (19:32 +0000)]
Add KDC profile handling routines

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

29 years agoAdd DEFAULT_KEYFILE_STUB which puts the stashfile in the KDC library
Paul Park [Mon, 17 Jul 1995 19:31:40 +0000 (19:31 +0000)]
Add DEFAULT_KEYFILE_STUB which puts the stashfile in the KDC library
directory.  Also change the default ETYPE to DES_CBC_MD5 now that it
works.

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

29 years agoDescribe changes to headers in this directory
Paul Park [Mon, 17 Jul 1995 19:30:19 +0000 (19:30 +0000)]
Describe changes to headers in this directory

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

29 years agoAdd stash file parameter to krb5_db_fetch_mkey()
Paul Park [Mon, 17 Jul 1995 19:30:04 +0000 (19:30 +0000)]
Add stash file parameter to krb5_db_fetch_mkey()

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

29 years agoAdd prototypes for KDC profile handling routines
Paul Park [Mon, 17 Jul 1995 19:29:49 +0000 (19:29 +0000)]
Add prototypes for KDC profile handling routines

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

29 years agoAdd per-realm parameter block data structure
Paul Park [Mon, 17 Jul 1995 19:29:22 +0000 (19:29 +0000)]
Add per-realm parameter block data structure

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

29 years agoAdded test for pgno_t that should avoid breaking NetBSD
Sam Hartman [Fri, 14 Jul 1995 19:22:17 +0000 (19:22 +0000)]
Added test for pgno_t that should avoid breaking NetBSD

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

29 years ago* Tell configure.in that AIX doesn't have streams; it has the header
Sam Hartman [Fri, 14 Jul 1995 00:59:31 +0000 (00:59 +0000)]
* Tell configure.in that AIX doesn't have streams; it has the header
files but not a streams TTY interface that is widely used.  More
important, strops.h breaks _IO.

* Use ptsname() before ttyname() if present; it is more likely to give
what we want.

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

29 years agoInclude netinet/in.h for ntohs
Sam Hartman [Fri, 14 Jul 1995 00:42:32 +0000 (00:42 +0000)]
Include netinet/in.h for ntohs

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

29 years agoInclude netinet/in.h
Sam Hartman [Fri, 14 Jul 1995 00:37:28 +0000 (00:37 +0000)]
Include netinet/in.h

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

29 years agoClean up prototypes for error_message. I think we may need to insert a test to see...
Sam Hartman [Thu, 13 Jul 1995 20:17:32 +0000 (20:17 +0000)]
Clean up prototypes for error_message.  I think we may need to insert a test to see if const works into com_err; it is still used in several places with non-ANSI compilers, and I had to insert a few more consts to get the AIX compiler in not-quite-ANSI mode to work

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

29 years agoCorrectly set LD_LIBRARY_PATH (again)
Paul Park [Wed, 12 Jul 1995 18:59:38 +0000 (18:59 +0000)]
Correctly set LD_LIBRARY_PATH (again)

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

29 years agoLibrary rule build update
Paul Park [Wed, 12 Jul 1995 18:59:18 +0000 (18:59 +0000)]
Library rule build update

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

29 years agoAdd ability to exclude kdb4
Paul Park [Wed, 12 Jul 1995 18:57:54 +0000 (18:57 +0000)]
Add ability to exclude kdb4

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

29 years agoReorganize KDC profile and network port handling
Paul Park [Wed, 12 Jul 1995 18:57:20 +0000 (18:57 +0000)]
Reorganize KDC profile and network port handling

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

29 years agoUpdate kdc.conf syntax
Paul Park [Wed, 12 Jul 1995 18:56:22 +0000 (18:56 +0000)]
Update kdc.conf syntax

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

29 years agoAdd ability to get rid of -lkdb4 references
Paul Park [Wed, 12 Jul 1995 18:55:39 +0000 (18:55 +0000)]
Add ability to get rid of -lkdb4 references

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

29 years agoAdd LDFLAGS setting to KRB5_LIBRARIES rule
Paul Park [Wed, 12 Jul 1995 18:54:21 +0000 (18:54 +0000)]
Add LDFLAGS setting to KRB5_LIBRARIES rule

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

29 years agoDo not include stdlib.h unless it exists
Ezra Peisach [Wed, 12 Jul 1995 16:39:37 +0000 (16:39 +0000)]
Do not include stdlib.h unless it exists

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

29 years agoAdd prototype for krb5_fcc_read
Ezra Peisach [Tue, 11 Jul 1995 23:31:07 +0000 (23:31 +0000)]
Add prototype for krb5_fcc_read

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

29 years agoAdd prototype for krb5_scc_read
Ezra Peisach [Tue, 11 Jul 1995 23:24:22 +0000 (23:24 +0000)]
Add prototype for krb5_scc_read

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

29 years agoAdd krb5_auth_con_genaddrs prototype
Ezra Peisach [Tue, 11 Jul 1995 17:44:38 +0000 (17:44 +0000)]
Add krb5_auth_con_genaddrs prototype

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

29 years agoAdd krb5_rd_cred prototype
Ezra Peisach [Tue, 11 Jul 1995 17:43:50 +0000 (17:43 +0000)]
Add krb5_rd_cred prototype

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

29 years agokrb5.hin (krb5_cc_get_type, krb5_kt_get_type): Add the new functions
Theodore Tso [Tue, 11 Jul 1995 17:20:34 +0000 (17:20 +0000)]
krb5.hin (krb5_cc_get_type, krb5_kt_get_type): Add the new functions
to get the type of the credentials cache and key table.

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

29 years agoBSDI fixes
Theodore Tso [Tue, 11 Jul 1995 17:10:23 +0000 (17:10 +0000)]
BSDI fixes

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

29 years agoIf the key version number is specified, check to make sure that the
Theodore Tso [Tue, 11 Jul 1995 17:06:21 +0000 (17:06 +0000)]
If the key version number is specified, check to make sure that the
entry has the correct key version number.

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

29 years agoAdd prototype for set_tgtkey. kdc now compiles cleanly with
Ezra Peisach [Tue, 11 Jul 1995 11:37:57 +0000 (11:37 +0000)]
Add prototype for set_tgtkey. kdc now compiles cleanly with
-Wmissing_prototypes

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

29 years agokerberos_v4.c: Add prototypes for compat_decrypt_key,
Ezra Peisach [Mon, 10 Jul 1995 21:54:29 +0000 (21:54 +0000)]
kerberos_v4.c: Add prototypes for compat_decrypt_key,
kerb_get_principal, check_princ, v4_klog

network.c (process_packet): Make prog a const char *

main.c: Add prototypes for find_realm_data, setup_server_realm, usage,
request_exit, setup_signal_handlers, initialize_realms, finish_realms.

kdc_util.h: Add prototypes for against_local_policy_as,
against_local_policy_tgs, validate_as_request, validate_tgs_request,
fetch_asn1_field, kdc_initialize_rcache, process_packet.

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

29 years ago * aclocal.m4: backslash '$' characters that go into double-quoted
Tom Yu [Sun, 9 Jul 1995 11:39:45 +0000 (11:39 +0000)]
* aclocal.m4: backslash '$' characters that go into double-quoted
strings so shells that treat $(foo) like `foo` won't barf

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

29 years ago * Makefile.in: remove bogus definitions of prefix, etc
Tom Yu [Sun, 9 Jul 1995 07:41:29 +0000 (07:41 +0000)]
* Makefile.in: remove bogus definitions of prefix, etc

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

29 years agoMake sure the dbm context is initialized before we start
Theodore Tso [Sun, 9 Jul 1995 02:38:12 +0000 (02:38 +0000)]
Make sure the dbm context is initialized before we start

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

29 years agoAlso log L_KRB_PERR error messages, so we know when there are protocol
Theodore Tso [Sat, 8 Jul 1995 22:00:55 +0000 (22:00 +0000)]
Also log L_KRB_PERR error messages, so we know when there are protocol
problems.

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

29 years agoRemove LDFLAGS
Paul Park [Fri, 7 Jul 1995 21:10:32 +0000 (21:10 +0000)]
Remove LDFLAGS

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

29 years agoMake symlink in TOPLIBD for libss
Paul Park [Fri, 7 Jul 1995 21:10:22 +0000 (21:10 +0000)]
Make symlink in TOPLIBD for libss

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

29 years agoAdd DEPLIBS, needed by shared library rule
Paul Park [Fri, 7 Jul 1995 21:10:03 +0000 (21:10 +0000)]
Add DEPLIBS, needed by shared library rule

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

29 years agoReorganize library logic and use LDFLAGS from configure
Paul Park [Fri, 7 Jul 1995 21:09:13 +0000 (21:09 +0000)]
Reorganize library logic and use LDFLAGS from configure

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

29 years agoFind libcom_err in TOPLIBD
Paul Park [Fri, 7 Jul 1995 21:07:55 +0000 (21:07 +0000)]
Find libcom_err in TOPLIBD

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

29 years agoDescribe previous changes
Paul Park [Fri, 7 Jul 1995 21:07:22 +0000 (21:07 +0000)]
Describe previous changes

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

29 years agoUse checksum verifier
Paul Park [Fri, 7 Jul 1995 21:06:59 +0000 (21:06 +0000)]
Use checksum verifier

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

29 years agoBuild t_cksum under unix
Paul Park [Fri, 7 Jul 1995 21:05:04 +0000 (21:05 +0000)]
Build t_cksum under unix

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

29 years agoAdd definition to select backwards compatability with old RSA-MD5-DES
Paul Park [Fri, 7 Jul 1995 21:04:52 +0000 (21:04 +0000)]
Add definition to select backwards compatability with old RSA-MD5-DES

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

29 years agoNew checksum verifier test
Paul Park [Fri, 7 Jul 1995 21:04:29 +0000 (21:04 +0000)]
New checksum verifier test

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

29 years agoAdd checksum verification procedure and dispatch
Paul Park [Fri, 7 Jul 1995 21:04:06 +0000 (21:04 +0000)]
Add checksum verification procedure and dispatch

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

29 years agoFix implementation of RSA-MD5-DES checksums, add verifier function/dispatch
Paul Park [Fri, 7 Jul 1995 21:03:37 +0000 (21:03 +0000)]
Fix implementation of RSA-MD5-DES checksums, add verifier function/dispatch

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

29 years agoAdd t_cksum under unix
Paul Park [Fri, 7 Jul 1995 21:02:21 +0000 (21:02 +0000)]
Add t_cksum under unix

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

29 years agoAdd definition to enable compatibility with old versions of RSA-MD4-DES
Paul Park [Fri, 7 Jul 1995 21:02:10 +0000 (21:02 +0000)]
Add definition to enable compatibility with old versions of RSA-MD4-DES

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

29 years agoAdd confounder length definition
Paul Park [Fri, 7 Jul 1995 21:01:41 +0000 (21:01 +0000)]
Add confounder length definition

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

29 years agoAdd verifier procedure/dispatch
Paul Park [Fri, 7 Jul 1995 21:01:22 +0000 (21:01 +0000)]
Add verifier procedure/dispatch

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

29 years agoCorrect implementation of RSA-MD4-DES checksums and add verifier procedure/dispatch
Paul Park [Fri, 7 Jul 1995 21:01:10 +0000 (21:01 +0000)]
Correct implementation of RSA-MD4-DES checksums and add verifier procedure/dispatch

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

29 years agoAdd checksum verifier procedure/dispatch
Paul Park [Fri, 7 Jul 1995 20:59:52 +0000 (20:59 +0000)]
Add checksum verifier procedure/dispatch

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

29 years agoReorganize library logic and use LDFLAGS from configure
Paul Park [Fri, 7 Jul 1995 20:58:36 +0000 (20:58 +0000)]
Reorganize library logic and use LDFLAGS from configure

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

29 years agoUse checksum verifier routine
Paul Park [Fri, 7 Jul 1995 20:58:10 +0000 (20:58 +0000)]
Use checksum verifier routine

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

29 years agoRemove LDFLAGS
Paul Park [Fri, 7 Jul 1995 20:57:24 +0000 (20:57 +0000)]
Remove LDFLAGS

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

29 years agoAdd confounder length for RSA-MD5-DES
Paul Park [Fri, 7 Jul 1995 20:55:36 +0000 (20:55 +0000)]
Add confounder length for RSA-MD5-DES

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

29 years agoAdd checksum verifier dispatch in checksum entry
Paul Park [Fri, 7 Jul 1995 20:55:05 +0000 (20:55 +0000)]
Add checksum verifier dispatch in checksum entry

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

29 years agoAdd DEPLIBS and LDFLAGS
Paul Park [Fri, 7 Jul 1995 20:54:23 +0000 (20:54 +0000)]
Add DEPLIBS and LDFLAGS

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

29 years agoAdd ability to set LDFLAGS for everything with --with-ldopts=<mumble>.
Paul Park [Fri, 7 Jul 1995 20:45:56 +0000 (20:45 +0000)]
Add ability to set LDFLAGS for everything with --with-ldopts=<mumble>.
Add ability to select libraries to link with from configure script.  This
centralizes the library structure here.

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

29 years ago * rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:31:42 +0000 (23:31 +0000)]
* rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddr

* rd_priv.c (krb5_rd_priv_basic): Pass context to os_localaddr.

* rd_cred.c (krb5_rd_cred_basic): Pass context to os_localaddr.

* get_in_tkt.c (krb5_get_in_tkt): Pass context to os_localaddr.

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

29 years ago * kpasswd.c (get_first_ticket): Pass context to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:23:27 +0000 (23:23 +0000)]
* kpasswd.c (get_first_ticket): Pass context to os_localaddr

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

29 years ago * kadmin.c (get_first_ticket): Pass context to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:23:01 +0000 (23:23 +0000)]
* kadmin.c (get_first_ticket): Pass context to os_localaddr

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

29 years ago * krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context to
Tom Yu [Thu, 6 Jul 1995 23:22:20 +0000 (23:22 +0000)]
* krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context to
os_localaddr.

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

29 years ago * krb5.hin: Change definition of krb5_os_localaddr to include
Tom Yu [Thu, 6 Jul 1995 23:21:19 +0000 (23:21 +0000)]
* krb5.hin: Change definition of krb5_os_localaddr to include
context argument.

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

29 years ago * adm_conn.c (kadm_get_creds): Pass kcontext to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:20:29 +0000 (23:20 +0000)]
* adm_conn.c (kadm_get_creds): Pass kcontext to os_localaddr

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

29 years ago * localaddr.c: moved to lib/crypto/os; just a stub here
Tom Yu [Thu, 6 Jul 1995 23:19:46 +0000 (23:19 +0000)]
* localaddr.c: moved to lib/crypto/os; just a stub here

* ustime.c: moved to lib/crypto/os; just a stub here.

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

29 years ago * new_rn_key.c (mit_des_init_random_number_generator): don't call
Tom Yu [Thu, 6 Jul 1995 23:18:24 +0000 (23:18 +0000)]
* new_rn_key.c (mit_des_init_random_number_generator): don't call
us_timeofday with context arg; also update for new
function names (krb5_crypto_*).

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

29 years ago * localaddr.c: migrated from lib/krb5/os
Tom Yu [Thu, 6 Jul 1995 23:16:55 +0000 (23:16 +0000)]
* localaddr.c: migrated from lib/krb5/os

* ustime.c: migrated from lib/krb5/os; removed context variable
from arglist.

* Makefile.in: don't copy or remove localaddr.c and ustime.c;
they're local now.

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

29 years agoprof_int.h must be included after stdio.h for prototypes
Ezra Peisach [Thu, 6 Jul 1995 14:06:33 +0000 (14:06 +0000)]
prof_int.h must be included after stdio.h for prototypes

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

29 years agoRemove t_an_to_ln.o when making clean
Ezra Peisach [Thu, 6 Jul 1995 13:59:14 +0000 (13:59 +0000)]
Remove t_an_to_ln.o when making clean

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

29 years agoChecking in the change of removing makeshlib
Ezra Peisach [Thu, 6 Jul 1995 13:55:53 +0000 (13:55 +0000)]
Checking in the change of removing makeshlib

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

29 years agoRemove makeshlib on clean
Ezra Peisach [Thu, 6 Jul 1995 13:55:04 +0000 (13:55 +0000)]
Remove makeshlib on clean

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

29 years agoAdded MPW Worksheet to build on Macintosh (may get replaced later)
Keith Vetter [Thu, 6 Jul 1995 01:41:48 +0000 (01:41 +0000)]
Added MPW Worksheet to build on Macintosh  (may get replaced later)

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

29 years agoChanges for Macintosh implementation
Keith Vetter [Thu, 6 Jul 1995 01:39:47 +0000 (01:39 +0000)]
Changes for Macintosh implementation

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

29 years agoRemove declaration of errno altoghether. "extern int errno;" is
Theodore Tso [Thu, 6 Jul 1995 00:08:24 +0000 (00:08 +0000)]
Remove declaration of errno altoghether.  "extern int errno;" is
always wrong.

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

29 years agoDon't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS.
Theodore Tso [Thu, 6 Jul 1995 00:05:35 +0000 (00:05 +0000)]
Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS.
Don't just blindly set the file status flags to 0.  Instead, do a
fcntl(0, F_GETFL), and then reset the nonblocking flags.

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

29 years ago * makeshlib.sh: Add support for NetBSD shared libraries
Tom Yu [Tue, 4 Jul 1995 06:13:59 +0000 (06:13 +0000)]
* makeshlib.sh: Add support for NetBSD shared libraries

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

29 years ago * configure.in: Add support for NetBSD shared libraries
Tom Yu [Tue, 4 Jul 1995 06:13:27 +0000 (06:13 +0000)]
* configure.in: Add support for NetBSD shared libraries

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