aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2006-05-23install headers into include/krb5Ken Raeburn2-312/+345
2006-05-17Remove krb5_init_context macro hack; change all the calls except inKen Raeburn17-18/+16
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn4-0/+51
2006-05-10Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood1-5/+11
2006-05-09Cleanup a number of cast away from const warnings in gssapiEzra Peisach11-53/+55
2006-04-22Signed/unsigned warnings cleanupEzra Peisach3-4/+4
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2-217/+184
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman4-4045/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn4-240/+0
2006-04-04set DEFS empty in more placesKen Raeburn8-0/+20
2006-04-01* configure.in: Never define size_tKen Raeburn2-1/+4
2006-03-31Stop checking sizeof(type) at configure time.Ken Raeburn6-19/+28
2006-03-31* util_token.c: Include limits.h.Ken Raeburn2-3/+11
2006-03-31make depend, now with dependency sortingKen Raeburn3-435/+452
2006-03-27make dependKen Raeburn2-185/+215
2006-03-27* Makefile.in (include_xom): Define as "rem" instead of empty on WindowsKen Raeburn2-1/+6
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn4-143/+137
2006-03-11Add a new recursive target "generated-files-mac", for producing theKen Raeburn4-0/+12
2006-03-08make dependKen Raeburn2-45/+90
2006-03-072006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2-0/+14
2005-11-29make dependTom Yu3-273/+325
2005-11-15This commit ensures that all files in the library includeJeffrey Altman2-1/+5
2005-10-31 * acquire_cred.c (acquire_init_cred):Jeffrey Altman2-12/+44
2005-10-27When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred Alexandra Ellwood1-0/+36
2005-10-20gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exportedJeffrey Altman2-8/+12
2005-09-22gss_release_buffer can leak zero-length buffersTom Yu2-2/+6
2005-09-22fix memory leaks in krb5_gss_import_name() and krb5_gss_inquire_cred()Tom Yu3-2/+13
2005-09-21minor_status not cleared sometimes (gsstest nits)Tom Yu3-4/+18
2005-09-21krb5_gss_inquire_cred can copy out uninitialized pointerTom Yu2-3/+15
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman3-7/+0
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2-1/+5
2005-08-11consistently include stdio.h in lib/gssapi/krb5/import_name.cTom Yu2-2/+6
2005-06-21Update dependenciesKen Raeburn3-100/+126
2005-04-07Work around Makefile quoting problemsTom Yu6-5/+20
2005-03-26* import_name.c (krb5_gss_import_name): Use k5_getpwuid_rKen Raeburn2-14/+6
2005-02-09* Makefile.in (LIBINITFUNC, LIBFINIFUNC): DefineKen Raeburn2-0/+4
2005-02-09* gss_libinit.c (gssint_lib_init, gssint_lib_fini) [SHOW_INITFINI_FUNCS]: Pri...Ken Raeburn2-1/+18
2005-02-03* gssapi.hin: (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don'tKen Raeburn2-1/+4
2005-02-03Makefile.in: fix macro syntax in last changeKen Raeburn1-1/+1
2005-02-03* gssapi.hin: Don't conditionally include xom.h hereKen Raeburn2-8/+2
2005-02-03* Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ whenKen Raeburn3-9/+14
2005-02-03* configure.in: Check for xom.h. Set include_xom to a C include directive orKen Raeburn2-0/+9
2005-01-17Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2-0/+7
2005-01-13 correction to previous commit. do not call krb5_gss_release_cred()Jeffrey Altman1-11/+46
2005-01-13 Fix the calls to krb5_gss_release_cred to pass in the correct type.Jeffrey Altman3-41/+19
2004-12-30run "make depend"Ken Raeburn3-191/+236
2004-09-23* Makefile.in: Delete @SHARED_RULE@ line.Ken Raeburn2-3/+6
2004-08-28 * init_sec_context.c (make_ap_req_v1): Free checksum dataTom Yu3-4/+14
2004-08-26* acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library.Ken Raeburn2-1/+13
2004-07-30* gssapi_krb5.c (kg_ccache_name): Variable deleted.Ken Raeburn2-3/+23