summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix arg type for decoder_funcJohn Carr1992-02-231-1/+1
* install header filesJohn Carr1992-02-231-0/+11
* Make use of "const" and "volatile" configurableJohn Carr1992-02-231-6/+11
* New MIT copyright noticeJohn Carr1992-02-231-9/+33
* Always include <sys/file.h>; on AIX or SYSV include <fcntl.h> tooJohn Carr1992-02-231-5/+4
* Change include path from "error_tables/foo" to <krb5/foo>John Carr1992-02-231-3/+3
* Declare krb5_free_realm_tree()John Carr1992-02-231-0/+3
* Change include path from "asn.1/foo" to <krb5/asn.1/foo>John Carr1992-02-231-4/+4
* Set umask to 077 on entry so that output files created with stdioJohn Carr1992-02-231-12/+15
* Improve error checkingJohn Carr1992-02-231-1/+9
* Document -t, -K, and -v optionsJohn Carr1992-02-231-2/+17
* Add krb5_dbm_db_open_database() andJohn Carr1992-02-231-0/+5
* Add option '-t' to make a temporary database and rename it into place.John Carr1992-02-231-24/+53
* Add two functions: krb5_dbm_db_open_database() andJohn Carr1992-02-231-38/+109
* Use vfork only on BSD systems, and union wait only on BSD systemsJohn Carr1992-02-111-1/+15
* Add debugging, fix printf callsJohn Carr1992-02-111-3/+16
* Include <krb5/sysincl.h> and <netinet/in.h>. The former is neededJohn Carr1992-02-111-0/+3
* Add -v option for verbose output.John Carr1992-02-111-45/+60
* Improve install configuration.John Carr1992-01-131-13/+29
* pepsy 7.0 needs -C to work with KerberosJohn Carr1992-01-131-2/+42
* New variables to describe level of ANSI C supportJohn Carr1992-01-132-0/+23
* Fixes from pato@apollo.com:John Carr1991-12-201-10/+26
* Declare convtime() static.John Carr1991-12-061-1/+9
* Store the length field of the encrypted key in network byte orderJohn Carr1991-12-062-4/+16
* Added backslash before colon in the PepsyTarget() rule to stop imake onTheodore Tso1991-10-021-1/+1
* Integrate changes from James Bottomley at UK to make this work onTheodore Tso1991-10-021-8/+58
* Integrated Bill Sommerfeld's kinit lifetime parsing changesTheodore Tso1991-10-021-1/+63
* Applied patch from Bill Sommerfeld at ApolloTheodore Tso1991-08-291-28/+35
* Fixed spelling mistakesTheodore Tso1991-08-201-6/+9
* change first arg of krb5_get_server_rcache to a krb5_data *John Kohl1991-07-198-8/+16
* make input a krb5_data rather than null-term stringJohn Kohl1991-07-191-3/+3
* Added more robustness to the PepsyTarget ruleTheodore Tso1991-07-011-1/+1
* Made PepsyTarget() rule more robust by allowing basename-types.h toTheodore Tso1991-06-291-3/+2
* some more subtle changes for ODBM/non-ODBM changes to make the masterJohn Kohl1991-06-141-18/+12
* add code to read v4 database dumpsJohn Kohl1991-06-141-39/+269
* describe -f optionJohn Kohl1991-06-141-0/+13
* convert can now handle non-NDBM sitesJohn Kohl1991-06-141-9/+1
* with POSIX locks, we gotta have the file open for write if we want to flockJohn Kohl1991-06-141-2/+20
* add KRB5_KDB_CANTLOCK_DBJohn Kohl1991-06-141-0/+2
* add convert to list, with NDBM magicJohn Kohl1991-06-141-1/+9