krb5.git
1997-02-28 Richard BaschIf RegKRB5CCNAME is set in kerberos.ini, use that value...
1997-02-28 Richard BaschMakefile.in: Link krb5_32.lib (win32) with advapi32...
1997-02-28 Sam Hartmankrshd should not require a user to have a valid home...
1997-02-27 Tom Yu * pre.in: Add recursion hooks for distclean
1997-02-27 Tom Yu * Makefile.in: Add $(LIBS) so that compile doesn't...
1997-02-25 Richard Baschinclude/asn.1 no longer exists; don't try to reference it
1997-02-25 Richard BaschBuild krb5.rc with -D_MSDOS -DRES_ONLY under win16
1997-02-25 Richard BaschDon't do all the setup if RES_ONLY is defined; only...
1997-02-25 Richard BaschHandle Windows binary files better (hopefully)
1997-02-25 Richard Baschwin-mac.h: Contents of lib/krb5/os/win-pwd.h (resource...
1997-02-25 Richard Baschread_pwd.c: Improperly applied Doug Engert's windows...
1997-02-25 Richard Baschkrb5.rc: Replaced Windows password dialog resource...
1997-02-25 Richard BaschFixed bad variable reference
1997-02-25 Richard BaschExport krb5_read_password
1997-02-25 Richard BaschFixed bad variable reference
1997-02-25 Richard Baschwin-pwd.rc: Windows dialog information for password...
1997-02-25 Richard Baschkrb5_32.lib now also depends on gdi32.lib
1997-02-25 Richard Baschkrb5.hin: Export krb5_read_password (Win16/32)
1997-02-25 Richard BaschMoved krb5_read_password back into the library (Win32)
1997-02-24 Theodore Tsoresolve.c (main): Make the test for a FQDN be a bit...
1997-02-24 Theodore TsoBuild using KDB5_LIBS, not KDB5_LIB
1997-02-24 Theodore TsoAdded RUN_ENV line for Linux
1997-02-23 Richard BaschMoved some of the library list file build logic from...
1997-02-23 Richard BaschRebuild the Makefile in the current directory, as needed
1997-02-23 Richard BaschDefine BUILDTOP for Win16/Win32; needed by config/win...
1997-02-22 Ezra Peisach * configure.in: Do not run test suite unless Athena...
1997-02-22 Sam HartmanFix terminal handling with regard to ^@ and ^o
1997-02-22 Richard BaschDescribed the replacement of #ifdef unix
1997-02-22 Richard BaschAIX should also have the compatibility interface
1997-02-22 Richard BaschI really did mean #ifdef unix... I added AIX for compat...
1997-02-22 Sam Hartmanbe more careful about removing crypto_glue.c
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam Hartman* Make shared libs work on AIX
1997-02-22 Sam HartmanFix typo
1997-02-22 Sam HartmanBump minor library version so I can
1997-02-22 Sam HartmanUpdate the major version to 3;
1997-02-22 Sam HartmanUpdate port-socket.h to include
1997-02-22 Ezra PeisachRemoved un-user extern declaration of krb5_config_file -
1997-02-21 Theodore TsoLinux doesn't understand -R; use "-bWl,-rpath -Wl,...
1997-02-21 Richard BaschUse malloc/realloc/free instead of the "near" counterpa...
1997-02-21 Richard BaschLink the krb4 dll under Windows; we already built all...
1997-02-21 Richard BaschDefine SOCKET_INITIALIZE and SOCKET_CLEANUP as no-ops...
1997-02-20 Richard BaschMakefile.in: krb_err.h is a generated file; fix build...
1997-02-20 Richard BaschFixed krb5_build_principal_va prototype to match function
1997-02-20 Richard BaschUnix bug: link.table was referencing an incompletely...
1997-02-20 Richard BaschZip up the kerberosIV include files, also
1997-02-20 Richard BaschRemove unnecessary calls to krb5_init_ets
1997-02-20 Richard Baschet_c.awk:
1997-02-20 Richard BaschRemove unneeded calls to krb5_init_ets
1997-02-20 Richard Baschinit_ctx.c: krb5_free_context calls krb5_free_ets ...
1997-02-20 Richard Baschf_data.c: Fixed comment
1997-02-20 Richard BaschDo not DLL export krb5_init_ets/krb5_free_ets
1997-02-20 Richard BaschRemoved unneeded call to krb5_init_ets
1997-02-20 Richard BaschRemoved unneeded call to krb5_init_ets
1997-02-20 Richard Baschkrb5_16.def krb5_32.def: Do not export krb5_init_ets...
1997-02-20 Richard BaschRemoved unneeded call to krb5_init_ets
1997-02-20 Richard BaschCall krb5_db_fini to cleanup the db_context
1997-02-20 Richard Baschkpasswd.c: Removed unneeded call to krb5_init_ets and...
1997-02-20 Richard Baschdump.c kdb5_destroy.c kdb5_stash.c kdb5_util.c:
1997-02-20 Richard BaschRemoved unneeded call to krb5_init_ets
1997-02-20 Richard BaschDo not export krb5_init_ets/krb5_free_ets (win16/win32)
1997-02-19 Theodore TsoAdded set_realm.c, which implements krb5_set_principal_...
1997-02-19 Theodore TsoAdded function prototype for krb5_set_principal_realm()
1997-02-19 Theodore TsoAdded new function krb5_set_principal_realm(), which...
1997-02-19 Richard BaschRemoved $(KRBOPT) from RFLAGS definition since it broke...
1997-02-19 Richard BaschFixed one more instance of the wrong variable name...
1997-02-19 Richard BaschFixed "context" name
1997-02-19 Richard BaschRenamed getst() to getstr() to avoid conflicts with...
1997-02-19 Richard BaschFixed missing ;
1997-02-19 Richard BaschReplace instances of krb5_xfree..
1997-02-19 Richard BaschExport krb5_free_data, krb5_free_data_contents
1997-02-19 Richard Baschkcmd.c (getport): Let the OS pick the best port rather...
1997-02-19 Richard BaschUse free() to free realm component, until a replacement...
1997-02-19 Richard Baschkrb5_xfree cleanup
1997-02-18 Richard BaschReplace krb5_xfree with appropriate free routine
1997-02-18 Richard BaschRemove krb5_xfree from the public interface
1997-02-18 Richard BaschNeed the Winsock initialization/cleanup to setup the...
1997-02-18 Richard BaschMake sure KRB5_DLLIMP/KRB5_CALLCONV are defined
1997-02-18 Richard BaschDo not free unallocated memory (win16)
1997-02-18 Ezra Peisach * acl_files.c: Do not declare malloc() or calloc(...
1997-02-18 Ezra Peisach * kerberos_v4.c: Remove include of krb4-proto.h
1997-02-18 Ezra Peisach * k524init.c, test.c, cnv_tkt_skey.c: Remove include...
1997-02-18 Ezra Peisach * compat_recv.c: Remove include of kerberosIV/krb4...
1997-02-18 Richard BaschWin16 fixes
1997-02-18 Richard BaschBecause you cannot call malloc() during DLL initializat...
1997-02-18 Richard BaschFixed "rc" flags
1997-02-18 Richard Baschkrb4 library required llibcew (fscanf) under win16
1997-02-18 Richard BaschMakefile.in: Winsock library is still required (win16)
1997-02-18 Richard BaschFixed declaration (FAR keyword added)
1997-02-18 Richard BaschFixed prototype (win16/win32)
1997-02-18 Richard BaschFixed arg list to match prototype (error in last checkin)
1997-02-18 Richard BaschExport profile_get_values() for krb4 library (win16...
1997-02-18 Richard BaschExport additional routines for krb4 library (win16...
next