aboutsummaryrefslogtreecommitdiff
path: root/src/util/pty/configure.in
AgeCommit message (Expand)AuthorFilesLines
2006-04-11Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn1-269/+0
2006-04-05Add prerequisites for some header checks to avoid "present but cannotTom Yu1-1/+9
2006-03-31* configure.in: Always provide three arguments to AC_DEFINEKen Raeburn1-16/+16
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn1-1/+1
2004-07-30 * configure.in: Only sanity-check setutent() API if there is noTom Yu1-16/+17
2004-04-12 * configure.in: Remove tests for strsave, sys_errlist,Ezra Peisach1-30/+0
2003-03-03Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu1-1/+0
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn1-4/+0
2002-12-06 * configure.in: Quote the argument to AC_CHECK_HEADER. AutoconfEzra Peisach1-1/+1
2002-07-13* Makefile.in (install): Don't install libpty.h.Ken Raeburn1-1/+2
2001-09-12 * configure.in: Cosmetic fix in utmpx.ut_exit checkTom Yu1-1/+1
2001-06-11 * pty-int.h: Provide revoke() prototype if system headers lackingEzra Peisach1-2/+17
2001-06-11 * configure.in: Check for system provided getutmp() prototypeEzra Peisach1-1/+16
2001-05-11 * pty_paranoia.c: New file; do many paranoid checks about cttyTom Yu1-0/+4
2001-04-30 * configure.in: Fix some quoting of shell variables when passingTom Yu1-21/+26
2001-04-28 * configure.in(K5_CHECK_UT_MEMBER): Fix typo in previous; makeTom Yu1-1/+1
2001-04-28 * configure.in: Many changes to support the rewriting of the utmpTom Yu1-44/+122
2000-12-06Use const sockaddr pointer in interface.Ken Raeburn1-0/+1
2000-11-01 * configure.in: Quote macro use inside AC_CHECK_LIB. ChangeEzra Peisach1-5/+5
2000-06-30 * pty-int.h: Add getutmpx() prototype if neededEzra Peisach1-0/+22
2000-06-29 * getpty.c (pty_getpty): More conditionalizing variable defintionEzra Peisach1-1/+1
2000-06-23merge from krb5-1-2-beta4Ken Raeburn1-1/+1
1999-01-27configure.in: Remove test CHECK_WAIT_TYPE since nothing is using theTheodore Tso1-1/+0
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-1/+1
1998-02-12Mass makefile/configure.in build system revampTheodore Tso1-1/+0
1997-10-02Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu1-1/+1
1997-04-25Check for openpty() in -lutil. It's there on FreeBSD and BSDITheodore Tso1-0/+1
1997-02-09Merge of libhack_branchTom Yu1-3/+3
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-0/+1
1996-11-15 * update_utmp.c (pty_update_utmp): Handle case where utmp usesEzra Peisach1-0/+14
1996-11-08update_utmp.c (pty_update_utmp): Add code which attempts to compensateTheodore Tso1-10/+1
1996-06-24 Fix bug pointed out by jhawk; we weren't looking for all ptysSam Hartman1-1/+1
1996-06-14 * configure.in: remove ref to ET_RULESTom Yu1-1/+1
1996-04-16Changes so HPUX doesn't use streams. ThisSam Hartman1-2/+1
1996-04-15Have pty_cleanup() fork on systems with vhangup()Sam Hartman1-1/+2
1996-03-25Changes to help streams work correctly on AIX 4.1.4 and HPUX 9.Sam Hartman1-0/+16
1996-03-24Implement _getpty handling for the SGISam Hartman1-18/+2
1995-09-29Use the SubdirLibraryRule defined in aclocal.m4 to create the DONETheodore Tso1-0/+1
1995-08-11Changes for Solaris and UltrixSam Hartman1-0/+2
1995-08-10DDon't call vhangup() on Ultrix until after session. This actually turns out...Sam Hartman1-0/+4
1995-08-05libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso1-1/+1
1995-08-03Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman1-1/+1
1995-07-31Check in first version of libptySam Hartman1-0/+142