summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new API for krb5_kt_get_entryChris Provenzano1995-01-282-1/+11
* If gethostbyname returns an error, exit after printing an error messageTheodore Tso1995-01-192-1/+7
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-1313-319/+403
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-265-11/+11
* Use $(srcdir) to find manual page for make installTheodore Tso1994-10-038-4/+20
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-014-0/+11
* Add dependencies for the libraries (so the executables are automaticallyTheodore Tso1994-09-233-9/+9
* Fix memory leak in klist --- the returned credentials should be freed beforeTheodore Tso1994-09-233-4/+11
* stamp out rcs keywordsMark Eichin1994-08-183-21/+3
* lintMark Eichin1994-08-145-38/+4
* * *.c: "upgrade" to C Classic :-)Tom Yu1994-08-106-112/+291
* stamp..Mark Eichin1994-08-091-29/+0
* only use ... if we've got itMark Eichin1994-08-091-0/+4
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-094-125/+0