krb5.git
2008-11-05 Ken RaeburnOnly look for IPv4 addresses for the kpasswd server...
2008-11-05 Greg HudsonRename krb5int_buf_cstr to krb5int_buf_data, since...
2008-11-05 Greg HudsonAdd more svn:ignore entries for generated files
2008-11-05 Greg HudsonConvert many uses of strcpy/strcat (and sometimes sprin...
2008-11-05 Greg HudsonReplace strcpy/strcat/sprintf uses in a couple of sampl...
2008-11-04 Ken RaeburnCheck in Nalin's patch, and a test case for changing...
2008-11-04 Ken RaeburnDon't build dependencies for fakeka.c
2008-11-04 Ken RaeburnDon't build dependencies for v4rcp.c.
2008-11-03 Alexandra EllwoodAdd _with_password credential acquisition functions...
2008-11-03 Alexandra EllwoodBIND_8_COMPAT no longer needed in Leopard
2008-11-03 Greg HudsonApply Apple patch to null out key->contents after freei...
2008-11-03 Ken RaeburnFix conditionals from last change
2008-11-03 Ken RaeburnMaybe include printf.o in t_k5buf build
2008-11-03 Greg HudsonApply a patch from Apple to correct a few memory leaks
2008-11-03 Ken RaeburnIf we're not making asn1buf_insert_octet an inline...
2008-11-03 Greg HudsonApply an adapted Sun patch to fix error string leaks...
2008-10-31 Justin AndersonKerberosAgent bindings causing crashes
2008-10-31 Alexandra EllwoodNo . at end of strings
2008-10-31 Greg HudsonAdd a few safeties to the k5buf code, to make static...
2008-10-31 Alexandra EllwoodAvoid duplicate identical dialogs in KIM
2008-10-30 Greg HudsonUse the k5buf module instead of strcpy/strcat in severa...
2008-10-29 Justin AndersonKerberosAgent now saves successfully authenticated...
2008-10-29 Justin AndersonClear auth prompt on success or cancel. Leave change...
2008-10-29 Alexandra EllwoodRemoved unnecessary code that was resetting options...
2008-10-29 Alexandra EllwoodOnly prompt automatically from GUI apps
2008-10-29 Alexandra EllwoodRemove saved password if it fails to get tickets
2008-10-29 Justin AndersonKerberosAgent hangs changing pw for passwordless identities
2008-10-28 Ezra PeisachCleanup memory leaks in test program for dynamically...
2008-10-28 Greg HudsonUpdate the exports file for krb5int_buf_add_fmt
2008-10-28 Greg HudsonIn the k5buf module, add a function to append formatted...
2008-10-28 Greg HudsonThe last change to plugins.c erroneously passes a size_...
2008-10-28 Greg HudsonEliminate use of strcpy/strcat/sprintf in wconfig.c...
2008-10-28 Greg HudsonAdd the k5buf string module to libkrb5support
2008-10-28 Ezra PeisachUnsigned/signed warnings cleanup
2008-10-27 Alexandra Ellwoodlocalize format strings, not final error string
2008-10-27 Ezra PeisachRemove empty declaration of struct _krb5_kt_ops after...
2008-10-27 Ezra Peisachsigned vs. unsigned warnings cleanup
2008-10-27 Ezra PeisachRemove kproplog on make clean
2008-10-25 Ken Raeburnpartial rewrite of the ASN.1 encoders
2008-10-25 Ken RaeburnMore regression tests for ASN.1 encoders
2008-10-24 Alexandra Ellwoodkrb5_build_principal_ext walks off beginning of array
2008-10-24 Greg HudsonUse strlcpy instead of strcpy in many places
2008-10-24 Alexandra Ellwoodkrb5_build_principal_va does not allocate krb5_principal
2008-10-24 Alexandra EllwoodAdd test for kim_identity_create_from_components
2008-10-24 Greg HudsonAdd build system support for strlcpy and strlcat on...
2008-10-24 Greg HudsonAmend svn:ignore properties to include more generated...
2008-10-24 Alexandra EllwoodUse CFStringGetCStringPtr if possible to avoid wasting...
2008-10-24 Alexandra EllwoodAdd support for localizing krb5 errors on Mac OS X.
2008-10-23 Greg HudsonUse snprintf instead of strcpy/strcat in many places
2008-10-23 Alexandra EllwoodFree global mach ports on library unload
2008-10-22 Tom YuFix previous commit by adding "extern" to header declar...
2008-10-22 Alexandra EllwoodKIM should only display error dialogs if it has display...
2008-10-22 Alexandra EllwoodRemove ipc message sent on cc_context_release
2008-10-21 Alexandra Ellwoodkim_identity_change_password_with_credential leaks...
2008-10-21 Alexandra Ellwoodkim_os_library_get_caller_name leaks file path
2008-10-21 Alexandra Ellwoodkim_ccache_iterator_next leaks principal
2008-10-21 Alexandra Ellwoodkim_preferences should free old identity before overwriting
2008-10-21 Alexandra EllwoodFree data in tests so leaks checking is easier
2008-10-21 Alexandra Ellwoodkrb5_change_set_password should free chpw_rep contents
2008-10-20 Greg HudsonUse asprintf instead of malloc/strcpy/strcat in many...
2008-10-20 Tom YuApply adapted patch from bugs.debian.org/480434 to...
2008-10-20 Tom YuApply (adapted) patch from Apple to check for SPNEGO...
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-10-19 Ezra PeisachInclude k5-platform.h for SIZE_MAX
2008-10-19 Ezra PeisachIn krb5_def_store_mkey(), mktemp was being invoked...
2008-10-17 Justin AndersonMake all dialogs beyond the change password sheet also...
2008-10-17 Tom YuAdapted patch from Apple to work around SAMBA mech...
2008-10-17 Justin AndersonStop using -[NSWindow setIgnoresMouseEvents:] and manag...
2008-10-17 Justin AndersonKerberosAgent continues to ignore mouse events after...
2008-10-17 Alexandra Ellwoodtemporary testing code
2008-10-17 Alexandra EllwoodKLCreatePrincipalFromTriplet should work with empty...
2008-10-17 Alexandra EllwoodAdded back KLL test programs
2008-10-17 Alexandra EllwoodDouble free and leak in kim_os_library_get_application_path
2008-10-17 Alexandra EllwoodRemap some of the more confusing krb5 errors
2008-10-17 Alexandra EllwoodTreat unreadable terminal as user cancelled so regressi...
2008-10-17 Alexandra EllwoodMake sure identity is set when using kim prompter
2008-10-17 Alexandra EllwoodUse a context to store error table info
2008-10-16 Justin AndersonWhen change password is called from the Select Identity...
2008-10-16 Greg HudsonFix tests/misc/Makefile.in to use KRB5_BASE_LIBS instea...
2008-10-16 Justin AndersonMake it possible to make identities use default ticket...
2008-10-15 Alexandra Ellwoodremove unused variable in kim_ui_cli_ask_change_password
2008-10-15 Tom YuUntabify. Normalize whitespace. Reindent. Fix some...
2008-10-15 Alexandra Ellwooduse KIM_BUILTIN_UI instead of LEAN_CLIENT for builtin UI
2008-10-15 Alexandra EllwoodMove GUI/CLI detection from KerberosIPC into KIM
2008-10-15 Alexandra EllwoodMerge KerberosIPC into k5_mig support
2008-10-15 Ken Raeburnhandle stash file names with missing keytab type spec...
2008-10-15 Ken RaeburnNow that we have support for conditionally exporting...
2008-10-15 Ken Raeburnmakedepend
2008-10-14 Justin AndersonPre-populate new clients with default client identity...
2008-10-14 Justin AndersonDon't wipe out previously entered information with...
2008-10-14 Alexandra Ellwoodkim test suite reports error messages incorrectly
2008-10-14 Alexandra EllwoodFree error message returned by krb5_get_error_message
2008-10-10 Alexandra Ellwoodkim_os_string_create_localized leaks CFStringRef
2008-10-10 Alexandra EllwoodTest KIM plugin
2008-10-10 Alexandra Ellwoodalways zero out authentication strings
2008-10-10 Alexandra Ellwoodkim_ui_plugin_fini sends pointer to context instead...
2008-10-10 Alexandra Ellwoodallow kim ui plugins to have any name
2008-10-10 Alexandra Ellwoodchange password should always reprompt on error
2008-10-10 Ken RaeburnPKINIT specs, draft 9 and final standard
2008-10-09 Alexandra EllwoodMissing keys in KerberosAgent Info.plist
next