summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* pullup to trunkAlexandra Ellwood2007-08-241-2/+2
* In clean-windows, replace spaces with tabEzra Peisach2007-08-241-1/+1
* no unistd.h on WindowsJeffrey Altman2007-08-241-0/+2
* cleanup src/lib/gssapi/krb5/error_map.h on WindowsJeffrey Altman2007-08-241-0/+2
* Added errmap.h to the generate-files-mac targetAlexandra Ellwood2007-08-201-1/+1
* read_entropy_from_device on partial read will not fill bufferEzra Peisach2007-08-201-4/+6
* make dependKen Raeburn2007-08-1633-1449/+1580
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-1637-95/+596
* (krb5_gss_internal_release_oid): Always clear *minor_statusKen Raeburn2007-08-161-2/+2
* Change prototype for g_token_size to match function declaration laterEzra Peisach2007-08-161-1/+1
* compilation failure with IRIX native compilerEzra Peisach2007-08-161-1/+1
* sprintf conversion to snprintf in r19703 introduced some signed/unsignedEzra Peisach2007-08-152-4/+4
* t_ser should no longer use kdb librariesEzra Peisach2007-08-142-4/+2
* Free memory leak in do_test() from asprintf integrationEzra Peisach2007-08-141-0/+2
* remove inadvertent commit of symbols temporarily exported in Jeffrey Altman2007-08-141-9/+0
* export krb5_get_profileJeffrey Altman2007-08-111-2/+10
* Release mechtok_out in spnego_gss_init_sec_context.Tom Yu2007-08-071-0/+1
* missing commaJeffrey Altman2007-08-061-2/+3
* krb5_fcc_generate_new() doesn't work with mkstemp()Tom Yu2007-08-041-46/+44
* Based on Apple's patch, during the referrals loop, check to see if theTom Yu2007-08-031-65/+95