aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-31* login.c (main): Initialize 'hostname'Ken Raeburn2-2/+2
2003-01-31* login.c (try_krb4): Delete unused krb5 principal name argument.Ken Raeburn2-3/+7
2003-01-10* server.c: Include port-sockets.hKen Raeburn2-0/+5
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn4-14/+12
2003-01-10Use socklen_t when passing address to socket functions.Ken Raeburn8-10/+37
2003-01-09Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman4-30/+69
2003-01-08Nuke some old .orig filesKen Raeburn8-144/+16
2003-01-05Only system headers should declare errnoSam Hartman2-1/+5
2003-01-03* ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit valueKen Raeburn2-1/+6
2003-01-03 * compat_recv.c (accept_a_connection): Test if IPv6 socket returnsEzra Peisach2-1/+7
2003-01-01Add IPv6 support to rshd test/debug code:Ken Raeburn4-47/+154
2002-12-30* gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn2-5/+21
2002-12-23Replace dependencies on generated krb524 and krb4 headers withTom Yu4-27/+24
2002-12-12update dependenciesTom Yu1-1/+2
2002-12-12More KfM merge workTom Yu3-4/+11
2002-12-06 * configure.in: Quote the argument to AC_CHECK_HEADER. AutoconfEzra Peisach4-2/+12
2002-11-27update dependenciesTom Yu3-17/+33
2002-11-27 * configure.in: Set SETENVSRC correctlyTom Yu2-1/+5
2002-11-15 * configure.in: Test for speed_t being presentEzra Peisach7-17/+52