summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Back out win16/win32 change. Does not work from clean. Must wait untilDanilo Almeida1999-05-102-2/+7
| | | | | | win32-only to remove /AL flag. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11433 dc483132-0cff-0310-8789-dd5450dbe970
* Do win32 build in subdirDanilo Almeida1999-05-1086-634/+804
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11432 dc483132-0cff-0310-8789-dd5450dbe970
* Build win32 binaries in obj/$(CPU)/{dbg,rel}Danilo Almeida1999-05-103-44/+154
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11431 dc483132-0cff-0310-8789-dd5450dbe970
* Change wconfig build so win16 flags are not used for win32 buildDanilo Almeida1999-05-102-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11430 dc483132-0cff-0310-8789-dd5450dbe970
* Remove Win16 directives to get rid of warningsDanilo Almeida1999-05-075-15/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11429 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed typoDanilo Almeida1999-05-072-5/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11428 dc483132-0cff-0310-8789-dd5450dbe970
* ovsec_kadmd.c: Remove dependency on gssapi_krb5.h by usingTheodore Tso1999-05-072-37/+108
| | | | | | | | | gss_str_to_oid() to get the necessary oid for the krb5_name name type. Also added #include files to get prototypes and fixed some gcc -Wall nits. Fixed calls to krb5_klog_close() to pass the krb5_context as an argument. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11427 dc483132-0cff-0310-8789-dd5450dbe970
* Fix the existing kludge to deal with the fact that krb5_realm_paramsTheodore Tso1999-05-072-1/+14
| | | | | | | | is defined in two, count them two, header files. There's real ugliness here that needs cleaning up eventually, but I don't have the time now to deal with it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11426 dc483132-0cff-0310-8789-dd5450dbe970
* Return KRB5_REALM_UNKNOWN if profile_get_values returnsTheodore Tso1999-05-072-7/+9
| | | | | | PROF_NO_RELATION or PROF_NO_SECTION. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11425 dc483132-0cff-0310-8789-dd5450dbe970
* xpprof32.def: Add profile_abandon to the list of exported functionsTheodore Tso1999-05-072-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11424 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed Mac ENOMEMMiro Jurisic1999-05-061-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11423 dc483132-0cff-0310-8789-dd5450dbe970
* Added com_err.h to sdkMiro Jurisic1999-04-301-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11417 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed vend resourceMiro Jurisic1999-04-301-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11414 dc483132-0cff-0310-8789-dd5450dbe970
* set_ccache.c (gss_krb5_ccache_name): Add call to free the defaultTheodore Tso1999-04-302-0/+7
| | | | | | credential changing the ccache name. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11413 dc483132-0cff-0310-8789-dd5450dbe970
* * kerberos_v4.c (kerberos_v4): Fix bug where krb_create_ticket()Tom Yu1999-04-302-5/+22
| | | | | | | was getting called for an APPL_REQUEST even when there was no single-DES key, resulting in random weirdness. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11412 dc483132-0cff-0310-8789-dd5450dbe970
* Renamed glue filesMiro Jurisic1999-04-302-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11411 dc483132-0cff-0310-8789-dd5450dbe970
* Renamed glue files in SDKMiro Jurisic1999-04-301-6/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11410 dc483132-0cff-0310-8789-dd5450dbe970
* Updated version string to 2.0Miro Jurisic1999-04-301-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11409 dc483132-0cff-0310-8789-dd5450dbe970
* Updated to DESLib 1.0.4Miro Jurisic1999-04-293-7/+27
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11408 dc483132-0cff-0310-8789-dd5450dbe970
* Updated for 2.0 GMMiro Jurisic1999-04-291-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11407 dc483132-0cff-0310-8789-dd5450dbe970
* Was doubly including MIT Kerberos.rMiro Jurisic1999-04-291-2/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11406 dc483132-0cff-0310-8789-dd5450dbe970
* Removed #include for gssapi_generic.h from gssapi_krb5.hMiro Jurisic1999-04-292-5/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11405 dc483132-0cff-0310-8789-dd5450dbe970
* Set custom icon bit and added new resource files to snapshotMiro Jurisic1999-04-291-3/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11404 dc483132-0cff-0310-8789-dd5450dbe970
* Set correct icon resource ID and added new MIT Kerberos.r, with CCI(TM) and 2.0Miro Jurisic1999-04-293-8/+29
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11403 dc483132-0cff-0310-8789-dd5450dbe970
* Added icons, finder balloons and Conflict Catcher information resourcesMiro Jurisic1999-04-293-0/+32
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11402 dc483132-0cff-0310-8789-dd5450dbe970
* Renames glue source filesMiro Jurisic1999-04-292-0/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11401 dc483132-0cff-0310-8789-dd5450dbe970
* Added sdk target and renamed glue output filesMiro Jurisic1999-04-291-8/+69
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11400 dc483132-0cff-0310-8789-dd5450dbe970