summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionTheodore Tso1990-12-101-0/+213
* need to widen a prototypeJohn Kohl1990-12-051-0/+4
* <krb5/ext-proto.h> depends on <krb5/config.h>John Carr1990-12-032-0/+2
* Add $(TOP)/include/stdc-incl to include pathJohn Carr1990-12-031-0/+2
* Make it backquote tabs and backslashes in the realm nameTheodore Tso1990-12-031-0/+2
* use proper polynomial for this CRC tableJohn Kohl1990-12-031-65/+114
* readin_string must be declared volatile, since it may be accessedJohn Carr1990-12-031-14/+17
* add crctest stuffJohn Kohl1990-11-291-1/+6
* *** empty log message ***John Kohl1990-11-292-0/+144
* add KRB5KRB_AP_ERR_METHODJohn Kohl1990-11-281-2/+2
* Added declaration of krb5_scc_opsKen Raeburn1990-11-281-0/+1
* Added declaration of krb5_cc_file_opsKen Raeburn1990-11-281-0/+1
* Added ccdefops.cKen Raeburn1990-11-281-2/+4
* Rearranged use of krb5_cc_dfl_ops to deal with it now being aKen Raeburn1990-11-281-2/+6
* Added `stdio' subdirectoryKen Raeburn1990-11-281-1/+1
* Added prototypes from scc_maybe.cKen Raeburn1990-11-281-0/+4
* Changed structure name to unique (fcc-specific) nameKen Raeburn1990-11-281-1/+1
* Renamed structure to unique nameKen Raeburn1990-11-281-1/+1
* Reordered functions for potentially better optimization (with gcc);Ken Raeburn1990-11-281-32/+68
* Added declarations of authdata i/o routinesKen Raeburn1990-11-281-0/+4
* Zero out credentials structure correctly; handle reading of authdataKen Raeburn1990-11-281-1/+13
* Replace bzero with memsetKen Raeburn1990-11-281-1/+1
* ifdef some names that might not be availableKen Raeburn1990-11-281-0/+4
* Write out authdata component as wellKen Raeburn1990-11-281-0/+2
* krb5_kt_resolve now takes a const *, so no cast neededJohn Kohl1990-11-271-1/+1
* name is now const John Kohl1990-11-271-3/+3
* fix const binding to correct placeJohn Kohl1990-11-271-1/+1
* fix up dependency stageJohn Kohl1990-11-201-0/+2
* depend must make sure des.c is done (meaning all the generated include files)John Kohl1990-11-201-0/+2
* don't include mit-des.h twice, if needed more than onceJohn Kohl1990-11-201-0/+6
* don't need rc_io.h twiceJohn Kohl1990-11-201-1/+0
* use new macro for assigning encryption system pointersJohn Kohl1990-11-209-9/+9
* fix checksum array to match defines in encryption.hJohn Kohl1990-11-201-1/+6
* change name for checksum type #defineJohn Kohl1990-11-201-1/+1
* changes for narrow/wide prototypesJohn Kohl1990-11-195-11/+35
* changes for narrow/wide prototypesJohn Kohl1990-11-191-0/+6
* Since we're going to need to have glue library anyway, quad_checksumTheodore Tso1990-11-161-6/+2
* Added krb_glue.c, read_password.c, and quad_cksum.cTheodore Tso1990-11-151-2/+8
* use memset rather than bzeroJohn Kohl1990-11-151-1/+1
* use comments after #endifJohn Kohl1990-11-081-1/+1
* mis-typed the conversion to memcpyJohn Kohl1990-11-081-1/+1
* don't declare external things here, use <krb5/ext-proto.h>John Kohl1990-11-081-11/+1
* change bcopy to memcpy, bzero to memsetJohn Kohl1990-11-0810-32/+32
* change bzero to memsetJohn Kohl1990-11-086-6/+6
* change bzero to memsetJohn Kohl1990-11-087-11/+11
* change bzero to memsetJohn Kohl1990-11-0817-42/+52
* change bcopy to memcpy, memset to bzeroJohn Kohl1990-11-086-19/+20
* change bcopy to memcpyJohn Kohl1990-11-083-12/+12
* use memset/memcpy in the xbzero/xbcopy macrosJohn Kohl1990-11-081-2/+2
* change bzero to memsetJohn Kohl1990-11-082-8/+8