summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid memory leaks on errorHEADmasterSimo Sorce2014-07-101-1/+3
* make dependGreg Hudson2014-07-083-24/+68
* Include autoconf.h before system headersGreg Hudson2014-07-0847-129/+38
* Simplify usage of strerror_rGreg Hudson2014-07-081-7/+2
* Avoid using length fields in socket addressesGreg Hudson2014-07-047-45/+0
* Don't depend on sa_len sockaddr fieldGreg Hudson2014-07-045-8/+8
* 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-271-11/+23
* Use sa_setport and sa_getport where appropriateGreg Hudson2014-06-272-33/+7
* Add tests for invalid GSSAPI per-message tokensGreg Hudson2014-06-261-0/+1
* Handle invalid RFC 1964 tokens [CVE-2014-4341...]Greg Hudson2014-06-262-9/+41
* Fix unlikely null dereference in mk_cred()Nalin Dahyabhai2014-06-251-7/+0
* Simplify and fix k5_check_cert_addressGreg Hudson2014-06-121-19/+12
* Add missing profile functions to libkrb5 exportsGreg Hudson2014-06-111-0/+5
* Simplify ticket retrieval from AP-REQsGreg Hudson2014-06-102-5/+9
* In KDC, log client principal in bad header ticketrbasch2014-06-101-7/+0
* 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-051-3/+16
* Use k5_setmsgGreg Hudson2014-06-0530-286/+235
* Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson2014-06-052-26/+0
* Read /etc/gss/mech if no mech.d/*.conf foundGreg Hudson2014-06-041-17/+24
* Check names in the server's cert when using KKDCPNalin Dahyabhai2014-06-025-10/+350
* Load custom anchors when using KKDCPNalin Dahyabhai2014-06-021-2/+167
* HTTPS transport (Microsoft KKDCPP implementation)Nalin Dahyabhai2014-06-025-28/+458
* 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-023-0/+27
* Build support for TLS used by HTTPS proxy supportRobbie Harwood (frozencemetery)2014-06-025-2/+20
* 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
* Simplify sendto_kdc.cGreg Hudson2014-06-021-80/+79
* Make x-deltat.y work with bison 3Greg Hudson2014-06-012-762/+629
* Fix uninitialized variable bug in KEYRING ccacheGreg Hudson2014-05-281-1/+1
* Improve pointer hygiene around gss_display_nameGreg Hudson2014-05-242-3/+7
* Fix fencepost error in krad timeout handlerGreg Hudson2014-05-241-1/+1
* Load mechglue config files from /etc/gss/mech.dGünther Deschner2014-05-221-11/+54
* Remove dead code from the mechglue initializationGünther Deschner2014-05-221-27/+0
* Add tests for krb5int_c_combine_keysGreg Hudson2014-05-213-3/+98
* Fix krb5int_c_combine_keysKen Hornstein2014-05-211-0/+1
* Fix t_marshal on big-endian platformsGreg Hudson2014-05-191-6/+12
* Use cred marshalling functions in cc_keyring.cGreg Hudson2014-05-171-1039/+56
* Use cred marshalling functions in cc_file.cGreg Hudson2014-05-171-653/+170
* Modernize cc_file.c and cc_keyring.cGreg Hudson2014-05-172-2348/+1665
* Add ccache marshalling testsGreg Hudson2014-05-173-2/+413
* Add cred marshalling functionsGreg Hudson2014-05-173-0/+495
* Modernize rd_cred.cGreg Hudson2014-05-171-188/+138
* Allow GSS mechs to force mechlistMIC in SPNEGOSimo Sorce2014-05-081-0/+37