summaryrefslogtreecommitdiffstats
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
* Remove indent workaround in man page RST sourcesGreg Hudson2014-07-0218-230/+84
* 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-265-7/+459
* 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
* Consolidate DB option documentationGreg Hudson2014-06-183-68/+24
* Tidy up k5-int.h variable name constantsGreg Hudson2014-06-163-101/+102
* Update the kadm5.acl exampleBen Kaduk2014-06-161-16/+18
* Remove pkinit_win2k_require_binding optionGreg Hudson2014-06-134-42/+4
* Remove PKINIT longhorn compatibility optionGreg Hudson2014-06-124-242/+45
* Improve PKINIT certificate documentationGreg Hudson2014-06-122-34/+86
* Simplify and fix k5_check_cert_addressGreg Hudson2014-06-121-19/+12
* Do not document pkinit_win2kGreg Hudson2014-06-111-5/+0
* 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
* Do not document pkinit_mapping_fileGreg Hudson2014-06-031-4/+0
* 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
* Add some longer-form docs for HTTPSNalin Dahyabhai2014-06-022-0/+49
* Check names in the server's cert when using KKDCPNalin Dahyabhai2014-06-026-10/+355