| Commit message (Expand) | Author | Age | Files | Lines |
* | * libpty.h: Change variable line in prototype to tty_line to | Ezra Peisach | 2001-06-22 | 2 | -1/+6 |
* | * test/dbtest.c: Cast argument to isspace() to int. Do not shadow | Ezra Peisach | 2001-06-21 | 5 | -51/+59 |
* | * error_message.c (error_message): Conditional label on _sgi so | Ezra Peisach | 2001-06-21 | 2 | -0/+7 |
* | * btree/bt_delete.c, btree/bt_put.c, recno/rec_delete.c, | Ezra Peisach | 2001-06-21 | 6 | -68/+76 |
* | delete some unnecessary casts | Ken Raeburn | 2001-06-21 | 3 | -2/+10 |
* | handle irix high-numbered error codes | Ken Raeburn | 2001-06-20 | 3 | -7/+24 |
* | getsyms: Fix quoting around find command looking for configure.in files; sort... | Ken Raeburn | 2001-06-16 | 2 | -1/+6 |
* | * test_profile.c: Include <string.h> for strcmp() prototype | Ezra Peisach | 2001-06-11 | 2 | -1/+4 |
* | * pty-int.h: Provide revoke() prototype if system headers lacking | Ezra Peisach | 2001-06-11 | 4 | -4/+32 |
* | * argv_parse.c (argv_parse): Cast argument to isspace() as int. | Ezra Peisach | 2001-06-11 | 3 | -5/+11 |
* | * Makefile.in (MLIBS): Do not link against libgen.a for test | Ezra Peisach | 2001-06-11 | 2 | -1/+6 |
* | * configure.in: Check for system provided getutmp() prototype | Ezra Peisach | 2001-06-11 | 3 | -1/+26 |
* | * request_tbl.c (ss_add_request_table): Do not cast argument to | Ezra Peisach | 2001-06-07 | 2 | -1/+6 |
* | * 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 |
* | test.c: Always include stdlib.h | Ezra Peisach | 2001-04-25 | 2 | -2/+2 |
* | * Makefile.in: Add lclint support | Ezra Peisach | 2001-04-25 | 6 | -24/+100 |
* | * Makefile.in (unixmac): Target deleted | Ken Raeburn | 2001-04-17 | 4 | -4/+8 |
* | * mkrel: When generating multiple tarballs, also generate a | Tom Yu | 2001-04-06 | 2 | -14/+26 |
* | * com_err.h: For struct error_table, change the base from an | Ezra Peisach | 2001-03-12 | 2 | -1/+6 |
* | * test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLIST | Ken Raeburn | 2001-03-08 | 3 | -1/+9 |
* | * krb5.conf: Test with trailing whitespace on "default_realm" | Tom Yu | 2001-02-02 | 2 | -2/+7 |
* | * Makefile.in: Remove rule for aix.bincmds; we don't need it | Tom Yu | 2001-01-29 | 3 | -13/+12 |
* | rebuilt | Ken Raeburn | 2001-01-20 | 1 | -11/+7 |
* | * com_err.h (add_error_table, remove_error_table): Annotate as modifying | Ken Raeburn | 2001-01-20 | 5 | -25/+48 |
* | update to implement equivalent of ref count | Ken Raeburn | 2001-01-18 | 4 | -24/+33 |
* | Make compile_et script installable, and install it. | Ken Raeburn | 2001-01-18 | 4 | -21/+47 |
* | * 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 |
* | restore GSS_DLLIMP, KRB5_EXPORTVAR, NEAR macros | Ken Raeburn | 2000-12-06 | 2 | -2/+8 |
* | fix typo | Ken Raeburn | 2000-12-06 | 1 | -1/+1 |
* | Remove a bunch of macro definitions we don't use. | Ken Raeburn | 2000-12-06 | 9 | -173/+116 |
* | undo last change | Ken Raeburn | 2000-12-06 | 1 | -2/+2 |
* | tweak names of perl scripts | Ken Raeburn | 2000-12-06 | 1 | -2/+2 |
* | try lclint on a com_err test program; misc cleanup | Ken Raeburn | 2000-12-06 | 2 | -7/+41 |
* | some notes on interactions with 64-bit systems | Ken Raeburn | 2000-12-06 | 1 | -0/+15 |
* | make "make check" do something | Ken Raeburn | 2000-11-14 | 3 | -3/+21 |