krb5.git
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...
2008-07-21 Jeffrey AltmanAn implementation of opendir() and friends for _WIN32
2008-07-21 Jeffrey AltmanAssign fixed ordinals to comerr32.dll exports
2008-07-21 Ken RaeburnWhen reading from the routing socket, only provide...
2008-07-21 Jeffrey Altmanccdefault.c:
2008-07-20 Ken RaeburnDon't set LOCAL_SUBDIRS in many places and SUBDIRS...
2008-07-20 Ken RaeburnDrop $(SUBDIRS_@srcdir@) hack, it's not being used...
2008-07-18 Tom YuUse mkstemp(), and fstat() the file to make sure that...
2008-07-18 Ken RaeburnSet non-blocking mode on incoming TCP connections.
2008-07-18 Ken RaeburnOn systems with struct rt_msghdr, open a routing socket...
2008-07-18 Ken RaeburnRewrite krb5_db_open flag handling to avoid confusing...
2008-07-18 Tom YuRevert due to potential file modes race condition
2008-07-18 Tom YuMake krb5_rc_io_creat() use mkstemp
2008-07-17 Tom YuIn krb5_rc_io_creat(), unlink any existing rcache file...
2008-07-17 Alexandra EllwoodCCAPI side of the patch
2008-07-17 Alexandra EllwoodRemoved _t suffix from KIM types
2008-07-17 Alexandra EllwoodRemoved _t suffix from all type names
2008-07-17 Tom YuApply patch from Mark Phalan to correctly use progname...
2008-07-16 Tom YuApply patch from Mark Phalan to initialize progname...
2008-07-16 Tom YuFix indirection on assignment to minor status
2008-07-16 Tom YuCheck return value from k5_mutex_lock() to partially...
2008-07-15 Ken Raeburn r1926@ken-wireless: raeburn | 2008-07-15 16:49:17...
2008-07-15 Tom Yukrb5_get_cred_via_tkt() should null out_cred on errors
2008-07-14 Ken RaeburnUse RFC 3542's IPV6_RECVPKTINFO if available. (And...
2008-07-12 Ken RaeburnIn FREE_SET_DATA, reset the current count as well
2008-07-12 Ken RaeburnUse all local addresses except loopback addresses,...
2008-07-10 Tom YuAdd comment and <TargetConditionals.h> to previous
2008-07-10 Tom YuUse #pragma pop on the Mac to ensure that the krb5_gic_...
2008-07-10 Alexandra EllwoodCCacheServer crashes iterating over creds which have...
2008-07-10 Tom YuApply patch from Apple to handle missing krb5.conf...
2008-07-09 Alexandra EllwoodDon't print spurious errors to debug logs
2008-07-09 Alexandra EllwoodAdd macro so we don't print deprecated warnings while...
2008-07-09 Alexandra EllwoodUse autogenerated darwin.exports files for server frame...
2008-07-09 Alexandra EllwoodDon't use "ccache" in error string printed to user
2008-07-09 Ken RaeburnUse -dead_strip when linking dynamic libraries on Darwin
2008-07-09 Tom Yuadd copyright to lib/crypto/enc_provider/aes.c
2008-07-08 Alexandra EllwoodChanges to krb5_kt_default_name changed the krb5 ABI...
2008-07-08 Alexandra EllwoodAdd kerberos icon
2008-07-07 Alexandra EllwoodAdd EnableTransactions launchd option to CCacheServer
2008-07-07 Alexandra Ellwoodkrb5int_gic_opte_copy should copy elements individually
2008-07-06 Ezra Peisachkdc does not compile with glibc 2.8
2008-07-03 Ken Raeburnstop exporting a few symbols internal to aes implementation
2008-07-01 Alexandra EllwoodAdded type checking for 64-bit platforms
2008-07-01 Alexandra Ellwoodkrb5_get_error_message returns const char *
2008-06-30 Ken Raeburnmemcpy(NULL, ptr, 0) is invalid, so don't do it
2008-06-30 Ken Raeburnmake depend
2008-06-27 Alexandra EllwoodBig endian stash file support
2008-06-27 Ken RaeburnCheck for strdup failure. Fix a memory leak in one...
next