summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-4/+8
| | | | | | | | now handled by CONFIG_RULES. fcc_maybe.c: Fix -Wall nits git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6022 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0918-37/+45
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6021 dc483132-0cff-0310-8789-dd5450dbe970
* md5crypto.c: Fix -Wall nitsTheodore Tso1995-06-093-4/+8
| | | | | | | configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6020 dc483132-0cff-0310-8789-dd5450dbe970
* md4crypto.c: Fix -Wall nitsTheodore Tso1995-06-093-4/+8
| | | | | | | configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6019 dc483132-0cff-0310-8789-dd5450dbe970
* Fix -Wall nitsTheodore Tso1995-06-093-20/+22
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6018 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+5
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6017 dc483132-0cff-0310-8789-dd5450dbe970
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-0911-125/+147
| | | | | | | | | | | | | KRB4 for determining whether to compile in Kerberos V4 backwards compatibility configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c, network.c: Fix -Wall nits. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6016 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0940-87/+99
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6015 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0912-39/+44
| | | | | | | now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6014 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-096-19/+20
| | | | | | | now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6013 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-3/+5
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6012 dc483132-0cff-0310-8789-dd5450dbe970
* rd_req_dec.c (krb5_rd_req_decoded): Fix -Wall nitsTheodore Tso1995-06-095-78/+13
| | | | | | | | | | configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Makefile.in, faddr_ordr.c: Remove faddr_ordr.c; its function, krb5_fulladdr_order, isn't used anywhere. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6011 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.hin: Remove definition of the krb5_fulladdr structure, and theTheodore Tso1995-06-093-18/+11
| | | | | | | | | | prototype for the unused function krb5_fulladdr_order. configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6010 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0934-91/+98
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6009 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-3/+12
| | | | | | | | | now handled by CONFIG_RULES. kdc.h: Don't define the macros for max and min; they're already defined in kdc_util.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6008 dc483132-0cff-0310-8789-dd5450dbe970
* Remove KRB5ROOTTheodore Tso1995-06-092-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6007 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0910-30/+40
| | | | | | | now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6006 dc483132-0cff-0310-8789-dd5450dbe970
* sim_server.c: #include krb5.h first, to reduce size of debuggingTheodore Tso1995-06-093-7/+9
| | | | | | | | | executable. configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6005 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0911-35/+28
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6004 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-9/+11
| | | | | | | | | now handled by CONFIG_RULES. dumpv4.c: Change name of controlling #ifdef to be KRB5_KRB4_COMPAT instead of KRB4. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6003 dc483132-0cff-0310-8789-dd5450dbe970
* Added additional changes made to aclocal.m4:Theodore Tso1995-06-091-2/+11
| | | | | | | | | | | | Change name of standardized Kerberos V4 #ifdef variable from KRB4 to KRB5_KRB4_COMPAT. KRB4 was already in use in the POP clients. Added a new macro rule, DO_SUBDIRS, which includes all of the MAKE_SUBDIRS macros. This makes it easier to add global recursive targets to the tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6002 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (CONFIG_RULES): CONFIG_RULES now contains the standardizedTheodore Tso1995-06-093-28/+31
| | | | | | | | | | autoconf macros which all configure.in files will include. Removed WITH_KRB5ROOT, since it's no longer used. configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6001 dc483132-0cff-0310-8789-dd5450dbe970
* Build adm_err.h herePaul Park1995-06-092-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6000 dc483132-0cff-0310-8789-dd5450dbe970
* Ported to DEC Alpha OSF/1:Ezra Peisach1995-06-096-32/+45
| | | | | | | | | | kadm_stream.c (vts_long, stv_long): Change u_long to krb5_ui_4 kadm_server.c (kadm_ser_ckpw): Change u_long to krb5_ui_4 kadm_ser_wrap.c (errpkt, kadm_ser_in): Change u_long to krb5_ui_4 kadm_funcs.c (kadm_add_entry): Change u_long to krb5_ui_4 admin_server.c (process_client): Change u_long to krb5_ui_4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5999 dc483132-0cff-0310-8789-dd5450dbe970
* error.c (ss_error): remove const declaration from local variable. (it isEzra Peisach1995-06-094-2/+16
| | | | | | | | | | | used with free is called on the contents). ss_internal.h: Include stdlib.h if present on system. If is present, don't redeclare malloc. configure.in: Check for stdlib.h before including blindly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5998 dc483132-0cff-0310-8789-dd5450dbe970
* oops these weren't necessaryTom Yu1995-06-092-5/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5997 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: don't install et-generated headers in the build treeTom Yu1995-06-092-16/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5996 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in, configure.in: use CopyHeader rather than hand-codedTom Yu1995-06-093-7/+6
| | | | | | header install rule. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5995 dc483132-0cff-0310-8789-dd5450dbe970
* * rd_cred.c (krb5_rd_cred_basic): fix typo (extra "context"Tom Yu1995-06-092-1/+6
| | | | | | argument passed to krb5_xfree) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5994 dc483132-0cff-0310-8789-dd5450dbe970
* * .cvsignore: ignore "configure"Tom Yu1995-06-092-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5993 dc483132-0cff-0310-8789-dd5450dbe970
* $($(WHAT)_OBJS) is not accepted by all Makes! We assume for now thatTheodore Tso1995-06-092-8/+12
| | | | | | | libkadm.a rule is only used by Unix, which should be a valid assumption, and build handle $(UNIX_OBJS) there. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5992 dc483132-0cff-0310-8789-dd5450dbe970
* read_passwd.c (des_read_pw_string): Don't depend onTheodore Tso1995-06-093-33/+134
| | | | | | | | | | krb5_read_password(); this created a circular dependency in the libraries. This code is now duplicated in des_read_pw_string. util.c (des_cblock_print_file): Fix -Wall nit. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5991 dc483132-0cff-0310-8789-dd5450dbe970
* list_req.c, ss_internal.h: Clean up -Wall flamesTheodore Tso1995-06-095-15/+29
| | | | | | | | configure.in: Don't install the internal ss include files. Makefile.in (install): Don't install in this directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5990 dc483132-0cff-0310-8789-dd5450dbe970
* Change mk_cmds so that the output file is always created in theTheodore Tso1995-06-092-2/+9
| | | | | | | current directory, instead of in the directory where the source file is located. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5989 dc483132-0cff-0310-8789-dd5450dbe970
* Fix problem where the ticket field was assigned with a krb5_data,Theodore Tso1995-06-092-1/+7
| | | | | | which was then immediately freed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5988 dc483132-0cff-0310-8789-dd5450dbe970
* Don't install compile_et.1; we're not installing the program, anywayTheodore Tso1995-06-082-3/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5987 dc483132-0cff-0310-8789-dd5450dbe970
* Add install targetTheodore Tso1995-06-082-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5986 dc483132-0cff-0310-8789-dd5450dbe970
* Don't install the install/kerberosIV header filesTheodore Tso1995-06-082-3/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5985 dc483132-0cff-0310-8789-dd5450dbe970
* Integrated patch from OpenVision which allows klist to list keytabs asTheodore Tso1995-06-082-76/+242
| | | | | | well as ccache's. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5984 dc483132-0cff-0310-8789-dd5450dbe970
* Define ${prefix} since exec_prefix is sometimes to that. Don't createTheodore Tso1995-06-082-3/+10
| | | | | | | the directories include/krb5 and include/kerberosIV when installing. (They're not needed). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5983 dc483132-0cff-0310-8789-dd5450dbe970
* Remove excess definitions of prefix, exec_prefix, etc. (Defined inTheodore Tso1995-06-082-10/+5
| | | | | | config/pre.in) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5982 dc483132-0cff-0310-8789-dd5450dbe970
* Clean up gcc -Wall flamesTheodore Tso1995-06-0836-376/+410
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5981 dc483132-0cff-0310-8789-dd5450dbe970
* Add comment explaining old admin aclTheodore Tso1995-06-082-3/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5980 dc483132-0cff-0310-8789-dd5450dbe970
* Don't install the include/krb5 header filesTheodore Tso1995-06-082-8/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5979 dc483132-0cff-0310-8789-dd5450dbe970
* Add description of logging sectionPaul Park1995-06-082-0/+86
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5978 dc483132-0cff-0310-8789-dd5450dbe970
* Add logging section to profile, export profile to root shellPaul Park1995-06-082-0/+23
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5977 dc483132-0cff-0310-8789-dd5450dbe970
* Update kadmind5 to use new logging routinesPaul Park1995-06-0815-190/+105
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5976 dc483132-0cff-0310-8789-dd5450dbe970
* Add new logging control routinesPaul Park1995-06-084-5/+951
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5975 dc483132-0cff-0310-8789-dd5450dbe970
* Add prototypes for logging routinesPaul Park1995-06-082-0/+23
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5974 dc483132-0cff-0310-8789-dd5450dbe970
* Reinstate default name of kadmin.old ACL filePaul Park1995-06-082-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5973 dc483132-0cff-0310-8789-dd5450dbe970