summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* make dependTom Yu2005-11-295-71/+55
* make dependKen Raeburn2005-10-271-1/+2
* Renamed variable 'log' to 'logfile' and made it staticKen Raeburn2005-10-212-40/+47
* reindent to style in doc/coding-style, via gnu indentKen Raeburn2005-10-213-1178/+1196
* Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn2005-10-214-32/+315
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-2411-20/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-208-4/+20
* Update dependenciesKen Raeburn2005-06-214-54/+71
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-283-10/+24
* 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