aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2004-09-25Make patchlevel.h be the master version fileTom Yu5-9/+76
2004-09-24* xdr_rec.c (LAST_FRAG): Use 1L in case int is smallKen Raeburn2-1/+5
2004-09-24make dependKen Raeburn1-7/+14
2004-09-23* Makefile.in: Delete @SHARED_RULE@ line.Ken Raeburn2-3/+6
2004-09-23* Makefile.in (T_STD_CONF_OBJS): Include dnsglue.oKen Raeburn2-1/+5
2004-09-22 * libgssrpc.exports: Export svc_maxfdTom Yu2-0/+5
2004-09-21Don't assume that presence of res_nsearch() means we have ns_initparse()Tom Yu2-6/+15
2004-09-21memory leak in rd_cred.cTom Yu2-1/+10
2004-09-21memory leak in arcfour string_to_keySam Hartman2-0/+6
2004-09-21 * configure.in: Check for sockaddr_in.sin_len andTom Yu13-117/+186
2004-09-21Add DNS resolver glue layer. Use itTom Yu6-327/+565
2004-09-17 * libgssrpc.exports: Don't export internalsTom Yu43-912/+697
2004-09-17 Fix error code returned for empty sequences and check the errorJeffrey Altman2-2/+10
2004-09-14 * dnssrv.c:Tom Yu4-0/+10
2004-09-10 * cc_mslsa.c: Implement krb5_lcc_initialize()Jeffrey Altman2-6/+35
2004-09-10 cc_mslsa.c: Correct test for KerbQueryTicketCacheEx2MessageJeffrey Altman2-3/+6
2004-09-102004-09-10 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2-8/+374
2004-09-02 * cc_mslsa.c:Jeffrey Altman2-23/+246
2004-08-31oops, forgot changelogTom Yu1-0/+5
2004-08-31fix MITKRB5-SA-2004-003Tom Yu2-0/+4
2004-08-31fix MITKRB5-SA-2004-002Tom Yu5-2/+25
2004-08-28 * init_sec_context.c (make_ap_req_v1): Free checksum dataTom Yu3-4/+14
2004-08-28move last patch down a little so it applies to tcp sockets as well as udpKen Raeburn1-14/+15
2004-08-28* sendto_kdc.c (start_connection) [DEBUG]: Log the local socket addressKen Raeburn2-0/+27
2004-08-27Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn4-3/+15
2004-08-26* acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library.Ken Raeburn2-1/+13
2004-08-26 * configure.in: Look for uint32_t, not int32_t, since some BSD-ishTom Yu3-27/+35
2004-08-21 * libkadm5srv.exports: Update for previous renamingTom Yu2-4/+8
2004-08-21Fix no-auth test to use a config mask flag to ask for no-auth, toTom Yu7-25/+38
2004-08-20renamed acl_* functions to kadm5int_acl_*Alexandra Ellwood3-59/+63
2004-08-17 * svc.c (svc_getreqset): Allocate cred and verf memory toTom Yu2-6/+21
2004-08-17 * svc_auth_gss.c (gssrpc__svcauth_gss): Add some debug messagesTom Yu3-5/+21
2004-08-16* cc_file.c (struct _krb5_fcc_data): Add new mutex disk_file_lock and flagKen Raeburn2-11/+70
2004-08-15* cc_file.c: Add buffering on reading.Ken Raeburn2-12/+101
2004-08-15* cc_file.c (dereference): Lock mutex around call to krb5_fcc_close_fileKen Raeburn2-1/+9
2004-08-13Only open a credential cache file once, even if multiple krb5_ccache objectsKen Raeburn4-77/+172
2004-08-12get_in_tkt.c (get_init_creds): Support ticket_lifetime libdefault. Made aware...Alexandra Ellwood2-27/+69
2004-08-12ccdefname.c (krb5_cc_set_default_name, krb5_cc_default_name): Look up the def...Alexandra Ellwood2-41/+64
2004-08-08* libkrb5.exports: Remove memory ccache symbols except ops tableKen Raeburn2-14/+4
2004-08-05* cc_file.c: Remove USE_STDIO supportKen Raeburn2-317/+15
2004-08-04* srv_rcache.c (krb5_get_server_rcache): Call krb5_rc_recover_or_initializeKen Raeburn2-7/+10
2004-08-04* rc-int.h (struct _krb5_rc_ops): Add new member, recover_or_init.Ken Raeburn7-7/+59
2004-07-30Implement new replay cache type "none"Ken Raeburn5-3/+108
2004-07-30* gssapi_krb5.c (kg_ccache_name): Variable deleted.Ken Raeburn2-3/+23
2004-07-29Export lucid context functions and gss_krb5_set_allowable_enctypesSam Hartman2-0/+7
2004-07-29Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it whileKen Raeburn11-30/+146
2004-07-29* set_ccache.c (gss_krb5_ccache_name): Don't make a copy of the string returnedKen Raeburn2-29/+13
2004-07-29* gssapi_krb5.c (kg_get_ccache_name): Make the copy always, not justKen Raeburn2-16/+22
2004-07-28* gssapi_krb5.c (kg_get_ccache_name): Make a copy of the default ccache name,Ken Raeburn2-1/+8
2004-07-26 cc_mslsa.c: fix is_windows_xp not to return true for windows 2000Jeffrey Altman2-1/+6