summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More edits/corrections....Theodore Tso1995-02-091-117/+347
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4928 dc483132-0cff-0310-8789-dd5450dbe970
* * kdb5_edit.c (show_principal): make sane and print all usefulTom Yu1995-02-092-4/+68
| | | | | | fields git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4927 dc483132-0cff-0310-8789-dd5450dbe970
* Add KRB5_INT32 definitions for non-32 int platformsTheodore Tso1995-02-082-0/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4925 dc483132-0cff-0310-8789-dd5450dbe970
* * kdc5_hammer.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-7/+10
| | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4924 dc483132-0cff-0310-8789-dd5450dbe970
* * kprop.c Use krb5_get_in_tkt_with_keytab() instead ofChris Provenzano1995-02-082-4/+7
| | | | | | krb5_get_in_tkt_with_skey(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4923 dc483132-0cff-0310-8789-dd5450dbe970
* * get_in_tkt.c (krb5_get_in_tkt())Chris Provenzano1995-02-086-148/+250
| | | | | | | | | | | | | | | | | | * in_tkt_sky.c (krb5_get_in_tkt_with_skey()) * in_tkt_pwd.c (krb5_get_in_tkt_with_password()) Removed krb5_keytype, changed krb5_enctype to krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype *. Changed the args to the key_proc arg of krb5_get_in_tkt() to be the following (krb5_context, const krb5_keytype, krb5_data *, krb5_const_pointer, krb5_keyblock **) * in_tkt_ktb.c (krb5_get_in_tkt_with_keytab()) Added this routine to replace krb5_get_in_tkt_with_skey() in kinit. * Makefile.in Added new source file in_tkt_ktb.c. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4922 dc483132-0cff-0310-8789-dd5450dbe970
* * kpasswd.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-26/+11
| | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4921 dc483132-0cff-0310-8789-dd5450dbe970
* * kadmin.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-24/+10
| | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4920 dc483132-0cff-0310-8789-dd5450dbe970
* * func-proto.h (krb5_get_in_tkt()) Changed key_proc args to be theChris Provenzano1995-02-082-11/+32
| | | | | | | | | | | | | following (krb5_context, const krb5_keytype, krb5_data *, krb5_const_pointer, krb5_keyblock **) * func-proto.h (krb5_get_in_tkt_*()) Removed krb5_keytype, changed krb5_enctype to krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype *. * func-proto.h Added new routine krb5_get_in_tkt_with_keytab(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4919 dc483132-0cff-0310-8789-dd5450dbe970
* * krb_auth_su.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-29/+11
| | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4918 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c Do a krb5_init_context() before using a krb5_contextChris Provenzano1995-02-082-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4917 dc483132-0cff-0310-8789-dd5450dbe970
* * kinit.c (main()) Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-72/+23
| | | | | | | | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. * kinit.c (main()) use new API for krb5_get_in_tkt(), and replace krb5_get_in_tkt_with_skey() with krb5_get_in_tkt_with_keytab() and remove all unnecessary cruft. * kinit.c Do a krb5_init_context() before using a krb5_context. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4916 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.tex Documented API changes to krb5_get_in_tkt*() routinesChris Provenzano1995-02-082-10/+38
| | | | | | | and added krb5_get_in_tkt_with_keytab(). The explanation of each of these routines still needs appropriate changes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4915 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out,Mark Eichin1995-02-042-1/+7
| | | | | | | | | Makefile.out, and post.out immediately after using them, for cleanliness' sake. tested. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4911 dc483132-0cff-0310-8789-dd5450dbe970
* * get_in_tkt.c (krb5_get_in_tkt): also check for the versionMark Eichin1995-02-042-2/+11
| | | | | | | | | number of the reply being whatever we had in the first byte of the request. tested with kinit. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4910 dc483132-0cff-0310-8789-dd5450dbe970
* Add SIZEOF_FOO checks to properly define KRB_INT32Theodore Tso1995-02-032-0/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4909 dc483132-0cff-0310-8789-dd5450dbe970
* Use politically correct name of AC_CHECK_SIZEOF instead ofTheodore Tso1995-02-032-3/+6
| | | | | | AC_SIZEOF_TYPE. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4908 dc483132-0cff-0310-8789-dd5450dbe970
* If util/autoconf isn't built, try to use autoconf utilities found in the user'sTheodore Tso1995-02-032-1/+24
| | | | | | path. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4907 dc483132-0cff-0310-8789-dd5450dbe970
* Ignore autoconf.h.in, since that's generated automatically by autoheaderTheodore Tso1995-02-031-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4906 dc483132-0cff-0310-8789-dd5450dbe970
* Added files to .cvsignore which get built when autoconf is built in theTheodore Tso1995-02-032-0/+11
| | | | | | source directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4905 dc483132-0cff-0310-8789-dd5450dbe970
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-0375-0/+75
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4904 dc483132-0cff-0310-8789-dd5450dbe970
* Don't double count the leap day in a leap yearTheodore Tso1995-02-032-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4903 dc483132-0cff-0310-8789-dd5450dbe970
* Use explicit 32 bit types so this will work on an AlphaTheodore Tso1995-02-032-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4902 dc483132-0cff-0310-8789-dd5450dbe970
* Remove unused cruft from des_int.hTheodore Tso1995-02-032-73/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4901 dc483132-0cff-0310-8789-dd5450dbe970
* Add keytype parameter to fieldTheodore Tso1995-02-032-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4900 dc483132-0cff-0310-8789-dd5450dbe970
* Add keytype parameterTheodore Tso1995-02-032-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4899 dc483132-0cff-0310-8789-dd5450dbe970
* Add keytype argument to rd_req_procTheodore Tso1995-02-032-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4898 dc483132-0cff-0310-8789-dd5450dbe970
* Don't define BITS16, BITS32, BITS64, etc. anymore. Instead,Theodore Tso1995-02-033-36/+26
| | | | | | | individually test for SIZEOF_SHORT, SIZEOF_INT, and SIZEOF_LONG and use them as appropriate in wordsize.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4897 dc483132-0cff-0310-8789-dd5450dbe970
* Remove BITS16, BITS32, BITS64, etc. from acconfig.hTheodore Tso1995-02-034-8/+8
| | | | | | Remove ISODE references from configure and aclocal.m4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4896 dc483132-0cff-0310-8789-dd5450dbe970
* Don't use BITS64, use SIZEOF_LONGTheodore Tso1995-02-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4895 dc483132-0cff-0310-8789-dd5450dbe970
* All routines defined in the com_err library should have extern beforeTheodore Tso1995-02-032-10/+16
| | | | | | the prototypes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4894 dc483132-0cff-0310-8789-dd5450dbe970
* Oops, forgot to save file firstTheodore Tso1995-02-031-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4893 dc483132-0cff-0310-8789-dd5450dbe970
* Add changes to make this work on Alpha's. (From Ezra)Theodore Tso1995-02-032-7/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4892 dc483132-0cff-0310-8789-dd5450dbe970
* Fix typo; "%02 X" --> "%02X"Theodore Tso1995-02-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4891 dc483132-0cff-0310-8789-dd5450dbe970
* ret_flags should be an int based on the prototype ofTheodore Tso1995-02-032-1/+7
| | | | | | gss_accept_sec_context git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4890 dc483132-0cff-0310-8789-dd5450dbe970
* * kadmin.c (main): Real live non-kludged argument parsing.John Gilmore1995-02-032-52/+54
| | | | | | | | Add -c option to specify ticket cache location (it really should just use a cache in memory in the process, but that isn't written yet). Make some error messages more explicit! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4889 dc483132-0cff-0310-8789-dd5450dbe970
* Rename files so that they work in the DOS LIB command,John Gilmore1995-02-035-6/+17
| | | | | | | | | | | | which amazingly finds dashes in mid-name and treats them like option switches. * des-crc.c => des_crc.c * des-md5.c => des_md5.c * raw-des.c => raw_des.c * Makefile.in: changed to match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4888 dc483132-0cff-0310-8789-dd5450dbe970
* Rename files for DOS 8.3 uniqueness:John Gilmore1995-02-034-4/+11
| | | | | | | | * ktf_get_en.c => ktf_g_ent.c * ktf_get_na.c => ktf_g_name.c * Makefile.in: changed to match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4887 dc483132-0cff-0310-8789-dd5450dbe970
* Rename files for DOS 8.3 uniqueness:John Gilmore1995-02-036-8/+17
| | | | | | | | | | * f_kdc_rep.c => f_kdc_rp.c * f_kdc_req.c => f_kdc_rq.c * f_ticket.c => f_tckt.c * f_tickets.c => f_tckts.c * Makefile.in was updated to match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4886 dc483132-0cff-0310-8789-dd5450dbe970
* * asn1_decode_k.c => asn1_k_decode.cJohn Gilmore1995-02-038-13/+22
| | | | | | | | | | * asn1_decode_k.h => asn1_k_decode.h * asn1_encode_k.c => asn1_k_encode.c * asn1_encode_k.h => asn1_k_encode.h * Makefile.sane.in, krb5_decode.c, krb5_encode.c, asn1_k_encode.c, asn1_k_decode.c: updated to match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4885 dc483132-0cff-0310-8789-dd5450dbe970
* Rename files for DOS 8.3 uniqueness:John Gilmore1995-02-038-12/+23
| | | | | | | | | | | | * display_name.c => disp_name.c * display_status.c => disp_status.c * inquire_context.c => inq_context.c * inquire_cred.c => inq_cred.c * release_cred.c => rel_cred.c * release_name.c => rel_name.c * Makefile.in changed to match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4884 dc483132-0cff-0310-8789-dd5450dbe970
* Rename files for DOS 8.3 uniqueness:John Gilmore1995-02-037-10/+20
| | | | | | | | | | | * display_com_err_status.c => disp_com_err_status.c * display_major_status.c => disp_major_status.c * release_buffer.c => rel_buffer.c * release_oid_set.c => rel_oid_set.c * util_val_nohash.c => utl_nohash_validate.c * Makefile.in was changed to match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4883 dc483132-0cff-0310-8789-dd5450dbe970
* * get_in_tkt.c (krb5_get_in_tkt): fix typoTom Yu1995-02-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4882 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.tex Documented change of krb5_enctype to krb5_enctypesChris Provenzano1995-02-032-2/+13
| | | | | | | | | to krb5_send_tgs(). * krb5.tex Documented added krb5_keytype arg to (*keyproc)() arg for krb5_rd_req(), krb5_rd_req_decoded(), and krb5_recvauth(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4881 dc483132-0cff-0310-8789-dd5450dbe970
* * get_in_tkt.c (krb5_get_in_tkt): if krb5_is_as_rep fails, checkMark Eichin1995-02-032-2/+25
| | | | | | | | | if the packet might be a V4 error packet. Use modified V4 check so that it compiles under SCO. simple, but untested. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4880 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5_err.et (KRB5KRB_AP_ERR_V4_REPLY): new error code for V4Mark Eichin1995-02-032-0/+7
| | | | | | reply to a V5 request. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4879 dc483132-0cff-0310-8789-dd5450dbe970
* * forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore1995-02-024-20/+16
| | | | | | | | | | | | | | | | * kerberos5.c (kerberos5_send): Remove code for sending a checksum of a zero-byte string; we can just send no checksum at all. This eliminates dependency on <krb5/crc-32.h>. (kerberos5_forward): Remove extra parameter to krb5_get_for_creds, probably accidentally inserted during context changes -- which don't seem to be here in the ChangeLog. * kerberos.c: Remove prototypes for krb4 functions, since some of them are wrong with CNS (u_long vs. KRB_INT32 conflicts). These changes BUILD but have not been RUN yet. But at least they build. My apologies. -- John git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4878 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I optionsJohn Gilmore1995-02-026-3/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4877 dc483132-0cff-0310-8789-dd5450dbe970
* Removal of ISODE (and there was much rejoicing)Theodore Tso1995-02-0260-5960/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4876 dc483132-0cff-0310-8789-dd5450dbe970
* * int-proto.h Update prototypes for krb5_get_cred_via_tgt(), andChris Provenzano1995-02-0210-62/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | krb5_get_cred_via_2tgt(). * get_fcreds.c (krb5_get_for_creds()) * gc_via_tgt.c (krb5_get_cred_via_tgt()) * gc_2tgt.c (krb5_get_cred_via_2tgt()) Removed krb5_enctype argument. Pass NULL list of encryption types to krb5_send_tgs to get default encryption types. * gc_frm_kdc.c Removed krb5_enctype argument passed to krb5_get_cred_via_tgt() * send_tgs.c (krb5_send_tgs()) Changed krb5_enctype arg to krb5_enctype *, a NULL terminated array of encryption types. If argument is NULL then krb5_send_tgs() will use defaul list of encryption types. * send_tgs.c (krb5_send_tgs()) To encrypt request ticket use usecred->keyblock.etype instead of (and now defunct) krb5_enctype arg. * init_ctx.c Added krb5_set_default_in_tkt_etypes() and krb5_get_default_in_tkt_etypes(). * rd_req.c, rd_req_decode.c Removed typedef for rdreq_key_proc and use krb5_rd_req_decoded in its place. * get_fcreds.c Really needs #include<krb5/asn1.h> for definition of krb5_is_krb_error() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4875 dc483132-0cff-0310-8789-dd5450dbe970