summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* valgrind detects uninitialized (but really unused) bytes in 'queue'Ken Raeburn2007-03-011-0/+6
* krb5_get_cred_from_kdc fails to null terminate the tgt listJeffrey Altman2007-03-011-0/+1
* Add intalert.h which should have been added as part of Jeffrey Altman2007-02-281-0/+136
* Windows - some apps define ssize_t as a preprocessor symbolJeffrey Altman2007-02-281-0/+3
* NIM Improved Alert Management Jeffrey Altman2007-02-2862-1582/+5069
* Unused macro NEG removedKen Raeburn2007-02-261-1/+0
* When importing a name with a valid (non-null) handle but a zeroKen Raeburn2007-02-241-1/+4
* If a reflection is detected, zap the message buffer pointer outputKen Raeburn2007-02-241-1/+4
* Initialize "loopback" field in newly allocated name structureKen Raeburn2007-02-221-0/+1
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-199-30/+23
* Conditionalize some ipv6 bitsKen Raeburn2007-02-161-1/+9
* Conditionalize more bits that might not be defined by the OSKen Raeburn2007-02-161-0/+10
* Don't use struct in6_addr if we don't have IPv6 supportKen Raeburn2007-02-161-0/+7
* rename krb5_server_decrypt_ticket_keyblock() toTom Yu2007-02-132-5/+6
* hack to permit GetEnvironmentVariable usage without requiring getenv() conver...Jeffrey Altman2007-02-121-0/+9
* In the resolve function - ensure on memory allocation error - Ezra Peisach2007-02-121-3/+6
* krb5_kt_default_name should take an unsized lengthEzra Peisach2007-02-052-6/+6
* krb5_kt_get_type should return const char *. Ezra Peisach2007-02-054-5/+5
* Add a new program to perform various tests on the WRFILE: and MEMORY: keytabsEzra Peisach2007-02-042-8/+461
* MEMORY keytab krb5_kt_get_entry sets enctype to 0 if unspecifiedEzra Peisach2007-02-041-10/+10
* MEMORY keytab does not copy keytab_entry keyblock contentsEzra Peisach2007-02-041-3/+21
* The default K4 compatibility mode is now none, not preauth. Also documentRuss Allbery2007-02-031-3/+7
* Memory leak in new memory keytabEzra Peisach2007-02-031-0/+2
* buffer overflow in krb5_kt_get_nameEzra Peisach2007-02-013-3/+3
* Use krb5.h now for kdb errors, not kdb5_err.hKen Raeburn2007-02-012-3/+3
* Don't need to initialize error tablesKen Raeburn2007-02-011-2/+0
* Don't need to register WRFILE: keytab type, it's already in the compiled-inKen Raeburn2007-02-012-17/+1
* Fix merge botches:Tom Yu2007-01-312-12/+30
* remove krb5_get_init_creds_opt_set_pkinit() for nowTom Yu2007-01-313-82/+0
* sort, remove duplicatesKen Raeburn2007-01-301-7/+1
* update def-check to look at preauth_plugin.hTom Yu2007-01-301-2/+5
* get_init_creds_opt extensibilityTom Yu2007-01-3015-101/+925
* This commit adds a thread safe MEMORY keytab implementation Jeffrey Altman2007-01-305-11/+720
* Conditionalize ssize_t declarationJeffrey Altman2007-01-301-0/+3
* The fix for the command line race conditionsJeffrey Altman2007-01-301-3/+4
* Microsoft Windows Visual Studio does not define ssize_tJeffrey Altman2007-01-301-0/+8
* KFW: 32-bit builds use the pismere krbv4w32.dll libraryJeffrey Altman2007-01-301-2/+2
* sortKen Raeburn2007-01-271-9/+9
* sortKen Raeburn2007-01-271-1/+1
* NIM Bug FixesJeffrey Altman2007-01-246-59/+186
* Add const to variable to cleanup warningsEzra Peisach2007-01-231-1/+1
* Include k5-int.h for krb5_cc_register() prototype. Remove defintion ofEzra Peisach2007-01-231-2/+1
* Change second argument to krb5_cc_register to take a const krb5_cc_ops *. MakesEzra Peisach2007-01-232-2/+3
* gss_krb5int_unseal_token_v3() - change bodysize argument to unsigned -Ezra Peisach2007-01-232-2/+3
* kt_file.c memory leak on error in krb5_kt_resolve / krb5_kt_wresolveJeffrey Altman2007-01-231-0/+2
* Include fake-addrinfo.h before krb5.h to get proper structure declarationsEzra Peisach2007-01-221-3/+4
* Only declare cc_fcc_entry if USE_KEYRING_CCACHE is not definedEzra Peisach2007-01-211-0/+3
* small fixesJeffrey Altman2007-01-202-3/+5
* Move files to their correct locationJeffrey Altman2007-01-202-0/+0
* Use intermediate target to prevent parallel invocations of 'make includes' in...Ken Raeburn2007-01-201-1/+2