summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
...
* remove some missed filesTom Yu1996-09-112-33/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9077 dc483132-0cff-0310-8789-dd5450dbe970
* * osconf.h: add KADM5 defaults: KEYTAB, ACL_FILE, PORTBarry Jaspan1996-08-282-0/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8995 dc483132-0cff-0310-8789-dd5450dbe970
* * kdb.h: add KRB5_TL_KADM5_E_DATABarry Jaspan1996-08-262-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8992 dc483132-0cff-0310-8789-dd5450dbe970
* Remove dbm_error and dbm_clearerr from the dispatch table (whichTheodore Tso1996-08-232-4/+6
| | | | | | eventually should be completely removed.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8975 dc483132-0cff-0310-8789-dd5450dbe970
* Since we are only supporting the db in the util/db2 directory, justTheodore Tso1996-08-152-30/+11
| | | | | | | use db-ndbm.h, instead of hoping that the system ndbm.h will be appropriate. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8940 dc483132-0cff-0310-8789-dd5450dbe970
* * osconf.h: add KPROPD_DEFAULT_KDB5_UTILBarry Jaspan1996-08-122-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8932 dc483132-0cff-0310-8789-dd5450dbe970
* Add prototype for krb5_free_keyblock_contentsEzra Peisach1996-08-022-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8900 dc483132-0cff-0310-8789-dd5450dbe970
* Commit prototyping of krb5_setenv; not sure why this failed yesterday.Sam Hartman1996-07-282-0/+7
| | | | | | | | | | CVS: ---------------------------------------------------------------------- automatically CVS: CVS: Committing in include CVS: CVS: Modified Files: CVS: ChangeLog k5-int.h CVS: ---------------------------------------------------------------------- git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8853 dc483132-0cff-0310-8789-dd5450dbe970
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-226-106/+115
| | | | | | | | | OV_MERGE branches. This includes, but is not limited to, the new openvision admin system, and major changes to gssapi to add functionality, and bring the implementation in line with rfc1964. before committing, the code was built and tested for netbsd and solaris. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8774 dc483132-0cff-0310-8789-dd5450dbe970
* killed krb5.h in the modern wayMarc Horowitz1996-07-201-2271/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8772 dc483132-0cff-0310-8789-dd5450dbe970
* * krb4-proto.h: Change prototype for decomp_ticket to match sourceEzra Peisach1996-07-092-1/+6
| | | | | | (addr is not unsigned long *) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8567 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.hin: Add prototypes for krb5_get_credentials_renew() andEzra Peisach1996-07-072-0/+18
| | | | | | krb5_get_cred_from_kdc_renew() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8557 dc483132-0cff-0310-8789-dd5450dbe970
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-122-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8320 dc483132-0cff-0310-8789-dd5450dbe970
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-124-3/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8308 dc483132-0cff-0310-8789-dd5450dbe970
* adm_proto.h: Change usage of INTERFACE to use KRB5_CALLCONV and KRB5_DLLIMPTheodore Tso1996-06-125-11/+29
| | | | | | | | | | | | | | winsock.h: Rename to kwinsock.h. Recent versions of Microsoft compilers include winsock.h, and the one we have collides with NT errno definitions. Using the one provided by the compiler is preferable. If you are using an old version of MSVC that doesn't include winsock.h, then rename kwinsock.h to winsock.h kdb_dbm.h: Don't include kdb_dbm.h for Win-32. kdb.h: Don't include most of kdb.h for Win-32. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8306 dc483132-0cff-0310-8789-dd5450dbe970
* For Win-32: always #include windows.hTheodore Tso1996-06-123-73/+119
| | | | | | | | | | | | | | | Change INTERFACE to be KRB5_CALLCONV, which is where the calling convention is defined. Add KRB5_DLLIMP which is where the DLL import/export should be put for Win32. (Win16 is just different.) The correct way to declare a function which will be used in a DLL is now: KRB5_DLLIMP func_return_t KRB5_CALLCONV func(long) Change function delcarations to use the new convention. Actually, it doesn't hurt to use the old convention as long as func_return_t doesn't contain a '*'. But in the long run we should be exterminating all uses of INTERFACE in favor of KRB5_CALLCONV and KRB5_DLLIMP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8305 dc483132-0cff-0310-8789-dd5450dbe970
* more cvsignore hackeryTom Yu1996-06-101-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8289 dc483132-0cff-0310-8789-dd5450dbe970
* cvsignore hackeryTom Yu1996-06-103-4/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8288 dc483132-0cff-0310-8789-dd5450dbe970
* Beginnings of Win-32 supportTheodore Tso1996-06-073-30/+80
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8276 dc483132-0cff-0310-8789-dd5450dbe970
* Remove extraneous '*' from definitionTheodore Tso1996-06-063-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8251 dc483132-0cff-0310-8789-dd5450dbe970
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-4/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8246 dc483132-0cff-0310-8789-dd5450dbe970
* Remove support for ODBMTheodore Tso1996-05-202-8/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8084 dc483132-0cff-0310-8789-dd5450dbe970
* Fixes so krb5_seteuid compiles on UltrixSam Hartman1996-05-202-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8058 dc483132-0cff-0310-8789-dd5450dbe970
* Check for uid_t so that new prototype worksSam Hartman1996-05-192-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8051 dc483132-0cff-0310-8789-dd5450dbe970
* Prototype new function: krb5_seteuidSam Hartman1996-05-192-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8050 dc483132-0cff-0310-8789-dd5450dbe970
* replaced CKSUMTYPE_SHA_DES3 with CKSUMTYPE_HMAC_SHARichard Basch1996-05-152-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8020 dc483132-0cff-0310-8789-dd5450dbe970
* k5-int.h: Added new field values for ap_req_sumtype and safe_sumtype.Theodore Tso1996-05-143-1/+24
| | | | | | | | | | | Added new convenience function for verifying magic numbers: KRB5_VERIFY_MAGIC. krb5.hin (krb5_auth_con_set_req_cksumtype, rb5_auth_con_set_safe_cksumtype): Added prototypes of new functions, to replace old krb5_auth_con_setcksumtype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8016 dc483132-0cff-0310-8789-dd5450dbe970
* Replaced des3-md5 with des3-sha (also added sha cksumtype)Richard Basch1996-05-103-5/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7970 dc483132-0cff-0310-8789-dd5450dbe970
* We are providing 3des routines in libcrypto..Richard Basch1996-05-072-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7921 dc483132-0cff-0310-8789-dd5450dbe970
* Pass the eblock to the init_random_key and finish_random_key functionsRichard Basch1996-05-072-5/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7914 dc483132-0cff-0310-8789-dd5450dbe970
* decls for new routinesKen Raeburn1996-05-042-0/+33
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7891 dc483132-0cff-0310-8789-dd5450dbe970
* log for mark's sam changesKen Raeburn1996-04-301-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7873 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Invoke AC_C_CROSS before AC_TRY_RUN to pretty up output formatKen Raeburn1996-04-303-3/+17
| | | | | | | * Makefile.in (autoconf.h): Use timestamp file to prevent repeated rebuilding if file timestamp is out of date but contents wouldn't change. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7872 dc483132-0cff-0310-8789-dd5450dbe970
* Added prototype for getpeername()Theodore Tso1996-04-302-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7869 dc483132-0cff-0310-8789-dd5450dbe970
* Fix Windows definition of PROVIDE_DES_CBC_RAW so that the raw DESTheodore Tso1996-04-302-9/+12
| | | | | | | cryptosystem is properly included. Removed Macintosh definitions of PROVIDE_* since that is done in mac/libaries/KerberosHeaders.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7867 dc483132-0cff-0310-8789-dd5450dbe970
* Fix wrapper macros so they don't try to dereference a function pointerTheodore Tso1996-04-122-40/+53
| | | | | | | | | | | | as a data value. This doesn't work if you're using hpux cc, since functions are aligned on 2-byte boundaries, but data has to be accessed on 4-byte boundaries. Accessing a function as a data value isn't ANSI C portable anyway. :-) Wrapper macros now take a function pointer, and check to see if the function pointer is non-NULL, instead of taking a (*funptr), and seeing if the function when treated as data object is non-NULL. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7803 dc483132-0cff-0310-8789-dd5450dbe970
* add meeting stuffMark Eichin1996-04-101-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7780 dc483132-0cff-0310-8789-dd5450dbe970
* Add prototype of new functionTheodore Tso1996-04-102-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7778 dc483132-0cff-0310-8789-dd5450dbe970
* add afs3 salttype valueMark Eichin1996-04-091-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7762 dc483132-0cff-0310-8789-dd5450dbe970
* add SAM preauth values and prototypesMark Eichin1996-04-091-0/+106
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7761 dc483132-0cff-0310-8789-dd5450dbe970
* Added ENCTYPE_DES3_CBC_RAW (for gssapi)Richard Basch1996-03-292-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7733 dc483132-0cff-0310-8789-dd5450dbe970
* AddressXlation.h: Updated to use latest versions from the Apple'sTheodore Tso1996-03-287-549/+1165
| | | | | | | | | | | MacTCP Universal Interface. (For PowerPC port). MacTCP.h: New header file from Apple's Universal Interface GetMyIPAddr.h, MacTCPCommonTypes.h, TCPPB.h, UDPPB.h: Removed old MacTCP header files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7730 dc483132-0cff-0310-8789-dd5450dbe970
* Change type of pa_type field in krb5_pa_data to be krb5_preauthtype,Theodore Tso1996-03-213-2/+12
| | | | | | | | | | | | | for consistency's sake. Added prototype for krb5_copy_addr(). Change type of etype in krb5_etype_info_entry to be krb5_enctype, for consistency's sake. (More cleanup of windows 16bit vs. 32bit) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7692 dc483132-0cff-0310-8789-dd5450dbe970
* clean up whitespaceMark Eichin1996-03-141-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7634 dc483132-0cff-0310-8789-dd5450dbe970
* use AC_HEADER_STDARGKen Raeburn1996-03-132-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7629 dc483132-0cff-0310-8789-dd5450dbe970
* kdb5_edit has been moved to PREFIX/sbinRichard Basch1996-03-052-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7594 dc483132-0cff-0310-8789-dd5450dbe970
* hpux make doesn't grok $@, so I'm told. Use explicit target names forTheodore Tso1996-02-252-5/+11
| | | | | | building errortable include files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7538 dc483132-0cff-0310-8789-dd5450dbe970
* Under windows, let it be %s\v5srvtab. It will be filled in by theTheodore Tso1996-02-252-2/+8
| | | | | | krb5_kt_default_name with the name of windows directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7527 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.hin (krb5_x, krb5_xc): wrapper macros to test all functionMark Eichin1996-02-242-38/+52
| | | | | | | | pointers before calling through them (abort if null.) Simplifies debugging on many platforms. Currently #if 1, but could be conditionalized once we're in "production". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7505 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Don't install k5-int.hRichard Basch1996-02-221-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7497 dc483132-0cff-0310-8789-dd5450dbe970