summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Change done to DONE for shared library rulesPaul Park1995-06-232-4/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6142 dc483132-0cff-0310-8789-dd5450dbe970
* Forgot to add Changelog entrySam Hartman1995-06-231-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6127 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-234-5/+63
| | | | | | | | | | | | | | between configure.in and Makefile.in change significantly for shared libraries: the static library target is no longer specified in the Makefile, although a rule to make the static library is specified. Also, none of the libraries have any more unresolved symbols. As discussed, libcom_err.a is made shared and symlinks are created in lib. These changes sort of work, although I suspect cleanup is necessary. I don't think it breaks too much on other platforms. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6126 dc483132-0cff-0310-8789-dd5450dbe970
* put -Llt back, sent email to djmMark Eichin1995-06-221-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6124 dc483132-0cff-0310-8789-dd5450dbe970
* Installed autoconf 2.4 in the Kerberos V5 tree. This reverted a fewTheodore Tso1995-06-2137-1274/+2768
| | | | | | | | | Krb5-specific changes: tytso Ultrix /bin/sh workarounds (which are supposedly fixed in another way in autoconf 2.4), eichin's change to autoreconf to allow it to work in symlink farms, jgilmore's change acgeneral.m4 to report the update status of the cache better (???). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6116 dc483132-0cff-0310-8789-dd5450dbe970
* * getsyms, getsyms.sed: fix a few random bugsTom Yu1995-06-203-25/+62
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6096 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
* 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
* * 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
* 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
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-152-5/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6069 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
* * 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
* * 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
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0912-16/+30
| | | | | | 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-094-11/+14
| | | | | | | 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
* 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
* 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
* 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
* configure.in (CDEFS_INCLUDE): /bin/sh doesn't grok $(foo); it wants ${foo}!Theodore Tso1995-06-074-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5966 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: fix make installTom Yu1995-06-072-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5959 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in:Tom Yu1995-06-073-10/+12
| | | | | | * Makefile.in: fix make install git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5958 dc483132-0cff-0310-8789-dd5450dbe970
* Better handling of error codes returned by winsockKeith Vetter1995-06-032-0/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5937 dc483132-0cff-0310-8789-dd5450dbe970
* Use sys/cdefs.h if present (e.g. linux)Paul Park1995-05-306-2/+27
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5914 dc483132-0cff-0310-8789-dd5450dbe970
* If the size field of a struct datum != size field of DBT, you need to copyEzra Peisach1995-05-303-0/+104
| | | | | | | the information from one structure to the other without casting as you wind up with stack garbage. (DEC alpha OSF) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5913 dc483132-0cff-0310-8789-dd5450dbe970
* Check for the signal type in compiling testsEzra Peisach1995-05-303-1/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5912 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for building shared librariesTheodore Tso1995-05-271-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5904 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for building shared librariesTheodore Tso1995-05-273-2/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5903 dc483132-0cff-0310-8789-dd5450dbe970
* Add berk_db to list of subdirectoriesPaul Park1995-05-262-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5897 dc483132-0cff-0310-8789-dd5450dbe970
* Check in Berkeley Database code version 1.85Paul Park1995-05-2665-0/+9685
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5895 dc483132-0cff-0310-8789-dd5450dbe970
* For OSF/1, maintain a local shared library registry. (allows forEzra Peisach1995-05-262-3/+7
| | | | | | optimization of shared library address space) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5893 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for Dec-alpha. Will currently only work (without warning)Ezra Peisach1995-05-262-0/+16
| | | | | | for libcrypto.so git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5887 dc483132-0cff-0310-8789-dd5450dbe970
* Added shell script for creating shared librariesTheodore Tso1995-05-262-0/+29
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5881 dc483132-0cff-0310-8789-dd5450dbe970
* Include prof_int.h. This programs relies on internal functions andEzra Peisach1995-05-092-1/+6
| | | | | | structures. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5764 dc483132-0cff-0310-8789-dd5450dbe970
* prof_init.c (profile_get_values): Return PROF_NO_PROFILE if theTheodore Tso1995-05-053-0/+11
| | | | | | | | passed-in profile variable is NULL (instead of core dumping). prof_err.et (PROF_NO_PROFILE): Defined new error code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5727 dc483132-0cff-0310-8789-dd5450dbe970
* prof_tree.c (profile_free_node): Copy child->next to a scratchTheodore Tso1995-05-053-3/+10
| | | | | | | pointer before freeing the node; otherwise we have to dereference a freed object. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5725 dc483132-0cff-0310-8789-dd5450dbe970
* Update .Sanitize file to reflect new files that have been added and deletedTheodore Tso1995-05-041-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5723 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: remove spurious whitespace from blank lineTom Yu1995-05-034-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5689 dc483132-0cff-0310-8789-dd5450dbe970
* * lndir (ls): use ls -a to get dotfiles tooMark Eichin1995-04-282-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5631 dc483132-0cff-0310-8789-dd5450dbe970
* Don't try to strip an empty line. This causes memory reference errorTheodore Tso1995-04-282-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5630 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in (clean-unix): Remove profile.h and test_profileTheodore Tso1995-04-282-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5604 dc483132-0cff-0310-8789-dd5450dbe970
* * reconf (usage): fix the whole messageMark Eichin1995-04-282-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5601 dc483132-0cff-0310-8789-dd5450dbe970
* and it needs PROTOTYPE() around it..Mark Eichin1995-04-272-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5567 dc483132-0cff-0310-8789-dd5450dbe970
* * test_parse.c (main): can't make function declarations local toMark Eichin1995-04-272-1/+7
| | | | | | functions under SunOS cc. (dump_profile) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5566 dc483132-0cff-0310-8789-dd5450dbe970
* Got the profile code to work on the PCKeith Vetter1995-04-2711-36/+113
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5549 dc483132-0cff-0310-8789-dd5450dbe970
* Only define PROTOTYPE if not previously defined. (avoid conflictingEzra Peisach1995-04-272-0/+6
| | | | | | or re-definitions). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5543 dc483132-0cff-0310-8789-dd5450dbe970