summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix DES_INT32 definitionTom Yu2002-09-2718-219/+439
* Limit the number of TCP connections that will be handled at one time.Ken Raeburn2002-09-272-55/+82
* * sendto_kdc.c (krb5int_cm_call_select): Fix last changeKen Raeburn2002-09-272-2/+5
* * socket-utils.h (sa2sin, sa2sin6): Add redundant cast to (void *)Tom Yu2002-09-272-7/+17
* Actually commit krb5.confSam Hartman2002-09-241-2/+9
* Update enctypes in krb5.confSam Hartman2002-09-241-0/+4
* Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead ofEzra Peisach2002-09-246-17/+34
* Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn2002-09-244-0/+14
* * Makefile.in (EXTRADEPSRCS): New variableKen Raeburn2002-09-242-0/+33
* * pre.in (.et.c, .et.h): Change rules to only update the desired target file,Ken Raeburn2002-09-242-2/+18
* * Makefile.in (mydir): Add missing mydir linesEzra Peisach2002-09-242-0/+5
* configure fails (autoconf 2.52) if aclocal.m4 located in directory above sour...Ezra Peisach2002-09-232-1/+7
* * admin.texinfo, dnssrv.texinfo: Documented config file variables and SRVKen Raeburn2002-09-203-7/+42
* * Makefile: made the list of manpages a variableJen Selby2002-09-2014-806/+1473
* * port-sockets.h: Include sys/filio.h if availableKen Raeburn2002-09-192-0/+7
* updated dependenciesKen Raeburn2002-09-191-2/+3
* * network.c: Include sys/filio.h if availableKen Raeburn2002-09-192-0/+6
* update commentsKen Raeburn2002-09-191-1/+1
* Put back in the V5_OUTPUT_MAKEFILE. Revert the config.status invocationEzra Peisach2002-09-194-1/+20
* Add TCP support to the KDC, turned off by default, and using separateKen Raeburn2002-09-194-145/+864
* * sendto_kdc.c (krb5int_cm_call_select): If timeout value has tv_sec==0, treatKen Raeburn2002-09-192-14/+28
* Use AC_CONFIG_FILES for each Makefile generated instead of passingEzra Peisach2002-09-194-22/+32
* * post.in ($(srcdir)/$(thisconfigdir)/configure): Delete autom4te.cache direc...Ken Raeburn2002-09-192-0/+7
* * aclocal.m4 (KRB5_AC_CHOOSE_SS): Check that the indicated system ss packageKen Raeburn2002-09-192-0/+24
* * main.c (DEFAULT_KDC_PORTLIST): Define as DEFAULT_KDC_UDP_PORTLISTKen Raeburn2002-09-192-0/+6
* update dependenciesKen Raeburn2002-09-181-1/+1
* Support reading a list of TCP port numbers from the KDC config file; defaultKen Raeburn2002-09-187-2/+27
* protoizeKen Raeburn2002-09-182-32/+12
* * client_init.c (_kadm5_init_any): If creating a new ccache, put it in memoryKen Raeburn2002-09-182-0/+14
* * sendto_kdc.c: Include cm.h.Ken Raeburn2002-09-182-48/+87
* * cm.h: New fileKen Raeburn2002-09-182-0/+41
* * configure.in: Check for sys/filio.hKen Raeburn2002-09-182-1/+5
* * krb.h: Add extern "C" markers in case a C++ compiler is usedKen Raeburn2002-09-182-0/+12
* Return errno not retval from getpeername failureSam Hartman2002-09-172-1/+6
* * lib/helpers.exp (setup_database): Use "!=" instead of "ne" for string compa...Ken Raeburn2002-09-162-1/+6
* * kerberos_v4.c (check_princ): Call strftime() with correct numberTom Yu2002-09-152-1/+7
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Set TCL_LIBPATH andTom Yu2002-09-152-2/+7
* * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, andTom Yu2002-09-152-3/+15
* * api.0/chpass-principal.exp:Tom Yu2002-09-1534-836/+882
* * kerberos_v4.c: Always include stdarg.h, not varargs.h.Ken Raeburn2002-09-152-44/+14
* * Makefile.in (rcp): Fix typo in 06-25 changeKen Raeburn2002-09-152-1/+5
* * sendto_kdc.c (service_fds): Fix bug in last change.Ken Raeburn2002-09-142-30/+36
* * sendto_kdc.c (struct conn_state): Add new function pointer field 'service'Ken Raeburn2002-09-142-44/+41
* Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" andKen Raeburn2002-09-148-28/+47
* Delete old placeholders for framework support; implement it anew soon,Ken Raeburn2002-09-146-55/+25
* copyrightKen Raeburn2002-09-131-0/+3
* --with-system-db infoKen Raeburn2002-09-131-9/+11
* update dependenciesKen Raeburn2002-09-133-28/+16
* Don't do 'make depend' if we're not using the in-tree versions of et,ss,dbKen Raeburn2002-09-132-2/+29
* Permit building against either the in-tree version of db2 or a system versionKen Raeburn2002-09-138-6/+53