summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile.in: re-enabled the building of kinit under win32Richard Basch1997-02-131-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9859 dc483132-0cff-0310-8789-dd5450dbe970
* * fwd_tgt.c (krb5_fwd_tgt_creds): Use the client's realm ratherTom Yu1997-02-132-4/+10
| | | | | | | | than the server's realm for constructing the tgs principal. Remove TC_MATCH_SRV_NAMEONLY from call to retrieve_cred() because we want to get an exact match. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9858 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Remove INSTALL_VARIABLE_HACK, as it's no longerTom Yu1997-02-122-16/+5
| | | | | | needed in autoconf 2.12. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9857 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Fix DES425_DEPLIBTom Yu1997-02-122-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9856 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Fix DES425_LIB... missed this in libhack_branch;Tom Yu1997-02-122-2/+8
| | | | | | | prevents --without-krb4 from working for some odd reason, though comments says "fix post beta-6". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9855 dc483132-0cff-0310-8789-dd5450dbe970
* com_err.c: display the error via stderr if it is a character deviceRichard Basch1997-02-112-1/+15
| | | | | | (win32 console apps) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9854 dc483132-0cff-0310-8789-dd5450dbe970
* gss.c: initialize/shutdown winsock libraryRichard Basch1997-02-113-5/+29
| | | | | | gss.rc: more descriptive window, with an example git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9853 dc483132-0cff-0310-8789-dd5450dbe970
* Comment out kinit build until it works (win32)Richard Basch1997-02-111-4/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9852 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Richard Basch1997-02-113-0/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9851 dc483132-0cff-0310-8789-dd5450dbe970
* windows.in: declare WLIB (winsock library)Richard Basch1997-02-112-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9850 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.hin: export krb5_get_credenitals_{renew,validate} (win32)Richard Basch1997-02-112-4/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9849 dc483132-0cff-0310-8789-dd5450dbe970
* Build kinit/klist/kdestroy under win32Richard Basch1997-02-118-16/+88
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9848 dc483132-0cff-0310-8789-dd5450dbe970
* login.c: set ccache name consistently with other login appsRichard Basch1997-02-112-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9847 dc483132-0cff-0310-8789-dd5450dbe970
* Use WLIB definition in config/windows.inRichard Basch1997-02-113-5/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9846 dc483132-0cff-0310-8789-dd5450dbe970
* getopt functionality for win32 console appsRichard Basch1997-02-111-0/+126
| | | | | | (based on appl/telnet/libtelnet/getopt.c) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9845 dc483132-0cff-0310-8789-dd5450dbe970
* Build getopt.obj (getopt functionality for win32 console apps)Richard Basch1997-02-111-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9844 dc483132-0cff-0310-8789-dd5450dbe970
* get_creds.c: export krb5_get_credentials_renew, krb5_get_credentials_validateRichard Basch1997-02-112-4/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9843 dc483132-0cff-0310-8789-dd5450dbe970
* gssapi32.def: removed obsolete keywords (RESIDENTNAME, EXETYPE)Richard Basch1997-02-115-26/+29
| | | | | | | krb5_16.def krb5_32.def: export additional functions needed by kinit Makefile.in: attempt at making a functional SAP library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9842 dc483132-0cff-0310-8789-dd5450dbe970
* Compile clients/{kinit,klist,kdestroy} on Win32Richard Basch1997-02-111-47/+62
| | | | | | Several minor Windows fixes (mostly cosmetic) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9841 dc483132-0cff-0310-8789-dd5450dbe970
* * post.in: Fix recursion rules to deal with Ultrix sh lossageTom Yu1997-02-112-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9840 dc483132-0cff-0310-8789-dd5450dbe970
* Fix broken Windows 16 declaration. (Should be KRB5_CALLCONV, andTheodore Tso1997-02-113-3/+6
| | | | | | using ET_P) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9839 dc483132-0cff-0310-8789-dd5450dbe970
* * libobj.in: Remove instances of STAMP.*, since they aren'tTom Yu1997-02-102-19/+12
| | | | | | actually necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9838 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_PARAMS): Set CC_LINK_STATIC for platformsEzra Peisach1997-02-102-1/+14
| | | | | | | | | | w/o shared library support. (KRB5_LIB_AUX); Set CC_LINK if --enable-shared is not specified. (The second fix was to utilize the action-if-false stanza of AC_ARG_ENABLE. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9837 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Check for sys/uio.hEzra Peisach1997-02-103-0/+10
| | | | | | | | | * svc_udp.c: Include sys/uio.h is available for struct iovec. Needed for Irix 5.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9836 dc483132-0cff-0310-8789-dd5450dbe970
* * crypto_glue.c (krb5_calculate_checksum): Add krb5_const toEzra Peisach1997-02-102-1/+6
| | | | | | krb5_pointer of in data to match prototype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9835 dc483132-0cff-0310-8789-dd5450dbe970
* * svc_udp.c (svcudp_recv): Avoid coredumps under Solaris (andTom Yu1997-02-102-0/+11
| | | | | | | possibly other systems) by passing in a non-NULL iovec to recvmsg(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9834 dc483132-0cff-0310-8789-dd5450dbe970
* * libobj.in (OBJS.*): Work around a gmake optimization where theTom Yu1997-02-092-0/+9
| | | | | | | timestamps of OBJS.* would not get checked after STAMP.* get updated, even though OBJS.* get updated as a side effect. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9833 dc483132-0cff-0310-8789-dd5450dbe970
* Merge of libhack_branchTom Yu1997-02-09221-1716/+2342
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9831 dc483132-0cff-0310-8789-dd5450dbe970
* compile_et.c: Change the emitted name of the struct error_tableTheodore Tso1997-02-084-15/+28
| | | | | | | | | | | | | to be et_XXX_error_table, instead of it being a static variable named "et". (This change has already been made in the awk versions of compile_et.) com_err.h, com_err.c: Remove the void *priv argument from com_err_va() and et_com_err() experimental API's. (That was a braino; the private data pointer should come from the hook_func_data field.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9821 dc483132-0cff-0310-8789-dd5450dbe970
* prof_int.h: Include "com_err.h" instead of redeclaring errcode_tRichard Basch1997-02-082-10/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9819 dc483132-0cff-0310-8789-dd5450dbe970
* com_err.[ch]: Define old com_err_va interfaceRichard Basch1997-02-083-1/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9818 dc483132-0cff-0310-8789-dd5450dbe970
* Corrected last ChangeLog entryRichard Basch1997-02-071-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9817 dc483132-0cff-0310-8789-dd5450dbe970
* mk_faddr.c: Added FAR declarationRichard Basch1997-02-072-6/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9816 dc483132-0cff-0310-8789-dd5450dbe970
* 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