summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * lndir (ls): use ls -a to get dotfiles tooMark Eichin1995-04-282-1/+5
* Don't try to strip an empty line. This causes memory reference errorTheodore Tso1995-04-282-1/+6
* Use $(LD) instead of $(CC) when trying to link. (So purify works).Theodore Tso1995-04-282-1/+7
* Add kadm to list of subdirectories to be builtPaul Park1995-04-284-1/+8
* Oops, checked in wrote version of gss-miscTheodore Tso1995-04-281-1/+4
* gss-server.c (main, sign_server): Make changes to allowTheodore Tso1995-04-283-17/+79
* Fix aclocal.m4 with --with-krb4 has a value. KDB4_LIB is now $withval/Paul Park1995-04-282-1/+6
* Use new library libkadm.Paul Park1995-04-289-40/+145
* Use new library libkadm. Compilation cleanupPaul Park1995-04-283-9/+11
* Moved these administrative protocol functions out of libkrb5Paul Park1995-04-287-0/+1118
* Remove INTERFACE from prototype definitions in adm_proto.hPaul Park1995-04-282-7/+11
* Moving adm_conn out of libkrb5Paul Park1995-04-285-512/+5
* Remove adm_rw from libkrb5Paul Park1995-04-284-527/+5
* * krb4-proto.h: #if 0, not #ifdef 0Mark Eichin1995-04-282-1/+5
* Don't try to include osconf.hTheodore Tso1995-04-284-119/+5
* Added zipping up windows gssapi demo programKeith Vetter1995-04-282-4/+13
* Added an icon for the windows gss demo programKeith Vetter1995-04-282-2/+6
* * aclocal.m4 (WITH_KRB4): put AC_CONST in, since we always end upMark Eichin1995-04-282-0/+6
* Added windows gssapi demo programKeith Vetter1995-04-2811-0/+757
* Add des_read_pw_string, since it's used by the V4 login.c codeTheodore Tso1995-04-282-0/+26
* Also compile the kadmin.old directory, at least for now. (At someTheodore Tso1995-04-282-1/+7
* Lots of lint cleanup; declare functions before they are used, addTheodore Tso1995-04-282-15/+30
* conf.h, conf-*.h: Removed. We don't need them anymore, we're usingTheodore Tso1995-04-2815-460/+15
* srv_net.c: Linux doesn't have SOMAXCONN, assume 5 if not definedTheodore Tso1995-04-283-0/+14
* Remove unnecessary include of conf.hTheodore Tso1995-04-283-8/+4
* * init_ctx.c (krb5_free_context): Extra semicolon meant the etypesTheodore Tso1995-04-282-1/+6
* Lint cleanup; explicitly declare that daemon() returns an intTheodore Tso1995-04-282-0/+6
* Makefile.in (clean-unix): Remove profile.h and test_profileTheodore Tso1995-04-282-1/+6
* * configure.in: switch to WITH_KRB4 since it suffices in this caseMark Eichin1995-04-282-2/+5
* * configure.in: correct use of --with-krb4 to match top levelMark Eichin1995-04-284-5/+25
* * reconf (usage): fix the whole messageMark Eichin1995-04-282-1/+5
* really fix the quoting. $() is not an sh construct, only a make construct.Mark Eichin1995-04-281-3/+3
* Remove util/profile/prof_err.[ch] after building kerbsrc.zip, sinceTheodore Tso1995-04-282-1/+7
* * aclocal.m4 (WITH_KRB4): fix quoting in pathname caseMark Eichin1995-04-282-2/+6
* * kuserok.c: HAS_UNISTD_H instead of USE_.Mark Eichin1995-04-283-1/+7
* * configure.in: use AC_CHECK_SIZEOF(int) to set BITS16/BITS32.Mark Eichin1995-04-282-0/+31
* * send_tgs.c (krb5_send_tgs()), gc_via_tkt.c (krb5_get_cred_via_tkt()):Chris Provenzano1995-04-283-15/+13
* * krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype argumentChris Provenzano1995-04-282-1/+5
* I don't know why it didn't get removed the last time I triedChris Provenzano1995-04-281-222/+0
* Remove util/profile/profile.h after building kerbsrc.zip; this fileTheodore Tso1995-04-282-0/+7
* Do not prototype krb_err_txt. kerberosIV/krb.h definesEzra Peisach1995-04-282-2/+4
* * krb5.h : Added mask AP_OPTS_WIRE_MASKChris Provenzano1995-04-282-0/+6
* * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):Chris Provenzano1995-04-283-2/+65
* Have makefile copy profile.h for configuring on the PCKeith Vetter1995-04-282-0/+5
* Fixes so that the Unix changes no longer breaks on the PCKeith Vetter1995-04-2814-30/+62
* Adding missing .cvsignore fileTheodore Tso1995-04-271-0/+1
* * configure.in: check KRB4_LIB to know if we're building with krb4Mark Eichin1995-04-272-1/+6
* * Makefile.in (krshd, login.krb5, krlogind): KRB4_LIB needs toMark Eichin1995-04-272-3/+8
* * krb.h: add _fmemcpy, _fstrncpy, and far_fputs from cc-unix.h alsoMark Eichin1995-04-272-0/+7
* * configure.in: use AC_CONST since we need it for v4Mark Eichin1995-04-272-0/+4