| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | * dyn_create.c (DynCopy): Arguments to memcpy were reversed. Found | Ezra Peisach | 2000-11-09 | 2 | -1/+6 |
| * | * Makefile.in (check-unix): Built and execture dyntest | Ezra Peisach | 2000-11-09 | 10 | -12/+49 |
| * | problems found in auditing | Ken Raeburn | 2000-11-08 | 1 | -0/+34 |
| * | clarify a little | Ken Raeburn | 2000-11-08 | 1 | -3/+4 |
| * | Test out lclint and its4 on com_err library. One lclint error left on Solaris, | Ken Raeburn | 2000-11-08 | 12 | -83/+347 |
| * | * reconf: Rework syntax to detect version numbers of newer | Ezra Peisach | 2000-11-01 | 2 | -7/+30 |
| * | * configure.in: Quote macro use inside AC_CHECK_LIB. Change | Ezra Peisach | 2000-11-01 | 2 | -5/+11 |
| * | * configure.in (AC_COMPILE_TYPE): Declare with AC_DEFUN() instead | Ezra Peisach | 2000-11-01 | 2 | -1/+7 |
| * | * configure.in: Use AC_C_CONST instead of AC_CONST and | Ezra Peisach | 2000-11-01 | 2 | -2/+7 |
| * | * configure.in: Change AC_RETSIGTYPE to AC_TYPE_SIGNAL | Ezra Peisach | 2000-11-01 | 2 | -1/+5 |
| * | * configure.in: Change AC_CONST to AC_C_CONST, AC_HEADER_EGREP to | Ezra Peisach | 2000-11-01 | 2 | -3/+9 |
| * | * reconf: Pass "-m util/autoconf" to autoreconf only if we are | Ezra Peisach | 2000-10-27 | 2 | -2/+9 |
| * | * reconf: Look for autoconf 2.12 or later. Don't use "grep -q", it's not | Ken Raeburn | 2000-10-03 | 2 | -5/+11 |
| * | Add AC_PROG_INSTALL to allow the library to be installed | Ezra Peisach | 2000-08-11 | 2 | -0/+5 |
| * | * ss_internal.h: Only use fake sigmask, sigblock and sigsetmask if | Ezra Peisach | 2000-08-07 | 2 | -1/+9 |
| * | * listen.c (ss_quit): Now returns void. Fix type of argument ARGV to fit | Ken Raeburn | 2000-08-04 | 3 | -6/+14 |
| * | * requests.c (DECLARE): Fix prototype for dispatch functions to | Ezra Peisach | 2000-08-02 | 5 | -9/+53 |