summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Never define size_tKen Raeburn2006-04-012-1/+4
* Stop checking sizeof(type) at configure time.Ken Raeburn2006-03-316-19/+28
* * util_token.c: Include limits.h.Ken Raeburn2006-03-312-3/+11
* make depend, now with dependency sortingKen Raeburn2006-03-313-435/+452
* make dependKen Raeburn2006-03-272-185/+215
* * Makefile.in (include_xom): Define as "rem" instead of empty on WindowsKen Raeburn2006-03-272-1/+6
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-114-143/+137
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-114-0/+12
* make dependKen Raeburn2006-03-082-45/+90
* 2006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2006-03-072-0/+14
* make dependTom Yu2005-11-293-273/+325
* This commit ensures that all files in the library includeJeffrey Altman2005-11-152-1/+5
* * acquire_cred.c (acquire_init_cred):Jeffrey Altman2005-10-312-12/+44
* When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred Alexandra Ellwood2005-10-271-0/+36
* gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exportedJeffrey Altman2005-10-202-8/+12
* gss_release_buffer can leak zero-length buffersTom Yu2005-09-222-2/+6
* fix memory leaks in krb5_gss_import_name() and krb5_gss_inquire_cred()Tom Yu2005-09-223-2/+13
* minor_status not cleared sometimes (gsstest nits)Tom Yu2005-09-213-4/+18
* krb5_gss_inquire_cred can copy out uninitialized pointerTom Yu2005-09-212-3/+15
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-243-7/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* consistently include stdio.h in lib/gssapi/krb5/import_name.cTom Yu2005-08-112-2/+6
* Update dependenciesKen Raeburn2005-06-213-100/+126
* Work around Makefile quoting problemsTom Yu2005-04-076-5/+20
* * import_name.c (krb5_gss_import_name): Use k5_getpwuid_rKen Raeburn2005-03-262-14/+6
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): DefineKen Raeburn2005-02-092-0/+4
* * gss_libinit.c (gssint_lib_init, gssint_lib_fini) [SHOW_INITFINI_FUNCS]: Pri...Ken Raeburn2005-02-092-1/+18
* * gssapi.hin: (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don'tKen Raeburn2005-02-032-1/+4
* Makefile.in: fix macro syntax in last changeKen Raeburn2005-02-031-1/+1
* * gssapi.hin: Don't conditionally include xom.h hereKen Raeburn2005-02-032-8/+2
* * Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ whenKen Raeburn2005-02-033-9/+14
* * configure.in: Check for xom.h. Set include_xom to a C include directive orKen Raeburn2005-02-032-0/+9
* Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2005-01-172-0/+7
* correction to previous commit. do not call krb5_gss_release_cred()Jeffrey Altman2005-01-131-11/+46
* Fix the calls to krb5_gss_release_cred to pass in the correct type.Jeffrey Altman2005-01-133-41/+19
* run "make depend"Ken Raeburn2004-12-303-191/+236
* * Makefile.in: Delete @SHARED_RULE@ line.Ken Raeburn2004-09-232-3/+6
* * init_sec_context.c (make_ap_req_v1): Free checksum dataTom Yu2004-08-283-4/+14
* * acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library.Ken Raeburn2004-08-262-1/+13
* * gssapi_krb5.c (kg_ccache_name): Variable deleted.Ken Raeburn2004-07-302-3/+23
* Export lucid context functions and gss_krb5_set_allowable_enctypesSam Hartman2004-07-292-0/+7
* Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it whileKen Raeburn2004-07-2911-30/+146
* * set_ccache.c (gss_krb5_ccache_name): Don't make a copy of the string returnedKen Raeburn2004-07-292-29/+13
* * gssapi_krb5.c (kg_get_ccache_name): Make the copy always, not justKen Raeburn2004-07-292-16/+22
* * gssapi_krb5.c (kg_get_ccache_name): Make a copy of the default ccache name,Ken Raeburn2004-07-282-1/+8
* update dependenciesKen Raeburn2004-07-161-2/+4
* Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. IKen Raeburn2004-07-156-48/+49
* * set_ccache.c (gss_krb5_ccache_name): Check thread-specific data for the savedKen Raeburn2004-07-142-5/+30
* * gssapiP_krb5.h (gssint_krb5_keytab_lock): DeclareKen Raeburn2004-07-142-0/+3
* * gss_libinit.c (gssint_lib_init): Initialize new keytab-name mutex, andKen Raeburn2004-07-142-0/+13