summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed configuration to actually work with a displaced source tree.Mark Eichin1994-07-011-0/+11
| | | | | | | | | | | | | | Major changes, but localized... * configure.in: redo "autoconf frobbage" since the old way didn't work with srcdir. Now, AC_OUTPUT generates all three Makefiles, and ISODEMAKEFILE is subst'ed in to be either Makefile.isode or Makefile.sane. EXTRA_RULES_IN is used to append the extra stuff to the end of the "real" one of the two. * configure.in: krb5_encode.h and krb5_encode.h are source, not generated, so use CopySrcHeader instead. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3939 dc483132-0cff-0310-8789-dd5450dbe970
* select makefile in build dirMark Eichin1994-07-011-0/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3937 dc483132-0cff-0310-8789-dd5450dbe970
* rename *.in.* to *.*.in to make it workMark Eichin1994-07-013-6/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3936 dc483132-0cff-0310-8789-dd5450dbe970
* folding in Harry's changesTom Yu1994-06-2926-5/+5180
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3924 dc483132-0cff-0310-8789-dd5450dbe970
* folding in harry's changesTom Yu1994-06-291-0/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3923 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in (in all relevant subdirs): move invokations ofTom Yu1994-06-271-1/+1
| | | | | | | | CONFIG_RULES around so that they preceed anything that even vaguely resembles a compile test. This is so that $CC will get set properly before any compile tests run. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3918 dc483132-0cff-0310-8789-dd5450dbe970
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-211-0/+1
| | | | | | | | * Makefile.in (in all subdirs): added CC=@CC@ to nail down the substitution to be sure that configuration matches build. Added CCOPTS to some of them so that it gets nailed in correctly too. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3887 dc483132-0cff-0310-8789-dd5450dbe970
* support to allow --with-ccopts=Tom Yu1994-06-212-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3884 dc483132-0cff-0310-8789-dd5450dbe970
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-181-1/+1
| | | | | | | | * aclocal.m4 (MAKE_SUBDIRS): pass CCOPTS, CC in every make * Makefile.in: change CFLAGS = -g ... to CFALGS = $(CCOPTS) ... in all Makefile.in's throughout the tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3867 dc483132-0cff-0310-8789-dd5450dbe970
* Started changelog to document change in crep2kcrep.cTheodore Tso1994-06-171-0/+5
| | | | | | | (Reminder: we should start using Changelog files when we make changes in files.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3866 dc483132-0cff-0310-8789-dd5450dbe970
* Fixing type which caused ticket forwarding to not workTheodore Tso1994-06-171-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3865 dc483132-0cff-0310-8789-dd5450dbe970
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-172-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3861 dc483132-0cff-0310-8789-dd5450dbe970
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-158-20/+25
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3821 dc483132-0cff-0310-8789-dd5450dbe970
* step 1: bzero->memset(,0,)Mark Eichin1994-06-1541-57/+56
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3809 dc483132-0cff-0310-8789-dd5450dbe970
* move isode/psap.h up top to avoid fd_set define confusionMark Eichin1994-06-101-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3723 dc483132-0cff-0310-8789-dd5450dbe970
* autoconf enhancements for kerberosMark Eichin1994-06-092-0/+184
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3690 dc483132-0cff-0310-8789-dd5450dbe970
* If a timestamp is given, the usec is sent by definition...Theodore Tso1994-03-231-3/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3471 dc483132-0cff-0310-8789-dd5450dbe970
* GCC wants the "register" keyword to be first (before the "const" keyword)Theodore Tso1993-12-0142-56/+65
| | | | | | Fixed a number of memory leaks. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3051 dc483132-0cff-0310-8789-dd5450dbe970
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-1542-79/+79
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2670 dc483132-0cff-0310-8789-dd5450dbe970
* Merged in ISI's modified CRED-INFO patchesTheodore Tso1993-09-225-202/+232
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2647 dc483132-0cff-0310-8789-dd5450dbe970
* Wrong free routine was being calledTheodore Tso1993-09-011-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2640 dc483132-0cff-0310-8789-dd5450dbe970
* Modifications supplied by Ari Medvinsky to include the authorizationTheodore Tso1993-09-012-0/+16
| | | | | | data field in the authenticator. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2639 dc483132-0cff-0310-8789-dd5450dbe970
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-0163-126/+126
| | | | | | to "may require..." git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2638 dc483132-0cff-0310-8789-dd5450dbe970
* Library directory reorganization; there are now crypto and krb5 directories,Theodore Tso1993-08-041-1/+1
| | | | | | | | for the libcrypto.a and libkrb5.a files, respectively. The directories which contained files making up those libraries have been moved under those directories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2628 dc483132-0cff-0310-8789-dd5450dbe970
* element_KRB5_12 really should be element_KRB5_15; brain-damanagedTheodore Tso1993-07-292-5/+5
| | | | | | MIPS cc didn't notice this!?! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2625 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTheodore Tso1993-06-034-0/+93
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2611 dc483132-0cff-0310-8789-dd5450dbe970
* Changed to only encode the rtime if it is non-zero in the structureTheodore Tso1993-06-031-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2570 dc483132-0cff-0310-8789-dd5450dbe970
* Changed to only encode the from time if it is non-zero in the structureTheodore Tso1993-06-031-4/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2569 dc483132-0cff-0310-8789-dd5450dbe970
* Patch so that a ticket with no host address generate the correctTheodore Tso1993-06-031-5/+8
| | | | | | ASN.1 code. (The host address field is optional!!!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2568 dc483132-0cff-0310-8789-dd5450dbe970
* Change to generate the renew_time if it was non-zero in the structure,Theodore Tso1993-06-031-1/+1
| | | | | | instead of depending on the ticket flags. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2567 dc483132-0cff-0310-8789-dd5450dbe970
* Chnages to support the new KRB5_CRED messageTheodore Tso1993-06-031-3/+32
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2566 dc483132-0cff-0310-8789-dd5450dbe970
* New routines to support the new KRB_CRED structureTheodore Tso1993-06-031-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2565 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTheodore Tso1993-06-034-0/+581
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2564 dc483132-0cff-0310-8789-dd5450dbe970
* Added fix to avoid the malloc(0) problemTheodore Tso1993-02-232-20/+25
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2500 dc483132-0cff-0310-8789-dd5450dbe970
* Return sane error message if passwed in argument is NULLTheodore Tso1993-02-191-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2489 dc483132-0cff-0310-8789-dd5450dbe970
* Sandia bug; return sane error message if passed in argument is NULLTheodore Tso1993-02-191-1/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2488 dc483132-0cff-0310-8789-dd5450dbe970
* Sandia bug fix. The client address field is optionalTheodore Tso1993-02-191-4/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2487 dc483132-0cff-0310-8789-dd5450dbe970
* Fold in ISI changes for asn.1 fixesTheodore Tso1992-09-295-79/+77
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2436 dc483132-0cff-0310-8789-dd5450dbe970
* Fold in ISI changes for asn.1 fixesTheodore Tso1992-09-294-42/+114
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2435 dc483132-0cff-0310-8789-dd5450dbe970
* As modified by Prasad @ ISI; PA DATA restructuring...Theodore Tso1992-08-251-1/+54
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2370 dc483132-0cff-0310-8789-dd5450dbe970
* As modified by Prasad @ ISI; PA DATA restructuring...Theodore Tso1992-08-251-2/+54
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2369 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Theodore Tso1992-08-214-0/+389
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2368 dc483132-0cff-0310-8789-dd5450dbe970
* Principal type changesJohn Carr1992-08-219-25/+49
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2355 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for separate source and binary directoriesJohn Carr1992-08-211-55/+57
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2354 dc483132-0cff-0310-8789-dd5450dbe970
* Fix loop exit test: rv->next should have been rvJohn Carr1992-08-211-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2353 dc483132-0cff-0310-8789-dd5450dbe970
* Don't depend on behavior of malloc(0)John Carr1992-08-211-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2352 dc483132-0cff-0310-8789-dd5450dbe970
* Support for alternate source directory.John Carr1992-03-251-1/+7
| | | | | | Make sed hack conditional. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2267 dc483132-0cff-0310-8789-dd5450dbe970
* Delete include of <isode/psap.h>: it was not neededJohn Carr1992-02-281-5/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2251 dc483132-0cff-0310-8789-dd5450dbe970
* "from" field is optionalJohn Carr1992-02-251-3/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2250 dc483132-0cff-0310-8789-dd5450dbe970
* Install include files.John Carr1992-02-231-0/+16
| | | | | | | Add hack to work around problems with imake on some systems with SYSV style C preprocessors. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2236 dc483132-0cff-0310-8789-dd5450dbe970