summaryrefslogtreecommitdiffstats
path: root/src/kdc/kerberos_v4.c
Commit message (Expand)AuthorAgeFilesLines
* Use krb5_dbe_find_keytype() to find appropriate key. Fix gcc -Wall complaintsPaul Park1995-08-151-32/+18
* do_as_req.c : Fix bug from new kdb changes.Chris Provenzano1995-08-031-56/+61
* Compile something when Kerberos 4 disabledPaul Park1995-08-031-0/+2
* Fix compiler complaints and remove dependence on mit-des.hPaul Park1995-07-271-3/+3
* Add prototype for set_tgtkey. kdc now compiles cleanly withEzra Peisach1995-07-111-0/+1
* kerberos_v4.c: Add prototypes for compat_decrypt_key,Ezra Peisach1995-07-101-1/+13
* Also log L_KRB_PERR error messages, so we know when there are protocolTheodore Tso1995-07-081-0/+1
* * kerberos_v4.c (check_princ): delete master_key_version check,Mark Eichin1995-06-291-283/+21
* Compiler warning cleanupPaul Park1995-06-271-3/+3
* Multiple realm supportPaul Park1995-06-231-1/+0
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-091-7/+10
* Update kadmind5 to use new logging routinesPaul Park1995-06-081-1/+2
* Port to OSF/1. (deal with the longs that should be 4 bytes)Ezra Peisach1995-05-211-29/+32
* * kerberos_v4.c: Replace STDARG_PROTOTYPES with HAVE_STDARG_HJohn Gilmore1995-03-191-3/+3
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-11/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-7/+7
* Don't define functions manually, but pull in the appropriate includeTheodore Tso1994-11-081-7/+4
* Fix bug in V4 emulation where it was always assuming the master keyTheodore Tso1994-09-151-1/+2
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* fix time includesMark Eichin1994-08-171-1/+4
* unused varsMark Eichin1994-08-141-13/+9
* * configure.in:Tom Yu1994-08-041-0/+2
* get USE_SYS_TIME_H from config.h insteadMark Eichin1994-06-171-1/+1
* use local static krb4_stime instead of unlikely stimeMark Eichin1994-06-161-1/+31
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-24/+21
* step 1: bzero->memset(,0,)Mark Eichin1994-06-151-20/+17
* punt K4INCLUDE, just use srcdir correctly; put krbONE in kerberos_v4.c for nowMark Eichin1994-06-151-0/+3
* get local realm from master_princ instead of from krb5_get_default_realm()Tom Yu1994-03-261-12/+7
* Suppressed extraneous log messageTheodore Tso1994-03-111-1/+1
* Don't declare bcopy and bzero if they are macrosTheodore Tso1994-01-131-1/+7
* Change usage of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-1/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Rename sendto to krb4_sendto, to avoid conflict with libc versionTheodore Tso1993-07-291-4/+4
* Added support for alternate key/salt; attempt to use a V4 salttype ifTheodore Tso1992-09-291-3/+18
* Changes to use the new krb5_425_conv_principal function to map a V5 principalTheodore Tso1992-09-011-17/+14
* Changed what was logged and what wasn'tTheodore Tso1992-07-301-9/+18
* Checked in jfc's changes to track new principal structureTheodore Tso1992-06-181-11/+20
* #include <krb5/sysincl.h>John Carr1992-02-231-0/+1
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* Use stdarg if STDARG_PROTOTYPES is defined.John Carr1991-05-291-7/+7
* remove spurious ;John Kohl1991-04-291-1/+1
* fix STDC incompatibilityJohn Kohl1991-04-231-0/+4
* Second argument to process_v4 should be constJohn Carr1991-04-031-3/+3
* fix extra &'s in bzero/bcopyJohn Kohl1991-02-281-8/+8
* fix up some logging codeJohn Kohl1991-02-141-25/+17
* Changes to reflect the changed interface for libkrb5.aTheodore Tso1991-02-131-5/+18
* conditionalize v4 supportJohn Kohl1990-12-201-2/+5
* Changed krb5_keyblock to krb5_encrypted_keyblock in the appropriateTheodore Tso1990-12-171-16/+32
* make more code conditional on BACKWARD_COMPATJohn Carr1990-12-121-1/+3
* Initial revisionDonald Davis1990-11-301-0/+1134