| Commit message (Expand) | Author | Age | Files | Lines |
* | Move pty library from util/pty to appl/libpty; update Makefile.in and | Ken Raeburn | 2006-04-11 | 1 | -950/+0 |
* | Add prerequisites for some header checks to avoid "present but cannot | Tom Yu | 2006-04-05 | 1 | -0/+4 |
* | * configure.in: Always provide three arguments to AC_DEFINE | Ken Raeburn | 2006-03-31 | 1 | -0/+4 |
* | * pty-int.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 1 | -0/+4 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -0/+4 |
* | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 1 | -0/+4 |
* | Better support for using libutil on systems that need it for various | Tom Yu | 2004-09-22 | 1 | -0/+4 |
* | * configure.in: Only sanity-check setutent() API if there is no | Tom Yu | 2004-07-30 | 1 | -0/+6 |
* | * pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.h | Ken Raeburn | 2004-07-16 | 1 | -0/+5 |
* | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 1 | -0/+4 |
* | * pty-int.h (_AIX && _THREAD_SAFE): Undefine _THREAD_SAFE | Ken Raeburn | 2004-06-12 | 1 | -0/+4 |
* | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 1 | -0/+4 |
* | * configure.in: Remove tests for strsave, sys_errlist, | Ezra Peisach | 2004-04-12 | 1 | -0/+6 |
* | protoize | Ken Raeburn | 2004-02-19 | 1 | -0/+5 |
* | Remove ADD_DEF and uses thereof, and move the appropriate symbols to | Tom Yu | 2003-03-03 | 1 | -0/+5 |
* | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 1 | -0/+3 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 1 | -0/+4 |
* | * configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf | Ezra Peisach | 2002-12-06 | 1 | -0/+5 |
* | * pty_err.et: Add final "end" statement | Ken Raeburn | 2002-08-29 | 1 | -0/+2 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -0/+4 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -0/+4 |
* | * Makefile.in (install): Don't install libpty.h. | Ken Raeburn | 2002-07-13 | 1 | -0/+5 |
* | Include "com_err.h" instead of <com_err.h> | Ken Raeburn | 2002-06-13 | 1 | -0/+5 |
* | * pty-int.h: Don't include syslog.h | Ken Raeburn | 2002-06-12 | 1 | -0/+4 |
* | * sane_hostname.c (pty_make_sane_hostname): Always initialize "ai" | Ken Raeburn | 2002-05-25 | 1 | -0/+5 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 1 | -0/+5 |
* | shlib version number updates from 1.2.x branch | Ken Raeburn | 2002-03-07 | 1 | -1/+2 |
* | * Makefile.in (LIBMINOR): Bump | Ken Raeburn | 2002-02-20 | 1 | -0/+4 |
* | * update_utmp.c (PTY_GETUTXENT): Fix typo. Thanks to Shawn | Tom Yu | 2001-12-08 | 1 | -0/+11 |
* | Fix documentation bug | Sam Hartman | 2001-12-04 | 1 | -0/+4 |
* | * sane_hostname.c (pty_make_sane_hostname): Do not declare addrbuf | Ezra Peisach | 2001-10-18 | 1 | -0/+6 |
* | * Makefile.in (includes): Depend on | Ezra Peisach | 2001-10-02 | 1 | -0/+7 |
* | * configure.in: Cosmetic fix in utmpx.ut_exit check | Tom Yu | 2001-09-12 | 1 | -0/+4 |
* | * Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules to | Ezra Peisach | 2001-09-06 | 1 | -0/+6 |
* | use fake-addrinfo, get rid of non-getnameinfo support | Ken Raeburn | 2001-08-30 | 1 | -0/+9 |
* | * update_utmp.c (pty_update_utmp): Remember to chop off leading | Tom Yu | 2001-07-02 | 1 | -0/+8 |
* | misc cleanup in dump-utmp | Ken Raeburn | 2001-06-28 | 1 | -0/+7 |
* | * update_utmp.c (pty_update_utmp): Don't copy host if it's a null pointer | Ken Raeburn | 2001-06-28 | 1 | -0/+5 |
* | * libpty.h: Change variable line in prototype to tty_line to | Ezra Peisach | 2001-06-22 | 1 | -0/+5 |
* | * pty-int.h: Provide revoke() prototype if system headers lacking | Ezra Peisach | 2001-06-11 | 1 | -2/+7 |
* | * configure.in: Check for system provided getutmp() prototype | Ezra Peisach | 2001-06-11 | 1 | -0/+6 |
* | * getpty.c: Make pty_getpty() into ptyint_getpty_ext(), which has | Tom Yu | 2001-05-16 | 1 | -0/+18 |
* | * pty_paranoia.c: New file; do many paranoid checks about ctty | Tom Yu | 2001-05-11 | 1 | -0/+15 |
* | * logwtmp.c: Delete code under "#if 0". Fix reversed test for | Tom Yu | 2001-05-09 | 1 | -0/+8 |
* | * cleanup.c: Call update_utmp() with the correct pid to assist in | Tom Yu | 2001-05-08 | 1 | -0/+18 |
* | * open_slave.c (pty_open_slave): If revoke() present on system but | Ezra Peisach | 2001-05-04 | 1 | -0/+5 |
* | * dump-utmp.c: Fix some off-by-one errors. Handle cases where we | Tom Yu | 2001-05-04 | 1 | -0/+3 |
* | * pty-int.h: Fix typo; VHANG_first -> VHANG_FIRST | Tom Yu | 2001-05-04 | 1 | -0/+7 |
* | * sane_hostname.c (pty_make_sane_hostname): Preserve const | Ezra Peisach | 2001-05-03 | 1 | -0/+5 |
* | * cleanup.c (pty_cleanup): Delcare local variable only if | Ezra Peisach | 2001-05-03 | 1 | -0/+12 |