| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | * Makefile.in (rcp): Fix typo in 06-25 change | Ken Raeburn | 2002-09-15 | 2 | -1/+5 |
| * | * sendto_kdc.c (service_fds): Fix bug in last change. | Ken Raeburn | 2002-09-14 | 2 | -30/+36 |
| * | * sendto_kdc.c (struct conn_state): Add new function pointer field 'service' | Ken Raeburn | 2002-09-14 | 2 | -44/+41 |
| * | Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" and | Ken Raeburn | 2002-09-14 | 8 | -28/+47 |
| * | Delete old placeholders for framework support; implement it anew soon, | Ken Raeburn | 2002-09-14 | 6 | -55/+25 |
| * | copyright | Ken Raeburn | 2002-09-13 | 1 | -0/+3 |
| * | update dependencies | Ken Raeburn | 2002-09-13 | 3 | -28/+16 |
| * | Don't do 'make depend' if we're not using the in-tree versions of et,ss,db | Ken Raeburn | 2002-09-13 | 2 | -2/+29 |
| * | Permit building against either the in-tree version of db2 or a system version | Ken Raeburn | 2002-09-13 | 8 | -6/+53 |
| * | * aclocal.m4 (KRB5_AC_CHOOSE_DB): New macro. | Ken Raeburn | 2002-09-13 | 2 | -0/+41 |
| * | * depfix.sed: Replace db2 headers with $(DB_DEPS) | Ken Raeburn | 2002-09-13 | 2 | -0/+5 |
| * | * kdb_db2.c (krb5_db2_db_iterate_ext): Don't call bt_rseq if HAVE_BT_RSEQ is | Ken Raeburn | 2002-09-13 | 2 | -0/+15 |
| * | * kerberos_v4.c (kerb_get_principal): Include kvno when logging failure to find | Ken Raeburn | 2002-09-13 | 2 | -5/+10 |
| * | * main.c (initialize_realms): Include replay cache name in error if it can't ... | Ken Raeburn | 2002-09-13 | 2 | -1/+7 |
| * | Don't request addresses when | Sam Hartman | 2002-09-11 | 2 | -11/+18 |
| * | * t_locate_kdc.c(main):Add new argument -m for looking up master KDC addresses | Ken Raeburn | 2002-09-11 | 2 | -2/+8 |
| * | * locate_kdc.c (get_port): Skip service name lookup, just use the supplied | Ken Raeburn | 2002-09-11 | 2 | -8/+44 |
| * | whitespace | Ken Raeburn | 2002-09-11 | 1 | -1/+3 |
| * | protoize | Ken Raeburn | 2002-09-11 | 12 | -292/+131 |
| * | update dependencies | Ken Raeburn | 2002-09-11 | 1 | -6/+6 |
| * | log for last post.in change | Ken Raeburn | 2002-09-11 | 1 | -0/+5 |
| * | * Makefile.in (LOCALINCLUDES): Don't reference et directory. | Ken Raeburn | 2002-09-11 | 2 | -10/+13 |
| * | Move all depfix2.sed generation into depgen.sed, so ".." in $(srcdir) and | Ken Raeburn | 2002-09-11 | 3 | -12/+70 |
| * | * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories in | Ken Raeburn | 2002-09-11 | 2 | -2/+8 |
| * | Try a little harder to avoid returning e-text that says "Generic error (see | Ken Raeburn | 2002-09-11 | 3 | -25/+31 |
| * | * network.c (process_packet): Call inet_ntop directly. | Ken Raeburn | 2002-09-10 | 4 | -122/+12 |
| * | use stdint.h and inttypes.h if available | Ken Raeburn | 2002-09-05 | 4 | -1/+16 |
| * | another one | Ken Raeburn | 2002-09-05 | 1 | -1/+1 |
| * | * rc_io.c (krb5_rc_io_move): Missed a variable name change | Ken Raeburn | 2002-09-05 | 2 | -1/+5 |
| * | Support SS_LIB=... at configure time | Ken Raeburn | 2002-09-03 | 4 | -2/+9 |
| * | * libobj.in (.c.so, .c.po): Put LOCALINCLUDES before CPPFLAGS | Ken Raeburn | 2002-09-03 | 2 | -2/+4 |
| * | * aclocal.m4 (KRB_INCLUDE): Put in-tree include dirs before previous contents... | Ken Raeburn | 2002-09-03 | 2 | -1/+6 |
| * | * pre.in (ALL_CFLAGS): Put LOCALINCLUDES before CPPFLAGS | Ken Raeburn | 2002-09-03 | 2 | -1/+5 |
| * | * foreachaddr.c: Include errno.h instead of declaring errno | Ken Raeburn | 2002-09-03 | 2 | -1/+3 |
| * | * fake-addrinfo.h (gaiptr, faiptr, gniptr): Delete duplicate declarations | Ken Raeburn | 2002-09-03 | 2 | -16/+5 |
| * | protoize | Ken Raeburn | 2002-09-03 | 9 | -198/+54 |