summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Fix bogus duplication of codeSam Hartman1995-11-171-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7112 dc483132-0cff-0310-8789-dd5450dbe970
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-033-5/+3
| | | | | | | | removal simplifies merging. I left in the RCSID's that are in actual error table values (*_RCSID typically) but comments had them elided (Source keywords replaced with a literal pathname, Id totally removed.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7014 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for Linux shared librariesTheodore Tso1995-11-023-0/+54
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7011 dc483132-0cff-0310-8789-dd5450dbe970
* Add /usr/lib/ispell/ispell.words for LinuxEzra Peisach1995-10-302-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7003 dc483132-0cff-0310-8789-dd5450dbe970
* Fix typoSam Hartman1995-10-232-1/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6982 dc483132-0cff-0310-8789-dd5450dbe970
* Incorperate utmpx patch to take advantage of longer utmpx host namesSam Hartman1995-10-215-5/+59
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6979 dc483132-0cff-0310-8789-dd5450dbe970
* Add return statementSam Hartman1995-10-152-27/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6969 dc483132-0cff-0310-8789-dd5450dbe970
* Fix handling of index so db test compiles on AIXSam Hartman1995-10-122-3/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6964 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to do shared library versioning under AIXSam Hartman1995-10-113-10/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6963 dc483132-0cff-0310-8789-dd5450dbe970
* For NetBSD convert flags designed for cc to those used by ldEzra Peisach1995-10-092-0/+8
| | | | | | | | (in particular those dealing with library paths) NetBSD requires that the path be stored in the library and the executables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6952 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-078-4/+20
| | | | | | included by wconfig. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6944 dc483132-0cff-0310-8789-dd5450dbe970
* Fix logic if #ifdefs for HAVE_STRERROR and HAVE_SYS_ERRLIST.Theodore Tso1995-10-052-4/+13
| | | | | | strerror() is used in preference to sys_errlist(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6931 dc483132-0cff-0310-8789-dd5450dbe970
* * prof_init.c (profile_init_path): Add const declarationsEzra Peisach1995-10-022-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6923 dc483132-0cff-0310-8789-dd5450dbe970
* * prof_init.c (profile_init_path): takes a single string entryMark Eichin1995-10-023-0/+77
| | | | | | | | | | | that has pathnames seperated by colons, and splits it into file names for profile_init. No provision for quoting colons in pathnames, but shells don't solve that either. * prof_init.c (profile_init): handle multiple input files by grabbing the first one that doesn't return ENOENT. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6914 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in (check-unix): Changed building of library from check to check-unixEzra Peisach1995-10-022-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6912 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in (V5_MAKE_SHARED_LIB): Add version number 0.1 for libraryEzra Peisach1995-10-023-16/+9
| | | | | | | | creation. * Makefile.in (clean-unix): Remove DONE git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6907 dc483132-0cff-0310-8789-dd5450dbe970
* * makeshlib.sh: For solaris, if you are not using gcc, add the -hEzra Peisach1995-10-022-2/+13
| | | | | | | argument to specify the name of the shared library to load. (i.e. libfoo.so.0.1). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6906 dc483132-0cff-0310-8789-dd5450dbe970
* Use the SubdirLibraryRule defined in aclocal.m4 to create the DONETheodore Tso1995-09-293-4/+7
| | | | | | file (and to properly clean it up). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6896 dc483132-0cff-0310-8789-dd5450dbe970
* (gets it to actually build on sunos, and provides a fair guess forMark Eichin1995-09-293-0/+16
| | | | | | | | | | other systems) * update_utmp.c: ultimately fall back to /etc/utmp for UTMP_FILE, if it is still missing after all previous efforts. * update_wtmp.c: /usr/adm/wtmp for WTMP_FILE likewise. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6882 dc483132-0cff-0310-8789-dd5450dbe970
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2514-26/+35
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6855 dc483132-0cff-0310-8789-dd5450dbe970
* Change password for the MacKeith Vetter1995-09-242-1/+22
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6845 dc483132-0cff-0310-8789-dd5450dbe970
* prof_int.h: added SIZEOF defines for the PC, and added missingTheodore Tso1995-09-233-9/+18
| | | | | | | | prototype for profile_find_node_name() prof_init.c (profile_get_first_values): Remove unused variables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6817 dc483132-0cff-0310-8789-dd5450dbe970
* Only define sys_nerr if we're on a Macintosh. On those systems whichTheodore Tso1995-09-222-0/+9
| | | | | | | use sys_nerr, it's an external variable, defined by libc. Under Windows, it's apparently an cpp macro. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6816 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in (check): Only build libdb.a when making the self checks. DoEzra Peisach1995-09-183-20/+10
| | | | | | | | | not install the library. configure.in: Do not build a shared library - the contents are already merged into libkrb5. (continue to build shared object files though) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6809 dc483132-0cff-0310-8789-dd5450dbe970
* Convert C+ comment to older 'standard' C style commentEzra Peisach1995-09-112-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6751 dc483132-0cff-0310-8789-dd5450dbe970
* Mac Beta 1 submissionKeith Vetter1995-09-117-0/+245
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6749 dc483132-0cff-0310-8789-dd5450dbe970
* Remove __dbtest after done with make checkPaul Park1995-09-012-0/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6650 dc483132-0cff-0310-8789-dd5450dbe970
* Add serialization support for profilePaul Park1995-08-293-0/+183
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6631 dc483132-0cff-0310-8789-dd5450dbe970
* Update file listTheodore Tso1995-08-2413-5/+36
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6585 dc483132-0cff-0310-8789-dd5450dbe970
* Unifdef isn't used anymore --- it was only used with Imake. Removing it,Theodore Tso1995-08-247-871/+0
| | | | | | to make the distribution (marginally) smaller. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6584 dc483132-0cff-0310-8789-dd5450dbe970
* Updated for autoconf 2.4Theodore Tso1995-08-242-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6583 dc483132-0cff-0310-8789-dd5450dbe970
* Updated to reflect ct_c.* to ct_c.*.in filename changesTheodore Tso1995-08-242-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6582 dc483132-0cff-0310-8789-dd5450dbe970
* update_wtmp.c (ptyint_update_wtmp): If EMPTY is not defined, then setTheodore Tso1995-08-222-0/+9
| | | | | | ut.ut_type to 0 instead. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6565 dc483132-0cff-0310-8789-dd5450dbe970
* * prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach1995-08-153-3/+25
| | | | | | | | * prof_int.h: Add missing prototypes Cleanup -Wmissing_prototypes complaints git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6533 dc483132-0cff-0310-8789-dd5450dbe970
* Rename initialize_slave.c to init_slave.cSam Hartman1995-08-113-3/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6509 dc483132-0cff-0310-8789-dd5450dbe970
* Changes for Solaris and UltrixSam Hartman1995-08-115-4/+23
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6508 dc483132-0cff-0310-8789-dd5450dbe970
* DDon't call vhangup() on Ultrix until after session. This actually turns ↵Sam Hartman1995-08-103-2/+11
| | | | | | out to be secure git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6495 dc483132-0cff-0310-8789-dd5450dbe970
* Fix test for slave buffer lengthSam Hartman1995-08-092-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6477 dc483132-0cff-0310-8789-dd5450dbe970
* * update_utmp.c (UTMP_FILE): _PATH_UTMP under NetBSD, notTom Yu1995-08-092-3/+9
| | | | | | | _UTMP_PATH; also fix typo (missing '&' on reference to ent) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6476 dc483132-0cff-0310-8789-dd5450dbe970
* * update_utmp.c (pty_update_utmp): change #ifdef NO_UT_PID toTom Yu1995-08-092-2/+7
| | | | | | #ifndef git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6473 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to get telnet working on AlphaSam Hartman1995-08-095-15/+42
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6471 dc483132-0cff-0310-8789-dd5450dbe970
* * update_utmp.c: flush preprocessor directive to left marginTom Yu1995-08-092-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6470 dc483132-0cff-0310-8789-dd5450dbe970
* Pass correct argument to getutmpx()Paul Park1995-08-082-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6469 dc483132-0cff-0310-8789-dd5450dbe970
* * Modify pty_update_utmp so it takes additional parameters instead ofSam Hartman1995-08-078-35/+80
| | | | | | | | | | | | | | struct utmp. * Move pty_update_wtmp to an internal function; pty_update_utmp and pty_logwtmp call it. * Don't include utmp.h or utmpx.h in libpty.h; they don't need it any more. * Don't use pid_t in libpty.h or any interfaces it defines\. We'll have to settle for int. * Add logic so that UTMP_FILE and WTMP_FILE get defined on NetBSD (Actually fairly clean). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6453 dc483132-0cff-0310-8789-dd5450dbe970
* If using the autoconf in the local tree, invoke it using /bin/sh, soTheodore Tso1995-08-072-2/+10
| | | | | | | that it works even if autoconf has been checked out from SCCS without the execute bit set. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6451 dc483132-0cff-0310-8789-dd5450dbe970
* Add $(SHELL) to invocation of config_script, so that the tree canTheodore Tso1995-08-072-1/+8
| | | | | | build even after checked into a broken SCCS system. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6448 dc483132-0cff-0310-8789-dd5450dbe970
* Add $(SHELL) to invocation of config_script, so that the tree canTheodore Tso1995-08-072-1/+6
| | | | | | build even after being checked into a broken SCCS system. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6447 dc483132-0cff-0310-8789-dd5450dbe970
* Return value from pty_open_ctty is non-zero on error, not negativeEzra Peisach1995-08-052-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6426 dc483132-0cff-0310-8789-dd5450dbe970
* libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso1995-08-053-2/+15
| | | | | | | | | C file. Include <utmpx.h> if present. Only include <utmp.h> if it is present. configure.in: Check for utmp.h and utmpx.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6422 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: use libupdate so to not get multiple copies ofTom Yu1995-08-046-12/+29
| | | | | | | | | | | | | | | | | | object files upon rebuild. * vhangup.c (ptyint_vhangup): Make sure preprocessor directives are at left margin. * open_slave.c (pty_open_slave): Make sure preprocessor directives are at left margin. * open_ctty.c (pty_open_ctty): Make sure preprocessor directives are at left margin. * cleanup.c (pty_cleanup): Add missing declarations for retval and fd. Also, align preprocessor directives with left margin. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6421 dc483132-0cff-0310-8789-dd5450dbe970