summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Use new comparison inline fnKen Raeburn2007-05-101-3/+2
* 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
* Add the new kadm5srv function krb5_get_principal_keys to the export listRuss Allbery2007-04-161-0/+1
* Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery2007-04-162-0/+65
* 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
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-031-3/+7
* 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
* Generate makefiles for two static libs plus the python plugin from the top-le...Ken Raeburn2007-03-252-8/+2
* Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn2007-03-251-1/+1
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-251-0/+1
* Store a little more detail for unknown enctype errorKen Raeburn2007-03-251-1/+5
* 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
* On unload, free up g_mechSet and g_mechListKen Raeburn2007-03-021-7/+33
* update dependenciesKen Raeburn2007-03-022-3/+8
* Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2007-03-021-1/+2
* 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
* 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-198-29/+22
* 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-053-4/+4
* 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