| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 85 | -38430/+0 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 27 | -142/+134 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -5/+6 |
| * | Supply missing fn declarations | Ken Raeburn | 2009-02-09 | 3 | -1/+9 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 10 | -27/+25 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 7 | -141/+136 |
| * | Remove krb4 support in gssftp and telnet | Greg Hudson | 2008-12-15 | 8 | -808/+8 |
| * | make depend | Sam Hartman | 2008-12-02 | 1 | -9/+12 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 12 | -41/+43 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 2 | -17/+16 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 2 | -6/+12 |
| * | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 3 | -38/+30 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -8/+9 |
| * | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
| * | Don't build spx.o, since we never enable SPX | Ken Raeburn | 2008-06-11 | 1 | -4/+1 |
| * | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 2 | -29/+23 |
| * | man page macro and hyphen fixes | Russ Allbery | 2008-02-19 | 1 | -4/+4 |
| * | Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gcc | Ken Raeburn | 2007-10-31 | 1 | -1/+1 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -8/+9 |
| * | Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat... | Ken Raeburn | 2007-07-12 | 2 | -10/+13 |
| * | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 2 | -7/+22 |
| * | MITKRB5-SA-2007-001: telnetd allows login as arbitrary user | Tom Yu | 2007-04-03 | 2 | -2/+26 |
| * | Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARY | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Never set krb5_force_static. Instead, set the defaults for building | Ken Raeburn | 2007-03-25 | 1 | -0/+1 |
| * | Remove varargs.h paths, always use stdarg.h | Ken Raeburn | 2007-01-20 | 1 | -4/+0 |
| * | * src/appl/telnet/libtelnet/kerberos5.c (kerberos5_send): | Tom Yu | 2006-12-01 | 1 | -2/+4 |
| * | Cleanup some warnings on missing prototypes | Ezra Peisach | 2006-10-15 | 1 | -0/+3 |
| * | Remove all unused variable warnings from tree | Ezra Peisach | 2006-10-15 | 1 | -2/+0 |
| * | Initialize some values before use, silence some warnings | Ken Raeburn | 2006-10-15 | 1 | -1/+3 |
| * | make depend | Tom Yu | 2006-10-06 | 1 | -5/+5 |
| * | Set the canonicalize flag in TGS requests and accept cross-realm referral tic... | Sam Hartman | 2006-09-21 | 1 | -0/+2 |
| * | Apply patch from Michael Calmer to fix some uninitialized variables | Tom Yu | 2006-08-02 | 1 | -0/+1 |
| * | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
| * | Change a bunch of calls to ctype macros (those cited by Jeff, and a | Ken Raeburn | 2006-06-16 | 1 | -2/+2 |
| * | Increase buffer sizes to 64K where a Kerberos 5 authenticator might be | Ken Raeburn | 2006-06-15 | 6 | -6/+6 |
| * | remove unused versions of makefiles | Ken Raeburn | 2006-06-15 | 6 | -369/+0 |
| * | telnet help should telnet to a host named help, not display a usage | Russ Allbery | 2006-06-13 | 1 | -1/+1 |
| * | Always include sys/ioctl.h in the telnet and telnetd code, even if | Russ Allbery | 2006-06-12 | 2 | -4/+2 |
| * | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 1 | -1/+1 |
| * | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 2 | -26/+30 |
| * | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -5/+4 |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 4 | -2266/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 6 | -266/+0 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 3 | -107/+108 |
| * | * configure.in: Supply comment template in AC_DEFINE calls | Ken Raeburn | 2006-03-28 | 2 | -9/+13 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -2/+3 |
| * | * configure.in: If tgetent can't be found, error out | Ken Raeburn | 2006-03-16 | 2 | -0/+5 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 2 | -11/+11 |