Document kadm5_hook chpass randomize-key behavior
[krb5.git] / src / appl /
2011-11-03 Greg HudsonGet rid of periods in Python test success messages
2011-10-14 Sam HartmanAdd "-dce" commandline option to gss-client.c to set...
2011-10-14 Sam HartmanUse gssalloc memory management where appropriate
2011-10-05 Sam HartmanReplace gss_pname_to_uid with gss_localname in gss...
2011-09-19 Sam HartmanUse closesocket() instead of close() for sockets on...
2011-09-19 Sam HartmanFixed some warnings on Windows
2011-09-04 Ken RaeburnReindent per krb5-batch-reindent.el.
2011-09-04 Ken RaeburnGet rid of variables triggering gcc's "defined but...
2011-08-20 Ken Raeburnmake-depend
2011-08-09 Greg HudsonWhitespace
2011-08-09 Sam HartmanWindows fixes for gss-client.c
2011-06-23 Greg HudsonUse AI_ADDRCONFIG for more efficient getaddrinfo
2011-04-04 Greg HudsonAdd gss_userok and gss_pname_to_uid
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-03-06 Ezra PeisachClean up memory leaks at end of program. No leaks now...
2011-03-05 Ezra PeisachAdd test script for user2user programs
2010-11-28 Greg HudsonUse for loops for recursion in the Windows build, cutti...
2010-11-25 Greg HudsonFix Windows build
2010-10-06 Greg HudsonMerge users/lhoward/sasl-gs2 to trunk
2010-05-16 Ken RaeburnUpdate dependencies
2010-04-30 Greg HudsonAdd IAKERB mechanism and gss_acquire_cred_with_password
2010-04-24 Greg HudsonAdd a Python test script to exercise the GSS sample app
2010-04-24 Greg HudsonAdd a sentinel line to sim_server after the socket...
2010-04-24 Greg HudsonAdd a sentinel to the sample gss-server after the socke...
2010-01-03 Ezra PeisachSome unsigned/signed warning cleanup
2009-11-24 Greg HudsonMark and reindent what's left of the appl directory
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-11-22 Greg HudsonUnbundle applications into separate repository
2009-10-31 Tom Yumake mark-cstyle
2009-10-10 Tom YuMove destest to builtin/des, because it depends on...
2009-08-12 Greg HudsonReply message ordering bug in ftpd
2009-08-03 Greg HudsonGet "make depend" to work in an unbuilt source tree...
2009-07-17 Tom Yuinclude win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_H
2009-05-25 Ken RaeburnOn error getting forwarded creds, actually print out...
2009-04-03 Sam HartmanUnfortunately, pre-1.7 krshd fails to support keyed...
2009-04-02 Tom YuFix krshd and krlogind to use krb5_c_verify_checksum
2009-02-20 Greg HudsonIn krcp, check the return value when closing the output...
2009-02-09 Ken RaeburnSupply missing fn declarations
2009-02-03 Ken Raeburnprefer structure assignment to memcpy
2009-02-02 Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-02-02 Ken RaeburnGet rid of casts of free() argument to char*, except...
2009-01-28 Ken Raeburnno more -r option for setting krb.conf path
2009-01-05 Ken Raeburnmove generated dependencies out of Makefile.in
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-12-31 Tom YuSet auth_context's rcache to NULL after destroying...
2008-12-15 Greg HudsonRemove krb4 support in gssftp and telnet
2008-12-15 Greg HudsonRemove krb4 support in the applications. login's abili...
2008-12-02 Sam Hartmanmake depend
2008-12-01 Greg HudsonConvert many uses of sprintf to snprintf or asprintf
2008-11-10 Ken RaeburnDelete replay cache before exiting with success indication
2008-11-10 Greg HudsonFix a krsh bug introduced in r21001 which could cause...
2008-11-05 Greg HudsonConvert many uses of strcpy/strcat (and sometimes sprin...
2008-11-05 Greg HudsonReplace strcpy/strcat/sprintf uses in a couple of sampl...
2008-11-04 Ken RaeburnDon't build dependencies for v4rcp.c.
2008-10-30 Greg HudsonUse the k5buf module instead of strcpy/strcat in severa...
2008-10-24 Greg HudsonUse strlcpy instead of strcpy in many places
2008-10-23 Greg HudsonUse snprintf instead of strcpy/strcat in many places
2008-10-20 Greg HudsonUse asprintf instead of malloc/strcpy/strcat in many...
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-09-18 Ken Raeburnmakedepend
2008-08-19 Ken RaeburnUpdate krb4 test to use aclocal.m4 macro and default...
2008-08-06 Ken Raeburncstatus() takes no arguments
2008-08-06 Ken RaeburnFix test for accept failure
2008-07-20 Ken RaeburnDon't set LOCAL_SUBDIRS in many places and SUBDIRS...
2008-06-11 Ken RaeburnDon't build spx.o, since we never enable SPX
2008-06-10 Ken RaeburnDon't use private copy of syslog.h. Rebuild dependencies
2008-06-03 Ken RaeburnFix various minor format-string issues
2008-04-30 Ken RaeburnAfter malloc/realloc/calloc failures, return ENOMEM...
2008-03-04 Ken RaeburnInclude signal.h before ftp_var.h to silence my_sig_t...
2008-02-19 Russ Allberyman page macro and hyphen fixes
2007-12-14 Tom Yufix CVE-2007-5894: apparent uninit length in ftpd.c...
2007-10-31 Ken RaeburnUse ac_cv_c_compiler_gnu instead of copying it to krb5_...
2007-08-16 Ken Raeburnmake depend
2007-08-08 Ken RaeburnGet rid of some old SunOS 4 config stuff
2007-07-12 Ken RaeburnUse [v]snprintf or asprintf instead of unchecked sprint...
2007-07-12 Ken RaeburnAvoid unchecked sprintf in some more support code
2007-06-29 Ken RaeburnAttach format attributes to declarations of various...
2007-06-29 Ken RaeburnEven though the passed string never has a %, use an...
2007-06-26 Ken Raeburn* v4rcp.c (error): Use stdarg version always. Call...
2007-06-26 Ken Raeburn* v4rcp.c (kstream_write): Allocate buffer space if...
2007-06-26 Ken RaeburnCheck malloc return for null in kstream_create_* instead of
2007-05-10 Ken RaeburnDefine and use some inline helper functions for compari...
2007-04-23 Ken Raeburnremove debugging code accidentally left in ftp/cmds.c
2007-04-14 Jeffrey AltmanAdd resource data windows/version.rc for:
2007-04-11 Ezra PeisachMove autoconf.h inclusion before tests for HAVE_UNISTD_...
2007-04-03 Tom YuMITKRB5-SA-2007-001: telnetd allows login as arbitrary...
2007-03-28 Ken Raeburnmake depend
2007-03-25 Ken RaeburnConfigure appl test programs from top level
2007-03-25 Ken RaeburnInclude autoconf.h
2007-03-25 Ken RaeburnRemove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD...
2007-03-25 Ken RaeburnNever set krb5_force_static. Instead, set the defaults...
2007-03-25 Ken RaeburnRemove commented-out macro
2007-01-20 Ken RaeburnRemove varargs.h paths, always use stdarg.h
2007-01-20 Ken Raeburnmake depend
2007-01-20 Ken RaeburnInclude k5-int.h instead of krb5.h when 'private' funct...
2006-12-07 Jeffrey Altman Modifications to support the generation and embedding
2006-12-01 Tom Yu * src/appl/telnet/libtelnet/kerberos5.c (kerberos5_send):
2006-11-02 Ken Raeburn* secure.c (secure_putbuf): Initialize automatic variab...
2006-10-18 Ezra PeisachMemory leak fixes on exit
2006-10-15 Ezra PeisachCleanup some warnings on missing prototypes
next