summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo in krb5.conf: ldap_server should be ldap_servers, as theRuss Allbery2008-05-111-2/+2
* Move KIM implementation to the krb5 repositoryAlexandra Ellwood2008-05-0756-0/+20880
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-3010-31/+31
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-3021-51/+51
* Properly escape - in kdb5_ldap_util man pageRuss Allbery2008-04-281-55/+55
* Left-shifting all the way in signed math is undefined, use unsignedKen Raeburn2008-04-251-1/+1
* Multiple assignments without sequence points invoke undefinedKen Raeburn2008-04-251-6/+12
* Generate a large enough array to hold all the base/extension pairs.Alexandra Ellwood2008-04-251-11/+17
* Remove sched_yield usesKen Raeburn2008-04-241-56/+10
* 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 101: Fix minor bounds check errorKen Raeburn2008-03-291-1/+1
* Coverity CID 228: Possible use of uninitialized variable time_req inKen Raeburn2008-03-292-1/+30
* Protect CFBundle calls with mutexesAlexandra Ellwood2008-03-211-81/+84
* Generate ccapi.def export list from V2, V3, debug lists. It is no longer a f...Kevin Koch2008-03-204-40/+27
* Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released oneKen Raeburn2008-03-183-55/+48
* CCacheServer should track client iteratorsAlexandra Ellwood2008-03-1812-31/+279
* MITKRB5-SA-2008-002Ken Raeburn2008-03-182-2/+29
* Detect if the Vista version of ntsecapi.h is presentKevin Koch2008-03-184-2/+42
* cc_ccache_iterator_release, cc_credentials_iterator leak server memoryAlexandra Ellwood2008-03-142-0/+31
* Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch2008-03-137-347/+51
* Invalid assignment while trying to set input to NULLAlexandra Ellwood2008-03-131-1/+5
* removed unused header file inclusion CoreFoundation.hAlexandra Ellwood2008-03-131-5/+0
* Accidentally added file with wrong name. RemovedAlexandra Ellwood2008-03-121-0/+0
* Accidentally added empty file. RemovedAlexandra Ellwood2008-03-121-0/+0
* Added tests for iterators and NC info. Added test programs forAlexandra Ellwood2008-03-1231-64/+930
* Add CCAPI v2 testsAlexandra Ellwood2008-03-104-4/+1434
* Remove C warningsAlexandra Ellwood2008-03-1010-31/+31
* Removed script to run cc_context_get_version testAlexandra Ellwood2008-03-102-17/+0
* Removed tests for check_cc_context_get_versionAlexandra Ellwood2008-03-103-108/+24
* Fixed error code remappingAlexandra Ellwood2008-03-101-5/+29
* cc_remove_cred should only remove one credAlexandra Ellwood2008-03-101-8/+8
* cc_set_principal should return error on bad cred versionAlexandra Ellwood2008-03-101-0/+9
* Fix pointer cast in cc_seq_fetch_NCs_endAlexandra Ellwood2008-03-101-3/+3
* cci_cred_union_compare_to_credentials_union doesn't work for v5 credsAlexandra Ellwood2008-03-101-1/+1
* CCAPI v2 support crash when client or server strings are NULLAlexandra Ellwood2008-03-101-9/+25
* ccs_ccache_reset should check all arguments for NULLAlexandra Ellwood2008-03-101-1/+3
* Include signal.h before ftp_var.h to silence my_sig_t redefinition problemKen Raeburn2008-03-042-2/+2
* 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-042-1/+8
* lib/win/Makefile.in: AddedKevin Koch2008-02-2911-35/+268
* 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
* Remove stop-here target that stops the buildKevin Koch2008-02-191-1/+1
* Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2008-02-1922-143/+367