Patch from Richard Basch to work around Solaris 8 lacking isblank()
[krb5.git] / src / clients / kinit /
2012-01-09 Tom Yuinstall sphinx-generated manpages
2011-09-05 Greg HudsonAdd ccache collection support to tools
2011-06-10 Greg HudsonAdd setlocale() calls to main functions
2011-06-10 Greg HudsonMark up strings for translation
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-02-25 Greg HudsonMake depend
2011-02-22 Tom YuDelete kinit_kdb.o in make clean
2010-11-28 Greg HudsonUse for loops for recursion in the Windows build, cutti...
2010-11-25 Greg HudsonFix Windows build
2010-09-29 Sam Hartmanmake depend
2010-09-17 Greg HudsonIn kinit_kdb_init(), ensure that we don't return an...
2010-09-15 Greg HudsonWhitespace
2010-09-15 Greg HudsonAdd a license statement to the new extern.h in kinit...
2010-09-15 Sam Hartmankinit: add KDB keytab support
2010-03-17 Greg HudsonAdd more verbosity when the -V option to kinit is speci...
2010-01-04 Sam HartmanAnonymous documentation
2010-01-04 Sam HartmanFix documentation of armor cache based on fast negotiat...
2009-12-28 Greg HudsonWhitespace fixes for new anonymous support
2009-12-28 Sam HartmanAnonymous support for Kerberos
2009-12-14 Sam Hartmanfast negotiation projec
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-10-31 Tom Yumake mark-cstyle
2009-10-30 Ken RaeburnIf krb5_sname_to_principal returns a null realm for...
2009-08-28 Greg HudsonDocument kinit -C and -E options
2009-05-25 Greg HudsonFix up kinit -T documentation
2009-04-14 Sam HartmanImplement kinit option for FAST armor ccache
2009-01-05 Ken Raeburnmove generated dependencies out of Makefile.in
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-12-15 Greg HudsonRemove krb4 support from clients. Some of the code...
2008-11-04 Ken RaeburnDon't build dependencies for v4rcp.c.
2008-06-27 Ken Raeburnmisc uninitialized-storage accesses
2007-08-01 Kevin CoffmanAdd PKINIT support
2007-07-27 Ken Raeburnmake depend
2007-07-22 Ken RaeburnInclude k5-platform.h
2007-07-12 Ken RaeburnUse [v]snprintf or asprintf instead of unchecked sprint...
2007-04-14 Jeffrey AltmanAdd resource data windows/version.rc for:
2007-01-31 Tom Yuremove krb5_get_init_creds_opt_set_pkinit() for now
2007-01-30 Tom Yuget_init_creds_opt extensibility
2006-12-07 Jeffrey Altman Modifications to support the generation and embedding
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-06-13 Russ AllberyEnable kinit -a to match the man page and add documentation
2006-06-12 Russ AllberyFix minor nroff man page problems (stray space, bad...
2006-05-23 Ken Raeburninstall headers into include/krb5
2006-05-18 Ken Raeburn* configure.in: Set and substitute KSU_LIBS, SETENVOBJ...
2006-04-27 Sam HartmanFix excessive italics in kinit man page;
2006-04-14 Ken RaeburnInclude com_err.h
2006-04-11 Sam HartmanRemove ChangeLog files from the source tree. From...
2006-04-11 Ken RaeburnRemove .Sanitize and .rconf files, no longer used
2006-03-30 Ken Raeburninclude autoconf.h before krb5.h
2006-03-28 Ken RaeburnInclude autoconf.h early in sources, and disable use...
2006-03-26 Ken RaeburnInitial enhanced error message support, similar to...
2005-08-24 Sam HartmanDelete .cvsignore files; contents have already been
2004-07-01 Ken Raeburn* kinit.c (k5_kinit): Don't free addresses after calling
2004-06-17 Ken RaeburnPurge make targets and variables (and a few files)...
2003-08-01 Tom Yu * kinit.c (main): Apply patch from Stephen Grau to...
2003-05-30 Ken Raeburnupdate kinit krb4 fallback lifetime default
2003-05-24 Ken RaeburnBig step towards integrating libkrb524 into libkrb5:
2002-11-06 Tom YuThis commit fixes up the in-tree callers of krb5_read_p...
2002-08-29 Ken Raeburn* Makefile.in: Revert $(S)=>/ change, for Windows support
2002-08-29 Ken RaeburnIgnore a bunch of files generated by building in the...
2002-08-23 Ken RaeburnChange $(S)=>/ and $(U)=>.. globally
2002-07-30 Ezra Peisach * kinit.c (ULINE): Invoke fprintf with correct number...
2002-07-17 Jen Selby * kinit.M: added documentation of the "-a"...
2001-12-10 Danilo AlmeidaFix typo in #ifdef KRB5_KRB4_COMPAT. Thanks to rbasch...
2001-09-24 Mitchell Berger* kinit.M: Correct some typos. Thanks to Dennis Davis
2001-06-11 Ezra Peisach * kinit.c (k4_begin): Cleanup assignment in conditiona...
2001-04-05 Danilo Almeida* kinit.c (k4_kinit): Use ANSI C-style string continuation
2000-10-17 Ezra Peisach * kinit.c (k4_kinit): Argument to krb5_read_pas...
2000-10-09 Tom Yu * kinit.c (k4_kinit): Call time_to_life()
2000-10-03 Ezra Peisach * kinit.c: Include krb524.h if suport desired. Clean up
2000-06-01 Wilfredo SanchezChange wsanchez@apple -> tritan@mit
2000-03-16 Ezra Peisach * kinit.c (k4_kinit): Fix the code that was...
2000-03-16 Danilo AlmeidaAdd krb5_get_prompt_types() functionality
2000-03-14 Danilo Almeida* kinit.c: Add support for using both -4 and -5. Defau...
2000-02-16 Danilo AlmeidaDocument that -s is not applicable to Kerberos 4
2000-02-16 Danilo Almeida* kinit.c: Nicer usage message. Better checking for...
2000-02-07 Ken Raeburn* kinit.c (try_convert524): Avoid duplicate free calls
2000-02-04 Danilo Almeida* kinit.c: Only free stuff if it's not NULL. (Note...
2000-02-04 Tom Yu * Makefile.in (kinit): Fix to build on Unix again
2000-02-04 Danilo Almeida* kinit.c: Major revamp to support Kerberos 4 compatibi...
1999-12-15 Ken Raeburn1.1 branch changes -> trunk
1999-10-26 Tom Yulog tritan's changes
1999-10-26 Wilfredo SanchezClean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,...
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-09-01 Ken Raeburnfix uninit var; make compile on sunos4. from 1.1 branch
1999-08-10 Danilo AlmeidaUse standard windows exe link flags
1999-05-10 Danilo AlmeidaDo win32 build in subdir
1999-02-09 Theodore Tsokinit.c: If unistd.h is not available, use manual defin...
1998-12-05 Theodore TsoMakefile.in: Set the myfulldir and mydir variables...
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-05-06 Theodore TsoPOSIX states that getopt returns -1 when it is done...
1998-02-18 Tom YuRemove trailing slash from thisconfigdir. Change direc...
1998-02-12 Theodore TsoMass makefile/configure.in build system revamp
1998-01-21 Ezra Peisachmain returns int, not void. ANSI X3.159-1989
1997-05-29 Theodore TsoFix bug where kinit would core dump if given a really...
1997-02-25 Richard BaschMoved krb5_read_password back into the library (Win32)
1997-02-15 Richard BaschNeed to link with $(CLIB) - comerr library (win32)
1997-02-13 Richard BaschMakefile.in: Link wsock32.lib (win32)
1997-02-13 Richard Baschkinit.c: Added krb5_read_password implementation for...
1997-02-11 Richard BaschBuild kinit/klist/kdestroy under win32
next