summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
Commit message (Expand)AuthorAgeFilesLines
* Merge of libhack_branchTom Yu1997-02-093-15/+19
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-062-3/+14
* asn1_k_encode.c (asn1_encode_principal_name): Be liberal aboutTheodore Tso1996-11-152-9/+35
* * asn1buf.c (asn12krb5_buf): Initialize magic fields of structure.Ezra Peisach1996-06-272-1/+9
* Add prototypes for the SAM encoding and decoding functions, which areTheodore Tso1996-06-123-3/+40
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Updated .Sanitize fileTheodore Tso1996-06-061-1/+0
* * asn1_k_decode.c (asn1_decode_enc_kdc_rep_part): If starttime isEzra Peisach1996-06-052-1/+7
* * krb5_decode.c (decode_krb5_enc_tkt_part): use tagnum correctly to handleKen Raeburn1996-05-042-3/+10
* log for mark's sam changes of 4/9Ken Raeburn1996-04-301-0/+17
* add sam encoders, decoders, including "optional string" macrosMark Eichin1996-04-095-0/+380
* Decode pa_type in the krb5_pa_data structure as a krb5_int32, since itTheodore Tso1996-03-212-2/+7
* Fix 16 bit vs. 32bit error in the encoded timestamp structureTheodore Tso1996-03-212-1/+6
* * krb5_decode.c (decode_krb5_ticket, decode_krb5_enc_tkt_part,Ezra Peisach1996-03-133-1/+31
* If starttime is not set, then use authtime as a default. (This fixesTheodore Tso1996-02-282-0/+9
* Remove junk fileTheodore Tso1996-02-131-31/+0
* Folded in danw's changes to allow building Makefiles for theTheodore Tso1996-02-072-1/+7
* Don't require val->salt to be non-zero if val->lenth is zeroTheodore Tso1995-11-091-1/+1
* * asn1_k_decode.c (asn1_decode_etype_info_entry): If the optionalTheodore Tso1995-11-093-3/+13
* * krb5_decode.c (decode_krb5_pa_enc_ts, decode_krb5_enc_data): AddedTheodore Tso1995-11-084-3/+76
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-031-3/+1
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-072-1/+5
* * krb5_encode.c (krb5_cleanup): If asn1buf_destroy fails, don'tMark Eichin1995-10-022-1/+5
* Systematic rework of all the cleanup code to make the generated objectTheodore Tso1995-09-272-143/+155
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-4/+5
* Remove the (int) cast, since you can't take address of a value whichTheodore Tso1995-09-233-3/+11
* 32 bit word being passed as an intTheodore Tso1995-09-235-5/+10
* Declare cleanup function as void and propogate thoughout the file. This handlesEzra Peisach1995-09-202-10/+16
* Don't modify a const input variable val; copy it to a scratch variableTheodore Tso1995-09-182-2/+9
* moderately clean handling of allocated storage on error during partialMark Eichin1995-09-142-95/+209
* Reinstate the keytype -> enctype changes and keep the new Mac changesEzra Peisach1995-09-126-18/+24
* Mac Beta 1 submissionKeith Vetter1995-09-117-21/+35
* * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.h,Chris Provenzano1995-09-067-25/+29
* * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.hChris Provenzano1995-09-066-22/+24
* krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): NewTheodore Tso1995-08-288-0/+171
* krb5_encode.c (encode_krb5_padata_sequence): New function which encodes aTheodore Tso1995-08-265-1/+44
* Added final change to allow for ASN.1 indefinite encoding; needed forTheodore Tso1995-06-172-0/+11
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-3/+5
* Add support for building shared librariesTheodore Tso1995-05-273-5/+19
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-233-2/+12
* Back out ASN.1 library changes (which were incorrect)Theodore Tso1995-04-224-223/+9
* Fix BACKWARD_BITMASK_COMPAT so that it doesn't break user-to-userTheodore Tso1995-04-222-9/+106
* Added parenthesis to fix precedence problem in ASN.1 backwards compatibilityTheodore Tso1995-04-211-1/+1
* Move the define of BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, sinceTheodore Tso1995-04-203-8/+14
* asn1_k_decode.c (asn1_decode_krb5_flags): Make the functionTheodore Tso1995-04-194-6/+117
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+60
* Removed 'unreferenced local variable' problemKeith Vetter1995-04-142-1/+9
* Windows global stuff:Keith Vetter1995-04-1419-286/+289
* asn1_k_decode.c (setup, next_tag, apptag, get_field_body,Theodore Tso1995-04-135-13/+64
* * asn1_decode.c: move declaration of gmt_mktime() outside ofTom Yu1995-03-252-1/+8