| Commit message (Expand) | Author | Age | Files | Lines |
* | get_in_tkt.c (krb5_get_in_tkt): If kdc_settime is enabled, then set | Theodore Tso | 1995-09-02 | 6 | -55/+77 |
* | Add test for old dump format | Paul Park | 1995-09-01 | 2 | -0/+12 |
* | Makefile.in (check-unix): Add a test case to make sure | Theodore Tso | 1995-09-01 | 4 | -7/+18 |
* | Remove __dbtest after done with make check | Paul Park | 1995-09-01 | 2 | -0/+9 |
* | Serialize new time offset fields in the os_context | Paul Park | 1995-09-01 | 2 | -8/+36 |
* | Add time offset field to the os_context structure. This offset is | Theodore Tso | 1995-09-01 | 2 | -0/+41 |
* | * toffset.c: Added new file which implements the abstract interfaces | Theodore Tso | 1995-09-01 | 6 | -3/+178 |
* | Test aname_to_lname during make check | Paul Park | 1995-08-31 | 3 | -0/+35 |
* | Describe previous changes | Paul Park | 1995-08-31 | 1 | -0/+11 |
* | Update ACL file description | Paul Park | 1995-08-31 | 1 | -3/+30 |
* | Provide object for ACL decision | Paul Park | 1995-08-31 | 2 | -36/+42 |
* | Make access decision based on subject and object, not just subject | Paul Park | 1995-08-31 | 2 | -9/+73 |
* | Set magic number in krb5_rcache | Paul Park | 1995-08-31 | 2 | -0/+7 |
* | Run using both GSSAPI and GSSAPI-V2 functions | Paul Park | 1995-08-31 | 2 | -0/+169 |
* | Update for GSSAPI-V2. Add -v2 switch to use some of these features | Paul Park | 1995-08-31 | 5 | -23/+193 |
* | Update to GSSAPI-V2 | Paul Park | 1995-08-31 | 32 | -295/+1622 |
* | Add checks for stddef.h and xom.h for GSSAPI | Paul Park | 1995-08-31 | 2 | -0/+6 |
* | init_sec_context.c (krb5_gss_init_sec_context): Remove duplicated | Ezra Peisach | 1995-08-30 | 2 | -23/+5 |
* | Zero out newly allocated context so encrypt_block doesnt have garbage | Paul Park | 1995-08-29 | 3 | -1/+8 |
* | Add description of strings recognized by str_conv.c | Paul Park | 1995-08-29 | 3 | -0/+255 |
* | Replace explicit library list with $(LIBS) so we get -lsocket on Solaris | Paul Park | 1995-08-29 | 2 | -1/+6 |
* | Fix compilation errors | Paul Park | 1995-08-29 | 3 | -4/+7 |
* | Add serialization support for profile | Paul Park | 1995-08-29 | 3 | -0/+183 |
* | Use new gss_{im,ex}port_sec_context | Paul Park | 1995-08-29 | 3 | -2/+44 |
* | Describe previous changes | Paul Park | 1995-08-29 | 2 | -0/+24 |
* | Add magic numbers for GSSAPI data structures | Paul Park | 1995-08-29 | 1 | -1/+3 |
* | Add prototypes for {im,ex}port_sec_context and kg_ser_context_init | Paul Park | 1995-08-29 | 1 | -0/+17 |
* | Add {im,ex}port_sec_context wrapper routines | Paul Park | 1995-08-29 | 1 | -0/+30 |
* | Add new modules to support {im,ex}port of GSSAPI context | Paul Park | 1995-08-29 | 5 | -0/+1060 |
* | Add prototypes for gss_{im,ex}port_sec_context | Paul Park | 1995-08-29 | 2 | -1/+15 |
* | New test module for serialization routines | Paul Park | 1995-08-29 | 1 | -0/+714 |
* | Add serialization support for K5 data structures | Paul Park | 1995-08-29 | 12 | -3/+2997 |
* | Copy keyblock from message instead of setting a pointer to data which is goin... | Paul Park | 1995-08-29 | 1 | -1/+2 |
* | Free allocated serializers when releasing context | Paul Park | 1995-08-29 | 1 | -0/+3 |
* | Set magic number when initializing auth_context | Paul Park | 1995-08-29 | 1 | -104/+77 |
* | Add magic number to krb5_auth_context | Paul Park | 1995-08-29 | 1 | -0/+1 |
* | Add rcache serialization support | Paul Park | 1995-08-29 | 4 | -2/+225 |
* | Add keytab serialization support | Paul Park | 1995-08-29 | 11 | -4/+434 |
* | Add magic numbers for DB_CONTEXT, AUTH_CONTEXT, KEYTAB, RCACHE and CCACHE | Paul Park | 1995-08-29 | 2 | -0/+10 |
* | Add ccache serialization support | Paul Park | 1995-08-29 | 8 | -2/+233 |
* | Add context serialization support. Fix gcc -Wall complaints | Paul Park | 1995-08-29 | 2 | -8/+215 |
* | Set and use priv_size in the krb5_encrypt_block | Paul Park | 1995-08-29 | 3 | -1/+8 |
* | Add prototype for database context serializer | Paul Park | 1995-08-29 | 2 | -0/+6 |
* | Describe previous changes | Paul Park | 1995-08-29 | 1 | -0/+9 |
* | Add serializer definitions | Paul Park | 1995-08-29 | 1 | -0/+86 |
* | Add priv_size to krb5_encrypt_block | Paul Park | 1995-08-29 | 1 | -0/+4 |
* | krb5_decode_test.c (main): Add tests for decode_krb5_{etype_info,alt_method} | Theodore Tso | 1995-08-28 | 9 | -6/+310 |
* | krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): New | Theodore Tso | 1995-08-28 | 8 | -0/+171 |
* | Added new error codes KV5M_ALT_METHOD and KV5M_ETYPE_INFO_ENTRY | Theodore Tso | 1995-08-28 | 2 | -0/+6 |
* | Added two new data structures: krb5_alt_method and krb5_etype_info | Theodore Tso | 1995-08-28 | 2 | -257/+301 |