aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1
AgeCommit message (Expand)AuthorFilesLines
2008-08-19Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn2-1/+5
2008-08-14If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn1-0/+3
2008-08-13Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn2-1/+5
2008-08-07sequence_of_no_tagvars declared variables used only inKen Raeburn1-20/+16
2008-08-07get_eoc() is always followed by next_tag(), so don't bother settingKen Raeburn2-26/+16
2008-08-07Pull out EOC error checks into separate functionsKen Raeburn2-12/+34
2008-08-07Use bitfields for class and construction typeKen Raeburn1-0/+7
2008-08-07Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn5-33/+40
2008-04-03Pull out generic array expansion code from array_append macro into aKen Raeburn1-7/+22
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