summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Checked in a debugging version, by accident.Richard Basch1997-02-161-2/+11
| | | | | | FormatMessage() is only available under Win32; some code needed rearranging git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9876 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: build comerr dllRichard Basch1997-02-158-43/+149
| | | | | | | | | comerr16.def comerr32.def: New definition files for Windows comerr library krb5_16.def krb5_32.def: Removed comerr exports win_glue.c: win32 dll entry/exit code added gssapi32.def krb5_32.def: Removed obsolete WEP & LibMain exports git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9875 dc483132-0cff-0310-8789-dd5450dbe970
* Need to link with $(CLIB) - comerr library (win32)Richard Basch1997-02-154-5/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9874 dc483132-0cff-0310-8789-dd5450dbe970
* Need to link with $(CLIB) - comerr library (win32)Richard Basch1997-02-153-28/+8
| | | | | | Removed winsock code from kinit.c (now handled by krb5 lib) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9873 dc483132-0cff-0310-8789-dd5450dbe970
* Need to link with $(CLIB)Richard Basch1997-02-155-3/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9872 dc483132-0cff-0310-8789-dd5450dbe970
* Need to link with $(CLIB).Richard Basch1997-02-153-5/+15
| | | | | | Explicit Winsock initialization & linking is no longer required (fixed krb5 lib) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9871 dc483132-0cff-0310-8789-dd5450dbe970
* Declare CLIB to the comerr libraryRichard Basch1997-02-152-3/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9870 dc483132-0cff-0310-8789-dd5450dbe970
* Added declaration for krb5_finish_etsRichard Basch1997-02-151-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9869 dc483132-0cff-0310-8789-dd5450dbe970
* Added routine krb5_finish_ets, to complement krb5_initialize_etsRichard Basch1997-02-152-5/+22
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9868 dc483132-0cff-0310-8789-dd5450dbe970
* The libhack merge lost all the windows build instructions... fixed..Richard Basch1997-02-152-5/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9867 dc483132-0cff-0310-8789-dd5450dbe970
* Removed V2 experimental API previously checked-in.Richard Basch1997-02-159-255/+200
| | | | | | | | | Added new routines: add_error_table & remove_error_table for registering error tables. Except on Unix, the _et_list variable and com_err_hook routines/variables are now private to the comerr library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9866 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add shared library support for IrixTom Yu1997-02-143-2/+21
| | | | | | | * configure.in: inactivate the old case statement that determined shared lib parameters; keep it around just for reference, though. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9865 dc483132-0cff-0310-8789-dd5450dbe970
* com_err.c: Only check if stderr is a tty under Win32; Win16 does notRichard Basch1997-02-141-0/+2
| | | | | | even declare stderr. (win16/win32) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9864 dc483132-0cff-0310-8789-dd5450dbe970
* Removing extraneous \Richard Basch1997-02-141-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9863 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Link wsock32.lib (win32)Richard Basch1997-02-133-9/+45
| | | | | | | kinit.c: Initialize winsock library (win32) Removed unused variables; declared internal routines as static. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9862 dc483132-0cff-0310-8789-dd5450dbe970
* get_in_tkt.c: Initialize as_reply so that an error in one of the earlyRichard Basch1997-02-132-4/+10
| | | | | | | calls (ie. krb5_os_localaddr) will not cause the cleanup procedure to try to free a garbage pointer. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9861 dc483132-0cff-0310-8789-dd5450dbe970
* kinit.c: Added krb5_read_password implementation for win32 console appRichard Basch1997-02-132-0/+92
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9860 dc483132-0cff-0310-8789-dd5450dbe970
* 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