| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * replay.c, kdb_util.h (kdc_check_lookaside): Make second argument | Ezra Peisach | 2000-03-12 | 3 | -2/+7 |
| * | Change function prototypes to match the entries in krb5.hin - specifically | Ezra Peisach | 2000-03-12 | 11 | -14/+26 |
| * | * kdb_xdr.c (krb5_dbe_lookup_mod_princ_data): In casting argument | Ezra Peisach | 2000-03-12 | 2 | -1/+6 |
| * | Updated for 3.0d3 | Miro Jurisic | 2000-03-12 | 1 | -1/+6 |
| * | get_in_tkt.c (krb5_get_init_creds): Always initialize local_as_reply to avoid... | Miro Jurisic | 2000-03-10 | 2 | -0/+7 |
| * | * aclocal.m4: Tweak the HPUX shared lib build some more. Don't | Tom Yu | 2000-03-01 | 2 | -4/+8 |
| * | Tweak build system to deal somewhat better with HPUX shared libs | Tom Yu | 2000-03-01 | 5 | -3/+21 |
| * | * kadmin.c (kadmin_cpw): Initialize ks_tuple to NULL | Tom Yu | 2000-03-01 | 2 | -1/+5 |
| * | * main.c: Move kdc_initialize_rcache() to kdc_util.c | Tom Yu | 2000-03-01 | 4 | -56/+59 |
| * | * configure.in: Fix --enable-kdc-replay-cache to actually default | Tom Yu | 2000-03-01 | 2 | -2/+4 |
| * | * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetime | Tom Yu | 2000-03-01 | 3 | -1/+20 |
| * | new --enable/--disable-kdc-replay-cache configure hooks | Ken Raeburn | 2000-02-28 | 5 | -1/+44 |
| * | * Makefile.in (com_err.o): Depends on com_err.c | Ken Raeburn | 2000-02-28 | 2 | -0/+6 |
| * | * krlogin.c (main): Don't output debugging messages if debugging wasn't turne... | Ken Raeburn | 2000-02-28 | 2 | -6/+13 |
| * | * proto_serv.c (proto_serv): For error return,strdup the returned | Ezra Peisach | 2000-02-28 | 2 | -1/+7 |
| * | * aclocal.m4: Define DES425_LIB and DES425_DEPLIB all the time. We | Ezra Peisach | 2000-02-28 | 2 | -4/+9 |
| * | Updated for 3.0d2 | Miro Jurisic | 2000-02-28 | 1 | -1/+5 |
| * | Update client and server to reflect removal of keepold argument from | Tom Yu | 2000-02-27 | 4 | -22/+22 |
| * | Remove keepold argument from create_principal_3, since it is rather | Tom Yu | 2000-02-27 | 10 | -12/+32 |
| * | * server_acl.c (acl_get_line): Patch from Matt Crawford to permit line contin... | Ken Raeburn | 2000-02-26 | 2 | -13/+40 |
| * | * kadmin.c (kadmin_modprinc): Complain if -pw option is given, | Ken Raeburn | 2000-02-26 | 2 | -0/+12 |
| * | main() returns int - not void. Also cleanup unused variables | Ezra Peisach | 2000-02-26 | 4 | -8/+12 |
| * | * preauth2.c (krb5_do_preauth): Check paorder[h] not h for PA_REAL. Fix from... | Ken Raeburn | 2000-02-26 | 2 | -1/+6 |
| * | fix email addr | Ken Raeburn | 2000-02-26 | 1 | -1/+1 |
| * | forgot room for null pointer at end of local addr array | Ken Raeburn | 2000-02-26 | 2 | -2/+3 |
| * | * configure.in: Check for sys/sockio.h | Tom Yu | 2000-02-25 | 3 | -1/+16 |
| * | fix udp_port_fds allocation bug; partial ipv6 support | Ken Raeburn | 2000-02-25 | 3 | -15/+92 |
| * | oops, update changelog for bug fix | Ken Raeburn | 2000-02-25 | 1 | -2/+1 |
| * | Fix off-by-one error in previous code, spotted at the last minute. | Ken Raeburn | 2000-02-25 | 1 | -3/+1 |
| * | Patches from Alec Peterson, plus some work of my own, to let a multihomed | Ken Raeburn | 2000-02-25 | 3 | -24/+218 |
| * | Separate interface address processing from Kerberos-related functions. | Ken Raeburn | 2000-02-25 | 2 | -159/+238 |
| * | * t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt() | Ezra Peisach | 2000-02-25 | 3 | -5/+12 |
| * | * kerberos_v4.c (v4_klog): Don't treat the formatted text as a format string | Ken Raeburn | 2000-02-25 | 2 | -1/+7 |
| * | * configure.in: Remove dependency on libdes425 when krb4 support | Ezra Peisach | 2000-02-24 | 4 | -18/+10 |
| * | Test for <arpa/inet.h> for possible inet_ntop prototype | Ezra Peisach | 2000-02-24 | 4 | -2/+18 |
| * | * kpasswd.0/changing.exp: Add a sleep to avoid a race with the | Tom Yu | 2000-02-23 | 2 | -0/+9 |
| * | fix for vpath and du4.0 make | Ken Raeburn | 2000-02-22 | 4 | -0/+16 |
| * | Makefile.in (clean-unix): Add clean-libobjs | Ezra Peisach | 2000-02-22 | 4 | -2/+10 |
| * | from Bear Giles: | Ken Raeburn | 2000-02-21 | 2 | -2/+5 |
| * | from Bear Giles: | Ken Raeburn | 2000-02-21 | 2 | -13/+22 |
| * | From Bear Giles: | Ken Raeburn | 2000-02-21 | 2 | -0/+12 |
| * | Volatile decls as needed. | Ken Raeburn | 2000-02-19 | 8 | -28/+53 |
| * | * kadm_rpc_svc.c (kadm_1): Update to include new api functions | Tom Yu | 2000-02-19 | 3 | -0/+40 |
| * | * keytab.c (add_usage): Update usage message. | Tom Yu | 2000-02-19 | 3 | -20/+197 |
| * | * kadm_rpc_xdr.c (xdr_chpass3_arg): | Tom Yu | 2000-02-19 | 2 | -2/+7 |
| * | * kdb_cpw.c (krb5_dbe_crk): | Tom Yu | 2000-02-19 | 2 | -0/+13 |
| * | * server_stubs.c: Add create_principal3_1, chpass_principal3_1, | Tom Yu | 2000-02-18 | 2 | -0/+256 |
| * | * svc_auth_gssapi.c (_svcauth_gssapi): Don't explicitly free | Tom Yu | 2000-02-18 | 9 | -9/+84 |
| * | * auth_gssapi.c (auth_gssapi_create): Free call_res because | Tom Yu | 2000-02-17 | 4 | -37/+43 |
| * | Document that -s is not applicable to Kerberos 4 | Danilo Almeida | 2000-02-16 | 2 | -0/+3 |