Lines Matching refs:lib
6 * lib/krb5/v4_glue.c: The "kaserver" part of Heimdal occasionally
10 In lib/krb5/v4_glue.c, in the routine storage_to_etext the ticket
33 * lib/krb5/cache.c: Add krb5_cc_[gs]et_config.
37 * lib/krb5/crypto.c: Allow numbers to be enctypes to as long as
42 * lib/hdb/version-script.map: some random bits needed for libkadm
46 * lib/krb5/send_to_kdc_plugin.h: add name for send_to_kdc plugin.
48 * lib/krb5/krbhst.c: handle KRB5_PLUGIN_NO_HANDLE for lookup
51 * lib/krb5/send_to_kdc.c: Add support for the send_to_kdc plugin
54 * lib/krb5/Makefile.am: add send_to_kdc_plugin.h
56 * lib/krb5/krb5_err.et: add plugin error codes
60 * lib/hdb/Makefile.am: EXTRA_DIST += version-script.map
64 * lib/krb5/krb5_{address,ccache}.3: spelling, from openbsd via janne
69 * lib/krb5/version-script.map: add krb5_free_error_message
73 * lib/krb5/init_creds_pw.c: switch to krb5_set_password().
77 * lib/krb5/time.c (krb5_set_real_time): handle negative usec
81 * lib/krb5/krb5_locl.h: Add <wind.h>
83 * lib/krb5/crypto.c: Use wind_utf8ucs2_length to convert the password to utf16.
87 * lib/krb5/kcm.c: Add back krb5_kcmcache argument to try_door().
91 * lib/krb5/error_string.c (krb5_free_error_message): constify
93 * lib/krb5/error_string.c: Add krb5_get_error_message().
95 * lib/krb5/doxygen.c: krb5_cc_new_unique() is name of the creation
100 * lib/hdb/hdb-ldap.c: Use the _ext api for OpenLDAP, from Honza
105 * lib/krb5/crypto.c: Use DES_set_key_unchecked().
107 * lib/krb5/krb5.conf.5: Document default_cc_type.
109 * lib/krb5/cache.c: Pick up [libdefaults]default_cc_type
127 * lib/hdb/Makefile.am: Move OpenLDAP includes to AM_CPPFLAGS to
132 * lib/krb5: add __declspec() for windows.
144 * lib/krb5/Makefile.am: Update make-proto usage.
150 * lib/krb5/test_forward.c: Don't print krb5_error_code since we
153 * lib/krb5/ticket.c: Cast krb5_error_code to int to avoid warning.
155 * lib/krb5/scache.c: Cast krb5_error_code to int to avoid warning.
157 * lib/krb5/principal.c: Cast enum to int to avoid warning.
159 * lib/krb5/pkinit.c: Cast krb5_error_code to int to avoid warning.
161 * lib/krb5/pac.c: Cast size_t to unsigned long to avoid warning.
163 * lib/krb5/error_string.c: Cast krb5_error_code to int to avoid
166 * lib/krb5/keytab_keyfile.c: Make num_entries an uint32 to avoid
169 * lib/krb5: cc_get_version returns an int, update.
177 * lib/krb5/version-script.map: sort and export _krb5_pk_kdf
179 * lib/krb5/crypto.c: Check kdf params. calculate the second half
182 * lib/krb5/Makefile.am: Add test_pknistkdf
184 * lib/krb5/test_pknistkdf.c: Test the new pkinit nist kdf.
186 * lib/krb5/crypto.c: Complete _krb5_pk_kdf.
188 * lib/krb5/crypto.c: First version of KDF in
196 * lib/krb5/krb5_locl.h: Name the pkinit type enum.
200 * lib/krb5/pkinit.c: Drop krb5_pk_identity and rename constants to
205 * lib/krb5/scache.c (scc_alloc): %x is unsigned int.
209 * lib/krb5/version-script.map: Sort and add krb5_cc_switch.
211 * lib/krb5/acache.c: Use unsigned where appropriate.
219 * lib/krb5/n-fold.c: Use size_t where appropriate.
221 * lib/krb5/get_addrs.c: Use unsigned where appropriate.
223 * lib/krb5/crypto.c: Use unsigned where appropriate.
225 * lib/krb5/crc.c: Use unsigned where appropriate.
227 * lib/krb5/changepw.c: simplify
229 * lib/krb5/copy_host_realm.c: simplify
235 * lib/krb5/cache.c: allow returning the default cc-type.
239 * lib/krb5/cache.c: Add krb5_cc_switch, to set the default
242 * lib/krb5/acache.c: Implement set_default.
244 * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
249 * lib/krb5/test_cc.c: test remove
251 * lib/krb5/fcache.c: Make the remove cred slight more atomic, now
254 * lib/krb5/scache.c: Do credential iteration by temporary table.
258 * lib/krb5/acache.c: Translate ccErrInvalidCCache.
260 * lib/krb5/scache.c: implemetation of a sqlite3 backed credential
263 * lib/krb5/test_cc.c: test acc and scc
265 * lib/krb5/acache.c: Only release context if its in use.
274 * lib/krb5/Makefile.am: Add scache.
276 * lib/krb5/scache.c: initial implementation
278 * lib/Makefile.am: sqlite
280 * configure.in: lib/sqlite/Makefile
284 * lib/krb5/fcache.c: Make the storing credential an atomic
290 * lib/krb5/fcache.c: Make erase_file() do locking too.
295 * lib/krb5/test_cc.c: more verbose info.
297 * lib/krb5/test_cc.c: test krb5_cc_move().
301 * lib/krb5/get_cred.c: Try both kdc server referral and the old
304 * lib/krb5/get_cred.c: Don't do canonicalize by default, make
308 * lib/krb5/krb5_locl.h: Add flag EXTRACT_TICKET_AS_REQ.
310 * lib/krb5/init_creds_pw.c: Tell _krb5_extract_ticket that this is
313 * lib/krb5/get_in_tkt.c: Make server referral work.
317 * lib/krb5/get_in_tkt.c: check no server referral, don't use
323 * lib/krb5/principal.c (_krb5_principal_compare_PrincipalName):
326 * lib/krb5/init_creds_pw.c: Move client referral checking to
329 * lib/krb5/get_in_tkt.c: More bits for server referral.
331 * lib/krb5/get_in_tkt.c: Make working with client referrals.
333 * lib/krb5/get_cred.c: Try moving referrals checking into
336 * lib/krb5/get_in_tkt.c: Try moving referrals checking into
346 * lib/krb5/init_creds_pw.c: remove lost bits from using
353 * lib/krb5/init_creds_pw.c: use krb5_principal_set_realm
355 * lib/krb5/verify_user.c: use krb5_principal_set_realm
357 * lib/krb5/version-script.map: add krb5_principal_set_realm
359 * lib/krb5/principal.c: add krb5_principal_set_realm
361 * lib/krb5/get_cred.c: Insecure tgs referrals.
363 * lib/krb5/get_cred.c: Dont try key usage KRB5_KU_AP_REQ_AUTH for
366 * lib/krb5/get_cred.c: catch KRB5_GC_CANONICALIZE.
368 * lib/krb5/krb5.h: set KRB5_GC_CANONICALIZE.
384 * lib/krb5/pkinit.c: Try searchin the key by to use by first
390 * lib/krb5/acache.c: Create a new credential cache is ->get_name
394 * lib/krb5/acache.c (acc_get_name): just return the cache_name
404 * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
406 * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
413 * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
415 * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
424 * lib/krb5/pac.c: Use libwind.
428 * lib/Makefile.am: SUBDIRS: add wind
437 * lib/krb5: better error strings for the keytab fetching functions
439 * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
441 * lib/krb5/get_cred.c: Remove support
451 * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
456 * lib/krb5/get_for_creds.c: Use on variable less.
458 * lib/krb5/get_for_creds.c: Try to handle ticket full and
461 * lib/krb5/test_forward.c: Used for testing
464 * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
466 * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
468 * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
474 * lib/krb5/version-script.map: Add krb5_digest_probe.
478 * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
483 * lib/krb5/Makefile.am: add missing files