summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * aes.c (krb5int_aes_init_state): Implement.Ken Raeburn2003-03-053-3/+14
* * krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error codeKen Raeburn2003-03-052-0/+6
* Add AES string-to-key functionKen Raeburn2003-03-054-9/+84
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-058-21/+22
* * srv_rcache.c (krb5_get_server_rcache): Fix missedTom Yu2003-03-052-1/+6
* * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn2003-03-053-2/+33
* Fix rcache character test introduced in last commitSam Hartman2003-03-051-2/+2
* * configure.in: Default to --disable-fakekaKen Raeburn2003-03-052-1/+5
* Don't call shutdown after finishing writingSam Hartman2003-03-042-1/+6
* Do not expect sequence number in encrypted krb_credSam Hartman2003-03-042-1/+5
* GSS_C_NO_CREDENTIAL should accept any principalSam Hartman2003-03-048-42/+75
* * krb5-config.in (lib_flags): Prune out CFLAGSTom Yu2003-03-032-1/+4
* * pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn2003-03-033-42/+53
* * g_cnffile.c (krb__get_srvtabname): Keep strdup()ed string in aTom Yu2003-03-032-1/+11
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-0311-54/+74
* Substitute DEPLIBEXT for library buildsSam Hartman2003-03-022-0/+5
* Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman2003-03-027-7/+7
* There isn't really a point to validating cred_handle if it was justTom Yu2003-03-012-6/+11
* Ignore krb_err_txt.cKen Raeburn2003-02-281-0/+1
* * Makefile.in (clean-unix): Remove krb_err_txt.c on clean. UpdateEzra Peisach2003-02-283-3/+15
* * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2003-02-282-0/+7
* * configure.in: Set and substitute maybe_kerberosIV.Ken Raeburn2003-02-273-1/+9
* remove wrong commentKen Raeburn2003-02-261-1/+0
* Thanks, similar patch appliedTom Yu2003-02-252-6/+52
* Handle NULL result_string->data returned from error inTom Yu2003-02-256-4/+21
* * in_tkt.c: Include k5-util.h.Ken Raeburn2003-02-253-27/+11
* * change_password.c (krb_change_password): Use int, not KRB_INT32, for krb4Ken Raeburn2003-02-252-1/+9
* * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probablyTom Yu2003-02-243-32/+34
* Fix typo pointed out by jenselby in doc passSam Hartman2003-02-241-1/+1
* This should fix things, but I don't have an easy way to testTom Yu2003-02-212-15/+37
* Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu> * Removed Mac OS 9 f...Alexandra Ellwood2003-02-215-128/+3
* Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu> * Removed Mac OS 9 f...Alexandra Ellwood2003-02-2132-2943/+3
* Fix typo that caused infinite loop in previous patchSam Hartman2003-02-212-1/+6
* * krb5.hin (krb5_princ_component): Return NULL if going off the end of the arrayKen Raeburn2003-02-202-1/+7
* * configure.in: Check for sys/select.h and time.hKen Raeburn2003-02-202-1/+5
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-154-2/+103
* * Makefile.in (ETOUT): Replace $(S) with "/"Ken Raeburn2003-02-142-1/+5
* * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid problems onTom Yu2003-02-142-1/+6
* Fix double free of AS keySam Hartman2003-02-132-1/+6
* * Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to lib/krb4 andKen Raeburn2003-02-132-10/+11
* Oops, add $(GSSAPI_KRB5_HDR) to all-unixTom Yu2003-02-132-2/+3
* More tweaks to deal with parallel buildsTom Yu2003-02-134-28/+32
* * post.in (.dtmp): Use -DDEPEND to allow source files to excludeTom Yu2003-02-122-1/+6
* * Makefile.in: Update dependencies.Tom Yu2003-02-124-28/+78
* * CCache-glue.c: Delete in_tkt()Tom Yu2003-02-124-12/+9
* Support credentials encrypted in the session key rather thanSam Hartman2003-02-112-4/+25
* * CCache-glue.c (krb_in_tkt): Rename from in_tkt().Tom Yu2003-02-112-2/+19
* Fix recursion-forcing rules to be more friendly to parallel buildsTom Yu2003-02-114-2/+24
* * Makefile.in: Another attempt... turns our that the "copy"Tom Yu2003-02-112-8/+15
* Fix some things to avoid spurious rebuilds of header filesTom Yu2003-02-114-13/+28