summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * aclocal.m4: ARCHIVE gets a "cqv" to shut it up about the warningTom Yu1995-06-162-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6081 dc483132-0cff-0310-8789-dd5450dbe970
* * libupdate.sh: ARADD and ARCHIVE were backwardsTom Yu1995-06-162-2/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6080 dc483132-0cff-0310-8789-dd5450dbe970
* Fix install logic for krb5.h and k5-int.hPaul Park1995-06-162-7/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6079 dc483132-0cff-0310-8789-dd5450dbe970
* Explicitly handle default cases when neither --enable-shared orPaul Park1995-06-162-3/+11
| | | | | | --with-shared is specified. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6078 dc483132-0cff-0310-8789-dd5450dbe970
* Remove status message from OSF/1 shared library buildPaul Park1995-06-161-1/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6077 dc483132-0cff-0310-8789-dd5450dbe970
* Add install target for shared librariesPaul Park1995-06-168-0/+30
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6076 dc483132-0cff-0310-8789-dd5450dbe970
* Change ./DONE to DONEPaul Park1995-06-161-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6075 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: "install::" to shut up gmakeTom Yu1995-06-162-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6074 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Fix new append.out stuff to work with config.statusTom Yu1995-06-162-9/+29
| | | | | | | | properly; previously append.out was not getting sucked into the body of config.status. The EXTRA_RULES macros are deprecated and should not be used anymore. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6073 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: people were using AC_DIVERSION_MAKEFILE insideTom Yu1995-06-162-36/+51
| | | | | | | | | conditionals, not realizing that it would not end up conditionalized. Define a new macro AC_PUSH_MAKEFILE, along with AC_POP_MAKEFILE, to stuff things into a tmp file (append.out) to unconfuse things. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6072 dc483132-0cff-0310-8789-dd5450dbe970
* (V5_USE_SHARED_LIB): Quote arguments to test in case the values are blankEzra Peisach1995-06-162-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6071 dc483132-0cff-0310-8789-dd5450dbe970
* Remove extraneous debugging definition from previous checkinPaul Park1995-06-151-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6070 dc483132-0cff-0310-8789-dd5450dbe970
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-15139-278/+838
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6069 dc483132-0cff-0310-8789-dd5450dbe970
* Add #ifdef around switch statement for ETXTBUSYTheodore Tso1995-06-154-0/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6067 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: added install rulesTom Yu1995-06-142-2/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6066 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.in: DO_SUBDIRS causes make {install,clean,check,etc.} to getTom Yu1995-06-142-0/+10
| | | | | | | | run in subdirectories where they haven't been before. Added some blank dependencies to keep things from breaking too badly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6065 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4(_MAKE_SUBDIRS): revert yet again; no workaround sinceTom Yu1995-06-142-2/+11
| | | | | | subshells inherit "-e" flag. Ultrix sucks. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6064 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed ACL routines to work on systems with unsigned char.Sam Hartman1995-06-142-2/+14
| | | | | | Also fixed minor ordering problem in error checks. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6063 dc483132-0cff-0310-8789-dd5450dbe970
* Fix up places in tests where return type of getopt demoted toSam Hartman1995-06-143-2/+7
| | | | | | char; doesn't work when char is unsigned. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6061 dc483132-0cff-0310-8789-dd5450dbe970
* Wed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis.MIT.EDU>Sam Hartman1995-06-144-6/+18
| | | | | | | | | | | | | * configure.in: Check for umask being defined. * store_mkey.c (krb5_db_store_mkey): Use HAVE_UMASK instead of unix as a preprocessor define for setting the umask. AIX doesn't define unix. * t_kdb.c (main): Declare option as int, not char. When char is unsigned, the comparison to EOF fails and it loops forever. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6060 dc483132-0cff-0310-8789-dd5450dbe970
* For shared library support create symlinks to the .so images in theEzra Peisach1995-06-143-1/+18
| | | | | | subdirs. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6058 dc483132-0cff-0310-8789-dd5450dbe970
* Don't copy library up a level. Let above Makefile create symlink forEzra Peisach1995-06-142-3/+5
| | | | | | this library and the .so git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6057 dc483132-0cff-0310-8789-dd5450dbe970
* Instead of special casing _AIX in network.c, look forSam Hartman1995-06-133-1/+9
| | | | | | | SYS_SELECT_H in configure.in and check this symbol to include sys/select.h in network.c. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6056 dc483132-0cff-0310-8789-dd5450dbe970
* Only defining DEVICE_OPEN et al when unix was defined breaksSam Hartman1995-06-132-2/+10
| | | | | | | | AIX. Instead, assume POSIX behavior (just open the devices), and special case anything that differs (PC, Mac). Currently, there weren't any special cases anyway. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6055 dc483132-0cff-0310-8789-dd5450dbe970
* Really check for /bin/sh5Paul Park1995-06-131-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6054 dc483132-0cff-0310-8789-dd5450dbe970
* Fix test for Ultrix and SolarisPaul Park1995-06-134-1/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6053 dc483132-0cff-0310-8789-dd5450dbe970
* Check for sys/select.h and include if found. Required toSam Hartman1995-06-133-0/+12
| | | | | | compile under AIX. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6052 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: don't install libss.aTom Yu1995-06-132-8/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6051 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CopySrcHeader): do a set -x before mkdirTom Yu1995-06-132-3/+10
| | | | | | | | _MAKE_SUBDIRS: inserted a "-@" rather than a "@" at the beginning of the rule; Ultrix make does /bin/sh -e ruleline if it's not there, and set +e doesn't work. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6050 dc483132-0cff-0310-8789-dd5450dbe970
* (kdc_process_tgs_req): Set the auth_context rcache to null beforeEzra Peisach1995-06-132-0/+8
| | | | | | freeing auth_context. This keeps the rcache valid (to be close elsewhere) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6044 dc483132-0cff-0310-8789-dd5450dbe970
* A couple bug reports/patches from Ed Phillips (flaregun@udel.edu)Chris Provenzano1995-06-124-33/+54
| | | | | | | | | | | | * in_tkt_ktb.c (keytab_keyproc()): Fix memory leak. * recvauth.c (krb5_recvauth()): Don't open a new rcache if the auth_context already has one. * auth_con.c (krb5_auth_con_free()): Close rcache is the auth_context has one set. * auth_con.c (krb5_auth_con_getrcache()): Return pointer to the rcache set in the auth_context. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6043 dc483132-0cff-0310-8789-dd5450dbe970
* definition of krb5_auth_context to a pointer, sizeof(krb5_auth_context)Ezra Peisach1995-06-112-1/+6
| | | | | | | | is only the size of the pointer - not the structure size! auth_con_init: Zero the entire auth_context... With the change in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6041 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.tex: Update krb5_auth_context usage. Add krb5_get_cred_via_tktEzra Peisach1995-06-113-45/+84
| | | | | | ccache.tex: Add krb5_get_notification_message. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6040 dc483132-0cff-0310-8789-dd5450dbe970
* (clean): Remove t_kdb and t_kdb.oEzra Peisach1995-06-112-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6039 dc483132-0cff-0310-8789-dd5450dbe970
* (clean-unix): Remove $(UNIX_OBJS)Ezra Peisach1995-06-112-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6038 dc483132-0cff-0310-8789-dd5450dbe970
* Add missing declaration of krb5_auth_con_initivectorEzra Peisach1995-06-112-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6037 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: fix intial value of CDEFS_INCLUDE so that makeTom Yu1995-06-112-1/+6
| | | | | | check doesn't end up with a "-I " git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6036 dc483132-0cff-0310-8789-dd5450dbe970
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-1196-162/+282
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6035 dc483132-0cff-0310-8789-dd5450dbe970
* recv_tocken: Initialize stack variable to 0 before usingEzra Peisach1995-06-102-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6034 dc483132-0cff-0310-8789-dd5450dbe970
* Removed HAS_ANSI_CONST, HAS_ANSI_VOLATILE, HAS_SYS_FILE,Ezra Peisach1995-06-102-5/+7
| | | | | | | HAS_SYS_PARAM_H, TM_IN_SYS_TIME. include/krb5/configure does not check for these and are therefore these are never set. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6033 dc483132-0cff-0310-8789-dd5450dbe970
* Allow for partial reads while reading the tokenTheodore Tso1995-06-102-11/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6032 dc483132-0cff-0310-8789-dd5450dbe970
* Make sure the status return from krb5_scc_store_principal is reflectedTheodore Tso1995-06-102-10/+16
| | | | | | in the return status of krb5_scc_initialize(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6031 dc483132-0cff-0310-8789-dd5450dbe970
* Make sure the status return from krb5_fcc_store_principal is reflectedTheodore Tso1995-06-102-1/+7
| | | | | | in the return status of krb5_fcc_initialize(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6030 dc483132-0cff-0310-8789-dd5450dbe970
* Change assertion to check to make sure that the day of the month is >=Theodore Tso1995-06-102-1/+6
| | | | | | 1, not 0. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6029 dc483132-0cff-0310-8789-dd5450dbe970
* Change the default kadmin instance to be "admin"Theodore Tso1995-06-102-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6028 dc483132-0cff-0310-8789-dd5450dbe970
* Use the principal "krbtest/admin@KRBTEST.COM" for kadminTheodore Tso1995-06-104-47/+49
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6027 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-094-9/+10
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6026 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0914-22/+35
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6025 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-094-10/+14
| | | | | | | now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6024 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-6/+10
| | | | | | | | now handled by CONFIG_RULES. scc_maybe.c: Fix -Wall nits git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6023 dc483132-0cff-0310-8789-dd5450dbe970