| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -2299/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -74/+0 |
| * | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -386/+391 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -180/+210 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -102/+102 |
| * | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 2 | -0/+6 |
| * | make depend | Ken Raeburn | 2006-03-08 | 1 | -44/+88 |
| * | 2006-03-07 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2006-03-07 | 2 | -0/+14 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -243/+294 |
| * | 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 |
| * | 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 | 1 | -3/+0 |
| * | 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 | 1 | -75/+99 |
| * | Work around Makefile quoting problems | Tom Yu | 2005-04-07 | 2 | -1/+6 |
| * | * import_name.c (krb5_gss_import_name): Use k5_getpwuid_r | Ken Raeburn | 2005-03-26 | 2 | -14/+6 |
| * | 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 | 1 | -140/+175 |
| * | * init_sec_context.c (make_ap_req_v1): Free checksum data | Tom Yu | 2004-08-28 | 3 | -4/+14 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library. | Ken Raeburn | 2004-08-26 | 2 | -1/+13 |
| * | * gssapi_krb5.c (kg_ccache_name): Variable deleted. | Ken Raeburn | 2004-07-30 | 2 | -3/+23 |
| * | Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it while | Ken Raeburn | 2004-07-29 | 11 | -30/+146 |
| * | * set_ccache.c (gss_krb5_ccache_name): Don't make a copy of the string returned | Ken Raeburn | 2004-07-29 | 2 | -29/+13 |
| * | * gssapi_krb5.c (kg_get_ccache_name): Make the copy always, not just | Ken Raeburn | 2004-07-29 | 2 | -16/+22 |
| * | * gssapi_krb5.c (kg_get_ccache_name): Make a copy of the default ccache name, | Ken Raeburn | 2004-07-28 | 2 | -1/+8 |
| * | update dependencies | Ken Raeburn | 2004-07-16 | 1 | -2/+4 |
| * | Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. I | Ken Raeburn | 2004-07-15 | 6 | -48/+49 |
| * | * set_ccache.c (gss_krb5_ccache_name): Check thread-specific data for the saved | Ken Raeburn | 2004-07-14 | 2 | -5/+30 |
| * | * gssapiP_krb5.h (gssint_krb5_keytab_lock): Declare | Ken Raeburn | 2004-07-14 | 2 | -0/+3 |
| * | * acquire_cred.c: Include gss_libinit.h. | Ken Raeburn | 2004-07-14 | 2 | -8/+43 |
| * | * Makefile.in (LOCALINCLUDES): Add $(srcdir)/.. to the list | Ken Raeburn | 2004-07-08 | 2 | -1/+5 |
| * | * disp_status.c: Include gss_libinit.h. | Ken Raeburn | 2004-07-07 | 2 | -8/+9 |
| * | * import_name.c (krb5_gss_import_name) [HAVE_GETPWUID_R]: Use getpwuid_r | Ken Raeburn | 2004-07-07 | 2 | -5/+32 |
| * | ignore generated file gssapi_krb5.h | Ken Raeburn | 2004-06-19 | 1 | -0/+1 |
| * | oops, forgot something | Tom Yu | 2004-06-17 | 2 | -3/+6 |
| * | * ser_sctx.c (kg_ctx_size, kg_ctx_externalize): Adjust for new | Tom Yu | 2004-06-17 | 2 | -1/+10 |
| * | ok, let's try this again.. | Tom Yu | 2004-06-16 | 4 | -4/+21 |
| * | don't leak rcaches in accept_sec_context | Tom Yu | 2004-06-15 | 1 | -1/+5 |
| * | * init_sec_context.c (krb5_gss_init_sec_context): Fix pointer | Tom Yu | 2004-06-14 | 2 | -1/+7 |
| * | * Makefile.in (gssapi_krb5.h): Add Windows version of generation rule | Ken Raeburn | 2004-06-11 | 2 | -0/+11 |
| * | Install gssapi_krb5.h from build dir not srcdir | Sam Hartman | 2004-06-10 | 2 | -1/+4 |
| * | If channel bindings are supplied to server require them to be matched | Sam Hartman | 2004-06-09 | 2 | -15/+11 |
| * | Run make depend | Sam Hartman | 2004-06-08 | 1 | -0/+12 |