krb5.git
2008-06-25 Alexandra Ellwoodkadm5_setkey_principal_3 not copying key_data_ver and...
2008-06-25 Alexandra EllwoodAdd new launchd flags to CCacheServer plist file
2008-06-25 Ken RaeburnBump minor version number. Update dependencies
2008-06-25 Ken Raeburnkdb library now depends on gssrpc; add it to link commands
2008-06-25 Ken RaeburnPull in xdr_sizeof from tirpc2.3 (which has the same...
2008-06-24 Ezra PeisachInclude kdb_log.h for missing prototypes. Declare...
2008-06-24 Ken RaeburnMerge from branch sun-iprop
2008-06-20 Ken RaeburnSuppress some glibc issues found on x86_64
2008-06-20 Ken RaeburnRemove unused file
2008-06-19 Ken RaeburnRemove test115 for 'bad client params', no longer appro...
2008-06-18 Jeffrey AltmanThis patch is derived from a patch originally submitted...
2008-06-18 Ken RaeburnDisable check for invalid client-side admin config...
2008-06-18 Alexandra Ellwoodcci_credentials_iterator_release using wrong message ID
2008-06-11 Ken RaeburnFactor out repeated code for looking up string, port...
2008-06-11 Ken RaeburnDon't build spx.o, since we never enable SPX
2008-06-11 Ken RaeburnNew target 'undepend' for temporarily removing generate...
2008-06-10 Ken RaeburnDon't use private copy of syslog.h. Rebuild dependencies
2008-06-10 Ken RaeburnWarn against new uses of kadm5_config_params.dbname...
2008-06-10 Ken RaeburnGet rid of handling of set-but-unused kadm5_config_para...
2008-06-10 Ken RaeburnRemove documentation for no-longer-supported admin_dbna...
2008-06-10 Ken RaeburnGet rid of handling of set-but-unused kadm5_config_para...
2008-06-09 Ken RaeburnDon't check for NULL before calling free or krb5_xfree
2008-06-08 Ken RaeburnReport file name in detailed cache creation error
2008-06-08 Ken RaeburnDo hash stuff with unsigned math
2008-06-06 Ken RaeburnAnnotate that 'protocol' in svc_register means an IPPRO...
2008-06-06 Ken RaeburnOn Mac OS X, try poking launchd to get the portmapper...
2008-06-06 Ken RaeburnCheck for GSS_C_NO_CREDENTIAL before loop check
2008-06-04 Ken RaeburnWe're not using this makedepend implementation any...
2008-06-03 Ken RaeburnRevert a few const specs to reduce warnings
2008-06-03 Ken RaeburnFix various minor format-string issues
2008-06-03 Ken RaeburnPassing 0 to krb5_build_principal requires a cast
2008-06-02 Ken RaeburnDon't use 'log' as a global variable name
2008-06-02 Ken RaeburnExplicitly note number as unsigned to shut gcc up
2008-06-02 Ken RaeburnPartial const-ification, as indicated by the modern...
2008-06-02 Ken RaeburnFix a few incompatible-pointer warnings that aren't...
2008-06-02 Ken RaeburnChange krb5_context.db_context to point to the real...
2008-05-30 Alexandra EllwoodAdd header for kill() in USE_PASSWORD_SERVER case
2008-05-30 Alexandra EllwoodApple PKINIT patch commit
2008-05-30 Alexandra EllwoodNo prototype when building kdb5_util without krb4 support
2008-05-30 Alexandra EllwoodWarnings in server_stubs.c (signed vs unsigned errmsg...
2008-05-30 Alexandra Ellwoodsigned vs unsigned char * warnings in kdb_xdr.c
2008-05-27 Alexandra EllwoodProfile library should not call rw_access earlier than...
2008-05-19 Ken RaeburnUse $(DL_LIB) instead of explicit -ldl
2008-05-17 Ken RaeburnForce hostname to lowercase before constructing kadmin...
2008-05-16 Ken RaeburnMinor spelling & comment formatting
2008-05-15 Ken RaeburnMove auto var to outer scope, because its storage is...
2008-05-15 Ken RaeburnDon't test error code when it's known to be 0
2008-05-15 Ken RaeburnFix minor bug in kg_save_name failure cleanup code
2008-05-15 Ken RaeburnFree context after use, not before
2008-05-11 Russ AllberyFix a typo in krb5.conf: ldap_server should be ldap_ser...
2008-05-07 Alexandra EllwoodAdded kim documentation
2008-05-07 Alexandra EllwoodMove KIM implementation to the krb5 repository
2008-04-30 Ken Raeburn(more) After malloc/realloc/calloc/strdup/asprintf...
2008-04-30 Ken RaeburnAfter malloc/realloc/calloc failures, return ENOMEM...
2008-04-28 Russ AllberyProperly escape - in kdb5_ldap_util man page
2008-04-25 Ken RaeburnLeft-shifting all the way in signed math is undefined...
2008-04-25 Ken RaeburnMultiple assignments without sequence points invoke...
2008-04-25 Alexandra EllwoodGenerate a large enough array to hold all the base...
2008-04-24 Ken RaeburnRemove sched_yield uses
2008-04-24 Ken RaeburnDon't do UTF-8 bits (and include Apple headers) when...
2008-04-18 Ken Raeburnfix possible buffer overrun in handling generic-error...
2008-04-03 Ken RaeburnPull out generic array expansion code from array_append...
2008-03-29 Ken RaeburnCoverity CID 220: NULL check of "buf" after dereference
2008-03-29 Ken RaeburnCoverity CID 46: mech_type will always have the address...
2008-03-29 Ken RaeburnCoverity CID 47: Unreachable code
2008-03-29 Ken RaeburnCoverity CID 91: Context is tested for null, and then...
2008-03-29 Ken RaeburnCoverity CID 101: Fix minor bounds check error
2008-03-29 Ken RaeburnCoverity CID 228: Possible use of uninitialized variabl...
2008-03-21 Alexandra EllwoodProtect CFBundle calls with mutexes
2008-03-20 Kevin KochGenerate ccapi.def export list from V2, V3, debug lists...
2008-03-18 Ken RaeburnFix MITKRB5-SA-2008-001 on trunk. Patch differs from...
2008-03-18 Alexandra EllwoodCCacheServer should track client iterators
2008-03-18 Ken RaeburnMITKRB5-SA-2008-002
2008-03-18 Kevin KochDetect if the Vista version of ntsecapi.h is present
2008-03-14 Alexandra Ellwoodcc_ccache_iterator_release, cc_credentials_iterator...
2008-03-13 Kevin KochInclude .h files and move all declarations above all...
2008-03-13 Alexandra EllwoodInvalid assignment while trying to set input to NULL
2008-03-13 Alexandra Ellwoodremoved unused header file inclusion CoreFoundation.h
2008-03-12 Alexandra EllwoodAccidentally added file with wrong name. Removed
2008-03-12 Alexandra EllwoodAccidentally added empty file. Removed
2008-03-12 Alexandra EllwoodAdded tests for iterators and NC info. Added test...
2008-03-10 Alexandra EllwoodAdd CCAPI v2 tests
2008-03-10 Alexandra EllwoodRemove C warnings
2008-03-10 Alexandra EllwoodRemoved script to run cc_context_get_version test
2008-03-10 Alexandra EllwoodRemoved tests for check_cc_context_get_version
2008-03-10 Alexandra EllwoodFixed error code remapping
2008-03-10 Alexandra Ellwoodcc_remove_cred should only remove one cred
2008-03-10 Alexandra Ellwoodcc_set_principal should return error on bad cred version
2008-03-10 Alexandra EllwoodFix pointer cast in cc_seq_fetch_NCs_end
2008-03-10 Alexandra Ellwoodcci_cred_union_compare_to_credentials_union doesn't...
2008-03-10 Alexandra EllwoodCCAPI v2 support crash when client or server strings...
2008-03-10 Alexandra Ellwoodccs_ccache_reset should check all arguments for NULL
2008-03-04 Ken RaeburnInclude signal.h before ftp_var.h to silence my_sig_t...
2008-03-04 Justin AndersonFix memory leak by delaying instantiation of lid until...
2008-03-04 Ken RaeburnAdd "-framework CoreFoundation" to crypto library link...
2008-02-29 Kevin Kochlib/win/Makefile.in: Added
2008-02-29 Tom YuMake a NUL-terminated copy of realm name before passing...
2008-02-26 Alexandra Ellwoodkrb5int_arcfour_string_to_key does not support utf...
2008-02-24 Ken RaeburnAdd some ignored files, for in-tree builds
2008-02-19 Kevin KochRemove stop-here target that stops the build
next