krb5.git
1995-04-28 Mark Eichin * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside...
1995-04-28 Paul ParkDisable command recognition for not-fully-implemented...
1995-04-28 Mark Eichin * Makefile.in (KLIB): include KRB4_LIB directly, to...
1995-04-28 Mark Eichinsignal.h, not sys/signal.h
1995-04-28 Paul ParkSorry - reinstate <sys/signal.h> for srv_net and proto_serv
1995-04-28 Mark Eichin * srv_net.c: include <signal.h>
1995-04-28 Theodore TsoAdded check for POSIX_FILE_LOCK to enable POSIX file...
1995-04-28 Paul ParkAdd new document describing kadmin extensions to admin...
1995-04-28 Paul ParkMake links work with both --with-krb4 and --with-krb4...
1995-04-28 Mark Eichin * kparse.h (strutol, strsave): are only static in...
1995-04-28 Paul ParkFix bug in lang_init_slist() which would not return...
1995-04-28 Mark Eichinoops. s/CHECK/PROG/
1995-04-28 Theodore Tsoconfigure.in: Add check for KRB5_POSIX_LOCKS
1995-04-28 Theodore TsoAdd #include of fcntl.h
1995-04-28 Mark Eichin * configure.in (PATH): use internal AC_CHECK_ECHO_N...
1995-04-28 Mark Eichin * lndir (ls): use ls -a to get dotfiles too
1995-04-28 Theodore TsoDon't try to strip an empty line. This causes memory...
1995-04-28 Theodore TsoUse $(LD) instead of $(CC) when trying to link. (So...
1995-04-28 Paul ParkAdd kadm to list of subdirectories to be built
1995-04-28 Theodore TsoOops, checked in wrote version of gss-misc
1995-04-28 Theodore Tsogss-server.c (main, sign_server): Make changes to allow
1995-04-28 Paul ParkFix aclocal.m4 with --with-krb4 has a value. KDB4_LIB...
1995-04-28 Paul ParkUse new library libkadm.
1995-04-28 Paul ParkUse new library libkadm. Compilation cleanup
1995-04-28 Paul ParkMoved these administrative protocol functions out of...
1995-04-28 Paul ParkRemove INTERFACE from prototype definitions in adm_proto.h
1995-04-28 Paul ParkMoving adm_conn out of libkrb5
1995-04-28 Paul ParkRemove adm_rw from libkrb5
1995-04-28 Mark Eichin * krb4-proto.h: #if 0, not #ifdef 0
1995-04-28 Theodore TsoDon't try to include osconf.h
1995-04-28 Keith VetterAdded zipping up windows gssapi demo program
1995-04-28 Keith VetterAdded an icon for the windows gss demo program
1995-04-28 Mark Eichin * aclocal.m4 (WITH_KRB4): put AC_CONST in, since we...
1995-04-28 Keith VetterAdded windows gssapi demo program
1995-04-28 Theodore TsoAdd des_read_pw_string, since it's used by the V4 login...
1995-04-28 Theodore TsoAlso compile the kadmin.old directory, at least for...
1995-04-28 Theodore TsoLots of lint cleanup; declare functions before they...
1995-04-28 Theodore Tsoconf.h, conf-*.h: Removed. We don't need them anymore...
1995-04-28 Theodore Tsosrv_net.c: Linux doesn't have SOMAXCONN, assume 5 if...
1995-04-28 Theodore TsoRemove unnecessary include of conf.h
1995-04-28 Theodore Tso* init_ctx.c (krb5_free_context): Extra semicolon meant...
1995-04-28 Theodore TsoLint cleanup; explicitly declare that daemon() returns...
1995-04-28 Theodore TsoMakefile.in (clean-unix): Remove profile.h and test_profile
1995-04-28 Mark Eichin * configure.in: switch to WITH_KRB4 since it suffices...
1995-04-28 Mark Eichin * configure.in: correct use of --with-krb4 to match...
1995-04-28 Mark Eichin * reconf (usage): fix the whole message
1995-04-28 Mark Eichinreally fix the quoting. $() is not an sh construct...
1995-04-28 Theodore TsoRemove util/profile/prof_err.[ch] after building kerbsr...
1995-04-28 Mark Eichin * aclocal.m4 (WITH_KRB4): fix quoting in pathname...
1995-04-28 Mark Eichin * kuserok.c: HAS_UNISTD_H instead of USE_.
1995-04-28 Mark Eichin * configure.in: use AC_CHECK_SIZEOF(int) to set BITS16...
1995-04-28 Chris Provenzano * send_tgs.c (krb5_send_tgs()), gc_via_tkt...
1995-04-28 Chris Provenzano * krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype...
1995-04-28 Chris ProvenzanoI don't know why it didn't get removed the last time...
1995-04-28 Theodore TsoRemove util/profile/profile.h after building kerbsrc...
1995-04-28 Ezra PeisachDo not prototype krb_err_txt. kerberosIV/krb.h defines
1995-04-28 Chris Provenzano * krb5.h : Added mask AP_OPTS_WIRE_MASK
1995-04-28 Chris Provenzano * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_c...
1995-04-28 Keith VetterHave makefile copy profile.h for configuring on the PC
1995-04-28 Keith VetterFixes so that the Unix changes no longer breaks on...
1995-04-27 Theodore TsoAdding missing .cvsignore file
1995-04-27 Mark Eichin * configure.in: check KRB4_LIB to know if we're buildi...
1995-04-27 Mark Eichin * Makefile.in (krshd, login.krb5, krlogind): KRB4_LIB...
1995-04-27 Mark Eichin * krb.h: add _fmemcpy, _fstrncpy, and far_fputs from...
1995-04-27 Mark Eichin * configure.in: use AC_CONST since we need it for v4
1995-04-27 Paul ParkSet all appropriate data in database entry when changin...
1995-04-27 Keith VetterBug fix with making makefiles on the PC
1995-04-27 Keith VetterChanges in the CNS program for the new config file
1995-04-27 Paul ParkAdd ChangeLog for yesterdays checkins
1995-04-27 Paul ParkAdd entries for yesterdays checkin
1995-04-27 Paul ParkAdd entry for yesterdays checkin
1995-04-27 Ezra PeisachInvoke krb5kdc with -n so it will not fork - dejagnu...
1995-04-27 Paul ParkAdd new ChangeLog
1995-04-27 Paul ParkAdd new ChangeLog here
1995-04-27 Paul ParkFix mk_priv and mk_safe to work without DO_TIME
1995-04-27 Paul ParkClear replaydata block before calling mk_safe_basic
1995-04-27 Paul ParkBack out previous changes here, replace them with more...
1995-04-27 Keith VetterClean up of Windows telnet source
1995-04-27 Chris Provenzano * kerberos5.c (kerberos_is()) : Initialize keytabid...
1995-04-27 Mark Eichinand it needs PROTOTYPE() around it..
1995-04-27 Mark Eichin * test_parse.c (main): can't make function declaration...
1995-04-27 Mark Eichin * configure.in: make links for libkrb4 and libkdb4
1995-04-27 Mark Eichin * Makefile.in (krb5kdc): use KRB4_LIB directly.
1995-04-27 Mark Eichin * Makefile.in (v4kadmind): use KRB4_LIB directly
1995-04-27 Mark Eichin * pre.in (KRB4): remove, unused
1995-04-27 Mark Eichin * Makefile.in (telnetd): use KRB4_LIB directly.
1995-04-27 Mark Eichin * Makefile.in (telnet): use KRB4_LIB directly.
1995-04-27 Mark Eichin * Makefile.in (LOCALINCLUDES): find kerberosIV headers
1995-04-27 Mark Eichin * Makefile.in (LOCALINCLUDE): get kerberosIV headers...
1995-04-27 Mark Eichin * Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and...
1995-04-27 Mark Eichin * Makefile.in (LOCAL_LIBRARIES): use KDB4_LIB and...
1995-04-27 Mark Eichin * aclocal.m4 (WITH_KRB4): make --with-krb4 the default...
1995-04-27 Keith VetterAdded PC support for the new profile config file
1995-04-27 Keith VetterFixed PC makefile bug with passing wrong macro on recur...
1995-04-27 Keith VetterChanged over to the new profile config file on the PC
1995-04-27 Mark Eichin * krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFIN...
1995-04-27 Keith VetterAdded scripts to rename DOS 8.3 names to their proper...
1995-04-27 Keith VetterGot the profile code to work on the PC
1995-04-27 Keith VetterMakefile changes for the PC to incorporate the new...
1995-04-27 Ezra PeisachMake clean should remove t_std_conf.o
next