summaryrefslogtreecommitdiffstats
path: root/src/include/kerberosIV/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * krb.h: Add prototypes for tf_init(), tf_get_pname(),Ezra Peisach2000-08-021-0/+6
| | | | | | | tf_get_pinst(), tf_get_cred() and tf_close() which are all used by clients. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12600 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h: For get_pw_tkt() and unix_time_gmt_unixsec() add requiredEzra Peisach2000-07-211-0/+5
| | | | | | KRB5_DLLIMP and KRB4_CALLCONV declarations. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12580 dc483132-0cff-0310-8789-dd5450dbe970
* krb.h: Add krb_in_tkt() prototypeDanilo Almeida2000-07-191-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12558 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h: Add prototypes for get_pw_tkt() and unix_time_gmt_unixsec()Ezra Peisach2000-07-031-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12528 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h (krb4_swab16): Mask upper byte of input after shifting, in case theKen Raeburn2000-06-271-0/+15
| | | | | | | | | | input value is a signed short. (krb4_swab32): Mask high byte of input value after shifting, to avoid "time out of bounds" error when byte orders are different and low byte of timestamp has its high bit set and the timestamp is stored as a signed value. (krb_get_err_text): Don't use "errno" as an argument name. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12439 dc483132-0cff-0310-8789-dd5450dbe970
* * des.h: Fix GSS_DLLIMPTom Yu1999-03-151-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11291 dc483132-0cff-0310-8789-dd5450dbe970
* krb.h: Add prototypes for krb_set_key() and decomp_ticket()Theodore Tso1998-12-051-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11088 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-141-0/+7
| | | | | | | | | | to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS macro set to '.' to indicate that there are no subdirectories to be processed by the Makefile. configure.in: Removed and tests moved to parent directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11036 dc483132-0cff-0310-8789-dd5450dbe970
* Add a declaration for the global variable krb5__krb4_context, which isTheodore Tso1998-11-131-0/+6
| | | | | | used by the krb4 routines that need to call krb5 library routines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11025 dc483132-0cff-0310-8789-dd5450dbe970
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-181-0/+6
| | | | | | used in BUILDTOP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10464 dc483132-0cff-0310-8789-dd5450dbe970
* Mass makefile/configure.in build system revampTheodore Tso1998-02-121-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10424 dc483132-0cff-0310-8789-dd5450dbe970
* * des.h: Clean up prototypes so they're sane and look a littleTom Yu1997-11-191-0/+7
| | | | | | | | nicer. The ivec parameter to pcbc_encrypt is now a C_Block FAR *, while the paremeters to quad_cksum have been re-ordered to match reality. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10296 dc483132-0cff-0310-8789-dd5450dbe970
* * des.h: Replace KRB_INT32 with DES_INT32 to avoid temptation toTom Yu1997-10-271-0/+5
| | | | | | misuse. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10251 dc483132-0cff-0310-8789-dd5450dbe970
* If we are using prototypes, add a forward declaration for structTheodore Tso1997-10-201-0/+5
| | | | | | sockaddr_in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10236 dc483132-0cff-0310-8789-dd5450dbe970
* * des.h: Define KRB_INT32 for the purposes of dealing with the keyTom Yu1997-10-141-0/+6
| | | | | | | schedule. Also, define the key schedule more sanely. See related comments in lib/crypto/des. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10230 dc483132-0cff-0310-8789-dd5450dbe970
* * Make shared libs work on AIXSam Hartman1997-02-221-0/+5
| | | | | | * DO not use #ifdef unix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9948 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: krb_err.h is a generated file; fix build/install rules soRichard Basch1997-02-201-0/+6
| | | | | | | that they don't try installing it from the source directory configure.in: Makefile requires 'awk' to build krb_err.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9937 dc483132-0cff-0310-8789-dd5450dbe970
* Added support for building krb4 library (win16/win32)Richard Basch1997-02-181-0/+12
| | | | | | krb_err.h is a generated file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9879 dc483132-0cff-0310-8789-dd5450dbe970
* krb.h: Make sure KRB5_EXPORTVAR is definedRichard Basch1997-02-061-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9801 dc483132-0cff-0310-8789-dd5450dbe970
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-0/+4
| | | | | | include the doc subtree!!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9632 dc483132-0cff-0310-8789-dd5450dbe970
* Start installing krb4 headers again. [36]Sam Hartman1996-10-311-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9268 dc483132-0cff-0310-8789-dd5450dbe970
* * krb4-proto.h: Change prototype for decomp_ticket to match sourceEzra Peisach1996-07-091-0/+5
| | | | | | (addr is not unsigned long *) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8567 dc483132-0cff-0310-8789-dd5450dbe970
* Remove declaration of LineNbr; no longer exported by kparse.cTheodore Tso1995-12-191-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7235 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h (KEYFILE): change to call krb__get_srvtabname with aMark Eichin1995-11-131-0/+5
| | | | | | default of the old hardcoded value "/etc/srvtab". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7094 dc483132-0cff-0310-8789-dd5450dbe970
* * krb4-proto.h: correct signature for krb_rd_req.Mark Eichin1995-06-281-0/+8
| | | | | | * krb.h (swap_u_long): use KRB4_32 in swap() macros. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6178 dc483132-0cff-0310-8789-dd5450dbe970
* * krb4-proto.h, krb.h: reverse sense of KRB5_PROVIDE_PROTOTYPESTom Yu1995-06-231-0/+5
| | | | | | (-> KRB5_NO_PROTOTYPES) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6152 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-091-0/+10
| | | | | | | | | now handled by CONFIG_RULES. kdc.h: Don't define the macros for max and min; they're already defined in kdc_util.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6008 dc483132-0cff-0310-8789-dd5450dbe970
* Don't install the install/kerberosIV header filesTheodore Tso1995-06-081-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5985 dc483132-0cff-0310-8789-dd5450dbe970
* Change lifetime field of decomp_ticket prototype to KRB4_32 to match theEzra Peisach1995-06-071-0/+5
| | | | | | Cygnus krb4 library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5961 dc483132-0cff-0310-8789-dd5450dbe970
* Rename save_credentials to krb_save_credentials, to match the CygnusTheodore Tso1995-06-061-0/+5
| | | | | | krb4 library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5954 dc483132-0cff-0310-8789-dd5450dbe970
* Change klog prototype to match sourceEzra Peisach1995-05-241-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5866 dc483132-0cff-0310-8789-dd5450dbe970
* kparse.h: Remove ErrorMsg definition. It is declared static in source fileEzra Peisach1995-05-091-0/+7
| | | | | | krb4-proto.h: krb_rd_priv prototype did not match source git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5756 dc483132-0cff-0310-8789-dd5450dbe970
* * kparse.h (strutol, strsave): are only static in this moduleMark Eichin1995-04-281-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5637 dc483132-0cff-0310-8789-dd5450dbe970
* * krb4-proto.h: #if 0, not #ifdef 0Mark Eichin1995-04-281-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5618 dc483132-0cff-0310-8789-dd5450dbe970
* Don't try to include osconf.hTheodore Tso1995-04-281-0/+4
| | | | | | | Remove osconf.h, and older version of lsb_addr_cmp.h (it was renamed, and the old file wasn't deleted.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5617 dc483132-0cff-0310-8789-dd5450dbe970
* conf.h, conf-*.h: Removed. We don't need them anymore, we're usingTheodore Tso1995-04-281-0/+10
| | | | | | | | | | | autoconf! (And things like MSBFIRST AND LSBFIRST aren't needed anyway, since the CNS V4 library figures this all out dynamically anyway.) krb4-proto.h: Don't define the functions found in getenv.o or setenv.o. Declare krb_stime() instead of stime(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5609 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h: add _fmemcpy, _fstrncpy, and far_fputs from cc-unix.h alsoMark Eichin1995-04-271-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5583 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): neededMark Eichin1995-04-271-0/+5
| | | | | | to keep secondary (readability) defines in g_in_tkt.c out. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5551 dc483132-0cff-0310-8789-dd5450dbe970
* krb.h: Add const for krb_err_txt to agree with .c fileEzra Peisach1995-04-271-0/+8
| | | | | | osconf.h conf-osf1alpha.h: Add paramaters for alpha architecture git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5546 dc483132-0cff-0310-8789-dd5450dbe970
* * krb.h: make INTERFACE, FAR go away for now.Mark Eichin1995-04-271-0/+19
| | | | | | | | | | | | | | | | | | | | Drag in the unix time conversion functions for unix only. Locally define PROTOTYPE(). Drag in unix versions of SOCKET macros. Recognize DEFINE_SOCKADDR and NEED_TIME_H the way cc-unix.h does. Declare krb_ignore_ip_address. Define DEB() to support non-printf debugging. Declare errno. Define key_proc_type and decrypt_tkt_type. * prot.h: add KERB_ERR_PREAUTH_SHORT and _MISMATCH from Cygnus extensions. * krbports.h: new file, has default ports for V4 services for hard-coded fallback. * lsb_addr_cmp.h: from V4, handles the mutant comparison functions needed for the V4 "direction" comparison. (Rename of lsb_addr_comp.h due to filename length.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5540 dc483132-0cff-0310-8789-dd5450dbe970
* Delete redundant definitions that already defined in pre/config.inTheodore Tso1995-03-171-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5149 dc483132-0cff-0310-8789-dd5450dbe970
* Remove declaration of malloc() and realloc()Theodore Tso1995-03-011-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5048 dc483132-0cff-0310-8789-dd5450dbe970
* Oops, forgot to save file firstTheodore Tso1995-02-031-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4893 dc483132-0cff-0310-8789-dd5450dbe970
* Add changes to make this work on Alpha's. (From Ezra)Theodore Tso1995-02-031-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4892 dc483132-0cff-0310-8789-dd5450dbe970
* * kadm.h: add DEL_ENT and DEL_ACL for CNS V4 delete supportMark Eichin1995-01-261-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4842 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (install): use $(INSTALL_DATA) instead of cp. ElideMark Eichin1994-11-181-0/+10
| | | | | | | | dependency in install rule so $(srcdir) works. * configure.in: use AC_PROG_INSTALL. [part from 0937, part by inspection] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4684 dc483132-0cff-0310-8789-dd5450dbe970
* Make install obey $(DESTDIR)Theodore Tso1994-10-041-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4432 dc483132-0cff-0310-8789-dd5450dbe970
* Fix "make install" to use $(srcdir) when copying in header filesTheodore Tso1994-10-031-0/+5
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4428 dc483132-0cff-0310-8789-dd5450dbe970