summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-1720-6/+20
* easy appl entriesMark Eichin1994-06-1614-0/+249
* trim to working ones for nowMark Eichin1994-06-161-1/+1
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-157-17/+17
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-159-30/+33
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-1/+1
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-154-15/+15
* step 2: bcmp->memcmpMark Eichin1994-06-156-9/+9
* step 1: bzero->memset(,0,)Mark Eichin1994-06-1518-29/+29
* Include the new gss-sample directoryTheodore Tso1994-06-151-1/+1
* As submitted from Openvision --- a sample GSSAPI client/server application!Theodore Tso1994-06-157-0/+1012
* Nancy L. Gilman's changes for Beta 4Nancy Gilman1994-06-147-190/+284
* Pass the correct arguments so that telnet works with login.krb5Theodore Tso1994-06-103-3/+3
* Add support for the -F flag --- allow logins by anyone, including rootTheodore Tso1994-06-101-7/+24
* Improve logging of failed loginsTheodore Tso1994-06-101-10/+17
* Updated telnet to be the 94.02.07 version, with some bugfixesTheodore Tso1994-06-1081-2363/+6355
* autoconf enhancements for kerberosMark Eichin1994-06-096-0/+102
* Add support for NeXt's (don't include setenv)Theodore Tso1994-06-021-10/+26
* Fix security hole in krcp.cTheodore Tso1994-06-021-0/+2
* adding HESINCLUDES in order to pick up hesiod.h wherever it may beTom Yu1994-05-251-0/+1
* Add error checking to krb5_sname_to_principalTheodore Tso1994-01-171-2/+8
* Fixed Config.generic for all platformsTheodore Tso1994-01-171-64/+62
* Don't use V4 Kerberos routines unless compiled with V4 compatibility modeTheodore Tso1994-01-142-2/+12
* Missing login.krb -> login.krb5 changeTheodore Tso1994-01-141-1/+1
* Fix bug in checking argc countTheodore Tso1994-01-131-1/+1
* Change code to use krb5_sname_to_principal() function, instead of trying toTheodore Tso1994-01-131-85/+13
* Fixed for newly enforced memory handling convention in the KerberosTheodore Tso1994-01-132-8/+1
* krb5_free_rcache now free's replay cacheTheodore Tso1993-12-241-5/+0
* Lots of cleanup. V4/V5 compatibility recvauth moved to separateTheodore Tso1993-12-248-1263/+967
* optarg must be declared extern char *Theodore Tso1993-12-031-3/+4
* Separate out SAMPLE_SERVICE (the Kerberos service name) and SAMPLE_PORTTheodore Tso1993-12-012-2/+3
* Completely revamped how allocated memory is freed so that there are noTheodore Tso1993-12-011-85/+81
* Added missing #include for ctype.hTheodore Tso1993-12-011-1/+0
* Added new extra flags argument to the call to krb5_recvauth()Theodore Tso1993-12-011-1/+2
* Fix man page to reflect new command-line arguments to sserverTheodore Tso1993-12-011-6/+8
* Added new extra flags argument to the call to krb5_recvauth()Theodore Tso1993-12-011-20/+23
* Added new extra flags argument to the call to krb5_recvauth()Theodore Tso1993-12-011-0/+1
* Track style changes in Borman release of telnetTheodore Tso1993-11-201-2/+6
* Use new version of strftime from Borman release, so that strftimeTheodore Tso1993-11-201-30/+78
* Track style changes in Borman release of telnetTheodore Tso1993-11-201-14/+32
* Changes to support new CRED-ENC structureTheodore Tso1993-11-201-34/+38
* Misc cleanupTheodore Tso1993-10-301-14/+14
* Change use of index and rindex to strchr and strrchrTheodore Tso1993-10-301-5/+5
* Fixed bug in simple server where packet length wasn't being setTheodore Tso1993-10-301-0/+3
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-158-56/+56
* Merged in ISI's modified CRED-INFO patchesTheodore Tso1993-09-221-34/+35
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-0132-64/+64
* Cleaned up TGTNAME define; now KRB5_TGS_NAMETheodore Tso1993-08-172-6/+4
* Initial revisionTheodore Tso1993-06-0340-0/+5309
* Change to reflect new calling interface for krb5_sname_to_principalTheodore Tso1993-06-032-5/+3