krb5.git
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
2008-08-02 Ken RaeburnReduce code duplication: krb5_fcc_store_int32 vs krb5_f...
2008-08-02 Ken RaeburnTwo versions of resolver code were almost identical...
2008-08-02 Ken RaeburnPull out code to compute length of quoted name componen...
2008-07-31 Ken Raeburnnote lack of policy propagation
2008-07-31 Ken RaeburnReuse more k5beta7 code for iprop
2008-07-30 Alexandra EllwoodAdditional implementation of the KerberosAgent
2008-07-30 Ken RaeburnDelete decls for nonexistent functions, and an unused...
2008-07-30 Ken RaeburnRemove unused file
2008-07-25 Ken Raeburnfix possible uninit variable use in error path
2008-07-24 Alexandra EllwoodReturn extended krb5 error strings
2008-07-23 Jeffrey AltmanIn the gss rpc package, replace the type used for a
2008-07-23 Tom YuFix one missed rename of "exit" label to "done"
2008-07-23 Jeffrey Altmanreplace "exit" label with "done"
2008-07-23 Jeffrey AltmanThe NIM error reporting functions (in src/windows/ident...
2008-07-23 Jeffrey AltmanThis patch modifies the NIM Kerberos v5 plug-in to...
2008-07-23 Jeffrey AltmanThe /src/windows/identity/plugins/common/dynimport...
2008-07-23 Jeffrey Altmancw_handle_header_msg():
2008-07-22 Alexandra EllwoodAdd Apple Inc. to copyright lists
2008-07-22 Ken RaeburnCatch a few more cases of unchecked k5_mutex_lock calls
2008-07-22 Ken RaeburnA step towards ensuring we check mutex lock attempt...
2008-07-21 Ken RaeburnAnother check for null return from krb5_cc_default_name
2008-07-21 Ken RaeburnCheck for null name to krb5_cc_resolve, and return...
2008-07-21 Jeffrey AltmanThis patch addresses the issues raised in this ticket...
2008-07-21 Jeffrey Altmankadm5_decrypt_key(). This patch prevents the returned...
2008-07-21 Jeffrey Altmankrb5_string_to_keysalts()
2008-07-21 Jeffrey AltmanThere are two mutex locking issues that Roland Dowdeswe...
next