summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
Commit message (Expand)AuthorAgeFilesLines
* more Novell ldap patches from Nov 6 and Fix for wrong password policy referen...Will Fiveash2006-11-131-4/+6
* latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash2006-10-301-7/+18
* Check for allocation failure. Caught by Will FiveashKen Raeburn2006-10-101-2/+3
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-072-0/+478
* make dependTom Yu2006-10-061-30/+34
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+1
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-311-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-10/+10
* install headers into include/krb5Ken Raeburn2006-05-231-55/+61
* Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn2006-04-141-2/+2
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-31/+25
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-1297/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-112-67/+0
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-022-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-77/+79
* make dependKen Raeburn2006-03-271-26/+32
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-24/+24
* make dependKen Raeburn2006-03-081-10/+20
* make dependTom Yu2005-11-291-42/+30
* This commit ensures that all files in the library includeJeffrey Altman2005-11-153-2/+6
* * asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properlyTom Yu2005-10-032-1/+6
* Update dependenciesKen Raeburn2005-06-211-30/+40
* * asn1_encode.c (asn1_encode_generaltime): If gmtime_r returns int instead ofKen Raeburn2005-03-042-0/+10
* run "make depend"Ken Raeburn2004-12-301-54/+58
* Memory leak in asn1_decode_generaltimeEzra Peisach2004-12-282-0/+6
* fix MITKRB5-SA-2004-003Tom Yu2004-08-312-0/+4
* fix MITKRB5-SA-2004-002Tom Yu2004-08-313-2/+19
* * asn1_encode.c (asn1_encode_generaltime): Fix memcpy argument to actuallyKen Raeburn2004-06-113-12/+24
* * asn1_encode.c (asn1_encode_generaltime): Use gmtime_r if availableKen Raeburn2004-06-042-3/+16
* update dependenciesKen Raeburn2004-04-241-35/+40
* Handle the somewhat common fixed case of time value 0 more efficientlyKen Raeburn2004-04-243-16/+36
* make dependKen Raeburn2003-12-151-37/+42
* Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu2003-10-085-1/+113
* Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman2003-07-225-11/+66
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* Split out etype_info2 decoder from etype_info decoder. In theSam Hartman2003-06-204-4/+41
* make-depend updatesKen Raeburn2003-05-241-21/+21
* Populate etype_info_entry.s2kparams.dataSam Hartman2003-05-242-1/+7
* * asn1_k_encode.c (asn1_encode_krb_safe_body): UseEzra Peisach2003-05-203-2/+11
* Sequence numbers are now unsigned. Implement lenient parser forTom Yu2003-05-187-7/+89
* Implement encoders for etype_info2 and add support to s2kparams forSam Hartman2003-05-066-9/+58
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-252-0/+21
* Obscure memory leak in asn1_decode_kdc_req_bodyEzra Peisach2003-04-132-1/+20
* Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn2003-03-127-203/+246
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* * asn1_k_decode.c (asn1_decode_sam_challenge_2_body): AddEzra Peisach2002-12-232-3/+12
* * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach2002-11-073-6/+24
* For sam_challenge do not encode optional strings if string not present.Ezra Peisach2002-11-072-1/+6
* * asn1_encode.h (asn1_encode_oid):Tom Yu2002-11-055-0/+48