summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
Commit message (Expand)AuthorAgeFilesLines
* Started changelog to document change in crep2kcrep.cTheodore Tso1994-06-171-0/+5
* Fixing type which caused ticket forwarding to not workTheodore Tso1994-06-171-1/+1
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-172-1/+2
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-158-20/+25
* step 1: bzero->memset(,0,)Mark Eichin1994-06-1541-57/+56
* move isode/psap.h up top to avoid fd_set define confusionMark Eichin1994-06-101-1/+1
* autoconf enhancements for kerberosMark Eichin1994-06-092-0/+184
* If a timestamp is given, the usec is sent by definition...Theodore Tso1994-03-231-3/+0
* GCC wants the "register" keyword to be first (before the "const" keyword)Theodore Tso1993-12-0142-56/+65
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-1542-79/+79
* Merged in ISI's modified CRED-INFO patchesTheodore Tso1993-09-225-202/+232
* Wrong free routine was being calledTheodore Tso1993-09-011-1/+1
* Modifications supplied by Ari Medvinsky to include the authorizationTheodore Tso1993-09-012-0/+16
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-0163-126/+126
* Library directory reorganization; there are now crypto and krb5 directories,Theodore Tso1993-08-041-1/+1
* element_KRB5_12 really should be element_KRB5_15; brain-damanagedTheodore Tso1993-07-292-5/+5
* Initial revisionTheodore Tso1993-06-034-0/+93
* Changed to only encode the rtime if it is non-zero in the structureTheodore Tso1993-06-031-1/+1
* Changed to only encode the from time if it is non-zero in the structureTheodore Tso1993-06-031-4/+6
* Patch so that a ticket with no host address generate the correctTheodore Tso1993-06-031-5/+8
* Change to generate the renew_time if it was non-zero in the structure,Theodore Tso1993-06-031-1/+1
* Chnages to support the new KRB5_CRED messageTheodore Tso1993-06-031-3/+32
* New routines to support the new KRB_CRED structureTheodore Tso1993-06-031-2/+10
* Initial revisionTheodore Tso1993-06-034-0/+581
* Added fix to avoid the malloc(0) problemTheodore Tso1993-02-232-20/+25
* Return sane error message if passwed in argument is NULLTheodore Tso1993-02-191-0/+5
* Sandia bug; return sane error message if passed in argument is NULLTheodore Tso1993-02-191-1/+11
* Sandia bug fix. The client address field is optionalTheodore Tso1993-02-191-4/+5
* Fold in ISI changes for asn.1 fixesTheodore Tso1992-09-295-79/+77
* Fold in ISI changes for asn.1 fixesTheodore Tso1992-09-294-42/+114
* As modified by Prasad @ ISI; PA DATA restructuring...Theodore Tso1992-08-251-1/+54
* As modified by Prasad @ ISI; PA DATA restructuring...Theodore Tso1992-08-251-2/+54
* *** empty log message ***Theodore Tso1992-08-214-0/+389
* Principal type changesJohn Carr1992-08-219-25/+49
* Add support for separate source and binary directoriesJohn Carr1992-08-211-55/+57
* Fix loop exit test: rv->next should have been rvJohn Carr1992-08-211-1/+1
* Don't depend on behavior of malloc(0)John Carr1992-08-211-1/+7
* Support for alternate source directory.John Carr1992-03-251-1/+7
* Delete include of <isode/psap.h>: it was not neededJohn Carr1992-02-281-5/+0
* "from" field is optionalJohn Carr1992-02-251-3/+6
* Install include files.John Carr1992-02-231-0/+16
* Include <krb5/sysincl.h> to get time include filesJohn Carr1992-02-231-2/+2
* change "TGS" to "KDC"John Kohl1991-06-134-14/+14
* there's a better way to make these "must be the same" items; define aJohn Kohl1991-06-131-44/+11
* remove files no longer needed with some updated ASN.1 frobberyJohn Kohl1991-06-131-12/+0
* OtherdirLibraryTarget doesn't supply depend:: targetJohn Carr1991-06-061-0/+2
* Update copyright noticeJohn Kohl1991-06-0654-108/+864
* Update coypright noticeJohn Kohl1991-06-061-2/+15
* fix order of entries in makefile so that all:: is the default actionJohn Kohl1991-04-261-2/+2
* make sure timestamp and seq # are zero if they're not presentJohn Kohl1991-04-262-2/+10