]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2008-08-28  Ken RaeburnFix resource leak
2008-08-28  Alexandra EllwoodAdditional code for KerberosAgent. Checking in so...
2008-08-27  Ken Raeburncompile-time flag to disable iprop
2008-08-27  Ken RaeburnSome helper rules for running Coverity Prevent
2008-08-27  Ken RaeburnBased on patch from lxs, with some changes:
2008-08-27  Ken Raeburn r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400
2008-08-26  Ken RaeburnChange non-debug version of k5_debug_log to int to...
2008-08-26  Tom Yuwhitespace
2008-08-25  Tom YuFix PROG_LIBPATH so in-tree tests work
2008-08-25  Ken RaeburnUpdate description of -k option: From the code it appea...
2008-08-25  Ken RaeburnIncorporate Apple's patch
2008-08-25  Ken RaeburnFix sense of test of lock call preparing to update...
2008-08-22  Alexandra EllwoodCCAPI is leaking mach ports
2008-08-22  Ken RaeburnLet walk_realm_tree tests fail for now, ignore them...
2008-08-22  Ken RaeburnUse capaths unconditionally. Update copyright
2008-08-22  Ken RaeburnNew macro for testing whether the compiler supports...
2008-08-22  Alexandra EllwoodKIM should not provide keytab functions when building...
2008-08-22  Alexandra EllwoodUpdated documentation to be more specific about TLS...
2008-08-22  Alexandra EllwoodRemoved warnings of unused variable
2008-08-22  Ken RaeburnCheck for struct sockaddr_storage only in top-level...
2008-08-20  Zhanna Tsitkovlean client changes
2008-08-20  Alexandra EllwoodAdd support to send CFNotifications on ccache and cache...
2008-08-20  Alexandra EllwoodNotify clients on ccache deletion
2008-08-20  Alexandra EllwoodAdded some carriage returns to decrease line length
2008-08-19  Ken RaeburnUpdate krb4 test to use aclocal.m4 macro and default...
2008-08-19  Ken RaeburnFix broken build -- conditionalize some stuff on DISABL...
2008-08-19  Alexandra Ellwoodprofile write code should only quote empty strings
2008-08-19  Alexandra EllwoodGet KerberosAgent building again after KIM changes
2008-08-19  Ken RaeburnDefault to not building krb4 support
2008-08-19  Alexandra EllwoodFixed export list for new hints functions
2008-08-19  Alexandra EllwoodModified hints APIs to be a single API that takes strin...
2008-08-18  Alexandra EllwoodUpdated bindings. Incomplete but commiting to avoid...
2008-08-17  Ezra PeisachUsing gcov, it was noted that the tests were never...
2008-08-16  Ezra PeisachIn parsing authorization data, if run out of memory...
2008-08-16  Ezra PeisachIn copying a credential - if we run out memory - the...
2008-08-16  Ezra PeisachMove internal cccursor structures/prototypes to the...
2008-08-15  Alexandra EllwoodConditionalize building of CCAPI ccache type on USE_CCAPI
2008-08-15  Alexandra Ellwoodmac port of kim should not depend on kipc
2008-08-15  Ezra PeisachMove prototype for krb5int_random_string from k5-int...
2008-08-15  Will Fiveasha stash file is not a keytab
2008-08-14  Ken RaeburnOnly add -Os for size optimizations if CFLAGS wasn...
2008-08-14  Ken RaeburnIf the LDAP KDB back end is being built, define ENABLE_...
2008-08-14  Ezra PeisachIn parsing principal - if run out memory - clean up...
2008-08-14  Ezra PeisachIn krb5int_copy_creds_contents - if we run out of memor...
2008-08-14  Ezra PeisachClean up memory leak in krb5_build_principal if we...
2008-08-14  Ezra PeisachError return from krb5int_random_string not tested...
2008-08-14  Ezra Peisachkrb5_fcc_read_addrs returns pointer to released memory...
2008-08-14  Ezra Peisachkrb5_fcc_resolve file locking error on malloc failuer
2008-08-13  Ken RaeburnDon't build PKINIT ASN.1 support code if not building...
2008-08-13  Alexandra EllwoodOpen log file for appending only, not also reading
2008-08-13  Alexandra EllwoodUse a valid UTF8 password for randkey password
2008-08-12  Ken RaeburnRewrite the building of the ccache-type linked list...
2008-08-12  Ken RaeburnIf CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_S...
2008-08-12  Ken RaeburnShorter export list, dumping a bunch of stuff most...
2008-08-12  Ken RaeburnAdd a new directory, configured but not built by defaul...
2008-08-12  Ken RaeburnActually use the export list for Darwin libraries
2008-08-12  Ken RaeburnDisable caching on Mac for now
2008-08-12  Ken RaeburnAlways define krb5int_pthread_loaded, for consistency
2008-08-12  Tom YuUpdate copyright notices to reflect donation of DES...
2008-08-08  Ken RaeburnIf krb5int_pthread_loaded is a function and we're using...
2008-08-07  Ken RaeburnNew config option to enable size optimizations
2008-08-07  Ken RaeburnDisable CONFIG_SMALL optimizations for now
2008-08-07  Ken RaeburnDon't use memcmp for comparing structures of values
2008-08-07  Ken RaeburnDon't leak attr_types storage on error
2008-08-07  Ken Raeburnsequence_of_no_tagvars declared variables used only in
2008-08-07  Ken Raeburnget_eoc() is always followed by next_tag(), so don...
2008-08-07  Ken Raeburnmalloc+memset(,0,) -> calloc
2008-08-07  Ken RaeburnPull out EOC error checks into separate functions
2008-08-07  Ken RaeburnUse bitfields for class and construction type
2008-08-07  Ken RaeburnRewrite tagnum-checking code to streamline normal path...
2008-08-06  Ken Raeburnturn off thread-support debugging code
2008-08-06  Ken RaeburnCheck fstat result. Close fd on error
2008-08-06  Ken RaeburnIf CONFIG_SMALL is defined, always use function calls...
2008-08-06  Ken RaeburnOops. Really delete the extra argument this time
2008-08-06  Ken RaeburnRemove some 'register' declarations
2008-08-06  Ken RaeburnRewrite conditional test for update log processing...
2008-08-06  Ken RaeburnAfter freeing dbprinc, reset it to null
2008-08-06  Ken RaeburnIn loop over entries, make local vars local to each...
2008-08-06  Ken RaeburnFully initialize handle data on allocation
2008-08-06  Ken RaeburnDon't coerce fgetc value to char before EOF check
2008-08-06  Ken RaeburnCheck for malloc failure
2008-08-06  Ken RaeburnRemoved unused (and unpassed) argument to process_k5bet...
2008-08-06  Ken Raeburncstatus() takes no arguments
2008-08-06  Ken RaeburnFix test for accept failure
2008-08-06  Ken Raeburnbad free in kprop
2008-08-06  Ken RaeburnFix bug in array size calculation
2008-08-06  Ken RaeburnAlways use unsigned for one-bit fields
2008-08-06  Ken Raeburnfix cleanup code in allocating preauth info
2008-08-06  Ken RaeburnFix possible locking protocol failure in error handling...
2008-08-05  Ken Raeburnerror in socket number range check in kdc
2008-08-05  Ken Raeburnspecify return type of 'harmless'
2008-08-04  Ken Raeburnsome comments from Love
2008-08-02  Ken RaeburnUse load/store_32/16_be/le functions
2008-08-02  Ken RaeburnPull out two copies of errno mapping into a common...
2008-08-02  Ken RaeburnUse load_store_16/32_be
2008-08-02  Ken RaeburnUse load/store_32_be instead of open-coding
2008-08-02  Ken RaeburnMake more uses of load/store_32_be/le, which on x86...
2008-08-02  Ken RaeburnUse GET_HALF_BLOCK to fetch new values instead of open...
2008-08-02  Ken RaeburnUse krb5int_random_string, load_32_be, load_16_be,...
2008-08-02  Ken RaeburnRename and export random_string from cc_memory.c
next