summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* 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