aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-31* gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2-14/+26
2004-01-30Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman3-145/+161
2003-12-19* ftp.c (do_auth): Handle a return code of 335, where the authenticationKen Raeburn2-1/+6
2003-12-15make dependKen Raeburn3-40/+51
2003-12-13Gets a bit closer, still not working..Ken Raeburn3-15/+63
2003-08-30Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2-3/+4
2003-08-29krshd hangs in linux nightly testingKen Raeburn2-5/+18
2003-06-25clean up ftp client gss memory managementTom Yu2-4/+9
2003-06-16* ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."Ken Raeburn4-10/+19
2003-06-05Use fork not vfork in ftpSam Hartman6-9/+14
2003-05-24Big step towards integrating libkrb524 into libkrb5:Ken Raeburn8-29/+15
2003-05-24make-depend updatesKen Raeburn4-30/+29
2003-05-10Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu8-15/+33
2003-04-24errno should never be explicitly declaredKen Raeburn4-5/+8
2003-04-24Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2-1/+4
2003-04-11build libtelnet with library build frameworkTom Yu3-12/+22
2003-04-09Thanks, patch appliedTom Yu3-4/+26
2003-04-08* krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistencyKen Raeburn2-3/+8
2003-04-01Red Hat's krb5_princ_size fixesKen Raeburn2-0/+9
2003-03-28* kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted.Ken Raeburn2-3/+35
2003-03-05* compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn3-2/+33
2003-03-03Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu3-2/+7
2003-02-05 * login.c (main): Don't zero out terminal window sizeTom Yu2-6/+4
2003-02-04 * login.c (dofork): Don't dissociate from controlling tty in theTom Yu2-32/+36
2003-01-31 * kcmd.c (v4_des_write): Apply patch from ghudson to fixTom Yu2-4/+14