summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
Commit message (Expand)AuthorAgeFilesLines
* Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn2008-09-051-4/+6
* Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn2008-09-0512-3223/+3224
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-275-31/+30
* Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn2008-08-192-1/+5
* If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn2008-08-141-0/+3
* Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn2008-08-132-1/+5
* sequence_of_no_tagvars declared variables used only inKen Raeburn2008-08-071-20/+16
* get_eoc() is always followed by next_tag(), so don't bother settingKen Raeburn2008-08-072-26/+16
* Pull out EOC error checks into separate functionsKen Raeburn2008-08-072-12/+34
* Use bitfields for class and construction typeKen Raeburn2008-08-071-0/+7
* Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn2008-08-075-33/+40
* Pull out generic array expansion code from array_append macro into aKen Raeburn2008-04-031-7/+22
* In the pkinit decoders, set up things properly so that asn1buf_sync()Tom Yu2007-09-131-3/+22
* Change use of choice_pa_pk_as_rep_UNKNOWN toEzra Peisach2007-08-261-1/+1
* make dependKen Raeburn2007-08-161-65/+71
* Add PKINIT supportKevin Coffman2007-08-016-1/+1270
* If no salt is included with the key data, set the salt length field to 0.Ken Raeburn2007-07-271-1/+2
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-3/+6
* Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn2007-05-101-2/+4
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-192-14/+14
* 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