summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2008-12-012-1/+31
* Simplify memory management a bit in places, by allocating and freeingKen Raeburn2008-11-241-139/+107
* Use profile_free_list as appropriate. Fix memory leaksKen Raeburn2008-11-241-20/+21
* Fix memory leak caught by valgrindKen Raeburn2008-11-241-23/+29
* Fix a memory management bugKen Raeburn2008-11-171-2/+4
* Lite Client - the following calls are server-side functions:Zhanna Tsitkov2008-11-176-4/+18
* PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2008-11-172-4/+75
* In pa_sam(), free the outer krb5_data structure returned byGreg Hudson2008-11-101-0/+2
* Properly free sam_challenge in pa_sam()Greg Hudson2008-11-101-8/+8
* Only look for IPv4 addresses for the kpasswd server. This is just aKen Raeburn2008-11-051-2/+3
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-059-10/+10
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-053-27/+24
* Check in Nalin's patch, and a test case for changing passwords via kinitKen Raeburn2008-11-042-1/+10
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-0435-2361/+2508
* Apply Apple patch to null out key->contents after freeing on failure,Greg Hudson2008-11-031-0/+2
* Fix conditionals from last changeKen Raeburn2008-11-032-2/+2
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-031-2/+9
* If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn2008-11-034-29/+20
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-308-181/+82
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-292-6/+27
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-2514-2195/+2327
* More regression tests for ASN.1 encodersKen Raeburn2008-10-251-0/+3
* krb5_build_principal_ext walks off beginning of arrayAlexandra Ellwood2008-10-241-1/+1
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-2414-46/+33
* krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2008-10-242-64/+140
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-237-57/+20
* Fix previous commit by adding "extern" to header declarations forTom Yu2008-10-221-2/+2
* krb5_change_set_password should free chpw_rep contentsAlexandra Ellwood2008-10-211-0/+2
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-202-18/+3
* Apply adapted patch from http://bugs.debian.org/480434 to recurse intoTom Yu2008-10-201-0/+13
* Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu2008-10-203-19/+48
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-2025-91/+35
* Include k5-platform.h for SIZE_MAXEzra Peisach2008-10-191-0/+1
* In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....Ezra Peisach2008-10-191-9/+8
* Adapted patch from Apple to work around SAMBA mech OID quirks and toTom Yu2008-10-171-39/+37
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-1566-8076/+8163
* handle stash file names with missing keytab type spec and colon in pathKen Raeburn2008-10-151-0/+5
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-7/+16
* Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson2008-10-022-3/+3
* In clntudp_call, fix a bug in the handling of an error case (it failedGreg Hudson2008-10-021-1/+0
* Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood2008-10-011-1/+1
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-014-41/+62
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-302-8/+3
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-229-181/+966
* makedependKen Raeburn2008-09-1834-2050/+2250
* Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn2008-09-0921-2285/+2306
* whitespaceKen Raeburn2008-09-081-176/+169
* Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn2008-09-051-4/+6
* Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn2008-09-0512-3223/+3224
* Use GSS_S_BAD_STATUS for unknown status codesKen Raeburn2008-09-031-1/+1