| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed duplicate #include <fcntl.h> | Richard Basch | 1996-04-30 | 1 | -1/+0 |
* | clean up configure output style | Ken Raeburn | 1996-04-30 | 2 | -0/+6 |
* | * Makefile.in (libkrb5.$(STEXT)): Set a variable with or without "--force" and | Ken Raeburn | 1996-04-30 | 2 | -14/+15 |
* | * t_ser.c (stuff): New variable. | Ken Raeburn | 1996-04-30 | 4 | -12/+28 |
* | * configure.in: Test that regcomp actually works | Ken Raeburn | 1996-04-30 | 5 | -7/+27 |
* | log for mark's sam changes of 4/9 | Ken Raeburn | 1996-04-30 | 1 | -0/+17 |
* | For windows, mask off low 16 bits because Gradient DCE does things | Theodore Tso | 1996-04-30 | 4 | -1/+57 |
* | * Makefile.in (libcrypto.$(STEXT)): Remove before creating | Ken Raeburn | 1996-04-30 | 2 | -0/+5 |
* | Fixed a potentional null dereference | Richard Basch | 1996-04-28 | 2 | -1/+6 |
* | Whitespace cleanup | Richard Basch | 1996-04-25 | 1 | -11/+10 |
* | Added ftp and ecat to the list of services which should be converted. | Theodore Tso | 1996-04-17 | 2 | -0/+8 |
* | Don't declare open() | Sam Hartman | 1996-04-15 | 2 | -1/+5 |
* | Renamed MD5 routines to be preceded with krb5_ | Richard Basch | 1996-04-13 | 3 | -22/+27 |
* | Renamed the functions to begin with krb5_ (like was done with MD5) | Richard Basch | 1996-04-13 | 6 | -72/+77 |
* | Renamed the functions to be preceded with krb5_ (I ran into a naming | Richard Basch | 1996-04-13 | 7 | -81/+86 |
* | On a Macintosh, turn on kdc_timesync and use the v4 credentials cache | Theodore Tso | 1996-04-12 | 2 | -2/+15 |
* | Move time offset code from stash_as_reply to verify_as_reply, and fix | Theodore Tso | 1996-04-12 | 2 | -11/+19 |
* | When doing the time offset adjustments, make sure the microseconds | Theodore Tso | 1996-04-12 | 2 | -0/+10 |
* | Integrated OpenVision's changes into the most recent MIT code. This | Marc Horowitz | 1996-04-12 | 3 | -0/+330 |
* | Return GSS_S_CRED_UNAVAIL on if krb5_cc_set_flags() returns an error, | Theodore Tso | 1996-04-12 | 2 | -1/+8 |
* | Fixed code to correctly handle errors reported from the mechanism | Theodore Tso | 1996-04-12 | 2 | -31/+47 |
* | Fixed the chronology of two of my previous checkins | Richard Basch | 1996-04-11 | 1 | -6/+6 |
* | Small fix in case anyone tries compiling without the keytab fallback | Richard Basch | 1996-04-11 | 1 | -1/+4 |
* | * rd_svc_key.c (read_service_key): First try to read the V4 | Richard Basch | 1996-04-11 | 3 | -1/+78 |
* | oops, ted already got it | Mark Eichin | 1996-04-10 | 1 | -2/+0 |
* | actually build afsstring2key.c | Mark Eichin | 1996-04-10 | 1 | -0/+2 |
* | Added afsstring2key.c to the list of files to be compiled | Theodore Tso | 1996-04-10 | 2 | -2/+9 |
* | If make_ap_req() returns KRB5APP_TKT_EXPIRED, then return | Theodore Tso | 1996-04-10 | 2 | -0/+8 |
* | rd_req_dec.c (krb5_rd_req_decoded): Move code which validated the | Theodore Tso | 1996-04-10 | 5 | -15/+87 |
* | preauth.c: add SAM support | Mark Eichin | 1996-04-09 | 3 | -17/+322 |
* | add sam-related error codes | Mark Eichin | 1996-04-09 | 2 | -0/+8 |
* | add sam encoders, decoders, including "optional string" macros | Mark Eichin | 1996-04-09 | 5 | -0/+380 |
* | add afs3 salt support | Mark Eichin | 1996-04-09 | 1 | -0/+11 |
* | document the afs3 salt tag | Mark Eichin | 1996-04-09 | 1 | -0/+3 |
* | add afsstring2key | Mark Eichin | 1996-04-09 | 3 | -1/+505 |
* | Inlined list of source files for SRCS and OBJS (for Macintosh build) | Theodore Tso | 1996-04-02 | 2 | -9/+13 |
* | Makefile.in (SRCS): Inlined list of source files for SRCS and OBJS | Theodore Tso | 1996-04-02 | 3 | -6/+18 |
* | Took the list of sources and object files in FSRCS, FOBJS, D3OBJS, and | Theodore Tso | 1996-03-31 | 2 | -19/+34 |
* | Inlined the list of et-build source files in SRCS, so that they are | Theodore Tso | 1996-03-31 | 2 | -1/+8 |
* | Removed crctest.c from the SRCS list, since it's only a test program | Theodore Tso | 1996-03-31 | 2 | -1/+6 |
* | Fixed comments describing the various checksum types. (Added numbers, | Theodore Tso | 1996-03-31 | 2 | -9/+15 |
* | Makefile.in: support des3-cbc-raw | Richard Basch | 1996-03-29 | 2 | -1/+3 |
* | Added support for des3-cbc-raw (gssapi) and rsa-md5-des3 | Richard Basch | 1996-03-29 | 3 | -11/+49 |
* | Added support for ENCTYPE_DES3_CBC_RAW (gssapi) | Richard Basch | 1996-03-29 | 5 | -4/+14 |
* | Added support for CKSUMTYPE_RSA_MD5_DES3 | Richard Basch | 1996-03-29 | 2 | -0/+61 |
* | Added support for ENCTYPE_DES3_CBC_RAW (gssapi) | Richard Basch | 1996-03-29 | 1 | -0/+104 |
* | DNR.c: Replace eight-year-old version of this file with the latest | Theodore Tso | 1996-03-28 | 3 | -147/+224 |
* | Use universal procedure pointers (UPP), which are required on the Mac | Theodore Tso | 1996-03-27 | 2 | -2/+18 |
* | * in_tkt_ktb.c (keytab_keyproc): Do not check to see that the | Richard Basch | 1996-03-27 | 2 | -59/+20 |
* | Don't include <sys/types.h> mechglue.h will take care of this by | Theodore Tso | 1996-03-27 | 2 | -1/+6 |