aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Merge mskrb-integ onto trunkSam Hartman69-306/+41413
2009-01-02Rewrite walk_rtree.c to handle hierarchical traversal better and to beTom Yu3-309/+468
2008-12-29Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson3-10/+21
2008-12-28whitespaceTom Yu12-628/+633
2008-12-24Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2-20/+10
2008-12-24Add a new fallback host-to-realm heuristic to try the components of theGreg Hudson1-56/+127
2008-12-19Signed/unsigned fix. The function is called with a sizeof - so unsigned isEzra Peisach1-1/+1
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson1-5/+0
2008-12-18Mem leak fixZhanna Tsitkov1-1/+2
2008-12-15Remove krb4 code in libkrb5Greg Hudson6-526/+4
2008-12-13Fixed memory leak in krb5_stdccv3_removeZhanna Tsitkov1-1/+5
2008-12-05Remove some lingering Saber C cruftGreg Hudson1-4/+0
2008-12-05When storing info into cred cache, remove any dups. Zhanna Tsitkov1-4/+9
2008-12-02Crypto IOV API per Projects/AEAD encryption APISam Hartman1-0/+1
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson5-9/+7
2008-12-01make dependEzra Peisach1-1/+1
2008-12-01Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2-1/+31
2008-11-24Fix memory leak caught by valgrindKen Raeburn1-23/+29
2008-11-17Lite Client - the following calls are server-side functions:Zhanna Tsitkov6-4/+18
2008-11-17PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2-4/+75
2008-11-10In pa_sam(), free the outer krb5_data structure returned byGreg Hudson1-0/+2
2008-11-10Properly free sam_challenge in pa_sam()Greg Hudson1-8/+8
2008-11-05Only look for IPv4 addresses for the kpasswd server. This is just aKen Raeburn1-2/+3
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson5-6/+6
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson3-27/+24
2008-11-04Check in Nalin's patch, and a test case for changing passwords via kinitKen Raeburn2-1/+10
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn7-1078/+1128
2008-11-03Fix conditionals from last changeKen Raeburn2-2/+2
2008-11-03If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn4-29/+20
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson3-73/+34
2008-10-29Only prompt automatically from GUI appsAlexandra Ellwood1-1/+2
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn14-2195/+2327
2008-10-25More regression tests for ASN.1 encodersKen Raeburn1-0/+3
2008-10-24krb5_build_principal_ext walks off beginning of arrayAlexandra Ellwood1-1/+1
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson7-30/+20
2008-10-24krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2-64/+140
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson5-45/+14
2008-10-21krb5_change_set_password should free chpw_rep contentsAlexandra Ellwood1-0/+2
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-8/+2
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson16-62/+26
2008-10-15handle stash file names with missing keytab type spec and colon in pathKen Raeburn1-0/+5
2008-10-06Change LDAP key-sequence encoder to use a single data structureKen Raeburn1-7/+16
2008-10-01Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood1-1/+1
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood3-24/+42
2008-09-30krb5 library-side changes for com_err based error stringsAlexandra Ellwood1-4/+1
2008-09-22Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson9-181/+966
2008-09-18makedependKen Raeburn7-966/+1092
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn21-2285/+2306
2008-09-08whitespaceKen Raeburn1-176/+169
2008-09-05Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn1-4/+6