summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* If there is no DES key with a V4 salttype, simply return any DES key.Richard Basch1996-01-221-1/+8
* Allow for the use of other K/M encryption types. Try to look it up inRichard Basch1996-01-221-7/+8
* Don't syslog if the child exited normallyRichard Basch1996-01-221-2/+3
* A couple more tasks have been completed (use dbm, and kdc locking)Richard Basch1996-01-221-3/+3
* Fixed three problems in the database rename function:Richard Basch1996-01-221-9/+13
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-2224-364/+13
* * aclocal.m4Richard Basch1996-01-221-28/+101
* * gc_via_tkt.c (krb5_kdcrep2creds): Set is_skey so get_creds won'tTom Yu1996-01-222-1/+7
* * configure.inRichard Basch1996-01-221-1/+11
* krb5_get_credentials does not use the same flags as kdc_optionsEzra Peisach1996-01-202-1/+6
* krb5_get_credentials does not take the same flags as kdc_options. Set toEzra Peisach1996-01-202-1/+6
* krb5_get_credentials does not take kdc_options flagsEzra Peisach1996-01-203-5/+10
* Remove use of krb5_kdc_default_optionsEzra Peisach1996-01-202-3/+5
* Fix a memory leak and reversed argumentsSam Hartman1996-01-202-4/+9
* In the client, construct a checksum from the command lineSam Hartman1996-01-203-3/+44
* Add check for DBM/db librariesTheodore Tso1996-01-194-0/+38
* In des_read, check to see if read returns 0 and reportSam Hartman1996-01-192-1/+5
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-1915-172/+146
* Deal with sys_errlistSam Hartman1996-01-193-0/+12
* Portability fixes: don't declare errno everSam Hartman1996-01-195-2/+18
* Fix loop so that a ftp/host@REALM is not required,Sam Hartman1996-01-182-4/+11