| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * configure.in: Many changes to support the rewriting of the utmp | Tom Yu | 2001-04-28 | 9 | -398/+1111 |
| * | * sane_hostname.c: Switch off of KRB5_USE_INET6 instead of | Tom Yu | 2001-01-13 | 2 | -2/+9 |
| * | Use const sockaddr pointer in interface. | Ken Raeburn | 2000-12-06 | 4 | -17/+87 |
| * | make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in* | Ken Raeburn | 2000-12-06 | 3 | -7/+20 |
| * | * configure.in: Quote macro use inside AC_CHECK_LIB. Change | Ezra Peisach | 2000-11-01 | 2 | -5/+11 |
| * | * pty-int.h: Add getutmpx() prototype if needed | Ezra Peisach | 2000-06-30 | 3 | -0/+33 |
| * | * getpty.c (pty_getpty): More conditionalizing variable defintion | Ezra Peisach | 2000-06-29 | 5 | -3/+19 |
| * | * libpty.h: If SOCK_DGRAM is not defined, provide a definition for | Ezra Peisach | 2000-06-26 | 6 | -6/+33 |
| * | merge from krb5-1-2-beta4 | Ken Raeburn | 2000-06-23 | 2 | -1/+6 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -2/+1 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 14 | -14/+56 |
| * | Update dump-utmp from KerbNet 1.2. | Ken Raeburn | 1999-08-03 | 4 | -30/+109 |