summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* * aclocal.m4 (KRB5_AC_CHOOSE_DB): New macro.Ken Raeburn2002-09-132-0/+41
* * depfix.sed: Replace db2 headers with $(DB_DEPS)Ken Raeburn2002-09-132-0/+5
* * kdb_db2.c (krb5_db2_db_iterate_ext): Don't call bt_rseq if HAVE_BT_RSEQ isKen Raeburn2002-09-132-0/+15
* * kerberos_v4.c (kerb_get_principal): Include kvno when logging failure to findKen Raeburn2002-09-132-5/+10
* * main.c (initialize_realms): Include replay cache name in error if it can't ...Ken Raeburn2002-09-132-1/+7
* Don't request addresses whenSam Hartman2002-09-112-11/+18
* * t_locate_kdc.c(main):Add new argument -m for looking up master KDC addressesKen Raeburn2002-09-112-2/+8
* * locate_kdc.c (get_port): Skip service name lookup, just use the suppliedKen Raeburn2002-09-112-8/+44
* whitespaceKen Raeburn2002-09-111-1/+3
* protoizeKen Raeburn2002-09-1112-292/+131
* update dependenciesKen Raeburn2002-09-111-6/+6
* log for last post.in changeKen Raeburn2002-09-111-0/+5
* * Makefile.in (LOCALINCLUDES): Don't reference et directory.Ken Raeburn2002-09-112-10/+13
* Move all depfix2.sed generation into depgen.sed, so ".." in $(srcdir) andKen Raeburn2002-09-113-12/+70
* * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories inKen Raeburn2002-09-112-2/+8
* Try a little harder to avoid returning e-text that says "Generic error (seeKen Raeburn2002-09-113-25/+31
* * network.c (process_packet): Call inet_ntop directly.Ken Raeburn2002-09-104-122/+12
* use stdint.h and inttypes.h if availableKen Raeburn2002-09-054-1/+16
* another oneKen Raeburn2002-09-051-1/+1
* * rc_io.c (krb5_rc_io_move): Missed a variable name changeKen Raeburn2002-09-052-1/+5
* Support SS_LIB=... at configure timeKen Raeburn2002-09-034-2/+9
* * libobj.in (.c.so, .c.po): Put LOCALINCLUDES before CPPFLAGSKen Raeburn2002-09-032-2/+4
* * aclocal.m4 (KRB_INCLUDE): Put in-tree include dirs before previous contents...Ken Raeburn2002-09-032-1/+6
* * pre.in (ALL_CFLAGS): Put LOCALINCLUDES before CPPFLAGSKen Raeburn2002-09-032-1/+5
* * foreachaddr.c: Include errno.h instead of declaring errnoKen Raeburn2002-09-032-1/+3
* * fake-addrinfo.h (gaiptr, faiptr, gniptr): Delete duplicate declarationsKen Raeburn2002-09-032-16/+5
* protoizeKen Raeburn2002-09-039-198/+54