summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * kdc_util.c (kdc_rdreq_keyproc()) Add krb5_keytype() argChris Provenzano1995-02-022-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4874 dc483132-0cff-0310-8789-dd5450dbe970
* * adm_process.c, adm_extern.h (cpw_keyproc()) AddedChris Provenzano1995-02-023-1/+8
| | | | | | krb5_keytype arg. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4873 dc483132-0cff-0310-8789-dd5450dbe970
* * func-proto.h Added krb5_keytype arg to rb5_rdreq_key_procChris Provenzano1995-02-023-3/+34
| | | | | | | | | | | | | * func-proto.h (krb5_send_tgs()) Changed krb5_enctype arg to krb5_enctype *, a NULL terminated array of encryption types. * func-proto.h Added prototypes for krb5_get_for_creds(), krb5_set_default_in_tkt_etypes(), and krb5_get_default_in_tkt_etypes(). * krb5.h Added fields to krb5_context to support default etypes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4872 dc483132-0cff-0310-8789-dd5450dbe970
* * Removed all #include <krb5/crc-32.h>Chris Provenzano1995-02-028-7/+7
| | | | | | * Removed krb5_enctype argument passed to krb5_get_for_creds() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4871 dc483132-0cff-0310-8789-dd5450dbe970
* Removing ISODE.... (and there was much rejoicing)Theodore Tso1995-02-01256-69068/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4870 dc483132-0cff-0310-8789-dd5450dbe970
* Created new documentation for how to build and install Kerberos V5Theodore Tso1995-02-012-0/+5364
| | | | | | Still needs a lot of work..... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4869 dc483132-0cff-0310-8789-dd5450dbe970
* in_tkt_sky.c (skey_keyproc()), rd_req_dec.c (krb5_rd_req_decoded())Chris Provenzano1995-01-284-5/+21
| | | | | | | | use new API for krb5_kt_get_entry. get_fcreds.c Removed #include<krb5/crc-32.h> and #include<krb5/asn1.h> git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4868 dc483132-0cff-0310-8789-dd5450dbe970
* Added krb5_keytype arg to krb5_ktfile_get_entry()Chris Provenzano1995-01-283-1/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4867 dc483132-0cff-0310-8789-dd5450dbe970
* Added krb5_keytype arg to krb5_kt_read_service_key()Chris Provenzano1995-01-282-14/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4866 dc483132-0cff-0310-8789-dd5450dbe970
* Added krb5_keytype arg to rd_req_keyproc()Chris Provenzano1995-01-282-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4865 dc483132-0cff-0310-8789-dd5450dbe970
* Added krb5_keytype arg to krb5_kt_read_service_key() and krb5_kt_get_entry()Chris Provenzano1995-01-283-1/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4864 dc483132-0cff-0310-8789-dd5450dbe970
* Use new API for krb5_kt_get_entry()Chris Provenzano1995-01-282-1/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4863 dc483132-0cff-0310-8789-dd5450dbe970
* Use new API for krb5_kt_get_entryChris Provenzano1995-01-282-1/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4862 dc483132-0cff-0310-8789-dd5450dbe970
* Documented added krb5_keytab argunment to krb5_kt_read_service_key()Chris Provenzano1995-01-282-2/+11
| | | | | | and krb5_kt_get_entry(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4861 dc483132-0cff-0310-8789-dd5450dbe970
* * Fix scc_read.c (krb5_scc_read_authdatum()) krb5_authdatatypeChris Provenzano1995-01-272-1/+9
| | | | | | | | | is of type unsigned int and therefore shouldn't be the argument to krb5_scc_read_ui_2(). Fixes bug reported by Ezra (discuss message 1053) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4860 dc483132-0cff-0310-8789-dd5450dbe970
* * Fix fcc_read.c (krb5_fcc_read_authdatum()) krb5_authdatatypeChris Provenzano1995-01-272-1/+9
| | | | | | | | | is of type unsigned int and therefore shouldn't be the argument to krb5_fcc_read_ui_2(). Fixes bug reported by Ezra (discuss message 1053) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4859 dc483132-0cff-0310-8789-dd5450dbe970
* * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno,Chris Provenzano1995-01-271-0/+10
| | | | | | | | | | | krb5_addrtype, krb5_keytyp, krb5_enctype, krb5_cksumtype, and krb5_authdatatype as unsigned int. * kdb_dbm.h krb5_dbm_db_set_lockmode(), krb5_dbm_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. * kdb.h krb5_db_set_lockmode(), krb5_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4858 dc483132-0cff-0310-8789-dd5450dbe970
* * crc-32.h: Move to lib/crypto/crc32; only gets local use.John Gilmore1995-01-273-137/+5
| | | | | | * rsa-md4.h: Move to lib/crypto/md4; only gets local use. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4857 dc483132-0cff-0310-8789-dd5450dbe970
* * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno,Chris Provenzano1995-01-273-29/+11
| | | | | | | | | | | krb5_addrtype, krb5_keytyp, krb5_enctype, krb5_cksumtype, and krb5_authdatatype as unsigned int. * kdb_dbm.h krb5_dbm_db_set_lockmode(), krb5_dbm_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. * kdb.h krb5_db_set_lockmode(), krb5_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4856 dc483132-0cff-0310-8789-dd5450dbe970
* fix include install typoMark Eichin1995-01-261-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4855 dc483132-0cff-0310-8789-dd5450dbe970
* install man page from srcdirMark Eichin1995-01-261-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4854 dc483132-0cff-0310-8789-dd5450dbe970
* Update of Krb5 todo list (lots of changes over the last couple of weeks).Theodore Tso1995-01-261-3/+51
| | | | | | I've just never gotten around to checking it in.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4853 dc483132-0cff-0310-8789-dd5450dbe970
* * rnd_confoun.c: Replace <.../...> includes with "..."sJohn Gilmore1995-01-262-2/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4852 dc483132-0cff-0310-8789-dd5450dbe970
* Allow the primary port that the KDC listens on be configurable on theTheodore Tso1995-01-265-15/+34
| | | | | | | command line. If the appropriate /etc/services entries aren't found, use compiled in defaults. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4851 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (CFLAGS): Use -I../des to pull in include file.John Gilmore1995-01-266-13/+14
| | | | | | | * md5.c, md5crypto.c, md5glue.c, t_mddriver.c: Replace <.../...> includes with "..."s. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4850 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (CFLAGS): Add -I../des to pull in DES header file.John Gilmore1995-01-267-20/+120
| | | | | | | | | * rsa-md4.h: New include file, moved from include/krb5, since it's only used locally. * md4.c, md4crypto.c, md4driver.c, md4glue.c: Replace <.../...> includes with "..."s. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4849 dc483132-0cff-0310-8789-dd5450dbe970
* * cbc_cksum.c, cs_entry.c, des.h, destest.c, f_sched.c,John Gilmore1995-01-2616-69/+27
| | | | | | | | fin_rndkey.c, finish_key.c, init_rkey.c, key_sched.c, new_rn_key.c, process_ky.c, random_key.c, string2key.c, verify.c, weak_key.c: Replace <.../...> includes with "..."s. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4848 dc483132-0cff-0310-8789-dd5450dbe970
* * crc-32.h: New file, moved from include/krb5/crc-32.h.John Gilmore1995-01-264-6/+44
| | | | | | * crc.c, crctest.c: Replace <.../...> includes with "..."s. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4847 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (CFLAGS): Add -I options to pick up include filesJohn Gilmore1995-01-266-34/+24
| | | | | | | | from the various algorithm subdirs. * cryptoconf.c, des-crc.c, des-md5.c, raw-des.c: Replace most <.../...> include files with "..." includes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4846 dc483132-0cff-0310-8789-dd5450dbe970
* Make it possible to #include "..." without using slashes,John Gilmore1995-01-263-0/+74
| | | | | | | | | | | | for Macintosh support. * krb5.h: New file, the externally visible interface to Kerberos V5. Currently the whole kitchen sink, to bootstrap. * k5-int.h: New file, the internally visible declarations needed by source files that are part of the Kerberos V5 library itself. Currently the same whole kitchen sink, to bootstrap. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4845 dc483132-0cff-0310-8789-dd5450dbe970
* Removing narrow.h and widen.hTheodore Tso1995-01-262-92/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4844 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (SRCS): add com_err.c explicit dependency to workMark Eichin1995-01-262-1/+8
| | | | | | around VPATH bug in Solaris make. Also fix typo in comment. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4843 dc483132-0cff-0310-8789-dd5450dbe970
* * kadm.h: add DEL_ENT and DEL_ACL for CNS V4 delete supportMark Eichin1995-01-262-1/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4842 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: rewrote remaining tests to use AC_TRY_COMPILE andMark Eichin1995-01-262-18/+71
| | | | | | | | caching. Added cross-compile case for ANSI stdio test. No more complaints from autoconf... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4841 dc483132-0cff-0310-8789-dd5450dbe970
* * autoreconf.sh (ls test): use -Llt to sort, in case we're in aMark Eichin1995-01-262-1/+6
| | | | | | symlink farm. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4840 dc483132-0cff-0310-8789-dd5450dbe970
* Nroff Magic to make telnet man page actually work on traditional *roffMark Eichin1995-01-256-1741/+3727
| | | | | | | | | | | (from ian@cygnus.com and CNS V4) * telnet.1: refer to man1/tmac.doc. * tmac.doc: actually works with telnet. * Makefile.in (install): install tmac.doc. CLIENT_MANDIR had better be man1. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4839 dc483132-0cff-0310-8789-dd5450dbe970
* Maybe CVS will let me remove them nowChris Provenzano1995-01-251-0/+4
| | | | | | * Removed narrow.h and widen.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4838 dc483132-0cff-0310-8789-dd5450dbe970
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-2527-55/+45
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4837 dc483132-0cff-0310-8789-dd5450dbe970
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-253-14/+22
| | | | | | | * ktf_util.c : Use a constant size for file data not subfield size from krb5_keytab_entry git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4836 dc483132-0cff-0310-8789-dd5450dbe970
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-258-53/+19
| | | | | | | | | | | * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno, krb5_addrtype, krb5_keytyp, krb5_enctype, krb5_cksumtype, and krb5_authdatatype as int. * kdb.h Made keytype in krb5_encrypted_keyblock explicitly short for backwards compatibility. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4835 dc483132-0cff-0310-8789-dd5450dbe970
* * acquire_cred.c (acquire_accept_cred): Add context arg whenJohn Gilmore1995-01-232-1/+6
| | | | | | calling krb5_sname_to_principal. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4834 dc483132-0cff-0310-8789-dd5450dbe970
* * get_krbhst.c (krb5_get_krbhst): Declare realm argument const,John Gilmore1995-01-232-1/+6
| | | | | | to match prototype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4833 dc483132-0cff-0310-8789-dd5450dbe970
* * preauth.h, rsa-md5.h: Protect against multiple inclusionJohn Gilmore1995-01-233-1/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4832 dc483132-0cff-0310-8789-dd5450dbe970
* Fix use of connected sockets; previously krb5_sendto_kdc only used oneTheodore Tso1995-01-192-29/+45
| | | | | | | socket per address family. This doesn't work; it now uses one socket per address. (krb5-bugs #938) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4831 dc483132-0cff-0310-8789-dd5450dbe970
* Modify getopt args so that the 'M' option takes an argument, as it'sTheodore Tso1995-01-192-1/+6
| | | | | | supposed to. (krb5 bugs 984) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4830 dc483132-0cff-0310-8789-dd5450dbe970
* If gethostbyname returns an error, exit after printing an error messageTheodore Tso1995-01-192-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4829 dc483132-0cff-0310-8789-dd5450dbe970
* Add missing context variable when compiling with V4 compatibilityTheodore Tso1995-01-191-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4828 dc483132-0cff-0310-8789-dd5450dbe970
* Added convert changes to kdb5_convert.cTheodore Tso1995-01-191-78/+91
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4827 dc483132-0cff-0310-8789-dd5450dbe970
* Add context changes to dumpv4.cTheodore Tso1995-01-191-15/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4826 dc483132-0cff-0310-8789-dd5450dbe970
* Make global_context a static variable and initialize it automaticallyTheodore Tso1995-01-192-0/+14
| | | | | | if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4825 dc483132-0cff-0310-8789-dd5450dbe970