aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-10/+12
2008-10-25More regression tests for ASN.1 encodersKen Raeburn1-0/+3
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson4-18/+10
2008-10-21krb5_change_set_password should free chpw_rep contentsAlexandra Ellwood1-0/+2
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson6-25/+10
2008-10-01Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood1-1/+1
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood1-5/+5
2008-09-18makedependKen Raeburn1-234/+268
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn4-8/+9
2008-08-20lean client changesZhanna Tsitkov1-2/+8
2008-08-14If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn1-2/+9
2008-08-13Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn1-45/+56
2008-08-07malloc+memset(,0,) -> callocKen Raeburn3-15/+6
2008-08-02Use load/store_32/16_be/le functionsKen Raeburn2-15/+7
2008-07-12Use all local addresses except loopback addresses, even if a non-loopbackKen Raeburn1-17/+26
2008-07-08Changes to krb5_kt_default_name changed the krb5 ABI. RevertedAlexandra Ellwood1-1/+2
2008-06-30memcpy(NULL, ptr, 0) is invalid, so don't do itKen Raeburn1-1/+2
2008-06-27misc memory leaksKen Raeburn1-2/+3
2008-06-27Don't do FD_SETSIZE check on Windows.Ken Raeburn1-1/+3
2008-06-27Fix off-by-one error in range check on file descriptor numberKen Raeburn1-1/+1
2008-06-18This patch is derived from a patch originally submitted to RTJeffrey Altman1-1/+6
2008-04-30(more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn4-7/+7
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn4-9/+9
2008-02-29Make a NUL-terminated copy of realm name before passing to a pluginTom Yu1-1/+16
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn4-2/+10
2007-10-18Reject socket fds > FD_SETSIZEKen Raeburn1-0/+6
2007-08-16make dependKen Raeburn1-234/+245
2007-08-15sprintf conversion to snprintf in r19703 introduced some signed/unsignedEzra Peisach2-4/+4
2007-08-06missing commaJeffrey Altman1-2/+3
2007-08-01Add PKINIT supportKevin Coffman1-0/+29
2007-07-27Debugged version of patch worked up with LukeKen Raeburn3-15/+67
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn7-19/+31
2007-05-21Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn5-16/+16
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-3/+2
2007-04-13Revert previous change; krb5int_cm_call_select is used by the KDC, and shouldKen Raeburn1-7/+8
2007-04-13Produce a more informative error message for KDC_UNREACH with KDC not respondingKen Raeburn1-2/+11
2007-04-13If select returns EINTR, recompute the expiration time and call it againKen Raeburn1-1/+5
2007-04-09EAI_NODATA deprecated, not always definedKen Raeburn2-2/+11
2007-04-05service location plugin returning no addresses handled incorrectlyKen Raeburn1-18/+18
2007-03-25Initialize 'now' to avoid compiler warningKen Raeburn1-0/+1
2007-03-25MAX_FORMAT_BUFFER should be type size_t to reduce warningsKen Raeburn1-1/+1
2007-03-21krb5 library uses kdc.conf when it shouldn'tKen Raeburn1-1/+1
2007-03-14* sendto_kdc.c (default_debug_handler): If writing to a log file, keepKen Raeburn1-8/+22
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach1-1/+1
2007-02-16Conditionalize some ipv6 bitsKen Raeburn1-1/+9
2007-02-12hack to permit GetEnvironmentVariable usage without requiring getenv() conver...Jeffrey Altman1-0/+9
2007-02-05krb5_kt_default_name should take an unsized lengthEzra Peisach1-5/+5
2007-01-22Include fake-addrinfo.h before krb5.h to get proper structure declarationsEzra Peisach1-3/+4
2007-01-18 In addition to setting the kpasswd port afterJeffrey Altman1-1/+3
2007-01-18 sendto_kdc.c: use of a variable index into a dynamically Jeffrey Altman1-2/+2