| Commit message (Expand) | Author | Age | Files | Lines |
* | include netinet/in.h to make sure we know what struct in_addr looks like | Ken Raeburn | 2009-01-28 | 1 | -0/+1 |
* | Use a struct in_addr to insure alignment of address - instead of | Ezra Peisach | 2009-01-25 | 1 | -3/+3 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -14/+12 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -3/+3 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -1/+3 |
* | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 2 | -3/+6 |
* | make depend | Ken Raeburn | 2007-03-28 | 1 | -1/+2 |
* | Build tests subtree makefiles at top level | Ken Raeburn | 2007-03-25 | 1 | -2/+2 |
* | Include autoconf.h | Ken Raeburn | 2007-03-25 | 1 | -0/+1 |
* | Delete more stuff for 'clean' and 'distclean' targets | Ken Raeburn | 2007-03-02 | 1 | -2/+2 |
* | Conditionalize more bits that might not be defined by the OS | Ken Raeburn | 2007-02-16 | 1 | -0/+10 |
* | Call freeaddrinfo at end - memory leak | Ezra Peisach | 2006-10-18 | 1 | -0/+1 |
* | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -3/+3 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -132/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -37/+0 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -4/+4 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -1/+1 |
* | make depend | Tom Yu | 2005-11-29 | 1 | -2/+1 |
* | * Makefile.in (resolve, addrinfo-test, fake-addrinfo-test): Don't use "$<" | Ken Raeburn | 2005-10-07 | 2 | -3/+8 |
* | mine: | Ken Raeburn | 2005-09-09 | 4 | -14/+67 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -1/+0 |
* | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -1/+0 |
* | * addrinfo-test.c: New file | Ken Raeburn | 2004-08-23 | 2 | -0/+287 |
* | * resolve.c (main): If gethostbyname fails, report the failing hostname | Ken Raeburn | 2003-07-22 | 2 | -1/+8 |
* | * 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/+1 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
* | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -1/+1 |
* | dependencies | Ken Raeburn | 2001-09-02 | 1 | -0/+7 |
* | * resolve.c: Include stdlib.h (if present) for exit() prototype | Ezra Peisach | 2001-07-06 | 1 | -0/+4 |
* | * resolve.c: Include stdlib.h (if present) for exit() prototype | Ezra Peisach | 2001-07-06 | 1 | -0/+4 |
* | * resolve.c (main): Make error message note that misconfiguration | Tom Yu | 2001-06-12 | 2 | -2/+19 |
* | 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 | -1/+0 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+7 |
* | * resolve.c: Include unistd.h if present on system (for | Ezra Peisach | 1998-03-30 | 2 | -1/+9 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+7 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 3 | -8/+6 |
* | * Makefile.in: Add $(LIBS) so that compile doesn't blow out under | Tom Yu | 1997-02-27 | 2 | -1/+6 |
* | resolve.c (main): Make the test for a FQDN be a bit more stringent | Theodore Tso | 1997-02-24 | 3 | -3/+17 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -5/+10 |
* | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
* | Added V5_USE_SHARED_LIB | Richard Basch | 1996-04-11 | 1 | -0/+1 |
* | * configure.in: Add KRB5_RUN_FLAGS | Ezra Peisach | 1996-03-19 | 3 | -1/+10 |
* | Fix fencepost error; use argv[1] to test for a specfied host if argc | Theodore Tso | 1995-09-13 | 2 | -1/+5 |
* | Library rule build update | Paul Park | 1995-07-12 | 3 | -2/+7 |
* | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 3 | -4/+9 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -3/+5 |