summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* copy_addrs.c fwd_tgt.c mk_cred.c sendauth.c: Added FAR declarationsRichard Basch1997-02-075-29/+41
| | | | | | | mk_cred.c: Declare ncreds as krb5_int32 so that the right type will be passed to krb5_mk_ncred_basic (win16 fix) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9815 dc483132-0cff-0310-8789-dd5450dbe970
* windows.in: compile win16 apps with /GA to generate the appropriateRichard Basch1997-02-072-1/+6
| | | | | | prolog code for protected-mode. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9814 dc483132-0cff-0310-8789-dd5450dbe970
* cns.c:Richard Basch1997-02-072-3/+19
| | | | | | | | | Declare blocking_hook_proc with __export keyword so that it works with Win16. Win32 will only generate a warning message. Reworked timeout logic to accomodate the 49.7 day wraparound of GetTickCount() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9813 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Create shared directory before building object filesRichard Basch1997-02-072-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9812 dc483132-0cff-0310-8789-dd5450dbe970
* t_cksum: Link against libkrb5.a as it depends upon krb5_use_enctypeEzra Peisach1997-02-064-4/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9805 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Remove the CopyHeader and CopySrcHeader rules asEzra Peisach1997-02-063-5/+16
| | | | | | | | | | | | | | they are handled in Makefile.in * Makefile.in: Create include/gssapi on unix. Make clean removes built gssapi.h These were broken on the unix side. Make complained about too many rules for building the ../../../include/gssapi/.... files - because they were defined twice. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9804 dc483132-0cff-0310-8789-dd5450dbe970
* adm_conn.c adm_rw.c: Replace INTERFACE keyword with KRB5_CALLCONVRichard Basch1997-02-063-5/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9803 dc483132-0cff-0310-8789-dd5450dbe970
* kerberos5.c: The first arg to krb5_verify_checksum is a krb5_context!!!Richard Basch1997-02-062-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9802 dc483132-0cff-0310-8789-dd5450dbe970
* krb.h: Make sure KRB5_EXPORTVAR is definedRichard Basch1997-02-062-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9801 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Remove logger.c target before copying over it to avoidRichard Basch1997-02-062-1/+8
| | | | | | permission problems. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9800 dc483132-0cff-0310-8789-dd5450dbe970
* k5-int.h: Make sure KRB5_EXPORTVAR is definedRichard Basch1997-02-062-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9799 dc483132-0cff-0310-8789-dd5450dbe970
* util_crypt.c: Include k5-int.h because we need to access the privateRichard Basch1997-02-062-1/+7
| | | | | | cryptosystem structures of the krb5_encrypt_block structure git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9798 dc483132-0cff-0310-8789-dd5450dbe970
* gssapi.hin: Make sure KRB5_EXPORTVAR is definedRichard Basch1997-02-062-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9797 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Remove target before copying over it (avoids perm. errors)Richard Basch1997-02-062-1/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9793 dc483132-0cff-0310-8789-dd5450dbe970
* profile.hin: Do not multiply process the contents of this fileRichard Basch1997-02-063-13/+10
| | | | | | test_parse.c: Do not include "com_err.h" (typedef conflict) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9792 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed bad ChangeLog entry during last commitRichard Basch1997-02-061-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9791 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Fixed linking of telnet.exe (win16)Richard Basch1997-02-065-23/+39
| | | | | | | | encrypt.c: Replace printf with MessageBox and OutputDebugString encrypt.h: Fixed prototyping of des425 functions (win16) telnet.c: Removed ^M at end of every line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9790 dc483132-0cff-0310-8789-dd5450dbe970
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-06320-9874/+14921
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9788 dc483132-0cff-0310-8789-dd5450dbe970
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-062-5/+11
| | | | | | des3_sha.c: Confounder size should be 8, not 24 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9787 dc483132-0cff-0310-8789-dd5450dbe970
* INTERFACE is no longer defined in krb5.h, so we must define it hereRichard Basch1997-02-061-4/+35
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9786 dc483132-0cff-0310-8789-dd5450dbe970
* Windows/NT integrationRichard Basch1997-02-066-1128/+1215
| | | | | | | krb5.hin k5-int.h: Functionalized the crypto layer and made the crypto structures private git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9785 dc483132-0cff-0310-8789-dd5450dbe970
* Windows/NT integrationRichard Basch1997-02-064-17/+65
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9784 dc483132-0cff-0310-8789-dd5450dbe970
* Windows/NT integrationRichard Basch1997-02-062-112/+202
| | | | | | Only rebuild changed files (win16/win32) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9783 dc483132-0cff-0310-8789-dd5450dbe970
* New V2 API + Win16/Win32 supportRichard Basch1997-02-0611-413/+627
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9782 dc483132-0cff-0310-8789-dd5450dbe970
* * kdc_preauth.c (get_sam_edata): Use proper interface toEzra Peisach1997-01-022-2/+13
| | | | | | | krb5_db_get_principal. Also if SAM is not an option, do not return as a possible type to client. [krb5-kdc/310] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9712 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add AC_PREREQ(2.12) as we now require autoconf 2.12.Ezra Peisach1996-12-302-0/+6
| | | | | | | | | [krb5-build/289] This will prevent future screwups of people using their own installed version of autoconf with our tree... (we are now using stock autoconf-2.12... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9708 dc483132-0cff-0310-8789-dd5450dbe970
* Overide important environment variables. Preliiminary fix; includeSam Hartman1996-12-292-6/+11
| | | | | | | | in patch release. [326] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9699 dc483132-0cff-0310-8789-dd5450dbe970
* * config.guess:Tom Yu1996-12-243-105/+337
| | | | | | * config.sub: Update from autoconf-2.12. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9690 dc483132-0cff-0310-8789-dd5450dbe970
* update to autoconf-2.12Tom Yu1996-12-2441-10015/+4013
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9689 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): Fix to deal with theTom Yu1996-12-242-1/+6
| | | | | | autoconf-2.12 syntax for file concatenation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9688 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Fix up "test $ac_cv_c_cross" to deal withTom Yu1996-12-242-2/+7
| | | | | | autoconf-2.12, since that variable can be set to a null string. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9687 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTom Yu1996-12-242-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9682 dc483132-0cff-0310-8789-dd5450dbe970
* Add brand.c to the SRCS line so that the kerbsrc.mac.tar includesTheodore Tso1996-12-232-0/+6
| | | | | | brand.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9679 dc483132-0cff-0310-8789-dd5450dbe970
* Remove (under #ifdef) mention of calling Cygnus Support for supportTheodore Tso1996-12-212-6/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9677 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed other problems found when renaming program from cns.exe to krb5.exeTheodore Tso1996-12-211-5/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9676 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.def: New file, copied from cns.def, with Cygnus'isms #ifdef'edTheodore Tso1996-12-214-1/+23
| | | | | | | | | | out. cns.c: Removed text "Contacting Cygnus Support for support" from the "about" box. Makefile.in: Change name of cns.exe to be krb5.exe (CNS is a Cygnus trademark) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9675 dc483132-0cff-0310-8789-dd5450dbe970
* brand.c: New file, which allows a release engineer to "brand" the krb5Theodore Tso1996-12-213-0/+22
| | | | | | | | library or a binary application program statically linked against the krb5 library. This file is statically included by init_ctx.c, to force it be in a binary library or application program. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9674 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in changes from MarshallTheodore Tso1996-12-213-342/+468
| | | | | | | | | kconfig.c: Added time-bomb code. kconfig.rsrc: Added alert resources for time bomb display. Version number bumbed up, timebomb resources moved out. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9673 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in Macintosh changes from MarshallTheodore Tso1996-12-213-40/+71
| | | | | | | | | | | GSSforSAP.r: Moved resources for the timebomb out to Rez format for easier CVSing macSAPglue.c (__initializeSAPglue): Added new conditions to the timebomb code so that it can identify individual applications and not just fail globally. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9672 dc483132-0cff-0310-8789-dd5450dbe970
* Use new call krb5_vercheck() for Windows timebomb checking; this callTheodore Tso1996-12-212-6/+15
| | | | | | | returns an error code, which is returned to the user if the timebomb should be activated. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9671 dc483132-0cff-0310-8789-dd5450dbe970
* Change the timebomb to be June 1, 1997. Make the timebomb exit theTheodore Tso1996-12-212-32/+40
| | | | | | application more gracefully. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9670 dc483132-0cff-0310-8789-dd5450dbe970
* Change name of library in file to be krb5_16.def [PR#302]Theodore Tso1996-12-202-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9669 dc483132-0cff-0310-8789-dd5450dbe970
* Automatically make the mac-bin-dirs target so that the binaryTheodore Tso1996-12-202-1/+7
| | | | | | directories are correctly created. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9668 dc483132-0cff-0310-8789-dd5450dbe970
* * getsyms: Don't echo filename if there are no bad symbolsTom Yu1996-12-173-10/+21
| | | | | | | * getsyms.sed: Fixup to handle long comments somewhat more gracefully. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9639 dc483132-0cff-0310-8789-dd5450dbe970
* Do not compare an int to NULL. Under Linux, warning about a pointer to intEzra Peisach1996-12-172-1/+5
| | | | | | comparision. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9638 dc483132-0cff-0310-8789-dd5450dbe970
* Fix expire time in the text resource to be June 1, 1997Theodore Tso1996-12-172-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9637 dc483132-0cff-0310-8789-dd5450dbe970
* Change the timebomb date to be June 1, 1997Theodore Tso1996-12-132-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9634 dc483132-0cff-0310-8789-dd5450dbe970
* Added the error codes KRB5_APPL_EXPIRED and KRB5_LIB_EXPIREDTheodore Tso1996-12-132-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9633 dc483132-0cff-0310-8789-dd5450dbe970
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-13139-282/+1036
| | | | | | include the doc subtree!!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9632 dc483132-0cff-0310-8789-dd5450dbe970
* * api.0/init.exp, api.2/init.exp: use spawn/expect instead of execBarry Jaspan1996-12-093-2/+11
| | | | | | so tests don't fail when kadmin.local produces output git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9630 dc483132-0cff-0310-8789-dd5450dbe970