| Commit message (Expand) | Author | Age | Files | Lines |
| * | Describe previous changes | Paul Park | 1995-06-30 | 1 | -0/+8 |
| * | Fix initialization and terminal disassociation broken by previous rev | Paul Park | 1995-06-30 | 1 | -7/+7 |
| * | ---------------------------------------------------------------------- | Sam Hartman | 1995-06-29 | 2 | -6/+9 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 4 | -5/+14 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 3 | -8/+17 |
| * | Fixed ACL routines to work on systems with unsigned char. | Sam Hartman | 1995-06-14 | 2 | -2/+14 |
| * | Check for sys/select.h and include if found. Required to | Sam Hartman | 1995-06-13 | 3 | -0/+12 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 4 | -5/+10 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -5/+4 |
| * | Update kadmind5 to use new logging routines | Paul Park | 1995-06-08 | 7 | -99/+58 |
| * | Makefile.in (CFLAGS), srv_acl.c (acl_init): Use KRB5_DEFAULT_ADMIN_ACL | Theodore Tso | 1995-06-07 | 3 | -7/+7 |
| * | (key_decrypt_keys): On error, when clearing keyblocks, set contents to null. | Ezra Peisach | 1995-06-07 | 2 | -5/+26 |
| * | Specify maxlife and maxrenewlife fields when creating changepw | Paul Park | 1995-06-05 | 2 | -0/+15 |
| * | Change default acl file name to a #define | Paul Park | 1995-06-01 | 4 | -11/+31 |
| * | If no srvtab specified, then use squirreled admin key | Paul Park | 1995-06-01 | 2 | -0/+6 |
| * | Add logic to retrieve/create the password changing service principal's | Paul Park | 1995-06-01 | 1 | -2/+238 |
| * | Use syslog instead of com_err when shutting down as output may be closed and | Ezra Peisach | 1995-05-28 | 2 | -2/+11 |
| * | kadmind5 depends on libkdb5.a | Paul Park | 1995-05-26 | 2 | -1/+5 |
| * | Install kadmind5 and manpage in correct location | Paul Park | 1995-05-22 | 3 | -4/+10 |
| * | Do not destroy the replay cache when done with a request | Paul Park | 1995-05-16 | 2 | -3/+8 |
| * | Describe last batch of changes | Paul Park | 1995-05-12 | 1 | -0/+13 |
| * | Check for and use POSIX signal/setjmp/longjmp | Paul Park | 1995-05-12 | 4 | -2/+64 |
| * | * Use DEBUG_NOSLAVE debug bit to turn off slave creation for connections. | Paul Park | 1995-05-12 | 1 | -6/+73 |
| * | Add DEBUG_NOSLAVES | Paul Park | 1995-05-12 | 1 | -0/+1 |
| * | Change howmany because of Ultrix | Paul Park | 1995-05-12 | 1 | -9/+9 |
| * | bug fixes | Paul Park | 1995-05-11 | 1 | -0/+9 |
| * | Rework address bind logic | Paul Park | 1995-05-11 | 1 | -31/+28 |
| * | Avoid a core dump when the master key is entered incorrectly | Paul Park | 1995-05-11 | 1 | -2/+2 |
| * | srv_output.c (lang_error_message): Local variable is assigned from | Ezra Peisach | 1995-05-09 | 3 | -2/+11 |
| * | Add new functions to support new administrative operations | Paul Park | 1995-05-09 | 4 | -2/+1419 |
| * | Add support for new error codes | Paul Park | 1995-05-09 | 1 | -11/+37 |
| * | Add support for -p option. Otherwise determine our port from the profile | Paul Park | 1995-05-09 | 1 | -25/+134 |
| * | Add support for -T, -p and -n options. Change -i option to -m. Add | Paul Park | 1995-05-09 | 1 | -19/+49 |
| * | Use keytab supplied with -T option. | Paul Park | 1995-05-09 | 1 | -41/+153 |
| * | By default, now deny operations unless we find an appropriate entry to do so. | Paul Park | 1995-05-09 | 1 | -4/+29 |
| * | Use keytab supplied with -T option. | Paul Park | 1995-05-09 | 1 | -10/+216 |
| * | Make passwd_check_npass_ok a global routine | Paul Park | 1995-05-09 | 1 | -58/+88 |
| * | Add descriptions of -n, -p and -T options. Change name of -i option to -m. | Paul Park | 1995-05-09 | 1 | -7/+20 |
| * | Add extract operation. Move error subcodes to adm.h. Update function | Paul Park | 1995-05-09 | 1 | -2/+83 |
| * | Remove getopt(3) options too | Paul Park | 1995-05-05 | 1 | -1/+3 |
| * | Remove language support flags | Paul Park | 1995-05-05 | 3 | -23/+12 |
| * | Disable command recognition for not-fully-implemented commands | Paul Park | 1995-04-28 | 2 | -0/+12 |
| * | signal.h, not sys/signal.h | Mark Eichin | 1995-04-28 | 3 | -4/+2 |
| * | Sorry - reinstate <sys/signal.h> for srv_net and proto_serv | Paul Park | 1995-04-28 | 3 | -4/+8 |
| * | * srv_net.c: include <signal.h> | Mark Eichin | 1995-04-28 | 2 | -0/+4 |
| * | Fix bug in lang_init_slist() which would not return that it had | Paul Park | 1995-04-28 | 2 | -1/+7 |
| * | Use new library libkadm. | Paul Park | 1995-04-28 | 9 | -40/+145 |
| * | srv_net.c: Linux doesn't have SOMAXCONN, assume 5 if not defined | Theodore Tso | 1995-04-28 | 3 | -0/+14 |
| * | Set all appropriate data in database entry when changing password | Paul Park | 1995-04-27 | 2 | -2/+14 |
| * | Add ChangeLog for yesterdays checkins | Paul Park | 1995-04-27 | 2 | -0/+7 |