summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server nameKen Raeburn2007-07-041-0/+14
* In file-not-found case, report the filename soughtKen Raeburn2007-07-041-4/+17
* Remove debugging message accidentally left inKen Raeburn2007-07-041-1/+0
* Save a detailed message for FCC_NOFILE including the file nameKen Raeburn2007-07-041-2/+13
* Define a localtime_r wrapper around localtime if the system doesn'tKen Raeburn2007-06-291-7/+17
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-201-4/+0
* set svn:eol-style to native for *.[ch]Ken Raeburn2007-06-201-94/+94
* provide asprintf functionality for internal useKen Raeburn2007-06-201-3/+9
* set eol-style and mime-type propertiesKen Raeburn2007-06-191-677/+677
* krb5_walk_realm_tree leaks in capaths caseTom Yu2007-06-181-0/+3
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-312-3/+3
* don't check for readability resolving SRVTAB: keytabKen Raeburn2007-05-311-7/+0
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-2110-43/+40
* Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn2007-05-101-2/+4
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-107-65/+27
* k5-int.h, gic_opt.cJeffrey Altman2007-05-021-2/+12
* rd_req_decoded needs to deal with referral realmsSam Hartman2007-04-291-5/+21
* race condition in referrals fallbackTom Yu2007-04-251-0/+1
* Revert previous change; krb5int_cm_call_select is used by the KDC, and shouldKen Raeburn2007-04-131-7/+8
* 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