aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-09pull up r18781 from trunkTom Yu1-3/+0
2006-11-08pull up r18767 from trunkTom Yu14-300/+426
2006-11-08pull up r18764 from trunkTom Yu1-6/+4
2006-11-08pull up r18754 from trunkTom Yu11-299/+435
2006-11-08pull up r18763 from trunkTom Yu1-0/+1
2006-11-08pull up r18762 from trunkTom Yu1-1/+1
2006-11-08pull up r18750 from trunkTom Yu15-369/+600
2006-11-08pull up r18751 from trunkTom Yu1-2/+4
2006-11-08pull up r18748 from trunkTom Yu1-5/+5
2006-11-07Pullup from trunk to 1.6 branchAlexandra Ellwood2-3/+3
2006-10-27patchlevel.h for krb5-1.6 branchTom Yu1-1/+1
2006-10-27branch krb5-1.6Tom Yu0-0/+0
2006-10-27more copyright fixes pre-1.6Tom Yu3-71/+86
2006-10-27Synchronise copyright notices. Preliminary update of README for 1.6Tom Yu2-187/+414
2006-10-23fix krb5_ldap_iterate to handle NULL match_expr and open_db_and_mkey to use K...Will Fiveash2-1/+8
2006-10-23fix invalid access found by valgrindKevin Coffman1-1/+1
2006-10-23Avoid segfault in krb5_do_preauth_tryagainKevin Coffman1-1/+1
2006-10-23For Irix - determine if using gcc and gnu ld - set compiler flags properlyEzra Peisach1-1/+7
2006-10-22osf1 -oldstyle_liblookup typoEzra Peisach1-1/+1
2006-10-21Delete src/lib/ccapi.Sam Hartman60-14200/+0
2006-10-21Update protocol rfcs to the versions we actually implementSam Hartman8-6461/+13569
2006-10-21enabling LDAP mix-in support for kdb5_util loadWill Fiveash8-59/+238
2006-10-18Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach5-4/+43
2006-10-18Memory leak fixes on exitEzra Peisach2-1/+8
2006-10-18Free allocated memory when no longer usedEzra Peisach1-0/+3
2006-10-18Invoke krb5_free_principal to remove memory leakEzra Peisach1-0/+1
2006-10-18Call freeaddrinfo at end - memory leakEzra Peisach1-0/+1
2006-10-18Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach1-5/+5
2006-10-18Unsigned/signed warning fixEzra Peisach1-1/+1
2006-10-16Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach5-1/+5
2006-10-16Include string.h for memcmp prototypeEzra Peisach1-0/+1
2006-10-16Include time.h for time() prototypeEzra Peisach1-0/+1
2006-10-16Add prototype for krb5int_init_context_kdcEzra Peisach1-0/+2
2006-10-16Add prototype for krb5_aprof_get_booleanEzra Peisach1-0/+2
2006-10-16Tag krb5_rc_dfl_init_locked as static - not used outside fileEzra Peisach1-1/+1
2006-10-15Cleanup some warnings on missing prototypesEzra Peisach6-3/+13
2006-10-15fix typo in make var refKen Raeburn1-1/+1
2006-10-15Cleanup unused variable warning during make checkEzra Peisach1-1/+0
2006-10-15Remove all unused variable warnings from treeEzra Peisach6-8/+9
2006-10-15typoKen Raeburn1-1/+1
2006-10-15Pass VALGRIND in to runtest. When it's set, redefine spawn to use it forKen Raeburn2-2/+41
2006-10-15Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn1-0/+16
2006-10-15Define VALGRIND1 as an invocation of valgrind that could be used for VALGRINDKen Raeburn1-1/+5
2006-10-15Zap automatic structures before filling inKen Raeburn1-394/+396
2006-10-15Clear req_st buffer before filling it inKen Raeburn1-0/+4
2006-10-15Initialize some values before use, silence some warningsKen Raeburn1-1/+3
2006-10-15Fix logic bug in string allocationKen Raeburn1-1/+1
2006-10-15Use memmove for overlapping regionsKen Raeburn2-27/+29
2006-10-14Free v4mode when done with itKen Raeburn1-0/+1
2006-10-14Don't strncpy a string to itselfKen Raeburn1-1/+2