summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support alternate source directoryJohn Carr1992-03-255-103/+87
* Support for alternate source directory.John Carr1992-03-251-1/+7
* Remove unused variableJohn Carr1992-03-251-1/+0
* Fix cast of dbm_open return valueJohn Carr1992-03-251-1/+1
* Changes for alternate source directory: prefix source filenamesJohn Carr1992-03-251-16/+20
* Simplify cleanup macroJohn Carr1992-03-251-1/+1
* Add md5 checksumJohn Carr1992-03-251-0/+1
* Add "all" targetJohn Carr1992-03-251-4/+4
* Add md5 checksum types and DES+MD4 and DES+MD5 encryption typesJohn Carr1992-03-251-0/+7
* Add $(SRCDIR) prefix to source filesJohn Carr1992-03-251-55/+55
* Remove krb5_walk_realm_tree declarationJohn Carr1992-03-251-5/+0
* Make sed hack for asn.1/Makefile conditional.John Carr1992-03-251-14/+38
* Add md5John Carr1992-03-251-0/+13
* Make sure the ticket in the TGS request is for the ticket granting service.John Carr1992-03-121-7/+17
* Remove extra '%' from fprintf format stringJohn Carr1992-03-011-1/+1
* krb5_free_realm_tree is declared in func-proto.hJohn Carr1992-02-291-2/+0
* Use ANSI stdio features iff ANSI_STDIO definedJohn Carr1992-02-291-4/+5
* Delete include of <isode/psap.h>: it was not neededJohn Carr1992-02-281-5/+0
* "from" field is optionalJohn Carr1992-02-251-3/+6
* Add cast to addr argument to bind()John Carr1992-02-231-1/+1
* #include <stdio.h> first; use correct cast for call to connectJohn Carr1992-02-231-2/+2
* Don't use flock() on AIXJohn Carr1992-02-231-0/+2
* Don't build telnetJohn Carr1992-02-231-1/+1
* Support POSIX file locking.John Carr1992-02-231-7/+22
* ignore some more filesJohn Carr1992-02-231-1/+3
* Use cc -pipe on a sunJohn Carr1992-02-231-1/+5
* Delete "\" added to work around imake problems; the fix was insufficientJohn Carr1992-02-231-1/+4
* Use cp -p to copy filesJohn Carr1992-02-231-1/+1
* #include <krb5/sysincl.h>John Carr1992-02-231-0/+1
* Add hack to work around imake problems on some systems when buildingJohn Carr1992-02-231-1/+29
* Add castJohn Carr1992-02-231-1/+1
* index -> strchrJohn Carr1992-02-231-1/+1
* Install include files.John Carr1992-02-231-0/+16
* Include <krb5/sysincl.h> to get time include filesJohn Carr1992-02-231-2/+2
* Use fork() when vfork() isn't available.John Carr1992-02-231-1/+11
* Add new error code: KRB5_KDB_DB_CORRUPTJohn Carr1992-02-231-0/+1
* Install header filesJohn Carr1992-02-231-1/+4
* <sys/errno.h> -> <errno.h>John Carr1992-02-231-1/+1
* AIX 3.1 support: work around include file bug; include <sys/access.h>John Carr1992-02-231-0/+6
* Always include <krb5/sysincl.h>John Carr1992-02-231-1/+1
* Use connect() and send() instead of sendto() for betterJohn Carr1992-02-231-17/+30
* sizeof (int) -> 4 bytes, because this is supposed to be a portableJohn Carr1992-02-231-18/+15
* sizeof(int) -> 4 bytes, because this is intended to be a portableJohn Carr1992-02-231-8/+7
* Make use of ANSI stdio configurableJohn Carr1992-02-232-2/+2
* Compare key lengths before comparing key dataJohn Carr1992-02-231-2/+2
* Major rewrite for a more portable data formatJohn Carr1992-02-231-143/+249
* Remove inappropriate __STDC__ testJohn Carr1992-02-231-1/+1
* "realms" argument is not constJohn Carr1992-02-231-2/+2
* Fix arg to krb5_finish_random_key()John Carr1992-02-232-3/+3
* Make use of "const", "volatile", "void", and ANSI stdio configurableJohn Carr1992-02-231-0/+16