summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Length of realm name is "realmsize", not "size"John Carr1992-05-291-1/+1
* Fixed fence post errors; assigned the principal typeTheodore Tso1992-05-291-3/+5
* Checked in John Carr's changesTheodore Tso1992-05-291-32/+39
* Added new error codes which appeared in the krb5 protocol draftTheodore Tso1992-05-191-9/+9
* Delete unused variable.John Carr1992-04-091-2/+1
* Fix sign errorJohn Carr1992-04-081-13/+13
* Remove call to xfree (not needed and value freed might beJohn Carr1992-04-081-2/+1
* *** empty log message ***John Carr1992-03-311-0/+11
* Initial revisionJohn Carr1992-03-261-0/+290
* Support alternate source directoryJohn Carr1992-03-251-0/+3
* 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 $(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
* 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 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
* Add two functions: krb5_dbm_db_open_database() andJohn Carr1992-02-231-38/+109
* Fixes from pato@apollo.com:John Carr1991-12-201-10/+26
* Store the length field of the encrypted key in network byte orderJohn Carr1991-12-062-4/+16
* Integrate changes from James Bottomley at UK to make this work onTheodore Tso1991-10-021-8/+58
* change first arg of krb5_get_server_rcache to a krb5_data *John Kohl1991-07-196-6/+14
* make input a krb5_data rather than null-term stringJohn Kohl1991-07-191-3/+3
* with POSIX locks, we gotta have the file open for write if we want to flockJohn Kohl1991-06-141-2/+20