| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge about 1/3 of the remaining configure scripts into the top level. This | Ken Raeburn | 2006-05-31 | 4 | -25/+6 |
* | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 2 | -45/+45 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 2 | -312/+345 |
* | Remove krb5_init_context macro hack; change all the calls except in | Ken Raeburn | 2006-05-17 | 17 | -18/+16 |
* | * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and | Ken Raeburn | 2006-05-16 | 4 | -0/+51 |
* | Fixed the krb5_cc_gen_new memory ccache implementation and updated | Alexandra Ellwood | 2006-05-10 | 1 | -5/+11 |
* | Cleanup a number of cast away from const warnings in gssapi | Ezra Peisach | 2006-05-09 | 11 | -53/+55 |
* | Signed/unsigned warnings cleanup | Ezra Peisach | 2006-04-22 | 3 | -4/+4 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 2 | -217/+184 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 4 | -4045/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 4 | -240/+0 |
* | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 8 | -0/+20 |
* | * configure.in: Never define size_t | Ken Raeburn | 2006-04-01 | 2 | -1/+4 |
* | Stop checking sizeof(type) at configure time. | Ken Raeburn | 2006-03-31 | 6 | -19/+28 |
* | * util_token.c: Include limits.h. | Ken Raeburn | 2006-03-31 | 2 | -3/+11 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 3 | -435/+452 |
* | make depend | Ken Raeburn | 2006-03-27 | 2 | -185/+215 |
* | * Makefile.in (include_xom): Define as "rem" instead of empty on Windows | Ken Raeburn | 2006-03-27 | 2 | -1/+6 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 4 | -143/+137 |
* | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 4 | -0/+12 |
* | make depend | Ken Raeburn | 2006-03-08 | 2 | -45/+90 |
* | 2006-03-07 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2006-03-07 | 2 | -0/+14 |
* | make depend | Tom Yu | 2005-11-29 | 3 | -273/+325 |
* | This commit ensures that all files in the library include | Jeffrey Altman | 2005-11-15 | 2 | -1/+5 |
* | * acquire_cred.c (acquire_init_cred): | Jeffrey Altman | 2005-10-31 | 2 | -12/+44 |
* | When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred | Alexandra Ellwood | 2005-10-27 | 1 | -0/+36 |
* | gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exported | Jeffrey Altman | 2005-10-20 | 2 | -8/+12 |
* | gss_release_buffer can leak zero-length buffers | Tom Yu | 2005-09-22 | 2 | -2/+6 |
* | fix memory leaks in krb5_gss_import_name() and krb5_gss_inquire_cred() | Tom Yu | 2005-09-22 | 3 | -2/+13 |
* | minor_status not cleared sometimes (gsstest nits) | Tom Yu | 2005-09-21 | 3 | -4/+18 |
* | krb5_gss_inquire_cred can copy out uninitialized pointer | Tom Yu | 2005-09-21 | 2 | -3/+15 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 3 | -7/+0 |
* | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 2 | -1/+5 |
* | consistently include stdio.h in lib/gssapi/krb5/import_name.c | Tom Yu | 2005-08-11 | 2 | -2/+6 |
* | Update dependencies | Ken Raeburn | 2005-06-21 | 3 | -100/+126 |
* | Work around Makefile quoting problems | Tom Yu | 2005-04-07 | 6 | -5/+20 |
* | * import_name.c (krb5_gss_import_name): Use k5_getpwuid_r | Ken Raeburn | 2005-03-26 | 2 | -14/+6 |
* | * Makefile.in (LIBINITFUNC, LIBFINIFUNC): Define | Ken Raeburn | 2005-02-09 | 2 | -0/+4 |
* | * gss_libinit.c (gssint_lib_init, gssint_lib_fini) [SHOW_INITFINI_FUNCS]: Pri... | Ken Raeburn | 2005-02-09 | 2 | -1/+18 |
* | * gssapi.hin: (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don't | Ken Raeburn | 2005-02-03 | 2 | -1/+4 |
* | Makefile.in: fix macro syntax in last change | Ken Raeburn | 2005-02-03 | 1 | -1/+1 |
* | * gssapi.hin: Don't conditionally include xom.h here | Ken Raeburn | 2005-02-03 | 2 | -8/+2 |
* | * Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ when | Ken Raeburn | 2005-02-03 | 3 | -9/+14 |
* | * configure.in: Check for xom.h. Set include_xom to a C include directive or | Ken Raeburn | 2005-02-03 | 2 | -0/+9 |
* | Some applications such as Eudora on Windows load and unload the Kerberos | Jeffrey Altman | 2005-01-17 | 2 | -0/+7 |
* | correction to previous commit. do not call krb5_gss_release_cred() | Jeffrey Altman | 2005-01-13 | 1 | -11/+46 |
* | Fix the calls to krb5_gss_release_cred to pass in the correct type. | Jeffrey Altman | 2005-01-13 | 3 | -41/+19 |
* | run "make depend" | Ken Raeburn | 2004-12-30 | 3 | -191/+236 |
* | * Makefile.in: Delete @SHARED_RULE@ line. | Ken Raeburn | 2004-09-23 | 2 | -3/+6 |
* | * init_sec_context.c (make_ap_req_v1): Free checksum data | Tom Yu | 2004-08-28 | 3 | -4/+14 |