summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* For Irix - determine if using gcc and gnu ld - set compiler flags properlyEzra Peisach2006-10-231-1/+7
* osf1 -oldstyle_liblookup typoEzra Peisach2006-10-221-1/+1
* Delete src/lib/ccapi.Sam Hartman2006-10-2160-14200/+0
* enabling LDAP mix-in support for kdb5_util loadWill Fiveash2006-10-218-59/+238
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-185-4/+43
* Memory leak fixes on exitEzra Peisach2006-10-182-1/+8
* Free allocated memory when no longer usedEzra Peisach2006-10-181-0/+3
* Invoke krb5_free_principal to remove memory leakEzra Peisach2006-10-181-0/+1
* Call freeaddrinfo at end - memory leakEzra Peisach2006-10-181-0/+1
* Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach2006-10-181-5/+5
* Unsigned/signed warning fixEzra Peisach2006-10-181-1/+1
* Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach2006-10-165-1/+5
* Include string.h for memcmp prototypeEzra Peisach2006-10-161-0/+1
* Include time.h for time() prototypeEzra Peisach2006-10-161-0/+1
* Add prototype for krb5int_init_context_kdcEzra Peisach2006-10-161-0/+2
* Add prototype for krb5_aprof_get_booleanEzra Peisach2006-10-161-0/+2
* Tag krb5_rc_dfl_init_locked as static - not used outside fileEzra Peisach2006-10-161-1/+1
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-156-3/+13
* fix typo in make var refKen Raeburn2006-10-151-1/+1
* Cleanup unused variable warning during make checkEzra Peisach2006-10-151-1/+0
* Remove all unused variable warnings from treeEzra Peisach2006-10-156-8/+9
* typoKen Raeburn2006-10-151-1/+1
* Pass VALGRIND in to runtest. When it's set, redefine spawn to use it forKen Raeburn2006-10-152-2/+41
* Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn2006-10-151-0/+16
* Define VALGRIND1 as an invocation of valgrind that could be used for VALGRINDKen Raeburn2006-10-151-1/+5
* Zap automatic structures before filling inKen Raeburn2006-10-151-394/+396
* Clear req_st buffer before filling it inKen Raeburn2006-10-151-0/+4
* Initialize some values before use, silence some warningsKen Raeburn2006-10-151-1/+3
* Fix logic bug in string allocationKen Raeburn2006-10-151-1/+1
* Use memmove for overlapping regionsKen Raeburn2006-10-152-27/+29
* Free v4mode when done with itKen Raeburn2006-10-141-0/+1
* Don't strncpy a string to itselfKen Raeburn2006-10-141-1/+2
* Call fileno and krb5_lock_file before calling fclose, rather than after.Ken Raeburn2006-10-141-2/+6
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-1326-73/+69
* Always zap newly allocated pages, intead of conditional on PURIFY.Ken Raeburn2006-10-132-2/+2
* Use 'const' with krb5_get_error_messageKen Raeburn2006-10-132-8/+8
* Eliminate some warnings: missing "const", unused variables, successKen Raeburn2006-10-131-7/+5
* * preauth_plugin.h: Don't use an enum in a public apiSam Hartman2006-10-132-11/+11
* Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h inEzra Peisach2006-10-132-2/+3
* Patch to split client plugin from server pluginSam Hartman2006-10-137-123/+141
* (krb5_db2_db_init): When creating a temporary database, use the suffixKen Raeburn2006-10-121-1/+2
* Add a policy to the database, then after the dump and restore, checkKen Raeburn2006-10-121-0/+31
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-124-31/+91
* more debugging printfs for nightly testingKen Raeburn2006-10-121-0/+6
* (add_to_transited): Change the current logic to keep all array referencesKen Raeburn2006-10-121-15/+25
* some (more) debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+5
* some debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+6
* skip over verbose (protocol trace) debugging outputKen Raeburn2006-10-111-0/+4
* Add bounds-checking assertions before automatic array referenceKen Raeburn2006-10-111-0/+2
* Keep just 10/6 version of schema filesKen Raeburn2006-10-104-1935/+429