summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* * setenv.c: Include string.hKen Raeburn2004-05-302-0/+5
* (main): Invoke krb5_free_context at exit to allowEzra Peisach2004-05-242-1/+11
* updated dependenciesKen Raeburn2004-04-243-27/+33
* * server.c: Include string.hKen Raeburn2004-04-032-0/+5
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-0818-9/+39
* * configure.in: Move test for setupterm back down below addition ofKen Raeburn2004-03-072-1/+7
* Configure telnet using one script instead of fourKen Raeburn2004-03-0412-184/+207
* * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2004-02-272-170/+172
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-242-4/+8
* update copyright notices on gss sample appsTom Yu2004-02-113-0/+69
* gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2004-02-102-5/+10
* * configure.in: Check for sys/time.h and time.hKen Raeburn2004-02-092-0/+6
* * update usage() for gss-clientJeffrey Altman2004-02-073-1/+7
* 2004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-063-14/+36
* * gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2004-01-312-14/+26
* Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman2004-01-303-145/+161
* * ftp.c (do_auth): Handle a return code of 335, where the authenticationKen Raeburn2003-12-192-1/+6
* make dependKen Raeburn2003-12-153-40/+51
* Gets a bit closer, still not working..Ken Raeburn2003-12-133-15/+63
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-302-3/+4
* krshd hangs in linux nightly testingKen Raeburn2003-08-292-5/+18
* clean up ftp client gss memory managementTom Yu2003-06-252-4/+9
* * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."Ken Raeburn2003-06-164-10/+19
* Use fork not vfork in ftpSam Hartman2003-06-056-9/+14
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-248-29/+15
* make-depend updatesKen Raeburn2003-05-244-30/+29
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-108-15/+33
* errno should never be explicitly declaredKen Raeburn2003-04-244-5/+8
* Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2003-04-242-1/+4
* build libtelnet with library build frameworkTom Yu2003-04-113-12/+22
* Thanks, patch appliedTom Yu2003-04-093-4/+26
* * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistencyKen Raeburn2003-04-082-3/+8
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-012-0/+9
* * kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted.Ken Raeburn2003-03-282-3/+35
* * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn2003-03-053-2/+33
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-033-2/+7
* * login.c (main): Don't zero out terminal window sizeTom Yu2003-02-052-6/+4
* * login.c (dofork): Don't dissociate from controlling tty in theTom Yu2003-02-042-32/+36
* * kcmd.c (v4_des_write): Apply patch from ghudson to fixTom Yu2003-01-312-4/+14
* * login.c (main): Initialize 'hostname'Ken Raeburn2003-01-312-2/+2
* * login.c (try_krb4): Delete unused krb5 principal name argument.Ken Raeburn2003-01-312-3/+7
* * server.c: Include port-sockets.hKen Raeburn2003-01-102-0/+5
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-104-14/+12
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-108-10/+37
* Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman2003-01-094-30/+69
* Nuke some old .orig filesKen Raeburn2003-01-088-144/+16
* Only system headers should declare errnoSam Hartman2003-01-052-1/+5
* * ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit valueKen Raeburn2003-01-032-1/+6
* * compat_recv.c (accept_a_connection): Test if IPv6 socket returnsEzra Peisach2003-01-032-1/+7
* Add IPv6 support to rshd test/debug code:Ken Raeburn2003-01-014-47/+154