summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge from mainlinemarc-3desMarc Horowitz1998-10-289-193/+494
* add fundsxpress copyrightsMarc Horowitz1998-10-28102-0/+2650
* Add changelog entries for all the changed and added filesMarc Horowitz1998-10-2735-1/+258
* do the old protocol compatibly: don't pass an ivec to the underlyingMarc Horowitz1998-10-271-2/+17
* getopt returns -1, not EOFMarc Horowitz1998-10-271-2/+2
* merge in from mainlineMarc Horowitz1998-10-2466-1094/+1722
* syslog, not printfMarc Horowitz1998-10-221-2/+1
* add ivec chainingMarc Horowitz1998-10-221-2/+20
* make a debugging printf depend on -DMarc Horowitz1998-10-222-2/+6
* compilation fixes: finish updating to new apiMarc Horowitz1998-10-221-8/+14
* if the caller to decrypt provides a larger-than-necessary buffer,Marc Horowitz1998-10-221-1/+4
* interim comment of update to new crypto apiMarc Horowitz1998-10-221-26/+34
* intermediate commit with inband inband protocol for non-desMarc Horowitz1998-10-222-1/+27
* intermediate commit with inband protocol coded, but old-style OOB still runni...Marc Horowitz1998-10-222-88/+182
* This commit was manufactured by cvs2svn to create branch 'marc-3des'no author1998-10-2118-0/+466
* fix the code for pointing at the master kdc addresses. purify foundMarc Horowitz1998-10-211-11/+15
* free the return from profile_get_string()Marc Horowitz1998-10-211-0/+1
* plug memory leaksMarc Horowitz1998-10-063-24/+45
* print the string, then free itMarc Horowitz1998-10-061-4/+6
* plug a memory leakMarc Horowitz1998-10-061-0/+6
* krb5_c_make_checksum allocates the output memory. remove all code which prea...Marc Horowitz1998-10-064-35/+0
* fix bug which would free nonexisten memory in the case of a mallocMarc Horowitz1998-10-061-1/+0
* plug a leakMarc Horowitz1998-10-061-2/+6
* plug the leak in set_names, and add an unset_names function so we canMarc Horowitz1998-10-061-7/+36
* fix the set_name prototype (it's set_names now, and has been for aMarc Horowitz1998-10-061-2/+4
* plug a memory leakMarc Horowitz1998-10-062-3/+5
* restructure the code to use the compare_enctypes function and not leakMarc Horowitz1998-10-061-35/+52
* stop freeing heap memoryMarc Horowitz1998-10-061-1/+1
* release the gssrpc names and creds before exitingMarc Horowitz1998-10-061-0/+5
* actually write the trailing nul called for by the commentMarc Horowitz1998-10-031-1/+2
* add a man page for kvnoMarc Horowitz1998-09-301-0/+31
* update to new crypto apiMarc Horowitz1998-09-302-31/+13
* try the v2 mech, and if that fails, then the v1 mechMarc Horowitz1998-09-301-1/+15
* reintegrate crypto tests into the treeMarc Horowitz1998-09-3014-250/+774
* the code in the tree now reflects the current spec. update the enctypes acco...Marc Horowitz1998-09-301-8/+3
* remove length from encrypted data and checksum data encodingsMarc Horowitz1998-09-283-41/+27
* GSS_S_GAP_TOKEN is defined in the c bindings, tooMarc Horowitz1998-09-281-3/+0
* the v2 c bindings define 17 and 18 nowMarc Horowitz1998-09-281-3/+2
* implementationMarc Horowitz1998-09-281-1/+3
* fix a v1 compat bugMarc Horowitz1998-09-281-2/+1
* remove a no longer accurate commentMarc Horowitz1998-09-281-1/+1
* typo fixesMarc Horowitz1998-09-281-2/+2
* remove bogus externMarc Horowitz1998-09-281-1/+0
* * kerberos_v4.c (check_princ): Re-order if statements that checkTom Yu1998-09-252-2/+7
* * kdb_xdr.c (krb5_dbe_search_enctype): Re-order booleans so thatTom Yu1998-09-252-1/+7
* * aclocal.m4 (KRB5_LIB_AUX): Do what Sam originally meant to do byTom Yu1998-09-232-3/+12
* * prng.c (krb5_c_random_make_octets): Fix to nfold into 15 bytes,Tom Yu1998-09-232-1/+6
* * accept_sec_context.c (krb5_gss_accept_sec_context): Free authdatTom Yu1998-09-215-27/+24
* * prng.c (krb5_c_random_seed): Fix memory leakTom Yu1998-09-212-1/+5
* * accept_sec_context.c (krb5_gss_accept_sec_context): Only freeTom Yu1998-09-212-1/+8