krb5.git
2006-06-22 Tom Yu * src/util/support/plugins.c (krb5int_open_plugin...
2006-06-21 Tom Yuremove unimplemented/unused mechglue functions
2006-06-21 Ken RaeburnSpawn ftp client with "-d" and "-v" for better debugging
2006-06-21 Tom Yucease export of krb5_gss_*
2006-06-21 Ken Raeburn*sigh*
2006-06-21 Ken Raeburn(GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RET...
2006-06-21 Ken RaeburnRevert part of previous changes: Move temporary values...
2006-06-20 Ken RaeburnRevert an untested change that wasn't supposed to go...
2006-06-20 Ken Raeburngetaddrinfo code uses vars outside of storage duration
2006-06-20 Ken Raeburn(kadmin_cpw): Don't crash if principal name is not...
2006-06-20 Ken RaeburnDocument kpropd -a option
2006-06-20 Ken Raeburnwhitespace
2006-06-20 Tom Yufix parallel builds for libgss
2006-06-20 Russ AllberyIn verify_krb_v4_tgt, use an unsigned KRB4_32 to store...
2006-06-20 Tom Yukrb5-1.6-prerelease
2006-06-19 Russ AllberyPass in the correct value for the first argument of...
2006-06-19 Ken RaeburnMake local const array of structures static too
2006-06-19 Russ AllberyUpdate config.guess and config.sub to the current versi...
2006-06-19 Jeffrey AltmanExport krb5_gss_register_acceptor_identity in KFW
2006-06-18 Jeffrey Altmangssapi32.def: Export gss_inquire_mechs_for_name now...
2006-06-17 Ken RaeburnTest for and use setutsent, based on a patch from Nate...
2006-06-17 Ken Raeburndelete old .Sanitize files
2006-06-17 Ken Raeburn(foo): bar
2006-06-16 Ken Raeburn(hpux10.exports): Export initializer and destructor...
2006-06-16 Ken RaeburnChange a bunch of calls to ctype macros (those cited...
2006-06-16 Ken Raeburnfix for support lib version number change
2006-06-16 Ken RaeburnRemove -lkrb5support, which should be for internal...
2006-06-16 Ken Raeburnftpd's getline conflicts with current glibc headers
2006-06-15 Ken Raeburn* configure.in: Set and substitute SUPPORTLIB_MAJOR...
2006-06-15 Ken RaeburnIncrease buffer sizes to 64K where a Kerberos 5 authent...
2006-06-15 Ken Raeburnremove unused versions of makefiles
2006-06-15 Ken Raeburn* config/pre.in (KRB5_BASE_LIBS): Add $(DL_LIB).
2006-06-15 Ken Raeburn(kadmin_startup): Properly skip "\@" and "\/" sequences...
2006-06-15 Tom Yu * src/lib/gssapi/libgssapi_krb5.exports: Add
2006-06-15 Tom Yu * src/lib/gssapi/krb5/gssapiP_krb5.h: Restore prototype of
2006-06-15 Tom Yumake depend
2006-06-15 Tom Yu * src/lib/gssapi/mechglue/Makefile.in (mydir):
2006-06-15 Tom Yuremove spuriously resurrected file from merge
2006-06-15 Ken Raeburn* rc_io.c (krb5_rc_io_move): Use same code for cygwin...
2006-06-15 Ken RaeburnConditionalize declarations of krb5int_make_srv_query_r...
2006-06-15 Ken RaeburnMake __kdb2_hash_open declaration and definition consistent
2006-06-15 Ken RaeburnThis ticket is pretty old, and the config files have...
2006-06-14 Ken RaeburnSome simple transformations:
2006-06-14 Tom YuMerge from branches/mechglue. Initial integration...
2006-06-14 Ken Raeburnremove old cvs log comment
2006-06-14 Russ AllberyWhen NULL is passed into krb_get_in_pw_tkt, we only...
2006-06-13 Russ AllberyEnable kinit -a to match the man page and add documentation
2006-06-13 Russ Allberytelnet help should telnet to a host named help, not...
2006-06-13 Russ AllberyChange kprop and kpropd to fall back on port 754 if...
2006-06-13 Russ AllberyChange man page cross-reference to kerberos(1) from...
2006-06-13 Russ AllberyPOSIX allows getpwnam_r and getpwuid_r to return 0...
2006-06-13 Russ AllberyPrevent a library double-free and crash when a keytab...
2006-06-13 Ken RaeburnTrivial whitespace cleanup in KDC code
2006-06-12 Russ AllberyAllow whitespace in front of comments. Patch from...
2006-06-12 Russ AllberyAlways include sys/ioctl.h in the telnet and telnetd...
2006-06-12 Russ AllberyNever return -I/usr/include from --cflags. It's alread...
2006-06-12 Russ AllberyUpdate texinfo.tex to the version from texinfo 4.8...
2006-06-12 Russ AllberyAlways initialize the output token in gss_init_sec_cont...
2006-06-12 Russ AllberyIf krb5_gss_canonicalize_name is given GSS_C_NULL_OID...
2006-06-12 Russ AllberyDocument the authorization logic used in the absence...
2006-06-12 Russ AllberyAdd dircategory and direntry lines to the texinfo sourc...
2006-06-12 Russ AllberyThis file uses E* constants and therefore should includ...
2006-06-12 Russ AllberyAdd man pages for fakeka and k524init
2006-06-12 Russ Allberykrb5.conf option name is udp_preference_limit, not...
2006-06-12 Russ AllberyFix minor nroff man page problems (stray space, bad...
2006-06-10 Ken RaeburnSince it appears we don't actually set the conf_tgs_kty...
2006-06-10 Ken RaeburnFix stupid typo in last change
2006-06-10 Ken RaeburnUse new macro FILE_OWNER_OK to examine uid of .k5login...
2006-06-09 Ken RaeburnCall krb5_set_error_message any time multiple errno...
2006-06-09 Ken RaeburnDon't use GNU linker option --as-needed yet
2006-06-08 Ken RaeburnFree requested-enctype list when freeing up credentials...
2006-06-08 Ken RaeburnFixed by having krb5_fcc_interpret call krb5_set_error_...
2006-06-08 Ken Raeburncopyright notice
2006-06-08 Ken RaeburnDon't call k5_mutex_destroy when krb5_rc_resolve_type...
2006-06-08 Ken RaeburnAvoid memory leak in error path. Reported by Rainer...
2006-06-06 Alexandra EllwoodUpdated CCAPI version of krb4int_save_credentials_addr to
2006-06-03 Sam HartmanUpdate procedures for Subversion; fix some typos
2006-06-02 Ken RaeburnNo longer ignore configure, autom4te.cache, config...
2006-06-02 Ken RaeburnRe-disable python plugin configuration accidentally...
2006-06-02 Sam HartmanPatch from Alejandro R. Sedeno and Jeffrey Hutzelman...
2006-06-01 Ken Raeburnmove var decl before code
2006-06-01 Ezra Peisachkrb5 1.5 alpha - memory leaks in krb5kdc due to not...
2006-06-01 Ezra PeisachMissed a reference to + sizeof() vs * sizeof(). Pointe...
2006-06-01 Ezra Peisachkrb5int_get_plugin_dir_data() uses + instead of * in...
2006-05-31 Ken RaeburnMerge about 1/3 of the remaining configure scripts...
2006-05-30 Tom Yukrb5-1.5-alpha1-postrelease
2006-05-30 Tom Yukrb5-1.5-alpha1
2006-05-30 Tom Yu Delete some bogus svn:mime-type properties
2006-05-26 Ken RaeburnBuild lib/krb4 makefile at top level
2006-05-26 Ken RaeburnAdd copyright notice
2006-05-25 Ken RaeburnDon't define MODULE_PATH
2006-05-25 Ken RaeburnProperly recognize Mac environments, and set {KRB5...
2006-05-25 Ken RaeburnCreate crypto, des425 Makefiles from top level
2006-05-24 Ken RaeburnRename locate.h to locate_plugin.h. Change references...
2006-05-24 Ken RaeburnDrop major version number from service-locator function...
2006-05-24 Ken RaeburnDon't output krb5_config_prefix commands into config...
2006-05-23 Ken RaeburnMention the python plugin stuff in configure.in, but...
2006-05-23 Ken Raeburnupdate dependencies
2006-05-23 Ken RaeburnInclude k5-platform.h and fake-addrinfo.h, but not...
2006-05-23 Ken Raeburnservice location plugin interface needs header installed
next