summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid memory leaks on errorHEADmasterSimo Sorce2014-07-101-1/+3
* make dependGreg Hudson2014-07-087-36/+112
* Define _GNU_SOURCE for glibc extensionsGreg Hudson2014-07-081-0/+3
* Include autoconf.h before system headersGreg Hudson2014-07-08127-429/+145
* Simplify usage of strerror_rGreg Hudson2014-07-085-40/+4
* Define k5-platform.h wrapper for strerror_rGreg Hudson2014-07-086-3/+110
* Avoid using length fields in socket addressesGreg Hudson2014-07-0411-78/+0
* Don't depend on sa_len sockaddr fieldGreg Hudson2014-07-047-17/+21
* Simplify net-server.c UDP listener setupGreg Hudson2014-07-041-61/+22
* Fix build on systems without RTM_OLD*Ben Kaduk2014-07-031-0/+4
* Fix bugs in bindresvport_sa() changesTom Yu2014-07-022-2/+8
* Fix unlikely null dereference in TGS client codeNeng Xue2014-06-301-1/+3
* Use binresvport_sa when creating RPC handlesAndreas Schneider2014-06-274-27/+39
* Add a family-independent bindresvport_sa functionAndreas Schneider2014-06-273-11/+25
* Use sa_setport and sa_getport where appropriateGreg Hudson2014-06-273-42/+9
* Add socket-utils.h helpers for portsGreg Hudson2014-06-271-0/+30
* Fix KDC worker process argument parsingGreg Hudson2014-06-271-2/+4
* Add tests for invalid GSSAPI per-message tokensGreg Hudson2014-06-264-7/+458
* Handle invalid RFC 1964 tokens [CVE-2014-4341...]Greg Hudson2014-06-262-9/+41
* Load plugins with RTLD_NODELETE if possibleGreg Hudson2014-06-261-5/+14
* Fix unlikely null dereference in mk_cred()Nalin Dahyabhai2014-06-251-7/+0
* Fix error checking in PKINIT authdata creationGreg Hudson2014-06-201-20/+15
* Tidy up k5-int.h variable name constantsGreg Hudson2014-06-163-101/+102
* Remove pkinit_win2k_require_binding optionGreg Hudson2014-06-133-37/+4
* Remove PKINIT longhorn compatibility optionGreg Hudson2014-06-123-239/+45
* Simplify and fix k5_check_cert_addressGreg Hudson2014-06-121-19/+12
* Remove stub pkinit_win2k codeGreg Hudson2014-06-113-7/+0
* Add missing profile functions to libkrb5 exportsGreg Hudson2014-06-111-0/+5
* Simplify ticket retrieval from AP-REQsGreg Hudson2014-06-103-31/+31
* Add test for KDC client loggingGreg Hudson2014-06-102-0/+24
* In KDC, log client principal in bad header ticketrbasch2014-06-102-9/+18
* Do not loop on add_cred_from and other new methodsSam Hartman2014-06-051-4/+4
* Treat LDAP KrbKey salt field as optionalGreg Hudson2014-06-053-6/+21
* Always include salt in LDAP KrbKey encodingGreg Hudson2014-06-052-1/+21
* Use k5_setmsgGreg Hudson2014-06-0546-445/+360
* Define k5_setmsg internal aliasGreg Hudson2014-06-051-0/+3
* Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson2014-06-056-90/+1
* Read /etc/gss/mech if no mech.d/*.conf foundGreg Hudson2014-06-041-17/+24
* Remove stub pkinit_mapping_file codeGreg Hudson2014-06-033-7/+0
* Add tests for MS-KKDCP client supportNalin Dahyabhai2014-06-022-0/+220
* Add a simple KDC proxy test serverNalin Dahyabhai2014-06-028-0/+446
* Have k5test.py provide 'runenv' to python testsNalin Dahyabhai2014-06-021-5/+10
* Check names in the server's cert when using KKDCPNalin Dahyabhai2014-06-026-10/+355
* Load custom anchors when using KKDCPNalin Dahyabhai2014-06-023-2/+175
* HTTPS transport (Microsoft KKDCPP implementation)Nalin Dahyabhai2014-06-026-28/+471
* Dispatch-style protocol switching for transportRobbie Harwood (frozencemetery)2014-06-023-133/+171
* Add ASN.1 codec for KKDCP's KDC-PROXY-MESSAGENathaniel McCallum2014-06-0212-0/+147
* Build support for TLS used by HTTPS proxy supportRobbie Harwood (frozencemetery)2014-06-028-2/+66
* Use k5_transport(_strategy) enums for k5_sendtoRobbie Harwood (frozencemetery)2014-06-0210-122/+178
* Add helper to determine if a KDC is the masterGreg Hudson2014-06-023-64/+80