| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * configure.in: Don't invoke macros for library build support. Don't look fo... | Ken Raeburn | 2004-03-04 | 2 | -3/+5 |
| * | * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_... | Ken Raeburn | 2004-03-04 | 4 | -12/+10 |
| * | Configure telnet using one script instead of four | Ken Raeburn | 2004-03-04 | 12 | -184/+207 |
| * | fix typo | Ken Raeburn | 2004-03-03 | 1 | -1/+1 |
| * | don't get a krb5_context for the routines that don't need it | Ken Raeburn | 2004-03-03 | 4 | -12/+7 |
| * | minor formatting, mostly whitespace | Ken Raeburn | 2004-03-03 | 1 | -37/+38 |
| * | * rc_base.c: Delete unused and untested semaphore support | Ken Raeburn | 2004-03-03 | 3 | -29/+4 |
| * | * gic_pwd.c (krb5_get_in_tkt_with_password): Fix a case Jeff missed | Ken Raeburn | 2004-02-28 | 2 | -1/+7 |
| * | * lib/helpers.exp (expect_kadm_ok): Check for eof and report a specific error | Ken Raeburn | 2004-02-27 | 2 | -0/+6 |
| * | As discussed on the krbdev mailing list, krb5_get_init_creds_password() | Jeffrey Altman | 2004-02-27 | 12 | -28/+93 |
| * | * gss-client.c: change if (this) if (that) => if (this && that) | Jeffrey Altman | 2004-02-27 | 2 | -170/+172 |
| * | fix GET{SOCK,PEER}NAME_ARG{2,3}_TYPE lossage I created | Ken Raeburn | 2004-02-26 | 2 | -0/+12 |
| * | Set context flags after calling krb5_rd_req so that the replay cache is set up | Sam Hartman | 2004-02-26 | 2 | -2/+8 |
| * | Move apputils dir from util to lib, to get its proper place in the | Ken Raeburn | 2004-02-26 | 12 | -12/+25 |
| * | * rcp.exp (stop_rsh_daemon): Check for any output before eof, causing any such | Ken Raeburn | 2004-02-26 | 3 | -2/+18 |
| * | * gssapi.exp (doit): Fix typo in log message | Ken Raeburn | 2004-02-26 | 2 | -1/+5 |
| * | * default.exp (passes): Add "mode=udp" to existing pass specifications. Add a | Ken Raeburn | 2004-02-26 | 2 | -1/+48 |
| * | * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind. | Ken Raeburn | 2004-02-26 | 2 | -8/+18 |
| * | * sendto_kdc.c (start_connection): Close socket if connect() call fails for an | Ken Raeburn | 2004-02-26 | 2 | -0/+6 |
| * | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 16 | -440/+30 |
| * | dependency updates | Ken Raeburn | 2004-02-24 | 2 | -10/+13 |
| * | ignore generated shared libraries | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | ignore some more generated files | Ken Raeburn | 2004-02-24 | 11 | -0/+12 |
| * | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 24 | -28/+127 |
| * | ignore fakedest dir | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | ignore generated krb524 error table code | Ken Raeburn | 2004-02-24 | 1 | -0/+2 |
| * | ignore files created during testing | Ken Raeburn | 2004-02-24 | 1 | -0/+3 |
| * | ignore ksetpwd | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix calculation for | Ken Raeburn | 2004-02-23 | 2 | -6/+19 |
| * | Add missing ChangeLog entry | Tom Yu | 2004-02-23 | 1 | -0/+6 |
| * | * prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long, | Ken Raeburn | 2004-02-19 | 2 | -1/+6 |
| * | Bug from David Thompson <thomas@cs.wisc.edu>. Bug originally introduced | Ken Hornstein | 2004-02-19 | 1 | -1/+1 |
| * | ignore some files generated during testing | Ken Raeburn | 2004-02-19 | 2 | -0/+6 |
| * | protoize | Ken Raeburn | 2004-02-19 | 55 | -412/+249 |
| * | ignore aes-gen program | Ken Raeburn | 2004-02-19 | 1 | -0/+1 |
| * | protoize | Ken Raeburn | 2004-02-19 | 5 | -8/+12 |
| * | Protoize | Ken Raeburn | 2004-02-19 | 7 | -215/+105 |
| * | delete some blank lines in fn defs | Ken Raeburn | 2004-02-19 | 1 | -2/+0 |
| * | use $(CC) rather than ld to build shared libs on tru64 and irix | Tom Yu | 2004-02-18 | 2 | -2/+7 |
| * | * pcbc_encrypt.c (des_pcbc_encrypt): Don't pass a temporary variable to | Ken Raeburn | 2004-02-18 | 2 | -3/+8 |
| * | * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variable | Ken Raeburn | 2004-02-17 | 5 | -24/+30 |
| * | * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it local | Ken Raeburn | 2004-02-17 | 2 | -4/+23 |
| * | Add missing PRIOCNTL_HACK stuff here | Tom Yu | 2004-02-16 | 5 | -1/+51 |
| * | Don't specify defaults for GET{PEER,SOCK}NAME_ARG{2,3}_TYPE macros | Ken Raeburn | 2004-02-14 | 4 | -26/+10 |
| * | aclocal.m4 (WITH_CC): Add -fno-common to CFLAGS on Darwin, unless -fcommon or | Ken Raeburn | 2004-02-14 | 2 | -0/+18 |
| * | * aclocal.m4 (TRY_PEER_INT): Deleted. | Ken Raeburn | 2004-02-14 | 2 | -38/+19 |
| * | * t_encrypt.c (compare_results): New function. | Ken Raeburn | 2004-02-13 | 3 | -8/+57 |
| * | * dk_decrypt.c (krb5_dk_decrypt_maybe_trunc_hmac): New argument IVEC_MODE. If | Ken Raeburn | 2004-02-13 | 3 | -11/+48 |
| * | Change PRIOCNTL_HACK code to use "==" rather than "eq", as "eq" is not | Tom Yu | 2004-02-13 | 6 | -9/+24 |
| * | Fix logic error | Sam Hartman | 2004-02-13 | 2 | -1/+5 |