summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Only do version checking once per use of the DLLDanilo Almeida1999-06-082-0/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11494 dc483132-0cff-0310-8789-dd5450dbe970
* New fragment namesMiro Jurisic1999-05-281-12/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11482 dc483132-0cff-0310-8789-dd5450dbe970
* Removed references to gss-krb5-* targets and changed CCache pathsMiro Jurisic1999-05-271-7/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11481 dc483132-0cff-0310-8789-dd5450dbe970
* Removed metric buttload of old Mac crap that hasn't been used for yearsMiro Jurisic1999-05-2793-17928/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11480 dc483132-0cff-0310-8789-dd5450dbe970
* Now references external copies of CCache and other libsMiro Jurisic1999-05-271-76/+44
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11479 dc483132-0cff-0310-8789-dd5450dbe970
* Merged Sockets supportMiro Jurisic1999-05-271-5/+30
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11478 dc483132-0cff-0310-8789-dd5450dbe970
* Added header copying targetsMiro Jurisic1999-05-271-32/+81
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11477 dc483132-0cff-0310-8789-dd5450dbe970
* Updated to use the OT sockets libraryAlexandra Ellwood1999-05-271-5/+30
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11476 dc483132-0cff-0310-8789-dd5450dbe970
* Removed macsock.c and DNR.c because they are not used by OT sockets libraryAlexandra Ellwood1999-05-272-1225/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11475 dc483132-0cff-0310-8789-dd5450dbe970
* Removed macsock.c and DNR.c because they are not used by the OT sockets libraryAlexandra Ellwood1999-05-271-6/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11474 dc483132-0cff-0310-8789-dd5450dbe970
* Updated header files to use OT Sockets libraryAlexandra Ellwood1999-05-274-250/+48
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11473 dc483132-0cff-0310-8789-dd5450dbe970
* Removed call to getmyipaddr since Sockets has gethostnameAlexandra Ellwood1999-05-271-11/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11472 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed a few mac pathsMiro Jurisic1999-05-271-12/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11471 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed glue targetsMiro Jurisic1999-05-271-9/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11470 dc483132-0cff-0310-8789-dd5450dbe970
* Removed #define ENOMEMMiro Jurisic1999-05-272-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11469 dc483132-0cff-0310-8789-dd5450dbe970
* Completely redone MakefileMiro Jurisic1999-05-274-67/+1124
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11468 dc483132-0cff-0310-8789-dd5450dbe970
* Removed ENOMEMMiro Jurisic1999-05-271-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11467 dc483132-0cff-0310-8789-dd5450dbe970
* Improve rule to create gssapi include dir under windowsDanilo Almeida1999-05-194-10/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11466 dc483132-0cff-0310-8789-dd5450dbe970
* Remove unncessary LIBCMD definition from recursive make invocationsDanilo Almeida1999-05-192-5/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11465 dc483132-0cff-0310-8789-dd5450dbe970
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-1936-184/+335
| | | | | | | | | | | | | | | | | | | | | | | | This log message includes all of the different changes across several Makefile.in files (and win-pre.in and win-post.in): - Remove "-" from recursive windows make invocations so that we can bail on a build error. New MIGNORE option restores the previous bailing behavior. - Update windows readme to reflect current practices. - Add NO_OUTDIR synonym for NO_OUTPRE in windows build. - Top-level windows Makefile now builds util which now builds util/windows, util/et, and util/profile (instead of building them directly). - Remove trailing backslash from rule that creates the windows output dir. This backslash would cause the rule to always be invoked. - Move WCONFIG and WCONFIG_EXE definitions into win-pre.in. - Remove rules in include directory that blindly copy include header files from gssapi, et, and profile. Instead, use/add build rules to the components that generate them that copy only when the file changes. - Use dependencies in include/krb5 to copy header files instead of blindly copying them. Add !if 0/!endif wrapper to Unix version of the rules. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11464 dc483132-0cff-0310-8789-dd5450dbe970
* Rename windows.in to win-pre.inDanilo Almeida1999-05-183-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11463 dc483132-0cff-0310-8789-dd5450dbe970
* Rename config/windows.in to config/win-pre.inDanilo Almeida1999-05-183-4/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11462 dc483132-0cff-0310-8789-dd5450dbe970
* Add included version resouce script to resource file dependencyDanilo Almeida1999-05-186-1/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11461 dc483132-0cff-0310-8789-dd5450dbe970
* Boost version to 1.0.6Danilo Almeida1999-05-182-5/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11460 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Use only one resource file per binary.Danilo Almeida1999-05-183-47/+47
| | | | | | krb5.rc: Remove silly _MSDOS #ifdef. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11459 dc483132-0cff-0310-8789-dd5450dbe970
* Make directories for clean-windows target lowercase like everywhere elseDanilo Almeida1999-05-172-7/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11458 dc483132-0cff-0310-8789-dd5450dbe970
* Set -kb sticky bitsDanilo Almeida1999-05-173-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11457 dc483132-0cff-0310-8789-dd5450dbe970
* Remove win16 libraries. Move win32 vs libraries to i386-specific subdirDanilo Almeida1999-05-178-0/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11456 dc483132-0cff-0310-8789-dd5450dbe970
* Remove win16 stuff. Fix resource dependencies. Link resource fileDanilo Almeida1999-05-176-101/+70
| | | | | | directly instead of explicitly converting it to an object file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11455 dc483132-0cff-0310-8789-dd5450dbe970
* Uncomment BUILDTOP since we always want itDanilo Almeida1999-05-172-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11454 dc483132-0cff-0310-8789-dd5450dbe970
* Reflect that we only build this under win32Danilo Almeida1999-05-172-9/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11453 dc483132-0cff-0310-8789-dd5450dbe970
* Add NO_OUTPRE flag to prevent creation of output directory under win32.Danilo Almeida1999-05-172-7/+15
| | | | | | | Add clean-windows target. Reflect that we only build this under win32 by removing wconfig tags. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11452 dc483132-0cff-0310-8789-dd5450dbe970
* Clean ccapi subdirectory in clean-windows targetDanilo Almeida1999-05-172-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11451 dc483132-0cff-0310-8789-dd5450dbe970
* Get rid of win16 support/clutter. Build separate resource files for eachDanilo Almeida1999-05-172-142/+105
| | | | | | | library. Link resource files directly instead of excplicitly converting to object files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11450 dc483132-0cff-0310-8789-dd5450dbe970
* Add NO_OUTPRE flag to prevent creation of output directory under win32Danilo Almeida1999-05-174-0/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11449 dc483132-0cff-0310-8789-dd5450dbe970
* Remove win16 stuff. Add Win9x-compatible output directory creation.Danilo Almeida1999-05-173-125/+98
| | | | | | | Add more thorough cleanup of output files and directories. Use latest and greatest (MSVC 6.0) debug flag. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11448 dc483132-0cff-0310-8789-dd5450dbe970
* Add NO_OUTPRE flag to prevent creation of outputDanilo Almeida1999-05-172-11/+29
| | | | | | directory under win32. Add clean-windows target. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11447 dc483132-0cff-0310-8789-dd5450dbe970
* Remove win16 support for cleaner win32. BuildDanilo Almeida1999-05-172-46/+80
| | | | | | | | wconfig under arch-specific subdirs. Update clean-windows directories to reflect current all-windows directories. Add distclean-windows target. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11446 dc483132-0cff-0310-8789-dd5450dbe970
* Remove KrbCC32.lib since we dynamically load the DLLDanilo Almeida1999-05-172-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11445 dc483132-0cff-0310-8789-dd5450dbe970
* Commit the right version of the Changelog comment for previous checkinTheodore Tso1999-05-151-5/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11444 dc483132-0cff-0310-8789-dd5450dbe970
* makeshlib.sh (library): Add -bnoentry to the AIX shared library linkTheodore Tso1999-05-152-2/+12
| | | | | | | | | line so that the shared libraries can be dynamically loaded. Also make the library file executable, which is apparently also necessary. (Patch from Duke, needed for SAP. Note: I didn't take their addition of -lbsd, since I don't think that's needed or a good idea). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11443 dc483132-0cff-0310-8789-dd5450dbe970
* screen.c (DeleteTopLine): Free the top line before when we allow it toTheodore Tso1999-05-142-0/+7
| | | | | | | scroll out of the Scrollback buffer. Bugfix suggested by Craig Huckabee <huck@cs.wisc.edu>. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11442 dc483132-0cff-0310-8789-dd5450dbe970
* winccld.c (krb5_win_ccdll_load): Register the FILE ccache type if weTheodore Tso1999-05-132-1/+13
| | | | | | | are using ccapi, so that we make sure the FILE ccache type will work if the user specifies it in an environment variable. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11441 dc483132-0cff-0310-8789-dd5450dbe970
* init_ctx.c (krb5_init_context): Pass the context toTheodore Tso1999-05-132-2/+9
| | | | | | | kkrb5_win_ccdll_load so that it can register the FILE ccache type if using ccapi (so that the FILE ccache type will always work). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11440 dc483132-0cff-0310-8789-dd5450dbe970
* * client_init.c (_kadm5_init_any): Use gss_krb5_ccache_name() toTom Yu1999-05-132-8/+24
| | | | | | set the gssapi ccache name. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11439 dc483132-0cff-0310-8789-dd5450dbe970
* gssapi32.def: Add krb5-specific extensions so they are exported fromTheodore Tso1999-05-122-0/+11
| | | | | | the DLL. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11438 dc483132-0cff-0310-8789-dd5450dbe970
* Fix how we specify the OID so it's in a format gss_str_to_oid likesTheodore Tso1999-05-122-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11437 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.hin: Remove unused priv_size from krb5_encrypt_blockEzra Peisach1999-05-112-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11436 dc483132-0cff-0310-8789-dd5450dbe970
* * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.hEzra Peisach1999-05-112-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11435 dc483132-0cff-0310-8789-dd5450dbe970
* * main.c: Remove include of gssapi_krb5.h - no longer neededEzra Peisach1999-05-112-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11434 dc483132-0cff-0310-8789-dd5450dbe970