| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | * krb5.conf: Test with a space after ']' and '{' | Ezra Peisach | 2000-08-02 | 3 | -3/+14 |
| * | * prof_init.c: Cleanup internal type warnings in calls to profile_init | Ezra Peisach | 2000-07-24 | 5 | -8/+23 |
| * | * et_c.awk: Actually define NOARGS as needed. Add prototype for | Ezra Peisach | 2000-07-24 | 2 | -0/+9 |
| * | * test/dbtest.c: Cleanup gcc -Wall complaints with printf format | Ezra Peisach | 2000-07-04 | 2 | -12/+20 |
| * | Added prototype for ss_create_invocation() | Ezra Peisach | 2000-07-03 | 2 | -1/+3 |
| * | * test_ss.c (main): Change usage of ss_listen to agree with | Ezra Peisach | 2000-07-03 | 3 | -2/+10 |
| * | * recno/rec_seq.c: Include unused sccsid when LIBC_SCCS defined | Ezra Peisach | 2000-07-03 | 9 | -11/+44 |
| * | back out format-attribute change | Ken Raeburn | 2000-07-02 | 2 | -5/+7 |
| * | * clib/strerror.c: #include config.h | Tom Yu | 2000-07-01 | 7 | -13/+43 |
| * | * db-config.h.in: New file; contains useful tidbits from | Tom Yu | 2000-07-01 | 4 | -3/+44 |
| * | * Makefile.in (all-unix, clean_unix): Removed util/db2 include | Tom Yu | 2000-06-30 | 2 | -21/+3 |
| * | add include file copying | Tom Yu | 2000-06-30 | 1 | -2/+17 |
| * | * Makefile.in (all-unix, clean_unix): Update for current geography | Tom Yu | 2000-06-30 | 2 | -7/+10 |
| * | * configure.in: Rework to use krb5 build system | Tom Yu | 2000-06-30 | 10 | -23/+149 |
| * | * db-int.h: Remove renaming for memmove, strerror, mkstemp since | Tom Yu | 2000-06-30 | 2 | -12/+5 |
| * | Move .cvsignore from obj to include to reflect the discontinuation of | Tom Yu | 2000-06-30 | 3 | -174/+1 |
| * | * pty-int.h: Add getutmpx() prototype if needed | Ezra Peisach | 2000-06-30 | 3 | -0/+33 |
| * | dyn_insert.c, dyn_put.c: Include string.h for memmove prototype | Ezra Peisach | 2000-06-29 | 3 | -1/+8 |
| * | * getpty.c (pty_getpty): More conditionalizing variable defintion | Ezra Peisach | 2000-06-29 | 5 | -3/+19 |
| * | * dyn_create.c, dyn_delete.c, dyn_insert.c, dyn_put.c: Use %p | Ezra Peisach | 2000-06-28 | 5 | -8/+13 |
| * | * libpty.h: If SOCK_DGRAM is not defined, provide a definition for | Ezra Peisach | 2000-06-26 | 6 | -6/+33 |
| * | Fix email address in ChangeLog | Ezra Peisach | 2000-06-26 | 1 | -1/+1 |
| * | * prof_init.c (profile_init_path): Use profile_filespec_t instead | Ezra Peisach | 2000-06-26 | 3 | -8/+17 |
| * | * dyn_realloc.c: Remove unused variable | Ezra Peisach | 2000-06-26 | 2 | -1/+5 |