summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * dump.c (process_k5_record): t2..t9 is only 8 vars, not 9Mark Eichin1996-01-282-1/+5
* Fix quoting problemSam Hartman1996-01-282-2/+6
* Fixes to build on Linux;Sam Hartman1996-01-272-3/+5
* Fix bug in finding the tgs key;Sam Hartman1996-01-273-2/+10
* Implement -e option for keytabsSam Hartman1996-01-272-0/+7
* * void_assoc.c (ptyint_void_association): if we don't haveMark Eichin1996-01-272-0/+7
* * krb5.conf: use host:portnum in example files, not host,portnumMark Eichin1996-01-272-2/+6
* * kadmin.exp: use a longer password for kadmin_modify test to meetMark Eichin1996-01-272-3/+8
* 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
* * network.c (setup_network): strtol is good enough for portMark Eichin1996-01-272-2/+10
* Oops; I accidentally comitted a version of krloginSam Hartman1996-01-272-2/+3
* Implement -e option to list thatSam Hartman1996-01-262-2/+20
* Require DES for credentialsSam Hartman1996-01-262-1/+5
* Fix bug in call to shared library macrosSam Hartman1996-01-262-1/+5
* Telnet really wants a DES key; have it ask for oneSam Hartman1996-01-262-0/+5
* Fix delay in ^C processingSam Hartman1996-01-262-11/+27
* Disable resetting of tgs_enctypesSam Hartman1996-01-261-2/+2
* Convert the kvno to a char before writing it out. (The previous codeSam Hartman1996-01-262-2/+9
* Removed outdated comment about mappingSam Hartman1996-01-262-4/+3
* Fixed to check enctype of retrieved keysSam Hartman1996-01-263-2/+11
* Fixed extraction of keytabs to extract all keysSam Hartman1996-01-262-6/+38
* * cnv_tkt_skey.c (krb524_convert_tkt_skey): Take both a v5 and v4Sam Hartman1996-01-256-56/+161
* 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
* * Makefile.in: Remove spurious @DEFS@Tom Yu1996-01-242-1/+3
* Update man pages with new optionsSam Hartman1996-01-243-64/+101
* Added lines to adm.h which Chris had removed while working on theTheodore Tso1996-01-242-0/+19
* Don't assume that the input_name_buffer is null terminated, when itTheodore Tso1996-01-242-8/+26
* * Add checksum support to klogind making sure encrypted authenticatorsSam Hartman1996-01-245-135/+251
* 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
* New files for Sun's multi-mechanism GSSAPITheodore Tso1996-01-232-0/+427
* Check for prototypes so that KRB5_STDARG_P worksEzra Peisach1996-01-223-3/+10
* * configure.in: Use KRB5_CHECK_PROTOS instead of inliningEzra Peisach1996-01-222-13/+6
* Move the prototype checking code from include/krb5/configure.in intoEzra Peisach1996-01-222-0/+21
* * configure.in: Merge in berk_db library if neededEzra Peisach1996-01-223-3/+33
* * configure.in: Add in WITH_ANAME_DB and WITH_KDB_DB so that topEzra Peisach1996-01-223-6/+24