summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fix indentation to remove extra space from documentation fileJohn Kohl1990-11-081-119/+131
* change to copy onto stack to avoid modifying input in MDupdateJohn Kohl1990-11-081-15/+30
* add MD4 supportJohn Kohl1990-11-081-0/+8
* Initial code from RFCJohn Kohl1990-11-072-0/+441
* fixed an apparent memory leak in krb5_dbm_db_get_principal();Donald Davis1990-11-021-7/+7
* Fixed bug in the unlocking routine so it really would call flockTheodore Tso1990-11-021-5/+3
* Fixed coredumping bug if size was NULL.Theodore Tso1990-11-021-3/+5
* Initial revisionKen Raeburn1990-11-0125-0/+2091
* add krb425John Kohl1990-10-311-1/+1
* fix logic for turning on debugging John Kohl1990-10-311-1/+1
* Remove <time.h> include. Kerberos header files now take care of thisJohn Carr1990-10-311-2/+1
* fix INCLUDES to use new copy of kerberosIV stuffJohn Kohl1990-10-291-1/+1
* *** empty log message ***Paul Borman1990-10-2925-0/+2678
* #ifdef's on EDQUOTJohn Kohl1990-10-291-0/+6
* needs time.h on some systemsJohn Kohl1990-10-291-1/+1
* #ifdef some error codes which might not be knownJohn Kohl1990-10-291-0/+4
* change index/rindex to strchr/strrchrJohn Kohl1990-10-294-7/+7
* use string.hJohn Kohl1990-10-291-2/+2
* don't check return address, as it can fail on certain implementationsJohn Kohl1990-10-291-15/+18
* don't need posix-conf.h anymore (it's subsumed in config.h)John Kohl1990-10-292-2/+5
* *** empty log message ***John Kohl1990-10-291-0/+64
* already had a recursive target named 'includes' for building header filesJohn Kohl1990-10-262-2/+2
* don't count the NULL in the sizeJohn Kohl1990-10-251-1/+1
* make sure makefile gets rebuiltJohn Kohl1990-10-251-0/+2
* fix arg types to match prototypeJohn Kohl1990-10-251-3/+3
* add asn.1John Kohl1990-10-251-1/+1
* add stuff to copy generated .h file to include dirJohn Kohl1990-10-251-0/+7
* replace erroneously-removed asn1glue.hJohn Kohl1990-10-2550-0/+50
* fix include filesJohn Kohl1990-10-2550-150/+50
* make sure headers get installed in include dirJohn Kohl1990-10-251-1/+1
* add error_tablesJohn Kohl1990-10-251-1/+1
* rearrange object rulesJohn Kohl1990-10-251-2/+9
* change to a lengt/contents fill-in rather than a return valueJohn Kohl1990-10-231-8/+40
* use real prototypesJohn Kohl1990-10-221-15/+22
* use const pointer in translatorJohn Kohl1990-10-221-1/+1
* don't need castsJohn Kohl1990-10-191-4/+3
* need to dereference the pointerJohn Kohl1990-10-191-1/+1
* fix erroneous use of . rather than ->John Kohl1990-10-191-4/+4
* fix const ptrJohn Kohl1990-10-191-5/+5
* the arg is now a const *John Kohl1990-10-192-7/+9
* need const krb5_data **John Kohl1990-10-191-1/+1
* no need for keyprocarg to be constJohn Kohl1990-10-191-4/+5
* no need for keyprocarg to be constJohn Kohl1990-10-191-1/+1
* process_key takes a const arg #2John Kohl1990-10-191-1/+1
* need to cast (keyblock is const)John Kohl1990-10-191-3/+3
* need to cast since sname is constJohn Kohl1990-10-191-1/+1
* need to cast because server is constJohn Kohl1990-10-191-1/+1
* change 'const krb5_principal' to krb5_const_principalJohn Kohl1990-10-1911-15/+15
* add 'const' where neededJohn Kohl1990-10-193-14/+15
* add 'const' where needed.John Kohl1990-10-191-2/+2