summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Luke Howard to:Sam Hartman2009-01-139-61/+191
* FreeBSD compiler errors out on an error "zero or negative size array"Ezra Peisach2009-01-131-0/+8
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-129-243/+0
* Check the return code from krb5int_clean_hostname as the sanity verification...Zhanna Tsitkov2009-01-121-3/+7
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-1212-43/+378
* Follow "off-path" TGT referralsTom Yu2009-01-091-21/+189
* Remove conflict marker; restore broken copyright lineKen Raeburn2009-01-091-2/+1
* kdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_KVNONOTFOUND.Sam Hartman2009-01-071-0/+2
* Add support for referral null realms and use the default realm as krb5_rd_req...Sam Hartman2009-01-061-2/+10
* include string.hKen Raeburn2009-01-051-0/+1
* fix missed var renameKen Raeburn2009-01-051-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0575-5037/+4962
* fix minor comment typosKen Raeburn2009-01-051-2/+2
* Include ucdata/ucdata.h for missing prototypesEzra Peisach2009-01-051-0/+1
* Include strings.h for memset prototypeEzra Peisach2009-01-052-0/+3
* Merge mskrb-integ onto trunkSam Hartman2009-01-03218-3542/+52164
* Rewrite walk_rtree.c to handle hierarchical traversal better and to beTom Yu2009-01-023-309/+468
* I don't know what it was that someone else didn't know, but it doesn'tKen Raeburn2008-12-311-5/+3
* Signed/unsigned fixesEzra Peisach2008-12-302-3/+5
* Signed/unsigned fixes and remove unused variableEzra Peisach2008-12-292-3/+3
* Add gssrpcint.h to contain prototype for gssrpcint_printf. IncludeEzra Peisach2008-12-295-6/+51
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-293-10/+21
* Create a private header file for local functions missing prototypes.Ezra Peisach2008-12-294-14/+60
* whitespaceTom Yu2008-12-2812-628/+633
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-242-20/+10
* Add a new fallback host-to-realm heuristic to try the components of theGreg Hudson2008-12-241-56/+127
* Signed/unsigned fix. The function is called with a sizeof - so unsigned isEzra Peisach2008-12-191-1/+1
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-18132-21815/+124
* Mem leak fixZhanna Tsitkov2008-12-181-1/+2
* Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach2008-12-162-1/+3
* Remove krb4 code in libkrb5Greg Hudson2008-12-156-526/+4
* Fixed memory leak in krb5_stdccv3_removeZhanna Tsitkov2008-12-131-1/+5
* Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov2008-12-091-1/+3
* Remove some lingering Saber C cruftGreg Hudson2008-12-051-4/+0
* When storing info into cred cache, remove any dups. Zhanna Tsitkov2008-12-051-4/+9
* Merge in fix from ms-krb-integ branch to avoid modifying input data on aead...Sam Hartman2008-12-051-4/+15
* Fix from Marcus Watts for glob-to-regexp conversion bug.Ken Raeburn2008-12-041-1/+2
* Cleanup warningsSam Hartman2008-12-044-19/+19
* Merge R21122 from mskrb-integSam Hartman2008-12-046-60/+60
* Merge r21120 from mskrb-integSam Hartman2008-12-046-39/+210
* make dependSam Hartman2008-12-027-18/+119
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-0233-50/+2561
* Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov2008-12-021-12/+0
* add k5-platform.h for asprintfTom Yu2008-12-021-0/+2
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-018-16/+13
* make dependEzra Peisach2008-12-011-1/+1
* 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