| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * preauth2.c (pa_sam): In send-encrypted-sad mode, check for magic salt length | Ken Raeburn | 2000-02-16 | 2 | -7/+51 |
* | * localaddr.c (krb5_os_localaddr): Dynamically grow buffer used for SIOCGIFCONF | Ken Raeburn | 2000-02-16 | 2 | -10/+69 |
* | * libobj.in: Fix up .c.so and .c.po rules to include $(CFLAGS), | Tom Yu | 2000-02-15 | 2 | -2/+7 |
* | * server.c: Add code to set a signal handler for SIGHUP and a few | Tom Yu | 2000-02-15 | 3 | -0/+29 |
* | * svc.c (xprt_register): Zero out xports after allocating | Tom Yu | 2000-02-15 | 3 | -16/+51 |
* | Add client-side stubs and functions with additional capabilities to | Tom Yu | 2000-02-14 | 10 | -15/+501 |
* | * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c: | Tom Yu | 2000-02-11 | 6 | -437/+711 |
* | Added "Kerberos Preferences" as valid config file on Mac OS. Others will be r... | Marshall Vale | 2000-02-11 | 1 | -11/+17 |
* | * init_os_ctx.c: Added "Kerberos Preferences" as valid config file on Mac OS | Marshall Vale | 2000-02-11 | 1 | -0/+7 |
* | Fixed lxs' fix: strlen (x) + 1 instead of strlen (x+1) | Miro Jurisic | 2000-02-11 | 2 | -2/+6 |
* | Added comments to remove some calls in the next releas | Miro Jurisic | 2000-02-11 | 1 | -2/+2 |
* | changelog updated for stdcc_util.c change | Alexandra Ellwood | 2000-02-10 | 1 | -0/+5 |
* | Added +1 to strlens so that null terminator will fit in the buffer ;-P | Alexandra Ellwood | 2000-02-10 | 1 | -2/+2 |
* | * login.c (main): Only destroy xtra_creds if non-null. (Patch from Richard B... | Ken Raeburn | 2000-02-10 | 2 | -1/+7 |
* | Updated for 3.0d1 | Miro Jurisic | 2000-02-10 | 1 | -0/+4 |
* | * init_os_ctx.c: Added changes for the Mac for limited support of Application... | Marshall Vale | 2000-02-08 | 1 | -0/+10 |
* | Limited support for Applicaiton Support folder as location for krb5.ini on th... | Marshall Vale | 2000-02-08 | 1 | -8/+24 |
* | * api.1/lock.exp: Since a "wait" directive to the command list of | Tom Yu | 2000-02-08 | 2 | -0/+12 |
* | * aclocal.m4: Kludge in the old test for tcl so that we have some | Tom Yu | 2000-02-08 | 2 | -1/+74 |
* | * lib/helpers.exp: Fix to call kinit and kdestroy with the -5 flag | Tom Yu | 2000-02-08 | 2 | -2/+7 |
* | * lib/lib.t: Call kinit and kdestroy with -5 flag to accomodate | Tom Yu | 2000-02-08 | 2 | -2/+7 |
* | * config/unix.exp: Call send_error instead of fail to prevent | Tom Yu | 2000-02-07 | 3 | -7/+16 |
* | * kadmin.exp: Use $KDESTROY -5 to deal with changed behavior | Tom Yu | 2000-02-07 | 2 | -1/+5 |
* | changepw.c (krb5_locate_kpasswd): fixed memory trashing caused by incorrect p... | Scott McGuire | 2000-02-07 | 2 | -1/+7 |
* | * default.exp: Remove default_tgs_enctypes for now as it was | Tom Yu | 2000-02-07 | 2 | -1/+7 |
* | * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Change test syntax a little to keep b... | Ken Raeburn | 2000-02-07 | 2 | -1/+7 |
* | * configure.in: Check for inet_ntop and getipnodebyaddr, both used in klist | Ken Raeburn | 2000-02-07 | 2 | -1/+6 |
* | * kdc_preauth.c (return_sam_data): Just return 0 if no input preauth data is ... | Ken Raeburn | 2000-02-07 | 2 | -1/+5 |
* | * kinit.c (try_convert524): Avoid duplicate free calls | Ken Raeburn | 2000-02-07 | 2 | -0/+7 |
* | fix my email address in log header | Ken Raeburn | 2000-02-07 | 1 | -1/+1 |
* | * gic_pwd.c (krb5_get_as_key_password): If the as_key enctype is already set to | Ken Raeburn | 2000-02-07 | 3 | -15/+35 |
* | * kdc_preauth.c (get_preauth_hint_list): Log a message if preauth is required | Ken Raeburn | 2000-02-07 | 2 | -1/+20 |
* | Frank Cusack's patches, first two sets. Should be no incompatible changes, | Ken Raeburn | 2000-02-07 | 5 | -22/+306 |
* | updated some comments (fcusack) | Ken Raeburn | 2000-02-07 | 2 | -6/+9 |
* | added flags field to predicted_sam_response (fcusack) | Ken Raeburn | 2000-02-07 | 5 | -13/+15 |
* | Add documentation about debug vs. release builds | Danilo Almeida | 2000-02-07 | 2 | -5/+15 |
* | more fcusack changes - rest of first set | Ken Raeburn | 2000-02-07 | 4 | -2/+19 |
* | Frank Cusack changes, set 1, diffs 1-3 of 4 | Ken Raeburn | 2000-02-07 | 9 | -12/+43 |
* | * standalone.exp: Use $KLIST -5 and $KDESTROY -5 to deal with | Tom Yu | 2000-02-06 | 4 | -7/+19 |
* | * default.exp: Use $KINIT -5 to deal with modified kinit | Tom Yu | 2000-02-06 | 2 | -1/+6 |
* | * login.c (main): Reorder some control flow to avoid security hole | Tom Yu | 2000-02-06 | 2 | -6/+9 |
* | * kinit.c: Only free stuff if it's not NULL. (Note: The krb5_free_* | Danilo Almeida | 2000-02-04 | 2 | -4/+13 |
* | * Makefile.in (klist): Fix to build under Unix again | Tom Yu | 2000-02-04 | 2 | -2/+6 |
* | * Makefile.in (kinit): Fix to build on Unix again | Tom Yu | 2000-02-04 | 4 | -4/+12 |
* | (krb5_locate_kpasswd): fixed memory trashing caused by incorrect pointer arit... | Scott McGuire | 2000-02-04 | 2 | -1/+7 |
* | * aclocal.m4: Add support to substitute KRB524_LIB in places | Tom Yu | 2000-02-04 | 2 | -0/+10 |
* | * pre.in: Add KRB524_DEPLIB and KRB524_LIB | Tom Yu | 2000-02-04 | 2 | -0/+8 |
* | Removed calls that destroyed and recreated ccapi_data->NamedCache if it exist... | Scott McGuire | 2000-02-04 | 2 | -8/+9 |
* | * kinit.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 3 | -217/+847 |
* | * klist.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 2 | -32/+216 |