krb5.git
2008-11-17 Ken RaeburnDon't stick '<null>' in log messages. Run kdb5_util...
2008-11-17 Ken RaeburnLog more info if ulog_replay fails. Correctly use...
2008-11-17 Ken RaeburnUse correct update log file name in messages
2008-11-17 Zhanna TsitkovLite Client - the following calls are server-side funct...
2008-11-17 Zhanna TsitkovPERF: Introduced a new function krb5_is_permitted_encty...
2008-11-12 Ken RaeburnFix test bug: kpropd -S exits after success
2008-11-12 Ken RaeburnAdd basic kprop test, and a little more debugging support
2008-11-10 Ken RaeburnDelete replay cache before exiting with success indication
2008-11-10 Ken RaeburnGenerate separate master-KDC and slave-KDC config files...
2008-11-10 Greg HudsonFix a krsh bug introduced in r21001 which could cause...
2008-11-10 Ken RaeburnDelete the pass (one of twelve) that does all KDC excha...
2008-11-10 Greg HudsonIn pa_sam(), free the outer krb5_data structure returned by
2008-11-10 Greg HudsonProperly free sam_challenge in pa_sam()
2008-11-07 Ken RaeburnRe-add repaired iprop (really, update-log creation...
2008-11-07 Ken RaeburnBack out iprop test; it's not working right after all
2008-11-07 Ken RaeburnTest that an iprop update log gets properly created...
2008-11-07 Ken Raeburnfix typo in 'file delete' change
2008-11-07 Ken RaeburnUse 'file delete' instead of spawning an 'rm' process
2008-11-06 Ken RaeburnRecognize 'ticket expired' when trying to get a root...
2008-11-06 Greg HudsonFix a kadmin bug introduced in a recent set of string...
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...
next