aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Add documentation for DNS URI lookupsMatt Rogers4-5/+62
2016-09-19Add configuration option for URI lookupsMatt Rogers2-1/+15
2016-09-19Style fixes for locate_kdc.c and dnssrv.cMatt Rogers2-33/+38
2016-09-19Constify function parameters in locate_kdc.cMatt Rogers1-7/+8
2016-09-19Enable KDC discovery through DNS URI recordsMatt Rogers2-6/+183
2016-09-19Add DNS URI query functionMatt Rogers2-49/+125
2016-09-19Add a master flag to struct server_entryMatt Rogers2-3/+10
2016-09-16Remove more non-DFSG documentationTom Yu3-429/+0
2016-09-09Stop generating doc/CHANGESTom Yu1-3/+0
2016-09-08Update config.guess, config.subTom Yu2-256/+195
2016-09-08Clean up libdb2 warningsTom Yu12-56/+63
2016-09-08Test bt_split.c unaligned accessTom Yu1-2/+24
2016-09-08Fix unaligned accesses in bt_split.cTom Yu1-6/+12
2016-09-08Fix bt_debug.c unaligned accesses and formatsTom Yu1-28/+39
2016-09-08Use krb5_db_register_keytab() in kinit, kadmindAndreas Schneider2-3/+3
2016-09-08Add krb5_db_register_keytab()Andreas Schneider3-0/+14
2016-09-07Fix build with -O3 on ppc64elBen Kaduk2-0/+3
2016-09-07Remove meaningless checks decoding DB2 principalsGreg Hudson1-4/+2
2016-09-06Consolidate sn2princ_realm() in kprop and kpropdGreg Hudson4-65/+43
2016-09-06Rename kprop_sock.c to kprop_util.cGreg Hudson3-7/+7
2016-09-06Fix directory changes to use explicit subshellsRobbie Harwood6-11/+11
2016-08-29Avoid byte-swap cache corruption in libdb2Tom Yu2-0/+9
2016-08-29Add known file test case for btree byte swapTom Yu5-3/+162
2016-08-29Fix btree byte swapping for overflow dataTom Yu1-6/+9
2016-08-29Test btree unaligned byte swappingTom Yu1-2/+34
2016-08-29Avoid unaligned access in btree byte swappingTom Yu1-8/+14
2016-08-29Fix thread support for Solaris and simplifyGreg Hudson2-40/+40
2016-08-29Improve checking of decoded DB2 principal valuesGreg Hudson1-14/+25
2016-08-28Fix check-pytests-noTom Yu1-0/+1
2016-08-27Guess Samba client mutual flag using ap_optionsAndreas Schneider1-1/+4
2016-08-25Remove outdated TeX documentation from doc/apiRobbie Harwood17-4513/+0
2016-08-25Fix leak in krb5_server_decrypt_ticket_keytab()Seemant Choudhary1-1/+3
2016-08-25Remove svcauth_gss_credsGreg Hudson3-4/+0
2016-08-25Fix GSSRPC server credential memory leakGreg Hudson1-26/+14
2016-08-24Convert k5-thread macros to functionsSarah Day3-21/+117
2016-08-24Use krb5_expand_hostname() to get admin serviceGreg Hudson1-15/+7
2016-08-24Use krb5_expand_hostname() when creating KDBGreg Hudson1-36/+7
2016-08-24Add krb5_expand_hostname() APIGreg Hudson6-21/+38
2016-08-22Test the minclasses policy field in LDAPSarah Day1-0/+9
2016-08-19Remove "XXX" from KRB5_CC_IO error descriptionRobbie Harwood1-1/+1
2016-08-19Bump copyright years in src/prototypeTom Yu2-2/+2
2016-08-18Fix SPNEGO imported cred initializationGreg Hudson1-8/+5
2016-08-18Add another AD-SIGNTICKET corner case testGreg Hudson4-9/+115
2016-08-18Output last command info on k5test failuresGreg Hudson1-5/+16
2016-08-18Refactor AS reply decryption code in get_in_tkt.cGreg Hudson1-73/+95
2016-08-18Use responder for non-preauth AS requestsGreg Hudson2-1/+28
2016-08-16Restore recursive dump functionalityTom Yu4-11/+29
2016-08-16Handle errors from curs_init in db2 back endTom Yu1-0/+2
2016-08-16Recursive btree traversal test caseTom Yu2-9/+118
2016-08-16Add bttest unlink page commandTom Yu4-6/+94