summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Some handy debugging code for gssapi errors in credential acquisition; curren...Ken Raeburn2007-07-041-0/+44
* 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
* Tell Emacs to use C mode for this fileKen Raeburn2007-07-031-1/+1
* Define a localtime_r wrapper around localtime if the system doesn'tKen Raeburn2007-06-291-7/+17
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-292-20/+23
* fix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE-2007-2443/VU#365313]Tom Yu2007-06-262-5/+8
* 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
* Remove unused macroKen Raeburn2007-05-231-3/+1
* 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-1011-36/+54
* Rewrite weak key check to use a small custom struct instead of wedgingKen Raeburn2007-05-101-10/+12
* We're requiring that 'inline' work nowadays, so don't conditionalize its useKen Raeburn2007-05-101-7/+1
* 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