Add new cache collection APIs
[krb5.git] / src /
2011-09-05 Greg HudsonAdd new cache collection APIs
2011-09-05 Greg HudsonAdd the DIR ccache type
2011-09-05 Greg HudsonAdd fnmatch support to libkrb5support
2011-09-05 Greg HudsonEliminate the mechglue union cred auxinfo field
2011-09-05 Ken RaeburnInitialize some more variables
2011-09-05 Greg HudsonUse hard links for LIBLINKS
2011-09-05 Ken RaeburnEnable -Werror=uninitialized if supported
2011-09-05 Ken RaeburnInstead of passing a 0 to add_new_mkey for kvno and...
2011-09-05 Ken RaeburnFix "may be used uninitialized" warnings in db2 code...
2011-09-05 Ken RaeburnSilence various "may be used uninitialized" warnings...
2011-09-05 Ken RaeburnChange output type of pkinit_init_kdc_req_context so...
2011-09-04 Ken RaeburnReindent per krb5-batch-reindent.el.
2011-09-04 Ken RaeburnReindent per krb5-batch-reindent.el.
2011-09-04 Ken RaeburnSkip redundant inclusion of iprop.h
2011-09-04 Ken RaeburnGet rid of variables triggering gcc's "defined but...
2011-09-04 Greg HudsonUntabify some files mistakenly created with tabs
2011-09-04 Greg HudsonExclude some new outside sources from mark-cstyle
2011-09-04 Greg HudsonPrevent verto-k5ev from using clock_gettime
2011-09-04 Ken Raeburnmake depend
2011-09-04 Ken RaeburnRename local variable "socket" to avoid the one shadowe...
2011-09-04 Ken Raeburndeclarations before code
2011-09-04 Greg HudsonFix pointer type in net-server.c:make_event()
2011-09-04 Ken RaeburnFix arg list for dummy version of setup_udp_pktinfo_ports
2011-09-02 Greg HudsonMigrate net-server loop to use libverto
2011-09-02 Greg HudsonRemove vestigial reset_db() in kadmind
2011-09-02 Greg HudsonRemove ancient Purify support in kadmind
2011-09-02 Greg HudsonDon't bother logging SIGPIPE in kadmind
2011-09-02 Greg HudsonAdd a loop_ prefix to net-server.c functions
2011-09-02 Greg HudsonCreate k5ev verto module from libev sources
2011-09-02 Greg HudsonAdd libev 4.04 sources in util/k5ev
2011-09-02 Greg HudsonAdd libverto sources in util/verto
2011-09-01 Greg HudsonMake dejagnu tests work with non-FQDN hostname
2011-09-01 Greg HudsonGet local hostname more precisely in k5test.py
2011-09-01 Greg HudsonFix cross-realm traversal TGT requests
2011-09-01 Greg HudsonFix connection termination bug in sendto_kdc
2011-08-30 Tom YuHave kinit, klist and klist_keytab in k5test.realm...
2011-08-29 Greg HudsonFix a display bug in t_kgss_user
2011-08-29 Tom YuUpdate config.guess and config.status
2011-08-29 Greg HudsonFix style issues in r25087
2011-08-26 Greg HudsonRemember and close the kadmin socket we opened
2011-08-24 Ezra PeisachUpdate profile.swg to remove compilation warnings....
2011-08-24 Ezra PeisachFix signed/unsigned warnings in tests
2011-08-24 Greg HudsonOnly build the po subdir if i18n is enabled
2011-08-20 Ken Raeburnmake-depend
2011-08-19 Ezra PeisachRemove setting a variable that is never used
2011-08-19 Ezra PeisachRemove variable set but unused
2011-08-19 Ezra PeisachRemove an unused variable
2011-08-15 Greg HudsonMake data_eq_string work with const strings
2011-08-12 Zhanna TsitkovRemoved unused "db_modules" and "preauth_module_dir...
2011-08-11 Greg HudsonFix call to gss_inquire_cred from spnego_gss_acquire_cr...
2011-08-11 Greg HudsonFix major status handling in gss_acquire_cred
2011-08-11 Greg HudsonCorrectly dereference cred_handle when assigning to...
2011-08-11 Greg HudsonUntabify k5_path test program
2011-08-11 Ezra PeisachCleanup memory leak in test
2011-08-10 Zhanna TsitkovClean up some ldap #define's
2011-08-09 Greg HudsonWhitespace
2011-08-09 Sam Hartmancall gssint_mecherrmap_init() from gssint_mechglue_init()
2011-08-09 Sam HartmanWindows fixes for gss-client.c
2011-08-09 Sam HartmanFix rare duplicate time issue On systems with imprecise...
2011-08-09 Sam HartmanUse KRB5_CALLCONV for all gss mechanism functions....
2011-08-09 Sam HartmanAdded functions to export tables krb5_32:
2011-08-09 Sam HartmanAdd 'const' to fix mismatched parameter warnings
2011-08-09 Sam HartmanCompile fix for WIN32 implementation of k5_get_os_entro...
2011-08-09 Sam HartmanUpdated OBJS and SRCS in lib/crypto/krb/Makefile.in
2011-08-09 Sam HartmanRemoved references to deleted subdirectories from FILES...
2011-08-09 Sam HartmanFixed typo in des OBJS: des_keys.c. -> des_keys
2011-08-09 Sam HartmanIn last-resort fallback va_copy change 'memcmp' to...
2011-08-09 Greg HudsonFix name of krb5_init_context_profile in krb5_32.def
2011-08-08 Greg HudsonFix accidental KDC use of replay cache
2011-08-07 Greg HudsonUse portable path functions when loading plugins
2011-08-07 Greg HudsonAdd internal APIs for portable path manipulation
2011-08-02 Greg HudsonDocument some variables in the right section
2011-08-01 Zhanna TsitkovOption to add API documentation to the Sphinx doc tree
2011-08-01 Zhanna TsitkovMinor comment correction
2011-07-27 Greg HudsonFix profile test module on Solaris
2011-07-27 Ezra PeisachUpdate test vtable functions to match proper function...
2011-07-26 Greg HudsonLegacy checksum APIs usually fail
2011-07-26 Greg HudsonEnsure profile_iterator always sets output params
2011-07-26 Greg HudsonDocument klist -V in the man page
2011-07-26 Greg HudsonDefine KRB5_TL_DB_ARGS unconditionally in kdb.h
2011-07-26 Ezra PeisachFor GCC compiles, use an attribute to suppress the...
2011-07-26 Ezra PeisachRemove t_vfyincreds on make clean
2011-07-25 Ezra PeisachRemove declaration of static function that no longer...
2011-07-25 Zhanna TsitkovBetter x-ref for simple macro's in doxygen comments
2011-07-25 Greg HudsonPAC_CLIENT_INFO principal names do not contain a realm...
2011-07-25 Zhanna TsitkovAdded documentation for the encrypt/decrypt API functions
2011-07-25 Greg HudsonIn rare circumstances, such as checksum errors, some...
2011-07-25 Greg HudsonNever return profile on error opening file
2011-07-25 Greg HudsonFix a premature free in ss_listen()
2011-07-25 Greg HudsonRewrite set_results() in prof_get.c
2011-07-25 Greg HudsonRestore accessor behavior on null profiles
2011-07-25 Greg HudsonSimplify KDC realm initialization slightly
2011-07-25 Greg HudsonFix build without KRB5_DNS_LOOKUP
2011-07-24 Ezra PeisachClean up a number of variables set but not used warnings
2011-07-23 Greg HudsonClean up the lock in gss_krb5int_import_cred
2011-07-22 Greg HudsonDon't include <editline/history.h>
2011-07-22 Greg HudsonRename "ivec" to "cipher_state" in encrypt/decrypt
2011-07-22 Greg HudsonFix gss_set_cred_option cred creation with no name
2011-07-22 Greg HudsonFix configure logic when libedit isn't present
2011-07-22 Greg HudsonAdd libedit/readline support to ss
next