summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-132-1/+4
* * commands.c (shell): Change 0 to (char*)NULL in execl calls. Patch providedKen Raeburn2005-04-062-2/+7
* * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn2005-04-064-6/+13
* update dependenciesKen Raeburn2005-04-061-1/+0
* fix MITKRB5-SA-2005-001 telnet client vulnTom Yu2005-03-292-9/+20
* * configure.in: When looking for setupterm() - look inEzra Peisach2005-01-182-3/+8
* * ftpd.c: GCC 4.0 fixes... Move static declaration of gunique outEzra Peisach2005-01-132-1/+6
* make dependTom Yu2005-01-061-0/+1
* run "make depend"Ken Raeburn2004-12-307-28/+31
* * kerberos.c (kerberos4_status): Null-terminate the correctTom Yu2004-12-202-1/+6
* ticket: newSam Hartman2004-11-262-7/+6
* make dependKen Raeburn2004-11-163-15/+7
* Merge Athena changes for requiring encrypted connectionsTom Yu2004-11-158-30/+149
* merge athena ftpd changes for requiring encrypted passwordsTom Yu2004-11-034-4/+35
* * kcmd.c (kcmd_connect): Set *addrfamilyp with the address family actually usedKen Raeburn2004-10-012-0/+6
* Better support for using libutil on systems that need it for variousTom Yu2004-09-2210-8/+25
* * login.c (main): Don't overwrite "PATH" environment variable ifTom Yu2004-09-082-1/+6
* Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn2004-08-272-1/+7
* Patch from Garry Zacheiss to use krb5_get_init_creds_password in ftpdSam Hartman2004-08-272-6/+12
* * ftpd.c (main): Use socklen_t for the size of the address from acceptKen Raeburn2004-08-092-1/+7
* update dependenciesKen Raeburn2004-07-161-1/+0
* * compat_recv.c: Only include sys/select.h if it's availableKen Raeburn2004-07-162-0/+6
* * configure.in: Use KRB5_AC_INET6Ken Raeburn2004-07-112-0/+5
* * configure.in: Use KRB5_AC_INET6Ken Raeburn2004-07-112-0/+5
* make dependTom Yu2004-06-161-0/+1
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* * 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