summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach2006-10-181-5/+5
* Unsigned/signed warning fixEzra Peisach2006-10-181-1/+1
* Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach2006-10-165-1/+5
* Include string.h for memcmp prototypeEzra Peisach2006-10-161-0/+1
* Include time.h for time() prototypeEzra Peisach2006-10-161-0/+1
* Tag krb5_rc_dfl_init_locked as static - not used outside fileEzra Peisach2006-10-161-1/+1
* Cleanup unused variable warning during make checkEzra Peisach2006-10-151-1/+0
* Remove all unused variable warnings from treeEzra Peisach2006-10-155-6/+9
* Clear req_st buffer before filling it inKen Raeburn2006-10-151-0/+4
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-1312-35/+35
* Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h inEzra Peisach2006-10-132-2/+3
* Patch to split client plugin from server pluginSam Hartman2006-10-131-20/+16
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-121-4/+4
* Check for allocation failure. Caught by Will FiveashKen Raeburn2006-10-101-2/+3
* Initialize buffer before calling res_ninitRuss Allbery2006-10-081-0/+1
* Initialize accessor fields at compile time, under C99 and GCCKen Raeburn2006-10-071-30/+49
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-073-0/+480
* Use const pointers for error messages.Ken Raeburn2006-10-071-2/+40
* * src/lib/krb5/ccache/t_cccursor.c: Bugfixes from Ezra to clean upTom Yu2006-10-061-1/+32
* update export listsTom Yu2006-10-062-0/+6
* make dependTom Yu2006-10-0633-827/+1019
* cursor for iterating over ccachesTom Yu2006-10-059-3/+798
* Patch from Kevin Coffman:Ken Raeburn2006-10-051-44/+35
* fix dependence on config.status to use correct dirKen Raeburn2006-10-051-1/+1
* array before test for pointing at entry with the principal. AvoidsEzra Peisach2006-10-041-4/+8
* The keyring code introduced in r18638 also included tests of the KEYRING:Ezra Peisach2006-10-041-1/+37
* Preauthentication Plugin FrameworkSam Hartman2006-10-036-91/+750
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-025-4/+2119
* Nuke old Saber-related stuffKen Raeburn2006-10-021-294/+0
* Update expected results for krb5_get_host_realm with referral patchesKen Raeburn2006-09-301-2/+2
* (get_errmsg): Check for errcode_2_string and release_errcode_stringKen Raeburn2006-09-291-1/+4
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-2110-120/+608
* Bad loop logic in krb5_mcc_generate_newAlexandra Ellwood2006-09-191-10/+8
* * kdb5.c (kdb_load_library): Make error message a little more accurate.Ken Raeburn2006-09-161-29/+47
* Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn2006-09-1622-3333/+469
* whitespaceKen Raeburn2006-09-131-38/+30
* Make database plugin responsible for releasing the error-message string, soKen Raeburn2006-09-061-0/+1
* whitespaceKen Raeburn2006-09-061-111/+113
* windows ccache and keytab file paths without a prefix Jeffrey Altman2006-09-052-4/+4
* Rename KRB5_KDB_PLUGIN_OP_NOTSUPP to KRB5_PLUGIN_OP_NOTSUPP and move to krb5 ...Ken Raeburn2006-08-292-1/+1
* Patch from Savitha R:Ken Raeburn2006-08-291-0/+1
* make dependKen Raeburn2006-08-231-6/+6
* Merge Todd's TCP changepw support, with a few fixupsKen Raeburn2006-08-235-330/+391
* cc_err_xlate: Updated error mappings to generate the same errors as ccapiv2.Alexandra Ellwood2006-08-161-8/+14
* * kdb_default.c (krb5_def_store_mkey): If the file can't be opened, constructKen Raeburn2006-08-151-0/+3
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-081-2/+4
* * src/lib/gssapi/mechglue/mglueP.h: Add loopback field to opaqueTom Yu2006-08-0711-1/+32
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+1
* * src/lib/gssapi/mechglue/g_initialize.c (gss_release_oid): CallTom Yu2006-08-011-0/+3
* Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood2006-07-2513-42/+49