summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Produce a more informative error message for KDC_UNREACH with KDC not respondingKen Raeburn2007-04-131-2/+11
* Provide more detailed error message for 'client not found in kdb'Ken Raeburn2007-04-131-0/+17
* If select returns EINTR, recompute the expiration time and call it againKen Raeburn2007-04-131-1/+5
* EAI_NODATA deprecated, not always definedKen Raeburn2007-04-092-2/+11
* service location plugin returning no addresses handled incorrectlyKen Raeburn2007-04-051-18/+18
* Remove unused scc_default_format field from krb5_contextKen Raeburn2007-03-262-13/+0
* Initialize 'now' to avoid compiler warningKen Raeburn2007-03-251-0/+1
* MAX_FORMAT_BUFFER should be type size_t to reduce warningsKen Raeburn2007-03-251-1/+1
* Adjust type of 'stable' in krb5_register_serializer to reduce warningsKen Raeburn2007-03-251-4/+4
* Change strnchr sought value to int to match passed valueKen Raeburn2007-03-251-1/+1
* Initialize values to avoid 'possibly uninitialized' compiler warningsKen Raeburn2007-03-251-2/+2
* Convert keyblock or padata types to krb5_data without compiler warnings.Ken Raeburn2007-03-253-7/+33
* Use memset to silence some 'may be used uninitialized' warningsKen Raeburn2007-03-252-0/+2
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-2513-36/+74
* krb5 library uses kdc.conf when it shouldn'tKen Raeburn2007-03-211-1/+1
* Enable Vista support for MSLSAJeffrey Altman2007-03-201-9/+99
* * include/k5-platform.h: Add load_{16,32,64}_n for loading values fromKen Raeburn2007-03-141-2/+15
* * sendto_kdc.c (default_debug_handler): If writing to a log file, keepKen Raeburn2007-03-141-8/+22
* update dependenciesKen Raeburn2007-03-022-3/+8
* krb5_get_cred_from_kdc fails to null terminate the tgt listJeffrey Altman2007-03-011-0/+1
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-195-24/+17
* Conditionalize some ipv6 bitsKen Raeburn2007-02-161-1/+9
* rename krb5_server_decrypt_ticket_keyblock() toTom Yu2007-02-131-4/+5
* 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-051-5/+5
* krb5_kt_get_type should return const char *. Ezra Peisach2007-02-052-2/+2
* 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
* Memory leak in new memory keytabEzra Peisach2007-02-031-0/+2
* buffer overflow in krb5_kt_get_nameEzra Peisach2007-02-013-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-011-7/+1
* Fix merge botches:Tom Yu2007-01-312-12/+30
* remove krb5_get_init_creds_opt_set_pkinit() for nowTom Yu2007-01-312-64/+0
* sort, remove duplicatesKen Raeburn2007-01-301-7/+1
* get_init_creds_opt extensibilityTom Yu2007-01-306-63/+585
* This commit adds a thread safe MEMORY keytab implementation Jeffrey Altman2007-01-305-11/+720
* sortKen Raeburn2007-01-271-9/+9
* 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-231-1/+2
* 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
* Don't copy headers to .../includeKen Raeburn2007-01-201-8/+1
* make dependKen Raeburn2007-01-202-11/+8
* Don't explicitly include error table headers that are also in krb5.hKen Raeburn2007-01-202-5/+0
* Delete t_cccursor on cleanup. Add t_cc and t_cccursor to dependenciesKen Raeburn2007-01-201-1/+11