summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* sendauth.c (krb5_sendauth): If ECCONABORTED is not defined, try usingTheodore Tso1996-06-123-1/+14
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-122-2/+6
* scc_read.c:Theodore Tso1996-06-123-5/+11
* fcc-proto.h: Change use of PROTOTYPE to KRB5_PROTOTYPE.Theodore Tso1996-06-125-65/+81
* Remove inclusion of malloc.h..Ezra Peisach1996-06-122-1/+4
* cvsignore hackeryTom Yu1996-06-1015-15/+0
* Use full directory name "error_tables" when building under Windows soTheodore Tso1996-06-072-4/+10
* Don't pass $(LIBCMD) on the command line. It's set in the windows.inTheodore Tso1996-06-066-11/+26
* Updated .Sanitize fileTheodore Tso1996-06-062-8/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-066-2/+12
* A static function must not use the INTERFACE keywordTheodore Tso1996-06-062-1/+6
* * asn1_k_decode.c (asn1_decode_enc_kdc_rep_part): If starttime isEzra Peisach1996-06-052-1/+7
* update Makefile.in for new libupdateTom Yu1996-05-202-7/+10
* Correctly implement getsockname(), so it does getsockname(), notTheodore Tso1996-05-172-10/+41
* * mk_req_ext.c mk_safe.c send_tgs.c:Richard Basch1996-05-155-28/+37
* ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1996-05-148-208/+403
* configure.in: Need to include sys/types.h before regexp.h in test toEzra Peisach1996-05-112-0/+8
* removed des3-cbc-md5 supportRichard Basch1996-05-102-2/+6
* Removed des3-md5 supportRichard Basch1996-05-102-4/+14
* Remove unused fileTheodore Tso1996-05-091-30/+0
* Don't skip keytab entries with kvno=0Richard Basch1996-05-092-6/+12
* Include the uid in the replay cachenameRichard Basch1996-05-063-1/+29
* preauth.c: Add const and casts as needed to handle warnings..Ezra Peisach1996-05-052-7/+11
* * get_creds.c (krb5_get_credentials_core): new function. Common part ofKen Raeburn1996-05-045-28/+197
* * krb5_decode.c (decode_krb5_enc_tkt_part): use tagnum correctly to handleKen Raeburn1996-05-042-3/+10
* * Makefile.in (libkrb5.$(STEXT)): Set a variable with or without "--force" andKen Raeburn1996-04-302-14/+15
* * t_ser.c (stuff): New variable.Ken Raeburn1996-04-304-12/+28
* * configure.in: Test that regcomp actually worksKen Raeburn1996-04-305-7/+27
* log for mark's sam changes of 4/9Ken Raeburn1996-04-301-0/+17
* For windows, mask off low 16 bits because Gradient DCE does thingsTheodore Tso1996-04-304-1/+57
* Fixed a potentional null dereferenceRichard Basch1996-04-282-1/+6
* Whitespace cleanupRichard Basch1996-04-251-11/+10
* Added ftp and ecat to the list of services which should be converted.Theodore Tso1996-04-172-0/+8
* On a Macintosh, turn on kdc_timesync and use the v4 credentials cacheTheodore Tso1996-04-122-2/+15
* Move time offset code from stash_as_reply to verify_as_reply, and fixTheodore Tso1996-04-122-11/+19
* When doing the time offset adjustments, make sure the microsecondsTheodore Tso1996-04-122-0/+10
* Fixed the chronology of two of my previous checkinsRichard Basch1996-04-111-6/+6
* rd_req_dec.c (krb5_rd_req_decoded): Move code which validated theTheodore Tso1996-04-105-15/+87
* preauth.c: add SAM supportMark Eichin1996-04-093-17/+322
* add sam-related error codesMark Eichin1996-04-092-0/+8
* add sam encoders, decoders, including "optional string" macrosMark Eichin1996-04-095-0/+380
* Inlined the list of et-build source files in SRCS, so that they areTheodore Tso1996-03-312-1/+8
* DNR.c: Replace eight-year-old version of this file with the latestTheodore Tso1996-03-283-147/+224
* Use universal procedure pointers (UPP), which are required on the MacTheodore Tso1996-03-272-2/+18
* * in_tkt_ktb.c (keytab_keyproc): Do not check to see that theRichard Basch1996-03-272-59/+20
* Added imap service to the conversion list (it is used by some off-the-shelfRichard Basch1996-03-262-0/+7
* Backed out the patch for const pointer reassignments; it was legal ANSIRichard Basch1996-03-251-9/+7
* Fix multiple enctype bug: the enctype for the eblock used to encryptSam Hartman1996-03-242-2/+9
* krb5_get_in_tkt_with_keytab(): only request keytypes that have correspondingRichard Basch1996-03-222-5/+57
* all des enctypes are equivalent (interim checkin until I create a functionRichard Basch1996-03-222-2/+27