summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.in (V5_MAKE_SHARED_LIB): Change rule to installEzra Peisach1995-10-023-17/+13
| | | | | | | | | version 0.1 of the library. Pass the libcrypto version number to Makefile * Makefile.in (CRYPTO_VER): Get the proper libcrypto version number git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6910 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in (V5_MAKE_SHARED_LIB): Change rule to installEzra Peisach1995-10-023-17/+13
| | | | | | | | | version 0.1 of the library. Pass the libcrypto version number to Makefile Makefile.in (CRYPTO_VER): Get the proper libcrypto version number git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6909 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in (V5_MAKE_SHARED_LIB): Change for version 0.1 ofEzra Peisach1995-10-022-17/+6
| | | | | | shared library. Remove install lines which are in aclocal.m4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6908 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in (V5_MAKE_SHARED_LIB): Add version number 0.1 for libraryEzra Peisach1995-10-023-16/+9
| | | | | | | | creation. * Makefile.in (clean-unix): Remove DONE git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6907 dc483132-0cff-0310-8789-dd5450dbe970
* * makeshlib.sh: For solaris, if you are not using gcc, add the -hEzra Peisach1995-10-022-2/+13
| | | | | | | argument to specify the name of the shared library to load. (i.e. libfoo.so.0.1). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6906 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (DO_SUBDIRS): Add make Makefiles for broken versionsEzra Peisach1995-10-023-14/+80
| | | | | | | | | | | | of make. (V5_MAKE_SHARED_LIB): Changes to support version numbering and library installation. * configure.in: change shlib extentsion for netbsd and dirhead rules to allow for shared library path to be included in executable. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6905 dc483132-0cff-0310-8789-dd5450dbe970
* #ifdef the entire file so it's not built under WindowsTheodore Tso1995-09-292-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6903 dc483132-0cff-0310-8789-dd5450dbe970
* If krb5/autoconf.h doesn't exist, cd to krb5 and make itTheodore Tso1995-09-292-11/+24
| | | | | | | | | | Don't make krb5-pro.h; this confuses things under Windows, since Windows attempts to build krb5-pro.h and then rebuildes krb5.h, when it shouldn't do that. Fold in the krb5-pro.h rules as part of the rules for krb5.h. This way, they don't get executed under DOS, since krb5.h already exists under DOS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6902 dc483132-0cff-0310-8789-dd5450dbe970
* Don't use krb5_lname_file; instead, use DEFAULT_LNAME_FILENAMETheodore Tso1995-09-292-2/+5
| | | | | | directly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6901 dc483132-0cff-0310-8789-dd5450dbe970
* Remove krb5_lname_file; it's not used any moreTheodore Tso1995-09-292-3/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6900 dc483132-0cff-0310-8789-dd5450dbe970
* Remove autoconf.h on make cleanTheodore Tso1995-09-292-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6899 dc483132-0cff-0310-8789-dd5450dbe970
* Remove trval on a make cleanTheodore Tso1995-09-292-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6898 dc483132-0cff-0310-8789-dd5450dbe970
* Remove the dejagnu temporary filesTheodore Tso1995-09-292-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6897 dc483132-0cff-0310-8789-dd5450dbe970
* Use the SubdirLibraryRule defined in aclocal.m4 to create the DONETheodore Tso1995-09-293-4/+7
| | | | | | file (and to properly clean it up). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6896 dc483132-0cff-0310-8789-dd5450dbe970
* Clean up make clean procedures. The files to be removed are definedTheodore Tso1995-09-292-9/+12
| | | | | | in CLEANLIBS, for both the Unix and Mac platforms. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6895 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (clean-unix): Remove krb5-pro.hEzra Peisach1995-09-292-1/+10
| | | | | | | | (krb5-pro.h): Add HAVE_SYS_TYPES_H file so that sys/types.h may be included definition of size_t for krb5.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6894 dc483132-0cff-0310-8789-dd5450dbe970
* For MS-DOS, use the brute force method of defining the size ofTheodore Tso1995-09-292-9/+17
| | | | | | variables; we should really get an autoconf file for MS-DOS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6893 dc483132-0cff-0310-8789-dd5450dbe970
* gss-client.c (main): Set display_file to be stdoutTheodore Tso1995-09-294-24/+37
| | | | | | | | | | | gss-server.c (main): Set display_file to 0 if using inetd; otherwise, set it to be stdout. gss-misc.c (send_token, recv_token, display_status): If display_file is null, don't set it to stderr; just don't print the log message instead. Needed for inetd operation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6892 dc483132-0cff-0310-8789-dd5450dbe970
* #include "osconf.h" all the time, at the beginning of the fileTheodore Tso1995-09-292-3/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6891 dc483132-0cff-0310-8789-dd5450dbe970
* Don't include autoconf.h under Windows, since it doesn't existTheodore Tso1995-09-292-3/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6890 dc483132-0cff-0310-8789-dd5450dbe970
* Copy stock/osconf.h to osconf.h in include/krb5, and clean it up whenTheodore Tso1995-09-292-31/+49
| | | | | | | | | | | | we're done building the distribution. Add config/windows.in to the beginning of the Makefile.in when we're building the Makefile. New scheme for building DOS and Macintosh distribution files; much more forgiving of random cruft in the source tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6889 dc483132-0cff-0310-8789-dd5450dbe970
* #include autoconf.h instead of osconf.h, because that's the file weTheodore Tso1995-09-292-1/+6
| | | | | | really care about. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6888 dc483132-0cff-0310-8789-dd5450dbe970
* More Mac project file cleanupKeith Vetter1995-09-293-1424/+1377
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6886 dc483132-0cff-0310-8789-dd5450dbe970
* Only check the returned starttime to make sure it matches theTheodore Tso1995-09-292-1/+8
| | | | | | requested starttime if we requested a postdated ticket. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6885 dc483132-0cff-0310-8789-dd5450dbe970
* Rename verify.c to t_verify.c to remove conflict withKeith Vetter1995-09-293-3/+8
| | | | | | gssapi/krb5/verify.c on the Mac. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6884 dc483132-0cff-0310-8789-dd5450dbe970
* Only convert instances which don't have a '.' in them. If they have aTheodore Tso1995-09-292-1/+7
| | | | | | '.', assume that they are fully qualified already. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6883 dc483132-0cff-0310-8789-dd5450dbe970
* (gets it to actually build on sunos, and provides a fair guess forMark Eichin1995-09-293-0/+16
| | | | | | | | | | other systems) * update_utmp.c: ultimately fall back to /etc/utmp for UTMP_FILE, if it is still missing after all previous efforts. * update_wtmp.c: /usr/adm/wtmp for WTMP_FILE likewise. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6882 dc483132-0cff-0310-8789-dd5450dbe970
* Misc Mac cleanupsKeith Vetter1995-09-297-878/+861
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6881 dc483132-0cff-0310-8789-dd5450dbe970
* gss sample programKeith Vetter1995-09-295-0/+962
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6880 dc483132-0cff-0310-8789-dd5450dbe970
* Added new KerberosHeaders filesKeith Vetter1995-09-282-0/+125
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6879 dc483132-0cff-0310-8789-dd5450dbe970
* Working telnet authentication module and project consolidationsKeith Vetter1995-09-2816-1333/+1577
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6878 dc483132-0cff-0310-8789-dd5450dbe970
* Files in telnet authentication module directoryKeith Vetter1995-09-285-0/+3743
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6877 dc483132-0cff-0310-8789-dd5450dbe970
* Telnet authentication module fixes. Also project organizationKeith Vetter1995-09-2812-1069/+1060
| | | | | | cleanup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6876 dc483132-0cff-0310-8789-dd5450dbe970
* Remove telnet directory from repositoryKeith Vetter1995-09-281-12651/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6875 dc483132-0cff-0310-8789-dd5450dbe970
* Change install: to install-unix: so that the destination directories areEzra Peisach1995-09-272-1/+6
| | | | | | created first. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6873 dc483132-0cff-0310-8789-dd5450dbe970
* Added macfile.list to the list of excluded filesTheodore Tso1995-09-271-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6872 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Theodore Tso1995-09-271-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6871 dc483132-0cff-0310-8789-dd5450dbe970
* New file, used for generating DOS zip filesTheodore Tso1995-09-272-0/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6870 dc483132-0cff-0310-8789-dd5450dbe970
* Move changes from ChangeLog to changeloTheodore Tso1995-09-272-6/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6869 dc483132-0cff-0310-8789-dd5450dbe970
* Don't include des_int.h; it's no longer neededTheodore Tso1995-09-272-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6868 dc483132-0cff-0310-8789-dd5450dbe970
* alt_prof.c (krb5_read_realm_params): On an error, initialize theTheodore Tso1995-09-272-2/+8
| | | | | | returned rparams pointer to NULL. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6867 dc483132-0cff-0310-8789-dd5450dbe970
* Don't include los-proto.h; it's no longer presentTheodore Tso1995-09-272-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6866 dc483132-0cff-0310-8789-dd5450dbe970
* k5-int.h: Don't predefine symbols to stop kdb.h and kdb_dbm.h forTheodore Tso1995-09-273-57/+70
| | | | | | | | _MSDOS. krb5.hin, k5-int.h: Move some src/lib/krb5/os prototypes to krb5.hin. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6865 dc483132-0cff-0310-8789-dd5450dbe970
* kdb.h, kdb_dbm.h: Add #if !defined(_MSDOS) && !defined(_MACINTOSH) toTheodore Tso1995-09-273-22/+34
| | | | | | | prevent these #includes from being used by Mac and PC machines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6864 dc483132-0cff-0310-8789-dd5450dbe970
* Systematic rework of all the cleanup code to make the generated objectTheodore Tso1995-09-272-143/+155
| | | | | | | | | file subtatially (40% on the i386 platform) smaller. The cleanup is now handled with a "goto error_out" statement, which prevents the cleanup statements from being replicated many, many, many times throughout the entire file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6863 dc483132-0cff-0310-8789-dd5450dbe970
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6862 dc483132-0cff-0310-8789-dd5450dbe970
* Added missing backslash at the end of one of the lines, missing fromTheodore Tso1995-09-252-1/+3
| | | | | | the Macintosh integration. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6861 dc483132-0cff-0310-8789-dd5450dbe970
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2526-57/+69
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6860 dc483132-0cff-0310-8789-dd5450dbe970
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2512-28/+39
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6859 dc483132-0cff-0310-8789-dd5450dbe970
* Fix tabbing in prototypes. (Just to clear up a conflict)Theodore Tso1995-09-251-6/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6858 dc483132-0cff-0310-8789-dd5450dbe970