| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update port-socket.h to include | Sam Hartman | 1997-02-22 | 2 | -1/+9 |
| * | Removed un-user extern declaration of krb5_config_file - | Ezra Peisach | 1997-02-22 | 2 | -3/+4 |
| * | Linux doesn't understand -R; use "-bWl,-rpath -Wl,$(PROG_RPATH)" instead | Theodore Tso | 1997-02-21 | 2 | -1/+6 |
| * | Use malloc/realloc/free instead of the "near" counterparts. The | Richard Basch | 1997-02-21 | 2 | -21/+13 |
| * | Link the krb4 dll under Windows; we already built all the objects.. | Richard Basch | 1997-02-21 | 2 | -1/+5 |
| * | Define SOCKET_INITIALIZE and SOCKET_CLEANUP as no-ops under Windows since | Richard Basch | 1997-02-21 | 2 | -2/+8 |
| * | Makefile.in: krb_err.h is a generated file; fix build/install rules so | Richard Basch | 1997-02-20 | 3 | -6/+14 |
| * | Fixed krb5_build_principal_va prototype to match function | Richard Basch | 1997-02-20 | 1 | -1/+1 |
| * | Unix bug: link.table was referencing an incompletely constructed variable | Richard Basch | 1997-02-20 | 1 | -1/+1 |
| * | Zip up the kerberosIV include files, also | Richard Basch | 1997-02-20 | 1 | -2/+3 |
| * | Remove unnecessary calls to krb5_init_ets | Richard Basch | 1997-02-20 | 2 | -4/+1 |
| * | et_c.awk: | Richard Basch | 1997-02-20 | 2 | -21/+24 |
| * | Remove unneeded calls to krb5_init_ets | Richard Basch | 1997-02-20 | 7 | -7/+0 |
| * | init_ctx.c: krb5_free_context calls krb5_free_ets (currently a no-op) | Richard Basch | 1997-02-20 | 3 | -2/+1 |
| * | f_data.c: Fixed comment | Richard Basch | 1997-02-20 | 4 | -4/+49 |
| * | Do not DLL export krb5_init_ets/krb5_free_ets | Richard Basch | 1997-02-20 | 1 | -13/+3 |
| * | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 9 | -10/+1 |
| * | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 1 | -3/+7 |
| * | krb5_16.def krb5_32.def: Do not export krb5_init_ets/krb5_finish_ets | Richard Basch | 1997-02-20 | 3 | -80/+77 |
| * | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 1 | -7/+12 |
| * | Call krb5_db_fini to cleanup the db_context | Richard Basch | 1997-02-20 | 1 | -0/+1 |
| * | kpasswd.c: Removed unneeded call to krb5_init_ets and unused #define | Richard Basch | 1997-02-20 | 2 | -6/+2 |
| * | dump.c kdb5_destroy.c kdb5_stash.c kdb5_util.c: | Richard Basch | 1997-02-20 | 5 | -12/+27 |
| * | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 3 | -4/+0 |
| * | Do not export krb5_init_ets/krb5_free_ets (win16/win32) | Richard Basch | 1997-02-20 | 1 | -2/+4 |
| * | Added set_realm.c, which implements krb5_set_principal_realm() | Theodore Tso | 1997-02-19 | 1 | -0/+52 |
| * | Added function prototype for krb5_set_principal_realm() | Theodore Tso | 1997-02-19 | 2 | -0/+8 |
| * | Added new function krb5_set_principal_realm(), which is used to | Theodore Tso | 1997-02-19 | 4 | -1/+57 |
| * | Removed $(KRBOPT) from RFLAGS definition since it broke the Win16 build | Richard Basch | 1997-02-19 | 1 | -2/+2 |
| * | Fixed one more instance of the wrong variable name (context variable) | Richard Basch | 1997-02-19 | 1 | -1/+1 |
| * | Fixed "context" name | Richard Basch | 1997-02-19 | 1 | -1/+1 |
| * | Renamed getst() to getstr() to avoid conflicts with krb4.h definition | Richard Basch | 1997-02-19 | 1 | -6/+6 |
| * | Fixed missing ; | Richard Basch | 1997-02-19 | 1 | -1/+1 |
| * | Replace instances of krb5_xfree.. | Richard Basch | 1997-02-19 | 2 | -5/+4 |
| * | Export krb5_free_data, krb5_free_data_contents | Richard Basch | 1997-02-19 | 2 | -0/+4 |
| * | kcmd.c (getport): Let the OS pick the best port rather than scanning. | Richard Basch | 1997-02-19 | 5 | -131/+120 |
| * | Use free() to free realm component, until a replacement function is added | Richard Basch | 1997-02-19 | 1 | -1/+3 |
| * | krb5_xfree cleanup | Richard Basch | 1997-02-19 | 5 | -19/+16 |
| * | Replace krb5_xfree with appropriate free routine | Richard Basch | 1997-02-18 | 8 | -31/+27 |
| * | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 23 | -121/+173 |
| * | Need the Winsock initialization/cleanup to setup the blocking hook | Richard Basch | 1997-02-18 | 2 | -16/+0 |
| * | Make sure KRB5_DLLIMP/KRB5_CALLCONV are defined | Richard Basch | 1997-02-18 | 1 | -0/+14 |
| * | Do not free unallocated memory (win16) | Richard Basch | 1997-02-18 | 1 | -11/+17 |
| * | * acl_files.c: Do not declare malloc() or calloc() if stdlib.h exists | Ezra Peisach | 1997-02-18 | 2 | -0/+7 |
| * | * kerberos_v4.c: Remove include of krb4-proto.h | Ezra Peisach | 1997-02-18 | 2 | -1/+4 |
| * | * k524init.c, test.c, cnv_tkt_skey.c: Remove include of krb4-proto.h | Ezra Peisach | 1997-02-18 | 4 | -3/+4 |
| * | * compat_recv.c: Remove include of kerberosIV/krb4-proto.h | Ezra Peisach | 1997-02-18 | 2 | -1/+4 |
| * | Win16 fixes | Richard Basch | 1997-02-18 | 3 | -8/+7 |
| * | Because you cannot call malloc() during DLL initialization under win16, | Richard Basch | 1997-02-18 | 1 | -2/+16 |
| * | Fixed "rc" flags | Richard Basch | 1997-02-18 | 2 | -3/+3 |