| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ADD_DEF and uses thereof, and move the appropriate symbols to | Tom Yu | 2003-03-03 | 2 | -1/+5 |
* | Use com_err_deplib rather than an explicit path so we do not have our | Sam Hartman | 2003-03-02 | 1 | -1/+1 |
* | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -4/+3 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 2 | -0/+8 |
* | * configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf | Ezra Peisach | 2002-12-06 | 2 | -1/+6 |
* | * pty_err.et: Add final "end" statement | Ken Raeburn | 2002-08-29 | 2 | -0/+4 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
* | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+2 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
* | * Makefile.in (install): Don't install libpty.h. | Ken Raeburn | 2002-07-13 | 3 | -3/+9 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -14/+14 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -14/+14 |
* | Include "com_err.h" instead of <com_err.h> | Ken Raeburn | 2002-06-13 | 14 | -13/+18 |
* | * pty-int.h: Don't include syslog.h | Ken Raeburn | 2002-06-12 | 2 | -1/+4 |
* | * sane_hostname.c (pty_make_sane_hostname): Always initialize "ai" | Ken Raeburn | 2002-05-25 | 2 | -1/+6 |
* | update dependencies | Ken Raeburn | 2002-03-26 | 1 | -2/+1 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 2 | -2/+6 |
* | 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 | 2 | -1/+5 |
* | * update_utmp.c (PTY_GETUTXENT): Fix typo. Thanks to Shawn | Tom Yu | 2001-12-08 | 2 | -2/+16 |
* | Fix documentation bug | Sam Hartman | 2001-12-04 | 2 | -1/+5 |
* | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -13/+13 |
* | * sane_hostname.c (pty_make_sane_hostname): Do not declare addrbuf | Ezra Peisach | 2001-10-18 | 2 | -1/+6 |
* | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -15/+15 |
* | * Makefile.in (includes): Depend on | Ezra Peisach | 2001-10-02 | 2 | -0/+9 |
* | * configure.in: Cosmetic fix in utmpx.ut_exit check | Tom Yu | 2001-09-12 | 2 | -1/+5 |
* | * Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules to | Ezra Peisach | 2001-09-06 | 2 | -0/+10 |
* | add automatically generated dependencies | Ken Raeburn | 2001-09-01 | 1 | -0/+34 |
* | add comment | Ken Raeburn | 2001-08-31 | 1 | -0/+5 |
* | use fake-addrinfo, get rid of non-getnameinfo support | Ken Raeburn | 2001-08-30 | 2 | -82/+26 |
* | * update_utmp.c (pty_update_utmp): Remember to chop off leading | Tom Yu | 2001-07-02 | 2 | -7/+22 |
* | oops, forgot to save fixed version | Ken Raeburn | 2001-06-28 | 1 | -4/+0 |
* | misc cleanup in dump-utmp | Ken Raeburn | 2001-06-28 | 2 | -5/+14 |
* | * update_utmp.c (pty_update_utmp): Don't copy host if it's a null pointer | Ken Raeburn | 2001-06-28 | 2 | -1/+7 |
* | * libpty.h: Change variable line in prototype to tty_line to | Ezra Peisach | 2001-06-22 | 2 | -1/+6 |
* | * pty-int.h: Provide revoke() prototype if system headers lacking | Ezra Peisach | 2001-06-11 | 4 | -4/+32 |
* | * configure.in: Check for system provided getutmp() prototype | Ezra Peisach | 2001-06-11 | 3 | -1/+26 |
* | * getpty.c: Make pty_getpty() into ptyint_getpty_ext(), which has | Tom Yu | 2001-05-16 | 4 | -36/+379 |
* | * pty_paranoia.c: New file; do many paranoid checks about ctty | Tom Yu | 2001-05-11 | 5 | -2/+367 |
* | * logwtmp.c: Delete code under "#if 0". Fix reversed test for | Tom Yu | 2001-05-09 | 3 | -49/+20 |
* | * cleanup.c: Call update_utmp() with the correct pid to assist in | Tom Yu | 2001-05-08 | 6 | -215/+288 |
* | * open_slave.c (pty_open_slave): If revoke() present on system but | Ezra Peisach | 2001-05-04 | 2 | -1/+6 |
* | * dump-utmp.c: Fix some off-by-one errors. Handle cases where we | Tom Yu | 2001-05-04 | 2 | -10/+18 |
* | * pty-int.h: Fix typo; VHANG_first -> VHANG_FIRST | Tom Yu | 2001-05-04 | 3 | -2/+27 |
* | * sane_hostname.c (pty_make_sane_hostname): Preserve const | Ezra Peisach | 2001-05-03 | 2 | -1/+6 |
* | * cleanup.c (pty_cleanup): Delcare local variable only if | Ezra Peisach | 2001-05-03 | 4 | -1/+21 |
* | * update_utmp.c (pty_update_utmp): Fix typo (OWRONLY -> O_WRONLY) | Ken Raeburn | 2001-05-02 | 2 | -1/+6 |
* | * update_wtmp.c (ptyint_update_wtmpx): Add missing semi-colon in | Ezra Peisach | 2001-05-01 | 2 | -1/+6 |
* | * configure.in: Fix some quoting of shell variables when passing | Tom Yu | 2001-04-30 | 4 | -23/+46 |
* | * configure.in(K5_CHECK_UT_MEMBER): Fix typo in previous; make | Tom Yu | 2001-04-28 | 2 | -1/+5 |