1995-05-03 |
Tom Yu | * Makefile.in: remove spurious whitespace from blank... |
commit | commitdiff | tree | snapshot |
1995-05-03 |
Tom Yu | * .rconf: copy kadmin.old as well |
commit | commitdiff | tree | snapshot |
1995-05-03 |
Theodore Tso | Fix lots of typos in krb5_make_fulladdrs() patch. ... |
commit | commitdiff | tree | snapshot |
1995-05-03 |
Mark Eichin | * get_krbhst.c (krb5_get_krbhst): look in KRB5_ENV_KDC |
commit | commitdiff | tree | snapshot |
1995-05-03 |
Mark Eichin | * osconf.h (KRB5_ENV_KDC): add KERBEROS_SERVER environment |
commit | commitdiff | tree | snapshot |
1995-05-02 |
Chris Provenzano | * mk_cred.c (mk_cred()), mk_priv.c (mk_priv... |
commit | commitdiff | tree | snapshot |
1995-05-02 |
Ezra Peisach | clean-unix: Remove the installed krb_err.h in the inclu... |
commit | commitdiff | tree | snapshot |
1995-05-02 |
Ezra Peisach | krb5_set_config_files needs a const in the declaration... |
commit | commitdiff | tree | snapshot |
1995-05-02 |
Ezra Peisach | Add const to prototype for krb5_set_config_files |
commit | commitdiff | tree | snapshot |
1995-05-02 |
Theodore Tso | Use tests/resolve/resolve to get the fully qualified... |
commit | commitdiff | tree | snapshot |
1995-05-02 |
Theodore Tso | Add --quiet option which only prints the fully qualifie... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Chris Provenzano | * genaddrs.c (krb5_auth_con_genaddrs()), |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Chris Provenzano | * auth_con.c (krb5_auth_con_free()) : |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Chris Provenzano | * init_sec_context.c (krb5_gss_init_sec_context()) : |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Chris Provenzano | * client.c (main()): Changes to auth_context... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Chris Provenzano | * sim_server.c (main()): Changes to auth_contex... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Chris Provenzano | * sim_client.c (main()): Changes to auth_contex... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Chris Provenzano | * kcmd.c (kcmd()): Bug fixes from jik |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Theodore Tso | Added README file to the krb425 library |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Theodore Tso | Check the return code from kdb5_init_context() |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Theodore Tso | krb5.h (krb5_set_config_files): Added new function... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Theodore Tso | init_os_ctx.c (krb5_set_config_files): New function... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Ezra Peisach | Temporary hack for the alpha. Undefine STREAMSPTY if... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Ezra Peisach | Call to krb5_read_password takes as an argument an... |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Ezra Peisach | Formatting fixes. |
commit | commitdiff | tree | snapshot |
1995-05-01 |
Ezra Peisach | Updated API's on all of these |
commit | commitdiff | tree | snapshot |
1995-04-30 |
Ezra Peisach | Global variables krb5_config_file and krb5_trans_file... |
commit | commitdiff | tree | snapshot |
1995-04-30 |
Ezra Peisach | Do not redefine PROTOTYPE if it is already defined |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Ezra Peisach | Fix spacing in configure --help for the krb4 options |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Ezra Peisach | Remove the unused argument to aggree with the expected... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | Link the libraries twice due to circular dependency... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | Fix fencepost error which caused an access beyond the... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | Use Posix sigaction() instead of signal() to set signal... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Tom Yu | * g_phost.c: removed references to sys/param.h and... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | Call krb5_free_priv_enc_part to free the entire privenc... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | kadmin.c (main): Don't free the credentials cache twice... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | Use $(LD) instead of $(CC) so that we can do purify... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | adm_network.c (setup_network): Use sigaction() instead of |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | kdc_util.c (kdc_process_tgs_req): Make sure apreq-... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Theodore Tso | Don't use setreuid() to play games with the real uid... |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Keith Vetter | Windows gssapi demo now works. The UI isn't great but hey |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * Makefile.in (KLIB): put KRB4_LIB inside KLIB |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Disable command recognition for not-fully-implemented... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * Makefile.in (KLIB): include KRB4_LIB directly, to... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | signal.h, not sys/signal.h |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Sorry - reinstate <sys/signal.h> for srv_net and proto_serv |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * srv_net.c: include <signal.h> |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Added check for POSIX_FILE_LOCK to enable POSIX file... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Add new document describing kadmin extensions to admin... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Make links work with both --with-krb4 and --with-krb4... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * kparse.h (strutol, strsave): are only static in... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Fix bug in lang_init_slist() which would not return... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | oops. s/CHECK/PROG/ |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | configure.in: Add check for KRB5_POSIX_LOCKS |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Add #include of fcntl.h |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * configure.in (PATH): use internal AC_CHECK_ECHO_N... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * lndir (ls): use ls -a to get dotfiles too |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Don't try to strip an empty line. This causes memory... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Use $(LD) instead of $(CC) when trying to link. (So... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Add kadm to list of subdirectories to be built |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Oops, checked in wrote version of gss-misc |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | gss-server.c (main, sign_server): Make changes to allow |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Fix aclocal.m4 with --with-krb4 has a value. KDB4_LIB... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Use new library libkadm. |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Use new library libkadm. Compilation cleanup |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Moved these administrative protocol functions out of... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Remove INTERFACE from prototype definitions in adm_proto.h |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Moving adm_conn out of libkrb5 |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Paul Park | Remove adm_rw from libkrb5 |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * krb4-proto.h: #if 0, not #ifdef 0 |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Don't try to include osconf.h |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Keith Vetter | Added zipping up windows gssapi demo program |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Keith Vetter | Added an icon for the windows gss demo program |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * aclocal.m4 (WITH_KRB4): put AC_CONST in, since we... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Keith Vetter | Added windows gssapi demo program |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Add des_read_pw_string, since it's used by the V4 login... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Also compile the kadmin.old directory, at least for... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Lots of lint cleanup; declare functions before they... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | conf.h, conf-*.h: Removed. We don't need them anymore... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | srv_net.c: Linux doesn't have SOMAXCONN, assume 5 if... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Remove unnecessary include of conf.h |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | * init_ctx.c (krb5_free_context): Extra semicolon meant... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Lint cleanup; explicitly declare that daemon() returns... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Makefile.in (clean-unix): Remove profile.h and test_profile |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * configure.in: switch to WITH_KRB4 since it suffices... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * configure.in: correct use of --with-krb4 to match... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * reconf (usage): fix the whole message |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | really fix the quoting. $() is not an sh construct... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Remove util/profile/prof_err.[ch] after building kerbsr... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * aclocal.m4 (WITH_KRB4): fix quoting in pathname... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * kuserok.c: HAS_UNISTD_H instead of USE_. |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Mark Eichin | * configure.in: use AC_CHECK_SIZEOF(int) to set BITS16... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Chris Provenzano | * send_tgs.c (krb5_send_tgs()), gc_via_tkt... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Chris Provenzano | * krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Chris Provenzano | I don't know why it didn't get removed the last time... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Theodore Tso | Remove util/profile/profile.h after building kerbsrc... |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Ezra Peisach | Do not prototype krb_err_txt. kerberosIV/krb.h defines |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Chris Provenzano | * krb5.h : Added mask AP_OPTS_WIRE_MASK |
commit | commitdiff | tree | snapshot |
1995-04-28 |
Chris Provenzano | * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_c... |
commit | commitdiff | tree | snapshot |
next |