aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2005-12-22make dependKen Raeburn1-1/+0
2005-11-29make dependTom Yu5-71/+55
2005-10-27make dependKen Raeburn1-1/+2
2005-10-21Renamed variable 'log' to 'logfile' and made it staticKen Raeburn2-40/+47
2005-10-21reindent to style in doc/coding-style, via gnu indentKen Raeburn3-1178/+1196
2005-10-21Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn4-32/+315
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman11-20/+0
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn8-4/+20
2005-06-21Update dependenciesKen Raeburn4-54/+71
2005-04-28updated dependencies for socket-utils.h changeKen Raeburn3-10/+24
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2-1/+4
2005-04-06* commands.c (shell): Change 0 to (char*)NULL in execl calls. Patch providedKen Raeburn2-2/+7
2005-04-06* krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn4-6/+13
2005-04-06update dependenciesKen Raeburn1-1/+0
2005-03-29fix MITKRB5-SA-2005-001 telnet client vulnTom Yu2-9/+20
2005-01-18 * configure.in: When looking for setupterm() - look inEzra Peisach2-3/+8
2005-01-13 * ftpd.c: GCC 4.0 fixes... Move static declaration of gunique outEzra Peisach2-1/+6
2005-01-06make dependTom Yu1-0/+1
2004-12-30run "make depend"Ken Raeburn7-28/+31
2004-12-20 * kerberos.c (kerberos4_status): Null-terminate the correctTom Yu2-1/+6
2004-11-26ticket: newSam Hartman2-7/+6
2004-11-16make dependKen Raeburn3-15/+7
2004-11-15Merge Athena changes for requiring encrypted connectionsTom Yu8-30/+149
2004-11-03merge athena ftpd changes for requiring encrypted passwordsTom Yu4-4/+35
2004-10-01* kcmd.c (kcmd_connect): Set *addrfamilyp with the address family actually usedKen Raeburn2-0/+6
2004-09-22Better support for using libutil on systems that need it for variousTom Yu10-8/+25
2004-09-08 * login.c (main): Don't overwrite "PATH" environment variable ifTom Yu2-1/+6
2004-08-27Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn2-1/+7
2004-08-27Patch from Garry Zacheiss to use krb5_get_init_creds_password in ftpdSam Hartman2-6/+12
2004-08-09* ftpd.c (main): Use socklen_t for the size of the address from acceptKen Raeburn2-1/+7
2004-07-16update dependenciesKen Raeburn1-1/+0
2004-07-16* compat_recv.c: Only include sys/select.h if it's availableKen Raeburn2-0/+6
2004-07-11* configure.in: Use KRB5_AC_INET6Ken Raeburn2-0/+5
2004-07-11* configure.in: Use KRB5_AC_INET6Ken Raeburn2-0/+5
2004-06-16make dependTom Yu1-0/+1
2004-06-04Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2-1/+5
2004-05-30* setenv.c: Include string.hKen Raeburn2-0/+5
2004-05-24(main): Invoke krb5_free_context at exit to allowEzra Peisach2-1/+11
2004-04-24updated dependenciesKen Raeburn3-27/+33
2004-04-03* server.c: Include string.hKen Raeburn2-0/+5
2004-03-08Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn18-9/+39
2004-03-07* configure.in: Move test for setupterm back down below addition ofKen Raeburn2-1/+7
2004-03-04Configure telnet using one script instead of fourKen Raeburn12-184/+207
2004-02-27 * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2-170/+172
2004-02-24Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2-4/+8
2004-02-11update copyright notices on gss sample appsTom Yu3-0/+69
2004-02-10 gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2-5/+10
2004-02-09* configure.in: Check for sys/time.h and time.hKen Raeburn2-0/+6
2004-02-07* update usage() for gss-clientJeffrey Altman3-1/+7
2004-02-062004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman3-14/+36