| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to require function declarations for GCC, as we already do for the | Ken Raeburn | 2010-10-02 | 1 | -2/+12 |
* | Build runenv.py, holding environment variable settings required for | Tom Yu | 2010-04-16 | 1 | -1/+3 |
* | Remove functions from aclocal.m4 which are no longer needed now that | Greg Hudson | 2009-11-22 | 1 | -81/+0 |
* | Revise patch to avoid using changequote | Ken Raeburn | 2009-11-09 | 1 | -3/+1 |
* | quoting bug causes solaris pre-10 thread handling bugs | Ken Raeburn | 2009-11-09 | 1 | -0/+2 |
* | Remove cast-qual from the gcc warnings set; it is too common for us to | Greg Hudson | 2009-11-04 | 1 | -1/+1 |
* | Remove the new configure option --enable-static-only, and instead | Greg Hudson | 2009-06-18 | 1 | -16/+9 |
* | Restore limited support for static linking | Greg Hudson | 2009-06-08 | 1 | -9/+29 |
* | Make Sun cc error out on unknown attributes | Ken Raeburn | 2009-05-22 | 1 | -1/+1 |
* | --disable-rpath is not working | Ezra Peisach | 2009-02-11 | 1 | -1/+1 |
* | For Sun CC, also make implicit function declarations into errors | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
* | For Sun CC, create one errwarn arg with commas instead of multiple | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
* | int/ptr bug in gssapi code | Ken Raeburn | 2009-02-05 | 1 | -1/+1 |
* | don't do arithmetic on void pointers | Ken Raeburn | 2009-02-04 | 1 | -1/+1 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 1 | -3/+3 |
* | Remove some unused AC_SUBSTs | Ken Raeburn | 2009-01-03 | 1 | -2/+0 |
* | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 1 | -56/+0 |
* | For Sun Studio compilers, set WARN_CFLAGS to emit warning tag names | Ken Raeburn | 2008-12-11 | 1 | -0/+10 |
* | Add a configure option --disable-rpath to suppress rpath flags in | Greg Hudson | 2008-12-08 | 1 | -0/+13 |
* | Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, so | Greg Hudson | 2008-12-03 | 1 | -14/+18 |
* | In KRB5_NEED_PROTO, #undef the name before testing | Ken Raeburn | 2008-10-06 | 1 | -1/+2 |
* | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -1/+1 |
* | New macro for testing whether the compiler supports a given | Ken Raeburn | 2008-08-22 | 1 | -15/+43 |
* | Check for struct sockaddr_storage only in top-level configure script, not | Ken Raeburn | 2008-08-22 | 1 | -29/+0 |
* | Default to not building krb4 support | Ken Raeburn | 2008-08-19 | 1 | -3/+3 |
* | Only add -Os for size optimizations if CFLAGS wasn't specified already. If | Ken Raeburn | 2008-08-14 | 1 | -2/+6 |
* | New config option to enable size optimizations | Ken Raeburn | 2008-08-07 | 1 | -2/+15 |
* | Set GNU warning options in CFLAGS and CXXFLAGS separately, avoiding options | Ken Raeburn | 2007-10-31 | 1 | -3/+16 |
* | Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions. | Ken Raeburn | 2007-10-31 | 1 | -0/+2 |
* | Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gcc | Ken Raeburn | 2007-10-31 | 1 | -1/+0 |
* | Use -Wno-format-zero-length if GCC version supports it | Ken Raeburn | 2007-08-23 | 1 | -0/+13 |
* | Get rid of some old SunOS 4 config stuff | Ken Raeburn | 2007-08-08 | 1 | -2/+1 |
* | On Solaris 10, define NO_WEAK_PTHREADS for the build. When that symbol is | Ken Raeburn | 2007-05-23 | 1 | -0/+9 |
* | Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARY | Ken Raeburn | 2007-03-25 | 1 | -14/+0 |
* | Never set krb5_force_static. Instead, set the defaults for building | Ken Raeburn | 2007-03-25 | 1 | -1/+9 |
* | Rearrange code so all of the 'krb5_force_static' stuff is done in one place | Ken Raeburn | 2007-03-25 | 1 | -63/+41 |
* | Remove traces of enable_shared, enable_static, enable_profiled, and | Ken Raeburn | 2007-03-25 | 1 | -80/+47 |
* | Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARY | Ken Raeburn | 2007-03-25 | 1 | -12/+3 |
* | Remove special support for building a shared library with no dependencies, si... | Ken Raeburn | 2007-03-25 | 1 | -3/+1 |
* | Don't define KRB5_PRIVATE, since it's not tested any more | Ken Raeburn | 2007-01-20 | 1 | -2/+1 |
* | Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications: | Ken Raeburn | 2006-10-02 | 1 | -0/+12 |
* | * aclocal.m4 (KRB5_LIB_AUX): Disallow --enable-profiled and --disable-shared | Ken Raeburn | 2006-07-21 | 1 | -6/+15 |
* | reject configure option for static libraries | Ken Raeburn | 2006-07-21 | 1 | -0/+4 |
* | need to look harder for tclConfig.sh | Ken Raeburn | 2006-07-19 | 1 | -0/+8 |
* | Merge remaining changes from LDAP integration branch | Ken Raeburn | 2006-07-18 | 1 | -0/+38 |
* | (KRB5_AC_FIND_DLOPEN): Use AC_SEARCH_LIBS | Ken Raeburn | 2006-07-17 | 1 | -2/+7 |
* | Don't output krb5_config_prefix commands into config.status; do the substitut... | Ken Raeburn | 2006-05-24 | 1 | -11/+4 |
* | Don't look for pthread_mutexattr_setrobust_np | Ken Raeburn | 2006-05-16 | 1 | -3/+1 |
* | * aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the error-table symbol is | Ken Raeburn | 2006-04-14 | 1 | -1/+1 |
* | * aclocal.m4 (KRB5_AC_CHECK_TYPE_WITH_HEADERS): Use quotes around tr arguments | Ken Raeburn | 2006-04-08 | 1 | -1/+1 |