summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * rel_oid.c (krb5_gss_internal_release_oid): Change to match prototypeEzra Peisach1996-02-243-4/+13
* Declare krb__get_srvtabname()Ezra Peisach1996-02-245-0/+13
* gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * asTheodore Tso1996-02-2424-330/+145
* g_imp_name.c (gss_import_name): If the user passes in a name-typeTheodore Tso1996-02-247-16/+189
* * keytab.c (krb5_ktkdb_close): new function, non-optional.Mark Eichin1996-02-242-10/+27
* t_random.c: New file which just tests the random number generatorTheodore Tso1996-02-234-2/+145
* * Makefile.in (check-unix): Set LD_LIBRARY_PATH for kdb5_anaddEzra Peisach1996-02-224-0/+11
* If the configuration file does not exist (context->profile == NULL)Theodore Tso1996-02-172-3/+12
* Added new error table code KRB5_CONFIG_NODEFREALMTheodore Tso1996-02-162-0/+5
* If version is not FVNO_4, do not seek forwar a random stack value.Ezra Peisach1996-02-152-2/+9
* Set magic number in krb5_addressEzra Peisach1996-02-152-0/+7
* * kdb_dbm.c (krb5_dbm_db_rename): Initialize pointer before useEzra Peisach1996-02-142-1/+7
* Remove junk fileTheodore Tso1996-02-131-31/+0
* Incluide stdlib.h for declaration of mallocEzra Peisach1996-02-112-0/+8
* * g_glue.c: grab stdlib.h to get NULLTom Yu1996-02-102-0/+7
* * scc.h scc_gprin.c scc_maybe.c scc_skip.c scc_sseq.cRichard Basch1996-02-095-113/+221
* * fcc_maybe.cRichard Basch1996-02-091-13/+18
* * fcc.h fcc_gprin.c fcc_maybe.c fcc_skip.c fcc_sseq.cRichard Basch1996-02-095-48/+154
* Need to include stdio.h and errno.h no matter what.Ezra Peisach1996-02-072-2/+7
* Folded in danw's changes to allow building Makefiles for theTheodore Tso1996-02-0716-1/+62
* Commited new snapshot from Roland Schemers at SunTheodore Tso1996-02-0740-454/+1115
* * configure.in, Makefile.inRichard Basch1996-02-042-25/+12
* Remove check to make sure ticket enctypeSam Hartman1996-02-014-49/+11
* Remove check to make sure cached tickets are in tgs_enctypesSam Hartman1996-02-012-24/+6
* Several changes to the db rename feature.Richard Basch1996-01-311-19/+25
* * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless withoutMark Eichin1996-01-302-1/+6
* Fix quoting problemSam Hartman1996-01-282-2/+6
* fix indentationMark Eichin1996-01-271-2/+2
* * kuserok.c: use HAVE_SETEUID and HAVE_SETRESUID to figure out howMark Eichin1996-01-273-4/+11
* * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefsMark Eichin1996-01-273-2/+18
* * t_cksum.c (main): use proper old-style definitionMark Eichin1996-01-272-1/+7
* Require DES for credentialsSam Hartman1996-01-262-1/+5
* Fix bug in call to shared library macrosSam Hartman1996-01-262-1/+5
* Removed outdated comment about mappingSam Hartman1996-01-262-4/+3
* Fixed to check enctype of retrieved keysSam Hartman1996-01-263-2/+11
* get_creds.c: Only match on enctype if in_creds.keyblockSam Hartman1996-01-253-3/+23
* Previously, ktype_match only made sure that the enctype was validSam Hartman1996-01-256-15/+35
* Remove superfluous link lineSam Hartman1996-01-252-1/+5
* * g_compare_name.c, g_delete_sec_context.c, g_dsp_status.c,Tom Yu1996-01-2515-196/+288
* * pname_to_uid.c (krb5_pname_to_uid): Changed def'n ofTom Yu1996-01-252-2/+8
* Don't assume that the input_name_buffer is null terminated, when itTheodore Tso1996-01-242-8/+26
* Check for stdlib.h, include stdlib.h, string.h, cast to handle gcc warningEzra Peisach1996-01-234-1/+14
* Check for stdlib.h (configure.in)Ezra Peisach1996-01-2311-0/+44
* * Makefile.in (SRCS): Remove extraneous line with only a tab.Ezra Peisach1996-01-232-2/+11
* * Makefile.in (SHLIB_LIBS): Add lines for shared library buildingEzra Peisach1996-01-232-0/+9
* Add support for building GSSAPI as a shared libraryTheodore Tso1996-01-235-8/+57
* configure.in: Add the mechglue directory as a subdirTheodore Tso1996-01-233-2/+10
* gssapiP_generic.h: Removed prototypes of functions that have beenTheodore Tso1996-01-237-543/+9
* rel_oid.c (krb5_gss_internal_release_oid): Add the new interface forTheodore Tso1996-01-237-687/+61
* Added Sun's changes (from Roland), as fixed by Ted, to finally have aTheodore Tso1996-01-2314-54/+995