summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore __attribute__Ken Raeburn2007-06-291-0/+5
* Check for null pointer returns when allocating storage.Ken Raeburn2007-06-283-44/+133
* Update mkstemp and export-list handling for WindowsKen Raeburn2007-06-281-3/+19
* Implement S_ISDIR from S_IFMT or _S_IFMT if necessary (e.g., on Windows)Ken Raeburn2007-06-281-0/+10
* update dependenciesKen Raeburn2007-06-201-0/+3
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-203-3/+143
* provide asprintf functionality for internal useKen Raeburn2007-06-201-8/+10
* profile stores empty string values without double quotesJeffrey Altman2007-04-251-2/+4
* krb5int_open_plugin_dirs errors out if directory does not existAlexandra Ellwood2007-04-051-10/+2
* All Windows apps were popping MessageBoxes when stderr is redirected. Consol...Kevin Koch2007-03-271-3/+11
* Generate makefiles for two static libs plus the python plugin from the top-le...Ken Raeburn2007-03-252-19/+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-1/+1
* Fix PROG_LIBPATH, and use -l instead of an explicit filename to build profile...Ken Raeburn2007-03-251-3/+3
* Zero sockaddrs in fai_add_entry() so we can compare them with memcmp()Alexandra Ellwood2007-03-191-0/+2
* Back out windows specific makefile changeSam Hartman2007-03-031-1/+1
* More existence tests; path updateKevin Koch2007-03-021-1/+1
* Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2007-03-022-1/+2
* Don't use struct in6_addr if we don't have IPv6 supportKen Raeburn2007-02-161-0/+7
* Remove unused fileKen Raeburn2007-01-201-50/+0
* Handle function names immediately preceded by "*", like "*strdup"Ken Raeburn2007-01-201-1/+1
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-1/+3
* * fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...Ken Raeburn2006-11-021-0/+4
* use strdupKen Raeburn2006-10-281-4/+2
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-185-4/+43
* Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn2006-10-151-0/+16
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-132-3/+3
* Use const pointers for error messages.Ken Raeburn2006-10-071-4/+4
* Fix AIX version of GET_HOST_BY_NAME to use TMP.ent for the result, notKen Raeburn2006-09-281-1/+1
* windows thread support frees thread local storage after TlsSetValueJeffrey Altman2006-09-211-2/+2
* Make it easier to ignore additional directories, like, oh, say, localKen Raeburn2006-09-151-3/+12
* clean up mkrel patchlevel.h editing etcTom Yu2006-08-211-2/+3
* check calling conventions specified for WindowsKen Raeburn2006-06-291-16/+28
* autoconf 2.60 compatibilityKen Raeburn2006-06-284-8/+8
* fix plugin.c to compile on WindowsJeffrey Altman2006-06-281-3/+3
* allow multiple calls to krb5_get_error_message to retrieve messageKen Raeburn2006-06-281-7/+15
* mkrel should only generate doc/CHANGES for checkoutsTom Yu2006-06-271-1/+3
* write svn log output when building releaseTom Yu2006-06-271-0/+1
* Fix krb5_get_profile to create a new profile duplicating the list ofKen Raeburn2006-06-242-0/+35
* * src/util/mkrel: Edit patchlevel.h before running reconfTom Yu2006-06-221-16/+16
* * src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCALTom Yu2006-06-221-1/+6
* *sigh*Ken Raeburn2006-06-211-3/+3
* (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: TestKen Raeburn2006-06-211-9/+11
* Revert part of previous changes: Move temporary values that don't needKen Raeburn2006-06-211-18/+23
* Revert an untested change that wasn't supposed to go into this ticketKen Raeburn2006-06-201-1/+1
* getaddrinfo code uses vars outside of storage durationKen Raeburn2006-06-202-83/+94
* * configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.Ken Raeburn2006-06-151-2/+2
* Allow whitespace in front of comments. Patch from Jeremie KoenigRuss Allbery2006-06-121-3/+3
* Missed a reference to + sizeof() vs * sizeof(). Pointed out byEzra Peisach2006-06-011-1/+1
* krb5int_get_plugin_dir_data() uses + instead of * in reallocEzra Peisach2006-06-011-1/+1