| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * setenv.c: Add conditionals for compilation of setenv, unsetenv, | Tom Yu | 2001-04-04 | 2 | -2/+13 |
| * | * configure.in: Add checks for unsetenv and getenv. Compile | Tom Yu | 2001-04-04 | 2 | -2/+9 |
| * | * configure.in: Check for setenv, unsetenv, and getenv. Compile | Tom Yu | 2001-04-04 | 3 | -2/+22 |
| * | * login.M: Don't include "= 0" as part of the "accept_passwd" | Tom Yu | 2001-04-03 | 2 | -1/+6 |
| * | * t_gifconf.c: New file | Ken Raeburn | 2001-03-31 | 2 | -0/+131 |
| * | * init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old etype list, plus des-md4, | Ken Raeburn | 2001-03-31 | 2 | -3/+17 |
| * | reindent for readability | Ken Raeburn | 2001-03-31 | 2 | -277/+277 |
| * | I didn't intend to commit that on the trunk (oops). Undoing | Miro Jurisic | 2001-03-21 | 1 | -15/+0 |
| * | macsock.h: Updated Utilities.h and sockets includes | Miro Jurisic | 2001-03-21 | 1 | -0/+15 |
| * | update comments | Ken Raeburn | 2001-03-15 | 1 | -3/+13 |
| * | t_nfold.c: run n-fold test vector from kerberos-revisions draft | Ken Raeburn | 2001-03-15 | 2 | -1/+68 |
| * | minor cleanup + audit issues | Ken Raeburn | 2001-03-15 | 4 | -81/+79 |
| * | audit issues | Ken Raeburn | 2001-03-15 | 1 | -0/+7 |
| * | * shs.h: Stop using KRB5_PROTOTYPE | Ken Raeburn | 2001-03-15 | 2 | -9/+9 |
| * | minor cleanup + audit issues | Ken Raeburn | 2001-03-15 | 4 | -22/+18 |
| * | * crc-32.h: Stop using PROTOTYPE macro | Ken Raeburn | 2001-03-15 | 2 | -2/+5 |
| * | * Makefile.in (STLIBOBJS): Undo last change | Ken Raeburn | 2001-03-13 | 2 | -1/+5 |
| * | * defines.h: Add prototypes for rcmd_stream_init_normal(), | Ezra Peisach | 2001-03-12 | 10 | -93/+173 |
| * | * krb524d.c: Provide prototypes for local functions | Ezra Peisach | 2001-03-12 | 3 | -5/+28 |
| * | * com_err.h: For struct error_table, change the base from an | Ezra Peisach | 2001-03-12 | 2 | -1/+6 |
| * | * def_realm.c: Move prototype for krb5_try_realm_txt_rr() to | Ezra Peisach | 2001-03-11 | 6 | -11/+30 |
| * | * init_ctx.c: Provide a full prototype for init_common() | Ezra Peisach | 2001-03-11 | 7 | -12/+27 |
| * | * oid_ops.c: Avoid the use of a variable named index | Ezra Peisach | 2001-03-11 | 2 | -6/+10 |
| * | * make_random_key.c, old_api_glue.c: Do not use a variable named | Ezra Peisach | 2001-03-11 | 3 | -9/+14 |
| * | str_conv.c: Include adm_proto.h for prototypes | Ezra Peisach | 2001-03-11 | 2 | -0/+5 |
| * | * kdb_xdr.c: Change the variable index to idx to prevent function | Ezra Peisach | 2001-03-10 | 2 | -4/+9 |
| * | use prototype-style function defs. meant to attach this log with last checkin... | Ken Raeburn | 2001-03-09 | 1 | -0/+5 |
| * | Makefile.in (STLIBOBJS): Nothing uses des_stringtokey.o, drop it | Ken Raeburn | 2001-03-09 | 5 | -28/+25 |
| * | Use krb5int_ prefix for internal "provider" structures | Ken Raeburn | 2001-03-09 | 20 | -43/+65 |
| * | Update ChangeLog for last checkin.. | Ezra Peisach | 2001-03-08 | 1 | -0/+3 |
| * | * kdc_util.h: Add prototype for process_v4_mode() for main.c to use | Ezra Peisach | 2001-03-08 | 6 | -6/+18 |
| * | * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() and | Ezra Peisach | 2001-03-08 | 2 | -0/+15 |
| * | * test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLIST | Ken Raeburn | 2001-03-08 | 3 | -1/+9 |
| * | prefer strerror() over sys_errlist[], for sparcv9-solaris2.8 | Ken Raeburn | 2001-03-08 | 8 | -5/+28 |
| * | fix last change, it was very broken | Ken Raeburn | 2001-03-08 | 2 | -15/+14 |
| * | use strerror when available, for sparcv9-solaris2.8 | Ken Raeburn | 2001-03-08 | 3 | -4/+21 |
| * | krb5_const -> const | Ken Raeburn | 2001-03-06 | 41 | -208/+245 |
| * | prng.c: use des3 now | Ken Raeburn | 2001-03-06 | 2 | -14/+19 |
| * | * localaddr.c (krb5_os_localaddr): Don't look for -1 return value from | Ken Raeburn | 2001-03-05 | 2 | -1/+8 |
| * | * gmt_mktime.c (gmt_mktime): Handle years earlier than 1970. | Ken Raeburn | 2001-03-05 | 3 | -3/+58 |
| * | 2001-03-05 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-03-05 | 2 | -1/+8 |
| * | * init_os_ctx.c: Get sys/ioctl.h for Solaris to get FIONBIO | Tom Yu | 2001-03-05 | 2 | -0/+7 |
| * | * configure.in: Check for sys/filio.h for FIONBIO | Tom Yu | 2001-03-05 | 2 | -1/+5 |
| * | only call ioctl on /dev/random if open succeeded | Ken Raeburn | 2001-03-03 | 1 | -1/+3 |
| * | init_os_ctx.c: On UNIX, seed PRNG with data from /dev/[u]random if available | Ken Raeburn | 2001-03-03 | 2 | -0/+48 |
| * | * preauth2.c (pa_sam): Return an error if no prompter was provided | Ken Raeburn | 2001-03-03 | 2 | -0/+8 |
| * | *adm_conn.c, adm_rw.c, kadm5_defs.h, kpasswd.c, main.c, | Ezra Peisach | 2001-02-26 | 8 | -162/+191 |
| * | * loadv4.c, ovload.c, kdb5_util.h, kdb5_util.c, kadm5_create.c, | Ezra Peisach | 2001-02-26 | 8 | -160/+218 |
| * | * ktutil.c, ktutil_funcs.c: Do not shadow system "index" and | Ezra Peisach | 2001-02-26 | 4 | -7/+47 |
| * | * ss_wrapper.c: Include kadmin.h | Ezra Peisach | 2001-02-26 | 6 | -69/+154 |