1990-12-12 |
John Kohl | allow a NULL server argument to mean "take anything" |
commit | commitdiff | tree | snapshot |
1990-12-12 |
Theodore Tso | Moved mit_des_encrypt_f to krb_glue.h |
commit | commitdiff | tree | snapshot |
1990-12-12 |
John Kohl | need to assure room for the checksums in the key to... |
commit | commitdiff | tree | snapshot |
1990-12-12 |
John Carr | make more code conditional on BACKWARD_COMPAT |
commit | commitdiff | tree | snapshot |
1990-12-12 |
John Carr | Replace exit(n) with return n in main; this allows... |
commit | commitdiff | tree | snapshot |
1990-12-11 |
John Kohl | decode_krb5_as_rep needs to modify its argument.. |
commit | commitdiff | tree | snapshot |
1990-12-11 |
Theodore Tso | Documented extra argument to mk_req_extended |
commit | commitdiff | tree | snapshot |
1990-12-10 |
Theodore Tso | Initial revision |
commit | commitdiff | tree | snapshot |
1990-12-05 |
John Kohl | no longer use narrowed prototypes, so we can inter... |
commit | commitdiff | tree | snapshot |
1990-12-05 |
John Kohl | need to widen a prototype |
commit | commitdiff | tree | snapshot |
1990-12-05 |
John Kohl | u_shorts promote to ints |
commit | commitdiff | tree | snapshot |
1990-12-03 |
John Carr | <krb5/ext-proto.h> depends on <krb5/config.h> |
commit | commitdiff | tree | snapshot |
1990-12-03 |
John Carr | Add $(TOP)/include/stdc-incl to include path |
commit | commitdiff | tree | snapshot |
1990-12-03 |
Theodore Tso | Changed arguments to SaberProgramTarget so that the... |
commit | commitdiff | tree | snapshot |
1990-12-03 |
Theodore Tso | Make it backquote tabs and backslashes in the realm... |
commit | commitdiff | tree | snapshot |
1990-12-03 |
John Kohl | use proper polynomial for this CRC table |
commit | commitdiff | tree | snapshot |
1990-12-03 |
John Carr | Delete unused variable |
commit | commitdiff | tree | snapshot |
1990-12-03 |
John Carr | Delete unused variable; cast argument 1 to fwrite() |
commit | commitdiff | tree | snapshot |
1990-12-03 |
John Carr | readin_string must be declared volatile, since it may... |
commit | commitdiff | tree | snapshot |
1990-11-30 |
Donald Davis | incorporates v4 kdc+glue code in kerberos_v4.c |
commit | commitdiff | tree | snapshot |
1990-11-30 |
Donald Davis | Initial revision |
commit | commitdiff | tree | snapshot |
1990-11-29 |
Theodore Tso | Added extract version 4 srvtab function |
commit | commitdiff | tree | snapshot |
1990-11-29 |
John Kohl | add crctest stuff |
commit | commitdiff | tree | snapshot |
1990-11-29 |
John Kohl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1990-11-28 |
John Kohl | add KRB5KRB_AP_ERR_METHOD |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Added declaration of krb5_scc_ops |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Added declaration of krb5_cc_file_ops |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Added ccdefops.c |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Rearranged use of krb5_cc_dfl_ops to deal with it now... |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Added `stdio' subdirectory |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Added prototypes from scc_maybe.c |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | krb5_cc_dfl_ops is now a pointer |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Changed structure name to unique (fcc-specific) name |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Renamed structure to unique name |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Reordered functions for potentially better optimization... |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Added declarations of authdata i/o routines |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Zero out credentials structure correctly; handle readin... |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Replace bzero with memset |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | ifdef some names that might not be available |
commit | commitdiff | tree | snapshot |
1990-11-28 |
Ken Raeburn | Write out authdata component as well |
commit | commitdiff | tree | snapshot |
1990-11-27 |
John Carr | fix call to memset() |
commit | commitdiff | tree | snapshot |
1990-11-27 |
John Kohl | add const to getpwnam() and memcpy() |
commit | commitdiff | tree | snapshot |
1990-11-27 |
John Kohl | krb5_kt_resolve now takes a const *, so no cast needed |
commit | commitdiff | tree | snapshot |
1990-11-27 |
John Kohl | name is now const |
commit | commitdiff | tree | snapshot |
1990-11-27 |
John Kohl | kt_resolve now takes const first arg |
commit | commitdiff | tree | snapshot |
1990-11-27 |
John Kohl | fix const binding to correct place |
commit | commitdiff | tree | snapshot |
1990-11-26 |
John Kohl | remove lucifer |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | need to special case krb5_db_set_lockmode as well |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | make dependency work |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | build dependencies in subdirs |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | add DependTarget() where needed |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | fix up dependency stage |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | add empty depend target |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | depend on generated krb5_ed_ct.c |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | depend must make sure des.c is done (meaning all the... |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | don't include mit-des.h twice, if needed more than... |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | depend depends on kdc5_err.c |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | only use stdio.h once |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | don't need rc_io.h twice |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | add krb5_use_cstype macro |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | don't need config anymore (it's in krb5.h) but do need... |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | use default keytypes/etypes |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | use default keytypes/etypes |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | add DEFAULT_KDC_ETYPE, DEFAULT_KDC_KEYTYPE |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | need to use 0xffff rather than -1 since the type is... |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | need to use 0xffff rather than -1 since the type is... |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | use new macro for assigning encryption system pointers |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | fix checksum array to match defines in encryption.h |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | use macros from encryption.h |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | use macros from encryption.h |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | use macros for encryption functions |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | comment that XEROX is snefru |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | don't need types defined here, see <encryption.h> |
commit | commitdiff | tree | snapshot |
1990-11-20 |
John Kohl | change name for checksum type #define |
commit | commitdiff | tree | snapshot |
1990-11-19 |
Donald Davis | v4 compatibility is commented out |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | add config options for prototype size |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | current VAX tree needs narrow prototypes |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | add NARROW_PROTOTYPES |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | changes for narrow/wide prototypes |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | changes for narrow/wide prototypes |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | add support for narrow/wide prototypes |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | remove confounder |
commit | commitdiff | tree | snapshot |
1990-11-19 |
John Kohl | allow narrow or wide prototypes |
commit | commitdiff | tree | snapshot |
1990-11-16 |
Theodore Tso | Since we're going to need to have glue library anyway... |
commit | commitdiff | tree | snapshot |
1990-11-15 |
Theodore Tso | Added krb_glue.c, read_password.c, and quad_cksum.c |
commit | commitdiff | tree | snapshot |
1990-11-15 |
John Kohl | use memset rather than bzero |
commit | commitdiff | tree | snapshot |
1990-11-15 |
John Kohl | change bcmp to memcmp |
commit | commitdiff | tree | snapshot |
1990-11-15 |
John Kohl | use memset in place of bzero |
commit | commitdiff | tree | snapshot |
1990-11-14 |
Paul Borman | removed decl of setenv() as it is also in telnetd/local... |
commit | commitdiff | tree | snapshot |
1990-11-14 |
Paul Borman | Added the ``common'' subdirectory |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | use comments after #endif |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | mis-typed the conversion to memcpy |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | change bzero to memset |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | use memset instead of bzero |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | change bzero to memset |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | don't declare external things here, use <krb5/ext-proto.h> |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | change bcopy to memcpy, bzero to memset |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | add USE_STRING_H test |
commit | commitdiff | tree | snapshot |
1990-11-08 |
John Kohl | change bzero to memset |
commit | commitdiff | tree | snapshot |
next |