aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1
AgeCommit message (Expand)AuthorFilesLines
2007-09-13In the pkinit decoders, set up things properly so that asn1buf_sync()Tom Yu1-3/+22
2007-08-26Change use of choice_pa_pk_as_rep_UNKNOWN toEzra Peisach1-1/+1
2007-08-16make dependKen Raeburn1-65/+71
2007-08-01Add PKINIT supportKevin Coffman6-1/+1270
2007-07-27If no salt is included with the key data, set the salt length field to 0.Ken Raeburn1-1/+2
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-3/+6
2007-05-10Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn1-2/+4
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach2-14/+14
2006-11-13more Novell ldap patches from Nov 6 and Fix for wrong password policy referen...Will Fiveash1-4/+6
2006-10-30latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash1-7/+18
2006-10-10Check for allocation failure. Caught by Will FiveashKen Raeburn1-2/+3
2006-10-07Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2-0/+478
2006-10-06make dependTom Yu1-30/+34
2006-08-02Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu1-0/+1
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-1/+1
2006-05-31Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn1-2/+2
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-10/+10
2006-05-23install headers into include/krb5Ken Raeburn1-55/+61
2006-04-14Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn1-2/+2
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-31/+25
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-1297/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn2-67/+0
2006-04-02* Makefile.in (DEFS): Make emptyKen Raeburn2-0/+5
2006-03-31make depend, now with dependency sortingKen Raeburn1-77/+79
2006-03-27make dependKen Raeburn1-26/+32
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-24/+24
2006-03-08make dependKen Raeburn1-10/+20
2005-11-29make dependTom Yu1-42/+30
2005-11-15This commit ensures that all files in the library includeJeffrey Altman3-2/+6
2005-10-03 * asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properlyTom Yu2-1/+6
2005-06-21Update dependenciesKen Raeburn1-30/+40
2005-03-04* asn1_encode.c (asn1_encode_generaltime): If gmtime_r returns int instead ofKen Raeburn2-0/+10
2004-12-30run "make depend"Ken Raeburn1-54/+58
2004-12-28Memory leak in asn1_decode_generaltimeEzra Peisach2-0/+6
2004-08-31fix MITKRB5-SA-2004-003Tom Yu2-0/+4
2004-08-31fix MITKRB5-SA-2004-002Tom Yu3-2/+19
2004-06-11* asn1_encode.c (asn1_encode_generaltime): Fix memcpy argument to actuallyKen Raeburn3-12/+24
2004-06-04* asn1_encode.c (asn1_encode_generaltime): Use gmtime_r if availableKen Raeburn2-3/+16
2004-04-24update dependenciesKen Raeburn1-35/+40
2004-04-24Handle the somewhat common fixed case of time value 0 more efficientlyKen Raeburn3-16/+36
2003-12-15make dependKen Raeburn1-37/+42
2003-10-08Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu5-1/+113
2003-07-22Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman5-11/+66
2003-07-17delete ##WIN16## lines from makefilesKen Raeburn2-1/+4
2003-06-20Split out etype_info2 decoder from etype_info decoder. In theSam Hartman4-4/+41
2003-05-24make-depend updatesKen Raeburn1-21/+21
2003-05-24Populate etype_info_entry.s2kparams.dataSam Hartman2-1/+7
2003-05-20 * asn1_k_encode.c (asn1_encode_krb_safe_body): UseEzra Peisach3-2/+11
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu7-7/+89
2003-05-06Implement encoders for etype_info2 and add support to s2kparams forSam Hartman6-9/+58