summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Don't do UTF-8 bits (and include Apple headers) when just rebuilding dependen...Ken Raeburn2008-04-241-2/+2
* fix possible buffer overrun in handling generic-error returnKen Raeburn2008-04-181-2/+3
* Pull out generic array expansion code from array_append macro into aKen Raeburn2008-04-031-7/+22
* Coverity CID 220: NULL check of "buf" after dereferenceKen Raeburn2008-03-291-1/+3
* Coverity CID 46: mech_type will always have the address of anKen Raeburn2008-03-291-3/+0
* Coverity CID 47: Unreachable codeKen Raeburn2008-03-291-6/+0
* Coverity CID 91: Context is tested for null, and then unconditionallyKen Raeburn2008-03-291-1/+1
* Coverity CID 228: Possible use of uninitialized variable time_req inKen Raeburn2008-03-292-1/+30
* MITKRB5-SA-2008-002Ken Raeburn2008-03-182-2/+29
* Fix memory leak by delaying instantiation of lid until it's neededJustin Anderson2008-03-041-7/+6
* Add "-framework CoreFoundation" to crypto library link command in darwin-modeKen Raeburn2008-03-041-1/+1
* Make a NUL-terminated copy of realm name before passing to a pluginTom Yu2008-02-291-1/+16
* krb5int_arcfour_string_to_key does not support utf-8 stringsAlexandra Ellwood2008-02-261-9/+47
* fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal()Tom Yu2007-12-141-1/+1
* fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu2007-12-141-1/+0
* fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu2007-12-141-2/+1
* fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu2007-12-141-1/+1
* copy correct key for lucid context acceptor_subkeyKevin Coffman2007-12-121-1/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-2232-40/+122
* Reject socket fds > FD_SETSIZEKen Raeburn2007-10-181-0/+6
* Add enhanced error messages to new error return cases, explaining theKen Raeburn2007-10-101-0/+6
* kt_file.c: Support multiple iterators active simultaneously, using aKen Raeburn2007-10-092-18/+113
* Removed NOP line of code from krb5_fcc_next_cred()Alexandra Ellwood2007-10-031-1/+0
* Apply patch from Nalin Dahyabhai to correctly handle delegatedTom Yu2007-10-031-2/+5
* Initialize options for _alloc interface to same defaults as for _initKen Raeburn2007-10-011-1/+9
* Add static ordinals to DLL exportsJeffrey Altman2007-09-303-354/+356
* Remove the broken optimization from UnicodeToANSI() that attemptedJeffrey Altman2007-09-241-5/+3
* MSLSA krb5_cc module fails to check success of UNICODE string conversionsJeffrey Altman2007-09-241-13/+28
* In the pkinit decoders, set up things properly so that asn1buf_sync()Tom Yu2007-09-131-3/+22
* 64-bit Windows krb5int_cc_default calls to LeashJeffrey Altman2007-09-051-1/+6
* Revise patch to avoid 32-byte overflow which remained after theTom Yu2007-09-051-2/+10
* krb5_fcc_generate_new is non-functionalEzra Peisach2007-09-052-49/+104
* Rework error-mapping code to preserve status code values when returnedKen Raeburn2007-09-055-84/+179
* Support using valgrind on test programsKen Raeburn2007-09-042-1/+44
* revert accidental commit of gc_frm_kdc.cTom Yu2007-09-041-181/+20
* fix CVE-2007-4000 modify_policy vulnerabilityTom Yu2007-09-042-22/+184
* fix CVE-2007-3999 svc_auth_gss.c buffer overflowTom Yu2007-09-041-1/+1
* Bail out if encoded "ticket" doesn't decode correctly. This allowsTom Yu2007-09-041-1/+2
* GSS-API Win64 support Jeffrey Altman2007-09-021-1/+6
* Make internal functions staticKen Raeburn2007-08-311-38/+38
* Don't export file keytab implementation functionsKen Raeburn2007-08-311-20/+0
* Make ccache handle referrals better by storing both server principalTom Yu2007-08-291-3/+40
* Windows 64-bit CCAPI DLL nameJeffrey Altman2007-08-291-0/+4
* Change use of choice_pa_pk_as_rep_UNKNOWN toEzra Peisach2007-08-261-1/+1
* krb5int_free_addrlist needed tooKen Raeburn2007-08-251-0/+1
* Oops, _krb5_conf_boolean is needed by a test programKen Raeburn2007-08-251-0/+1
* Remove from export list several encode_* and decode_* symbols that areKen Raeburn2007-08-241-13/+0
* Stop exporting _krb5_* (note leading underscore) and asn1* symbolsKen Raeburn2007-08-241-158/+0
* Missed oneKen Raeburn2007-08-241-1/+0
* Remove os_get_default_config_files, and the krb5int_* functions notKen Raeburn2007-08-241-24/+0