summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Use setluid() where appropriate (e.g. OSF/1)Paul Park1995-06-193-4/+31
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6092 dc483132-0cff-0310-8789-dd5450dbe970
* * BADSYMS: list of bad symbols found in various source files;Tom Yu1995-06-192-0/+951
| | | | | | generated by util/getsyms git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6090 dc483132-0cff-0310-8789-dd5450dbe970
* * getsyms, getsyms.sed: simple scripts to find #ifdef's thatTom Yu1995-06-193-0/+71
| | | | | | aren't declared with configure.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6089 dc483132-0cff-0310-8789-dd5450dbe970
* Added final change to allow for ASN.1 indefinite encoding; needed forTheodore Tso1995-06-172-0/+11
| | | | | | DCE compatibility. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6088 dc483132-0cff-0310-8789-dd5450dbe970
* Allow the credentials cache argument to be optional; allow it to beTheodore Tso1995-06-172-1/+8
| | | | | | | NULL, meaning that the credentials shouldn't be stored in a credentials cache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6087 dc483132-0cff-0310-8789-dd5450dbe970
* Change kadm_cleanup so that it returns a defined valueSam Hartman1995-06-172-0/+8
| | | | | | | | (success currently; nothing it calls returns failure indications) instead of returning whatever was left over in a register. This caused intermittent problems with regression tests. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6086 dc483132-0cff-0310-8789-dd5450dbe970
* Inline code from krb_save_credentials since there is none in some K4Paul Park1995-06-162-0/+23
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6085 dc483132-0cff-0310-8789-dd5450dbe970
* Add glue for old versions of K4Paul Park1995-06-164-3/+70
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6084 dc483132-0cff-0310-8789-dd5450dbe970
* Fix run.test to run under UltrixPaul Park1995-06-162-6/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6083 dc483132-0cff-0310-8789-dd5450dbe970
* * libupdate.sh: oops they were right to begin with; hackTom Yu1995-06-162-2/+5
| | | | | | aclocal.m4 instead. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6082 dc483132-0cff-0310-8789-dd5450dbe970
* * 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
* (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