| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use connect() and send() instead of sendto() for better | John Carr | 1992-02-23 | 1 | -17/+30 |
| * | sizeof (int) -> 4 bytes, because this is supposed to be a portable | John Carr | 1992-02-23 | 1 | -18/+15 |
| * | sizeof(int) -> 4 bytes, because this is intended to be a portable | John Carr | 1992-02-23 | 1 | -8/+7 |
| * | Make use of ANSI stdio configurable | John Carr | 1992-02-23 | 2 | -2/+2 |
| * | Compare key lengths before comparing key data | John Carr | 1992-02-23 | 1 | -2/+2 |
| * | Major rewrite for a more portable data format | John Carr | 1992-02-23 | 1 | -143/+249 |
| * | Remove inappropriate __STDC__ test | John Carr | 1992-02-23 | 1 | -1/+1 |
| * | "realms" argument is not const | John Carr | 1992-02-23 | 1 | -2/+2 |
| * | Fix arg to krb5_finish_random_key() | John Carr | 1992-02-23 | 2 | -3/+3 |
| * | Make use of "const", "volatile", "void", and ANSI stdio configurable | John Carr | 1992-02-23 | 1 | -0/+16 |
| * | Fix arg type for decoder_func | John Carr | 1992-02-23 | 1 | -1/+1 |
| * | install header files | John Carr | 1992-02-23 | 1 | -0/+11 |
| * | Make use of "const" and "volatile" configurable | John Carr | 1992-02-23 | 1 | -6/+11 |
| * | New MIT copyright notice | John Carr | 1992-02-23 | 1 | -9/+33 |
| * | Always include <sys/file.h>; on AIX or SYSV include <fcntl.h> too | John Carr | 1992-02-23 | 1 | -5/+4 |
| * | Change include path from "error_tables/foo" to <krb5/foo> | John Carr | 1992-02-23 | 1 | -3/+3 |
| * | Declare krb5_free_realm_tree() | John Carr | 1992-02-23 | 1 | -0/+3 |
| * | Change include path from "asn.1/foo" to <krb5/asn.1/foo> | John Carr | 1992-02-23 | 1 | -4/+4 |
| * | Set umask to 077 on entry so that output files created with stdio | John Carr | 1992-02-23 | 1 | -12/+15 |
| * | Improve error checking | John Carr | 1992-02-23 | 1 | -1/+9 |
| * | Document -t, -K, and -v options | John Carr | 1992-02-23 | 1 | -2/+17 |
| * | Add krb5_dbm_db_open_database() and | John Carr | 1992-02-23 | 1 | -0/+5 |
| * | Add option '-t' to make a temporary database and rename it into place. | John Carr | 1992-02-23 | 1 | -24/+53 |
| * | Add two functions: krb5_dbm_db_open_database() and | John Carr | 1992-02-23 | 1 | -38/+109 |
| * | Use vfork only on BSD systems, and union wait only on BSD systems | John Carr | 1992-02-11 | 1 | -1/+15 |
| * | Add debugging, fix printf calls | John Carr | 1992-02-11 | 1 | -3/+16 |
| * | Include <krb5/sysincl.h> and <netinet/in.h>. The former is needed | John Carr | 1992-02-11 | 1 | -0/+3 |
| * | Add -v option for verbose output. | John Carr | 1992-02-11 | 1 | -45/+60 |
| * | Improve install configuration. | John Carr | 1992-01-13 | 1 | -13/+29 |
| * | pepsy 7.0 needs -C to work with Kerberos | John Carr | 1992-01-13 | 1 | -2/+42 |
| * | New variables to describe level of ANSI C support | John Carr | 1992-01-13 | 2 | -0/+23 |
| * | Fixes from pato@apollo.com: | John Carr | 1991-12-20 | 1 | -10/+26 |
| * | Declare convtime() static. | John Carr | 1991-12-06 | 1 | -1/+9 |
| * | Store the length field of the encrypted key in network byte order | John Carr | 1991-12-06 | 2 | -4/+16 |
| * | Added backslash before colon in the PepsyTarget() rule to stop imake on | Theodore Tso | 1991-10-02 | 1 | -1/+1 |
| * | Integrate changes from James Bottomley at UK to make this work on | Theodore Tso | 1991-10-02 | 1 | -8/+58 |
| * | Integrated Bill Sommerfeld's kinit lifetime parsing changes | Theodore Tso | 1991-10-02 | 1 | -1/+63 |
| * | Applied patch from Bill Sommerfeld at Apollo | Theodore Tso | 1991-08-29 | 1 | -28/+35 |
| * | Fixed spelling mistakes | Theodore Tso | 1991-08-20 | 1 | -6/+9 |
| * | change first arg of krb5_get_server_rcache to a krb5_data * | John Kohl | 1991-07-19 | 8 | -8/+16 |
| * | make input a krb5_data rather than null-term string | John Kohl | 1991-07-19 | 1 | -3/+3 |
| * | Added more robustness to the PepsyTarget rule | Theodore Tso | 1991-07-01 | 1 | -1/+1 |
| * | Made PepsyTarget() rule more robust by allowing basename-types.h to | Theodore Tso | 1991-06-29 | 1 | -3/+2 |
| * | some more subtle changes for ODBM/non-ODBM changes to make the master | John Kohl | 1991-06-14 | 1 | -18/+12 |
| * | add code to read v4 database dumps | John Kohl | 1991-06-14 | 1 | -39/+269 |
| * | describe -f option | John Kohl | 1991-06-14 | 1 | -0/+13 |
| * | convert can now handle non-NDBM sites | John Kohl | 1991-06-14 | 1 | -9/+1 |
| * | with POSIX locks, we gotta have the file open for write if we want to flock | John Kohl | 1991-06-14 | 1 | -2/+20 |
| * | add KRB5_KDB_CANTLOCK_DB | John Kohl | 1991-06-14 | 1 | -0/+2 |
| * | add convert to list, with NDBM magic | John Kohl | 1991-06-14 | 1 | -1/+9 |