summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
* krb5_build_principal_ext walks off beginning of arrayAlexandra Ellwood2008-10-241-1/+1
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-243-12/+10
* krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2008-10-241-64/+139
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-4/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-5/+2
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-1/+1
* makedependKen Raeburn2008-09-181-486/+555
* whitespaceKen Raeburn2008-09-081-176/+169
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-277-10/+14
* Incorporate Apple's patchKen Raeburn2008-08-251-1/+28
* Let walk_realm_tree tests fail for now, ignore them and keep goingKen Raeburn2008-08-221-1/+2
* Use capaths unconditionally. Update copyrightKen Raeburn2008-08-221-12/+2
* lean client changesZhanna Tsitkov2008-08-207-7/+29
* In copying a credential - if we run out memory - the cleanup code failed to c...Ezra Peisach2008-08-161-3/+5
* In krb5int_copy_creds_contents - if we run out of memory, do notEzra Peisach2008-08-141-1/+2
* Clean up memory leak in krb5_build_principal if we run out of memoryEzra Peisach2008-08-141-0/+3
* malloc+memset(,0,) -> callocKen Raeburn2008-08-0715-67/+36
* fix cleanup code in allocating preauth infoKen Raeburn2008-08-061-2/+2
* Use load/store_32/16_be/le functionsKen Raeburn2008-08-021-8/+2
* Pull out code to compute length of quoted name component and copy withKen Raeburn2008-08-021-78/+68
* r1926@ken-wireless: raeburn | 2008-07-15 16:49:17 -0400Ken Raeburn2008-07-152-0/+72
* krb5_get_cred_via_tkt() should null out_cred on errorsTom Yu2008-07-151-0/+1
* krb5int_gic_opte_copy should copy elements individuallyAlexandra Ellwood2008-07-071-2/+13
* use-after-free bugsKen Raeburn2008-06-271-1/+1
* Memory leak, and possible freed-memory dereference, in an error (smallKen Raeburn2008-06-271-1/+1
* misc memory leaksKen Raeburn2008-06-274-9/+18
* fix free of automatic storageKen Raeburn2008-06-271-4/+4
* Apple PKINIT LKDC supportAlexandra Ellwood2008-06-262-20/+86
* Rolled back patch because tickets 4495 and 5124 fix this bugAlexandra Ellwood2008-06-251-4/+1
* krb5_do_preauth_tryagain should check for NULL padataAlexandra Ellwood2008-06-251-1/+4
* This patch is derived from a patch originally submitted to RTJeffrey Altman2008-06-181-1/+1
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-022-8/+8
* Apple PKINIT patch commitAlexandra Ellwood2008-05-308-4/+3189
* fix possible buffer overrun in handling generic-error returnKen Raeburn2008-04-181-2/+3
* Initialize options for _alloc interface to same defaults as for _initKen Raeburn2007-10-011-1/+9
* revert accidental commit of gc_frm_kdc.cTom Yu2007-09-041-181/+20
* fix CVE-2007-4000 modify_policy vulnerabilityTom Yu2007-09-041-20/+181
* t_ser should no longer use kdb librariesEzra Peisach2007-08-142-4/+2
* Based on Apple's patch, during the referrals loop, check to see if theTom Yu2007-08-031-65/+95
* Add internal prototype for krb5_preauth_supply_preauth_data(). Clean up Ezra Peisach2007-08-034-492/+521
* Add PKINIT supportKevin Coffman2007-08-011-21/+36
* Pull out code for looking up the current time, comparing the offset ofKen Raeburn2007-07-204-37/+19
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-125-66/+75
* If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server nameKen Raeburn2007-07-041-0/+14
* Define a localtime_r wrapper around localtime if the system doesn'tKen Raeburn2007-06-291-7/+17
* set svn:eol-style to native for *.[ch]Ken Raeburn2007-06-201-94/+94
* krb5_walk_realm_tree leaks in capaths caseTom Yu2007-06-181-0/+3
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-311-1/+1
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-212-21/+18
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-105-43/+20