summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* Use symbolic names for the encryption types.Richard Basch1995-12-051-3/+6
* There is no longer a dependency on libkadmRichard Basch1995-12-053-3/+0
* Change use of krb5_clockskew to be context->clockskewTheodore Tso1995-11-082-4/+7
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-033-9/+6
* Handle case when ticket cache name does not include a colonEzra Peisach1995-10-102-0/+7
* * ksu.M: Document authorization changesEzra Peisach1995-10-067-646/+35
* * kinit.c (KRB5_DEFAULT_LIFE): default life should be 10 hours,Mark Eichin1995-10-022-1/+5
* klist.M: Updated the man page to include all of the supported optionsTheodore Tso1995-09-153-26/+120
* * krb_auth_su.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-4/+7
* * krb_auth_su.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-2/+6
* * klist.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-24/+5
* Use libkadm string handling routinesPaul Park1995-08-219-215/+180
* Use libkadm string conversion routinesPaul Park1995-08-214-90/+25
* * configure.in: Don't link with -lkadmTom Yu1995-07-292-1/+4
* Add full prototypes for all functions. Fix calls to functions thatEzra Peisach1995-07-207-36/+193
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-0712-31/+33
* Remove LDFLAGSPaul Park1995-07-072-1/+4
* * krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context toTom Yu1995-07-062-1/+6
* Change PROTOTYPE -> KRB5_PROTOTYPETheodore Tso1995-06-212-4/+7
* * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELLTom Yu1995-06-203-4/+10
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-1512-9/+37
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-098-22/+21
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+8
* Integrated patch from OpenVision which allows klist to list keytabs asTheodore Tso1995-06-082-76/+242
* Update usage message and manual page to reflect current reality. (-e -fEzra Peisach1995-05-113-1/+13
* More missing contextsEzra Peisach1995-05-093-9/+15
* Numerous context reference s were missing. Alerted to first byEzra Peisach1995-05-092-6/+15
* * klist.c : Changed progname to argv[0] for consistancy withChris Provenzano1995-05-042-20/+24
* * kdestroy.c : Added #include <string.h>Chris Provenzano1995-05-042-2/+7
* * klist.c : #include <string.h>, a must for prototypes of variousChris Provenzano1995-05-042-1/+8
* Use $(LD) instead of $(CC) when trying to link. (So purify works).Theodore Tso1995-04-282-1/+7
* Make configure look for pwd.h and define HAVE_PWD_H if foundChris Provenzano1995-04-222-0/+6
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-145-0/+198
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-293-8/+31
* kinit.c (main): Remove the call to krb5_os_localaddr() sinceTheodore Tso1995-03-242-10/+16
* * configure.in: Replace CHECK_STDARG with AC_CHECK_HEADERS.John Gilmore1995-03-174-9/+13
* Remove reference to $(ISODELIB)Theodore Tso1995-03-028-10/+24
* Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso1995-03-014-6/+12
* Replace check for -lsocket and -lnsl with WITH_NETLIB checkTheodore Tso1995-03-014-4/+12
* Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-288-21/+24
* * krb_auth_su.c krb5_auth_check()) Call krb5_get_cred_from_kdc()Chris Provenzano1995-02-232-9/+16
* Use $(LD) instead of $(CC) when linking. (For allowing use of Pure SoftwareTheodore Tso1995-02-222-1/+5
* Add check for libsocket and libnsl (sigh). krb5_init_ctx drags inTheodore Tso1995-02-114-4/+19
* Add check for libsocket and libnsl (sigh). krb5_init_ctx drags inTheodore Tso1995-02-113-3/+14
* Added -e option to print out encryption typesChris Provenzano1995-02-092-1/+38
* * krb_auth_su.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-29/+11
* * klist.c Do a krb5_init_context() before using a krb5_contextChris Provenzano1995-02-082-0/+6
* * kinit.c (main()) Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-72/+23
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-035-0/+5
* Use new API for krb5_kt_get_entry()Chris Provenzano1995-01-282-1/+10