aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn4-3/+10
2007-10-20Don't leak fd on fork errorKen Raeburn1-0/+1
2007-10-01remove error tables by pointer Jeffrey Altman1-3/+3
2007-10-01def-check.pl needs to ignore ordinals in .def fileKen Raeburn1-0/+1
2007-09-26profile library memory leaks introduced when malloc returns 0Ezra Peisach3-2/+7
2007-09-22stdint.h should only be accessed if HAVE_STDINT_H definedJeffrey Altman1-1/+3
2007-09-19Ignore dependency lines beginning with '#' to deal with gccTom Yu1-0/+1
2007-09-04Bidirectional map template codeKen Raeburn1-0/+194
2007-09-04Fix bug in clearing of new storageKen Raeburn1-1/+2
2007-08-27Ignore KRB5_ATTR_DEPRECATEDKen Raeburn1-0/+1
2007-08-16remap mechanism-specific status codes in mechglue/spnegoKen Raeburn5-0/+547
2007-08-01Don't define vsnprintf for Windows hereKen Raeburn1-6/+0
2007-07-12Avoid unchecked sprintf in some more support codeKen Raeburn1-2/+3
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn3-29/+22
2007-07-10make dependKen Raeburn1-23/+37
2007-07-04Add a note at the start of the output reminding the reader that it's a genera...Ken Raeburn1-0/+7
2007-07-04Perl code for generating "map" routines from a common template withKen Raeburn2-0/+178
2007-07-02Include k5-platform.hKen Raeburn1-0/+2
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn2-3/+15
2007-06-29Ignore __attribute__Ken Raeburn1-0/+5
2007-06-28Check for null pointer returns when allocating storage.Ken Raeburn3-44/+133
2007-06-28Update mkstemp and export-list handling for WindowsKen Raeburn1-3/+19
2007-06-28Implement S_ISDIR from S_IFMT or _S_IFMT if necessary (e.g., on Windows)Ken Raeburn1-0/+10
2007-06-20update dependenciesKen Raeburn1-0/+3
2007-06-20Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn3-3/+143
2007-06-20provide asprintf functionality for internal useKen Raeburn1-8/+10
2007-04-25profile stores empty string values without double quotesJeffrey Altman1-2/+4
2007-04-05krb5int_open_plugin_dirs errors out if directory does not existAlexandra Ellwood1-10/+2
2007-03-27All Windows apps were popping MessageBoxes when stderr is redirected. Consol...Kevin Koch1-3/+11
2007-03-25Generate makefiles for two static libs plus the python plugin from the top-le...Ken Raeburn2-19/+2
2007-03-25Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn1-1/+1
2007-03-25Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn1-1/+1
2007-03-25Fix PROG_LIBPATH, and use -l instead of an explicit filename to build profile...Ken Raeburn1-3/+3
2007-03-19Zero sockaddrs in fai_add_entry() so we can compare them with memcmp()Alexandra Ellwood1-0/+2
2007-03-03Back out windows specific makefile changeSam Hartman1-1/+1
2007-03-02More existence tests; path updateKevin Koch1-1/+1
2007-03-02Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2-1/+2
2007-02-16Don't use struct in6_addr if we don't have IPv6 supportKen Raeburn1-0/+7
2007-01-20Remove unused fileKen Raeburn1-50/+0
2007-01-20Handle function names immediately preceded by "*", like "*strdup"Ken Raeburn1-1/+1
2006-12-07 Modifications to support the generation and embedding Jeffrey Altman1-1/+3
2006-11-02* fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...Ken Raeburn1-0/+4
2006-10-28use strdupKen Raeburn1-4/+2
2006-10-18Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach5-4/+43
2006-10-15Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn1-0/+16
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2-3/+3
2006-10-07Use const pointers for error messages.Ken Raeburn1-4/+4
2006-09-28Fix AIX version of GET_HOST_BY_NAME to use TMP.ent for the result, notKen Raeburn1-1/+1
2006-09-21windows thread support frees thread local storage after TlsSetValueJeffrey Altman1-2/+2
2006-09-15Make it easier to ignore additional directories, like, oh, say, localKen Raeburn1-3/+12