aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Simplify usage of strerror_rGreg Hudson5-40/+4
2014-07-08Define k5-platform.h wrapper for strerror_rGreg Hudson6-3/+110
2014-07-04Avoid using length fields in socket addressesGreg Hudson11-78/+0
2014-07-04Don't depend on sa_len sockaddr fieldGreg Hudson7-17/+21
2014-07-04Simplify net-server.c UDP listener setupGreg Hudson1-61/+22
2014-07-03Fix build on systems without RTM_OLD*Ben Kaduk1-0/+4
2014-07-02Fix bugs in bindresvport_sa() changesTom Yu2-2/+8
2014-06-30Fix unlikely null dereference in TGS client codeNeng Xue1-1/+3
2014-06-27Use binresvport_sa when creating RPC handlesAndreas Schneider4-27/+39
2014-06-27Add a family-independent bindresvport_sa functionAndreas Schneider3-11/+25
2014-06-27Use sa_setport and sa_getport where appropriateGreg Hudson3-42/+9
2014-06-27Add socket-utils.h helpers for portsGreg Hudson1-0/+30
2014-06-27Fix KDC worker process argument parsingGreg Hudson1-2/+4
2014-06-26Add tests for invalid GSSAPI per-message tokensGreg Hudson4-7/+458
2014-06-26Handle invalid RFC 1964 tokens [CVE-2014-4341...]Greg Hudson2-9/+41
2014-06-26Load plugins with RTLD_NODELETE if possibleGreg Hudson1-5/+14
2014-06-25Fix unlikely null dereference in mk_cred()Nalin Dahyabhai1-7/+0
2014-06-20Fix error checking in PKINIT authdata creationGreg Hudson1-20/+15
2014-06-16Tidy up k5-int.h variable name constantsGreg Hudson3-101/+102
2014-06-13Remove pkinit_win2k_require_binding optionGreg Hudson3-37/+4
2014-06-12Remove PKINIT longhorn compatibility optionGreg Hudson3-239/+45
2014-06-12Simplify and fix k5_check_cert_addressGreg Hudson1-19/+12
2014-06-11Remove stub pkinit_win2k codeGreg Hudson3-7/+0
2014-06-11Add missing profile functions to libkrb5 exportsGreg Hudson1-0/+5
2014-06-10Simplify ticket retrieval from AP-REQsGreg Hudson3-31/+31
2014-06-10Add test for KDC client loggingGreg Hudson2-0/+24
2014-06-10In KDC, log client principal in bad header ticketrbasch2-9/+18
2014-06-05Do not loop on add_cred_from and other new methodsSam Hartman1-4/+4
2014-06-05Treat LDAP KrbKey salt field as optionalGreg Hudson3-6/+21
2014-06-05Always include salt in LDAP KrbKey encodingGreg Hudson2-1/+21
2014-06-05Use k5_setmsgGreg Hudson46-445/+360
2014-06-05Define k5_setmsg internal aliasGreg Hudson1-0/+3
2014-06-05Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson6-90/+1
2014-06-04Read /etc/gss/mech if no mech.d/*.conf foundGreg Hudson1-17/+24
2014-06-03Remove stub pkinit_mapping_file codeGreg Hudson3-7/+0
2014-06-02Add tests for MS-KKDCP client supportNalin Dahyabhai2-0/+220
2014-06-02Add a simple KDC proxy test serverNalin Dahyabhai8-0/+446
2014-06-02Have k5test.py provide 'runenv' to python testsNalin Dahyabhai1-5/+10
2014-06-02Check names in the server's cert when using KKDCPNalin Dahyabhai6-10/+355
2014-06-02Load custom anchors when using KKDCPNalin Dahyabhai3-2/+175
2014-06-02HTTPS transport (Microsoft KKDCPP implementation)Nalin Dahyabhai6-28/+471
2014-06-02Dispatch-style protocol switching for transportRobbie Harwood (frozencemetery)3-133/+171
2014-06-02Add ASN.1 codec for KKDCP's KDC-PROXY-MESSAGENathaniel McCallum12-0/+147
2014-06-02Build support for TLS used by HTTPS proxy supportRobbie Harwood (frozencemetery)8-2/+66
2014-06-02Use k5_transport(_strategy) enums for k5_sendtoRobbie Harwood (frozencemetery)10-122/+178
2014-06-02Add helper to determine if a KDC is the masterGreg Hudson3-64/+80
2014-06-02Simplify sendto_kdc.cGreg Hudson1-80/+79
2014-06-01Make x-deltat.y work with bison 3Greg Hudson2-762/+629
2014-05-28Make tcl_kadm5.c work with Tcl 8.6Greg Hudson1-27/+15
2014-05-28Fix uninitialized variable bug in KEYRING ccacheGreg Hudson1-1/+1