summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Collapse)AuthorAgeFilesLines
...
* Use symbolic names for the encryption types.Richard Basch1995-12-051-3/+6
| | | | | | Support 3-DES, too. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7162 dc483132-0cff-0310-8789-dd5450dbe970
* There is no longer a dependency on libkadmRichard Basch1995-12-053-3/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7160 dc483132-0cff-0310-8789-dd5450dbe970
* Change use of krb5_clockskew to be context->clockskewTheodore Tso1995-11-082-4/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7064 dc483132-0cff-0310-8789-dd5450dbe970
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-033-9/+6
| | | | | | | | removal simplifies merging. I left in the RCSID's that are in actual error table values (*_RCSID typically) but comments had them elided (Source keywords replaced with a literal pathname, Id totally removed.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7014 dc483132-0cff-0310-8789-dd5450dbe970
* Handle case when ticket cache name does not include a colonEzra Peisach1995-10-102-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6956 dc483132-0cff-0310-8789-dd5450dbe970
* * ksu.M: Document authorization changesEzra Peisach1995-10-067-646/+35
| | | | | | | | | | | | | | | | | * ksu.1: Remove as was out of date. * Makefile.in (DEFINES): Remove LOCAL_REALM definition. * ksu.h: Remove local_realm from krb5_authorization. * authorization.c (krb5_authorization): Remove old copied code that is in krb5 library and is out of date. Use the configurable aname to localname methods. * main.c (main): Add krb5_secure_config_files so that users cannot override system config files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6943 dc483132-0cff-0310-8789-dd5450dbe970
* * kinit.c (KRB5_DEFAULT_LIFE): default life should be 10 hours,Mark Eichin1995-10-022-1/+5
| | | | | | not eight, for practical/social reasons. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6919 dc483132-0cff-0310-8789-dd5450dbe970
* klist.M: Updated the man page to include all of the supported optionsTheodore Tso1995-09-153-26/+120
| | | | | | | klist.c (main, show_credential): Reimplement the -e option, and display the encryption used by the session key and of the ticket. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6796 dc483132-0cff-0310-8789-dd5450dbe970
* * krb_auth_su.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-4/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6701 dc483132-0cff-0310-8789-dd5450dbe970
* * krb_auth_su.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-2/+6
| | | | | | krb5_keytype where appropriate. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6666 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-24/+5
| | | | | | krb5_keytype where appropriate. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6665 dc483132-0cff-0310-8789-dd5450dbe970
* Use libkadm string handling routinesPaul Park1995-08-219-215/+180
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6563 dc483132-0cff-0310-8789-dd5450dbe970
* Use libkadm string conversion routinesPaul Park1995-08-214-90/+25
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6559 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Don't link with -lkadmTom Yu1995-07-292-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6357 dc483132-0cff-0310-8789-dd5450dbe970
* Add full prototypes for all functions. Fix calls to functions thatEzra Peisach1995-07-207-36/+193
| | | | | | were missing an argument (usually context) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6317 dc483132-0cff-0310-8789-dd5450dbe970
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-0712-31/+33
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6250 dc483132-0cff-0310-8789-dd5450dbe970
* Remove LDFLAGSPaul Park1995-07-072-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6248 dc483132-0cff-0310-8789-dd5450dbe970
* * krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context toTom Yu1995-07-062-1/+6
| | | | | | os_localaddr. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6240 dc483132-0cff-0310-8789-dd5450dbe970
* Change PROTOTYPE -> KRB5_PROTOTYPETheodore Tso1995-06-212-4/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6113 dc483132-0cff-0310-8789-dd5450dbe970
* * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELLTom Yu1995-06-203-4/+10
| | | | | | * configure.in: add test for getusershell() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6104 dc483132-0cff-0310-8789-dd5450dbe970
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-1512-9/+37
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6069 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-098-22/+21
| | | | | | now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6009 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+8
| | | | | | | now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6006 dc483132-0cff-0310-8789-dd5450dbe970
* Integrated patch from OpenVision which allows klist to list keytabs asTheodore Tso1995-06-082-76/+242
| | | | | | well as ccache's. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5984 dc483132-0cff-0310-8789-dd5450dbe970
* Update usage message and manual page to reflect current reality. (-e -fEzra Peisach1995-05-113-1/+13
| | | | | | arguments). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5795 dc483132-0cff-0310-8789-dd5450dbe970
* More missing contextsEzra Peisach1995-05-093-9/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5788 dc483132-0cff-0310-8789-dd5450dbe970
* Numerous context reference s were missing. Alerted to first byEzra Peisach1995-05-092-6/+15
| | | | | | wolfgang@wsrcc.com (Wolfgang Rupprecht). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5785 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c : Changed progname to argv[0] for consistancy withChris Provenzano1995-05-042-20/+24
| | | | | | kdestroy, and to cleanup the code some. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5717 dc483132-0cff-0310-8789-dd5450dbe970
* * kdestroy.c : Added #include <string.h>Chris Provenzano1995-05-042-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5716 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c : #include <string.h>, a must for prototypes of variousChris Provenzano1995-05-042-1/+8
| | | | | | string routines on systems where int != void *. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5714 dc483132-0cff-0310-8789-dd5450dbe970
* Use $(LD) instead of $(CC) when trying to link. (So purify works).Theodore Tso1995-04-282-1/+7
| | | | | | | Note: to get things to work on the Mac, just put LD=$(CC) in the Makefile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5629 dc483132-0cff-0310-8789-dd5450dbe970
* Make configure look for pwd.h and define HAVE_PWD_H if foundChris Provenzano1995-04-222-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5441 dc483132-0cff-0310-8789-dd5450dbe970
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-145-0/+198
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-293-8/+31
| | | | | | | | | (kinit): Link with $(CC) $(LDFLAGS), to work on the Mac. * kinit.c (HAVE_PWD_H): Use. (NO_KEYTAB): Skip keytab support if defined. FIXME: NO_KEYTAB needs to be set by configure. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5290 dc483132-0cff-0310-8789-dd5450dbe970
* kinit.c (main): Remove the call to krb5_os_localaddr() sinceTheodore Tso1995-03-242-10/+16
| | | | | | | | | get_in_tkt_XXXX will default appropriately. kinit.c (main): Kinit will print an error when there are two many arguments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5237 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Replace CHECK_STDARG with AC_CHECK_HEADERS.John Gilmore1995-03-174-9/+13
| | | | | | | | | * main.c (print_status): Use HAVE_STDARG_H to control whether to declare with ", ..."; not STDARG_PROTOTYPES. * ksu.h: Don't include <stdarg.h> or <varargs.h>, since they are already included by "com_err.h". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5138 dc483132-0cff-0310-8789-dd5450dbe970
* Remove reference to $(ISODELIB)Theodore Tso1995-03-028-10/+24
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5061 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso1995-03-014-6/+12
| | | | | | WITH_NETLIB check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5039 dc483132-0cff-0310-8789-dd5450dbe970
* Replace check for -lsocket and -lnsl with WITH_NETLIB checkTheodore Tso1995-03-014-4/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5038 dc483132-0cff-0310-8789-dd5450dbe970
* Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-288-21/+24
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5028 dc483132-0cff-0310-8789-dd5450dbe970
* * krb_auth_su.c krb5_auth_check()) Call krb5_get_cred_from_kdc()Chris Provenzano1995-02-232-9/+16
| | | | | | with new calling convention. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4988 dc483132-0cff-0310-8789-dd5450dbe970
* Use $(LD) instead of $(CC) when linking. (For allowing use of Pure SoftwareTheodore Tso1995-02-222-1/+5
| | | | | | tools). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4967 dc483132-0cff-0310-8789-dd5450dbe970
* Add check for libsocket and libnsl (sigh). krb5_init_ctx drags inTheodore Tso1995-02-114-4/+19
| | | | | | | | cryptoconf.c, which drags in enough of the crypto library that socket() gets called. We should to fix this eventually to make klist smaller, but the fix will be subtle. Sigh.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4943 dc483132-0cff-0310-8789-dd5450dbe970
* Add check for libsocket and libnsl (sigh). krb5_init_ctx drags inTheodore Tso1995-02-113-3/+14
| | | | | | | | cryptoconf.c, which drags in enough of the crypto library that socket() gets called. We should to fix this eventually to make klist smaller, but the fix will be subtle. Sigh.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4942 dc483132-0cff-0310-8789-dd5450dbe970
* Added -e option to print out encryption typesChris Provenzano1995-02-092-1/+38
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4932 dc483132-0cff-0310-8789-dd5450dbe970
* * krb_auth_su.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-29/+11
| | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4918 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c Do a krb5_init_context() before using a krb5_contextChris Provenzano1995-02-082-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4917 dc483132-0cff-0310-8789-dd5450dbe970
* * kinit.c (main()) Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-72/+23
| | | | | | | | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. * kinit.c (main()) use new API for krb5_get_in_tkt(), and replace krb5_get_in_tkt_with_skey() with krb5_get_in_tkt_with_keytab() and remove all unnecessary cruft. * kinit.c Do a krb5_init_context() before using a krb5_context. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4916 dc483132-0cff-0310-8789-dd5450dbe970
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-035-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4904 dc483132-0cff-0310-8789-dd5450dbe970
* Use new API for krb5_kt_get_entry()Chris Provenzano1995-01-282-1/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4863 dc483132-0cff-0310-8789-dd5450dbe970