| Commit message (Expand) | Author | Age | Files | Lines |
* | libkadm5 should allow persistent locks | Tom Yu | 2002-10-08 | 14 | -7/+144 |
* | ASN.1 code passes uninitialized values around | Tom Yu | 2002-10-08 | 4 | -137/+239 |
* | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 17 | -5/+59 |
* | * default.exp (stop_kerberos_daemons): Kill, expect eof, wait, in | Tom Yu | 2002-10-07 | 2 | -2/+8 |
* | * do_as_req.c (process_as_req): Apply fix from Kevin Coffman to | Tom Yu | 2002-10-06 | 2 | -1/+9 |
* | Move test_* from all to check target | Sam Hartman | 2002-10-03 | 2 | -1/+8 |
* | * rsh.exp (rsh_test): Explicitly call stop_rsh_daemon upon pass | Tom Yu | 2002-09-30 | 2 | -0/+6 |
* | * default.exp (start_kerberos_daemons): Fix to use "tail -f" to | Tom Yu | 2002-09-29 | 2 | -74/+99 |
* | update dependencies | Tom Yu | 2002-09-28 | 3 | -16/+23 |
* | * depgen.sed: Solaris sed doesn't like '\(^.*$\)'; replace it with | Tom Yu | 2002-09-27 | 2 | -1/+6 |
* | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 18 | -219/+439 |
* | Limit the number of TCP connections that will be handled at one time. | Ken Raeburn | 2002-09-27 | 2 | -55/+82 |
* | * sendto_kdc.c (krb5int_cm_call_select): Fix last change | Ken Raeburn | 2002-09-27 | 2 | -2/+5 |
* | * socket-utils.h (sa2sin, sa2sin6): Add redundant cast to (void *) | Tom Yu | 2002-09-27 | 2 | -7/+17 |
* | Actually commit krb5.conf | Sam Hartman | 2002-09-24 | 1 | -2/+9 |
* | Update enctypes in krb5.conf | Sam Hartman | 2002-09-24 | 1 | -0/+4 |
* | Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead of | Ezra Peisach | 2002-09-24 | 6 | -17/+34 |
* | Add some dependencies on phony build targets to help with cross-directory dep... | Ken Raeburn | 2002-09-24 | 4 | -0/+14 |
* | * Makefile.in (EXTRADEPSRCS): New variable | Ken Raeburn | 2002-09-24 | 2 | -0/+33 |
* | * pre.in (.et.c, .et.h): Change rules to only update the desired target file, | Ken Raeburn | 2002-09-24 | 2 | -2/+18 |
* | * Makefile.in (mydir): Add missing mydir lines | Ezra Peisach | 2002-09-24 | 2 | -0/+5 |
* | configure fails (autoconf 2.52) if aclocal.m4 located in directory above sour... | Ezra Peisach | 2002-09-23 | 2 | -1/+7 |
* | * admin.texinfo, dnssrv.texinfo: Documented config file variables and SRV | Ken Raeburn | 2002-09-20 | 3 | -7/+42 |
* | * Makefile: made the list of manpages a variable | Jen Selby | 2002-09-20 | 14 | -806/+1473 |
* | * port-sockets.h: Include sys/filio.h if available | Ken Raeburn | 2002-09-19 | 2 | -0/+7 |
* | updated dependencies | Ken Raeburn | 2002-09-19 | 1 | -2/+3 |
* | * network.c: Include sys/filio.h if available | Ken Raeburn | 2002-09-19 | 2 | -0/+6 |
* | update comments | Ken Raeburn | 2002-09-19 | 1 | -1/+1 |
* | Put back in the V5_OUTPUT_MAKEFILE. Revert the config.status invocation | Ezra Peisach | 2002-09-19 | 4 | -1/+20 |
* | Add TCP support to the KDC, turned off by default, and using separate | Ken Raeburn | 2002-09-19 | 4 | -145/+864 |
* | * sendto_kdc.c (krb5int_cm_call_select): If timeout value has tv_sec==0, treat | Ken Raeburn | 2002-09-19 | 2 | -14/+28 |
* | Use AC_CONFIG_FILES for each Makefile generated instead of passing | Ezra Peisach | 2002-09-19 | 4 | -22/+32 |
* | * post.in ($(srcdir)/$(thisconfigdir)/configure): Delete autom4te.cache direc... | Ken Raeburn | 2002-09-19 | 2 | -0/+7 |
* | * aclocal.m4 (KRB5_AC_CHOOSE_SS): Check that the indicated system ss package | Ken Raeburn | 2002-09-19 | 2 | -0/+24 |
* | * main.c (DEFAULT_KDC_PORTLIST): Define as DEFAULT_KDC_UDP_PORTLIST | Ken Raeburn | 2002-09-19 | 2 | -0/+6 |
* | update dependencies | Ken Raeburn | 2002-09-18 | 1 | -1/+1 |
* | Support reading a list of TCP port numbers from the KDC config file; default | Ken Raeburn | 2002-09-18 | 7 | -2/+27 |
* | protoize | Ken Raeburn | 2002-09-18 | 2 | -32/+12 |
* | * client_init.c (_kadm5_init_any): If creating a new ccache, put it in memory | Ken Raeburn | 2002-09-18 | 2 | -0/+14 |
* | * sendto_kdc.c: Include cm.h. | Ken Raeburn | 2002-09-18 | 2 | -48/+87 |
* | * cm.h: New file | Ken Raeburn | 2002-09-18 | 2 | -0/+41 |
* | * configure.in: Check for sys/filio.h | Ken Raeburn | 2002-09-18 | 2 | -1/+5 |
* | * krb.h: Add extern "C" markers in case a C++ compiler is used | Ken Raeburn | 2002-09-18 | 2 | -0/+12 |
* | Return errno not retval from getpeername failure | Sam Hartman | 2002-09-17 | 2 | -1/+6 |
* | * lib/helpers.exp (setup_database): Use "!=" instead of "ne" for string compa... | Ken Raeburn | 2002-09-16 | 2 | -1/+6 |
* | * kerberos_v4.c (check_princ): Call strftime() with correct number | Tom Yu | 2002-09-15 | 2 | -1/+7 |
* | * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Set TCL_LIBPATH and | Tom Yu | 2002-09-15 | 2 | -2/+7 |
* | * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, and | Tom Yu | 2002-09-15 | 2 | -3/+15 |
* | * api.0/chpass-principal.exp: | Tom Yu | 2002-09-15 | 34 | -836/+882 |
* | * kerberos_v4.c: Always include stdarg.h, not varargs.h. | Ken Raeburn | 2002-09-15 | 2 | -44/+14 |