summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ideas for passing error msg info across kadm5 apiKen Raeburn2007-01-231-0/+59
* 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
* Use move-if-changed and a timestamp file to avoid re-running commands andKen Raeburn2007-01-201-7/+10
* Don't copy headers to .../includeKen Raeburn2007-01-201-8/+1
* make dependKen Raeburn2007-01-202-11/+8
* Build krb5.h using the _err.h files from the error_tables directory, notKen Raeburn2007-01-201-10/+9
* Don't explicitly include error table headers that are also in krb5.hKen Raeburn2007-01-202-5/+0
* Mark as C source for Emacs mode selectionKen Raeburn2007-01-201-1/+1
* Move osconf input file to include directory instead of keeping it in its ownKen Raeburn2007-01-202-3/+3
* * Makefile.in (osconf.h): Use move-if-changed scriptKen Raeburn2007-01-201-3/+1
* * pre.in (MOVEIFCHANGED): New variableKen Raeburn2007-01-201-1/+2