krb5.git
1995-05-03 Ezra PeisachUp to date API specs
1995-05-03 Theodore TsoDon't try to play uid swapping games if the effective...
1995-05-03 Mark Eichinnevermind..
1995-05-03 Mark Eichinnevermind..
1995-05-03 Theodore TsoFix memory leaks in this function. The krb5_donot_repl...
1995-05-03 Theodore Tsokadmin.c (main): Fix really broken way client and clien...
1995-05-03 Theodore TsoBug fix to jik's bug fix. (Caused by our code drift...
1995-05-03 Tom Yu * Makefile.in: nuke spurious whitespace in blank line
1995-05-03 Tom Yu * Makefile.in: nuke spurious whitespace from blank...
1995-05-03 Tom Yu * Makefile.in: remove spurious whitespace from blank...
1995-05-03 Tom Yu * .rconf: copy kadmin.old as well
1995-05-03 Theodore TsoFix lots of typos in krb5_make_fulladdrs() patch. ...
1995-05-03 Mark Eichin * get_krbhst.c (krb5_get_krbhst): look in KRB5_ENV_KDC
1995-05-03 Mark Eichin * osconf.h (KRB5_ENV_KDC): add KERBEROS_SERVER environment
1995-05-02 Chris Provenzano * mk_cred.c (mk_cred()), mk_priv.c (mk_priv...
1995-05-02 Ezra Peisachclean-unix: Remove the installed krb_err.h in the inclu...
1995-05-02 Ezra Peisachkrb5_set_config_files needs a const in the declaration...
1995-05-02 Ezra PeisachAdd const to prototype for krb5_set_config_files
1995-05-02 Theodore TsoUse tests/resolve/resolve to get the fully qualified...
1995-05-02 Theodore TsoAdd --quiet option which only prints the fully qualifie...
1995-05-01 Chris Provenzano * genaddrs.c (krb5_auth_con_genaddrs()),
1995-05-01 Chris Provenzano * auth_con.c (krb5_auth_con_free()) :
1995-05-01 Chris Provenzano * init_sec_context.c (krb5_gss_init_sec_context()) :
1995-05-01 Chris Provenzano * client.c (main()): Changes to auth_context...
1995-05-01 Chris Provenzano * sim_server.c (main()): Changes to auth_contex...
1995-05-01 Chris Provenzano * sim_client.c (main()): Changes to auth_contex...
1995-05-01 Chris Provenzano * kcmd.c (kcmd()): Bug fixes from jik
1995-05-01 Theodore TsoAdded README file to the krb425 library
1995-05-01 Theodore TsoCheck the return code from kdb5_init_context()
1995-05-01 Theodore Tsokrb5.h (krb5_set_config_files): Added new function...
1995-05-01 Theodore Tsoinit_os_ctx.c (krb5_set_config_files): New function...
1995-05-01 Ezra PeisachTemporary hack for the alpha. Undefine STREAMSPTY if...
1995-05-01 Ezra PeisachCall to krb5_read_password takes as an argument an...
1995-05-01 Ezra PeisachFormatting fixes.
1995-05-01 Ezra PeisachUpdated API's on all of these
1995-04-30 Ezra PeisachGlobal variables krb5_config_file and krb5_trans_file...
1995-04-30 Ezra PeisachDo not redefine PROTOTYPE if it is already defined
1995-04-29 Ezra PeisachFix spacing in configure --help for the krb4 options
1995-04-29 Ezra PeisachRemove the unused argument to aggree with the expected...
1995-04-29 Theodore TsoLink the libraries twice due to circular dependency...
1995-04-29 Theodore TsoFix fencepost error which caused an access beyond the...
1995-04-29 Theodore TsoUse Posix sigaction() instead of signal() to set signal...
1995-04-29 Tom Yu * g_phost.c: removed references to sys/param.h and...
1995-04-29 Theodore TsoCall krb5_free_priv_enc_part to free the entire privenc...
1995-04-29 Theodore Tsokadmin.c (main): Don't free the credentials cache twice...
1995-04-29 Theodore TsoUse $(LD) instead of $(CC) so that we can do purify...
1995-04-29 Theodore Tsoadm_network.c (setup_network): Use sigaction() instead of
1995-04-29 Theodore Tsokdc_util.c (kdc_process_tgs_req): Make sure apreq-...
1995-04-29 Theodore TsoDon't use setreuid() to play games with the real uid...
1995-04-29 Keith VetterWindows gssapi demo now works. The UI isn't great but hey
1995-04-28 Mark Eichin * Makefile.in (KLIB): put KRB4_LIB inside KLIB
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...
next