summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get_in_tkt.c (krb5_get_in_tkt): If kdc_settime is enabled, then setTheodore Tso1995-09-026-55/+77
* Add test for old dump formatPaul Park1995-09-012-0/+12
* Makefile.in (check-unix): Add a test case to make sureTheodore Tso1995-09-014-7/+18
* Remove __dbtest after done with make checkPaul Park1995-09-012-0/+9
* Serialize new time offset fields in the os_contextPaul Park1995-09-012-8/+36
* Add time offset field to the os_context structure. This offset isTheodore Tso1995-09-012-0/+41
* * toffset.c: Added new file which implements the abstract interfacesTheodore Tso1995-09-016-3/+178
* Test aname_to_lname during make checkPaul Park1995-08-313-0/+35
* Describe previous changesPaul Park1995-08-311-0/+11
* Update ACL file descriptionPaul Park1995-08-311-3/+30
* Provide object for ACL decisionPaul Park1995-08-312-36/+42
* Make access decision based on subject and object, not just subjectPaul Park1995-08-312-9/+73
* Set magic number in krb5_rcachePaul Park1995-08-312-0/+7
* Run using both GSSAPI and GSSAPI-V2 functionsPaul Park1995-08-312-0/+169
* Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1995-08-315-23/+193
* Update to GSSAPI-V2Paul Park1995-08-3132-295/+1622
* Add checks for stddef.h and xom.h for GSSAPIPaul Park1995-08-312-0/+6
* init_sec_context.c (krb5_gss_init_sec_context): Remove duplicatedEzra Peisach1995-08-302-23/+5
* Zero out newly allocated context so encrypt_block doesnt have garbagePaul Park1995-08-293-1/+8
* Add description of strings recognized by str_conv.cPaul Park1995-08-293-0/+255
* Replace explicit library list with $(LIBS) so we get -lsocket on SolarisPaul Park1995-08-292-1/+6
* Fix compilation errorsPaul Park1995-08-293-4/+7
* Add serialization support for profilePaul Park1995-08-293-0/+183
* Use new gss_{im,ex}port_sec_contextPaul Park1995-08-293-2/+44
* Describe previous changesPaul Park1995-08-292-0/+24
* Add magic numbers for GSSAPI data structuresPaul Park1995-08-291-1/+3
* Add prototypes for {im,ex}port_sec_context and kg_ser_context_initPaul Park1995-08-291-0/+17
* Add {im,ex}port_sec_context wrapper routinesPaul Park1995-08-291-0/+30
* Add new modules to support {im,ex}port of GSSAPI contextPaul Park1995-08-295-0/+1060
* Add prototypes for gss_{im,ex}port_sec_contextPaul Park1995-08-292-1/+15
* New test module for serialization routinesPaul Park1995-08-291-0/+714
* Add serialization support for K5 data structuresPaul Park1995-08-2912-3/+2997
* Copy keyblock from message instead of setting a pointer to data which is goin...Paul Park1995-08-291-1/+2
* Free allocated serializers when releasing contextPaul Park1995-08-291-0/+3
* Set magic number when initializing auth_contextPaul Park1995-08-291-104/+77
* Add magic number to krb5_auth_contextPaul Park1995-08-291-0/+1
* Add rcache serialization supportPaul Park1995-08-294-2/+225
* Add keytab serialization supportPaul Park1995-08-2911-4/+434
* Add magic numbers for DB_CONTEXT, AUTH_CONTEXT, KEYTAB, RCACHE and CCACHEPaul Park1995-08-292-0/+10
* Add ccache serialization supportPaul Park1995-08-298-2/+233
* Add context serialization support. Fix gcc -Wall complaintsPaul Park1995-08-292-8/+215
* Set and use priv_size in the krb5_encrypt_blockPaul Park1995-08-293-1/+8
* Add prototype for database context serializerPaul Park1995-08-292-0/+6
* Describe previous changesPaul Park1995-08-291-0/+9
* Add serializer definitionsPaul Park1995-08-291-0/+86
* Add priv_size to krb5_encrypt_blockPaul Park1995-08-291-0/+4
* krb5_decode_test.c (main): Add tests for decode_krb5_{etype_info,alt_method}Theodore Tso1995-08-289-6/+310
* krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): NewTheodore Tso1995-08-288-0/+171
* Added new error codes KV5M_ALT_METHOD and KV5M_ETYPE_INFO_ENTRYTheodore Tso1995-08-282-0/+6
* Added two new data structures: krb5_alt_method and krb5_etype_infoTheodore Tso1995-08-282-257/+301