| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ovsec_kadmd.c (main): krb5_klog_syslog doesn't understand %m | Barry Jaspan | 1996-09-27 | 2 | -1/+6 |
* | remove ".so man1/header.doc" and extra args to .TH | Tom Yu | 1996-09-10 | 2 | -2/+5 |
* | Fix typo: ($PROG) -> $(PROG) | Theodore Tso | 1996-09-04 | 2 | -1/+5 |
* | Added man page and line in Makefile to install it | Jeff Bigler | 1996-08-29 | 3 | -0/+249 |
* | * ovsec_kadmd.c (main): strip path components of whoami | Barry Jaspan | 1996-08-12 | 2 | -1/+5 |
* | * ovsec_kadmd.c (main): remove useless hex value from error message | Barry Jaspan | 1996-08-01 | 2 | -1/+5 |
* | * ovsec_kadmd.c: Revert prior change due to netdb.h shuffle | Tom Yu | 1996-07-31 | 2 | -0/+3 |
* | *** empty log message *** | Tom Yu | 1996-07-31 | 1 | -0/+5 |
* | * ovsec_kadmd.c: remove #include <netdb.h> (already gotten by | Tom Yu | 1996-07-31 | 1 | -1/+0 |
* | * ovsec_kadmd.c (main): Put the #ifdef SO_REUSEADDR at the | Tom Yu | 1996-07-24 | 2 | -2/+7 |
* | Use $(LD) instead of $(CC) for linking... This allows for use of purify | Ezra Peisach | 1996-07-24 | 2 | -1/+5 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 1 | -0/+10 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 10 | -0/+2538 |
* | Directory no longer in use | Ezra Peisach | 1995-04-25 | 2 | -55/+0 |
* | kadmin directory being moved away to kadmin.old and kadmin.v4 | Theodore Tso | 1995-04-25 | 19 | -5147/+0 |
* | From Ian Taylor <ian@cygnus.com>. Makes kadmind use -r for both | Mark Eichin | 1995-04-21 | 5 | -16/+18 |
* | added missing htons | Mark Eichin | 1995-04-20 | 1 | -1/+1 |
* | Changes from Ian Taylor <ian@cygnus.com> to support testsuite. | Mark Eichin | 1995-04-20 | 5 | -15/+33 |
* | Add include of adm_defs.h, since that's no longer included by krb5.h | Theodore Tso | 1995-04-20 | 2 | -0/+6 |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+54 |
* | * adm_process.c, adm_kadmin.c, adm_adm_func.c, adm_kpasswd.c, | Chris Provenzano | 1995-03-27 | 10 | -266/+149 |
* | If /etc/services doesn't have the kadmin port, use a compiled in default | Theodore Tso | 1995-03-24 | 2 | -6/+18 |
* | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 1 | -0/+4 |
* | Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with | Theodore Tso | 1995-03-01 | 1 | -0/+5 |
* | * *.c: Avoid <krb5/...> and <com_err.h> includes | John Gilmore | 1995-02-28 | 16 | -107/+30 |
* | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
* | Don't use BITS64, use SIZEOF_LONG | Theodore Tso | 1995-02-03 | 2 | -1/+5 |
* | * adm_process.c, adm_extern.h (cpw_keyproc()) Added | Chris Provenzano | 1995-02-02 | 3 | -1/+8 |
* | * Removed all narrow types and references to wide.h and narrow.h | Chris Provenzano | 1995-01-25 | 2 | -5/+4 |
* | Modify getopt args so that the 'M' option takes an argument, as it's | Theodore Tso | 1995-01-19 | 2 | -1/+6 |
* | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 14 | -424/+580 |
* | Fix typo | Theodore Tso | 1994-12-21 | 1 | -1/+1 |
* | Use syslog instead of krb_log | Theodore Tso | 1994-12-19 | 2 | -1/+5 |
* | another zero length manpage | Mark Eichin | 1994-11-14 | 1 | -0/+1 |
* | * adm_listen.c (kill_children): use sigprocmask if available | Mark Eichin | 1994-11-01 | 2 | -9/+37 |
* | Select the cryptosystem to be used using krb5_use_cstype() instead of | Theodore Tso | 1994-10-19 | 2 | -2/+19 |
* | Add widen.h and narrow.h around declaration so that argument types are | Theodore Tso | 1994-10-04 | 2 | -0/+7 |
* | Use $(srcdir) to find manual page for make install | Theodore Tso | 1994-10-03 | 1 | -0/+4 |
* | Relink executable if libraries change | Theodore Tso | 1994-09-30 | 1 | -0/+4 |
* | Fix a number of pointer aliasing bugs | Theodore Tso | 1994-09-15 | 9 | -28/+62 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 15 | -87/+15 |
* | fix time includes | Mark Eichin | 1994-08-17 | 1 | -1/+1 |
* | unused vars, unused labels | Mark Eichin | 1994-08-14 | 2 | -2/+0 |
* | Stamp Out Imake in Our Lifetimes.. | Mark Eichin | 1994-08-09 | 1 | -54/+0 |
* | * Makefile.in: whoops install manpage as kadmin.8, not kadmin.1 | Tom Yu | 1994-08-04 | 1 | -0/+2 |
* | * Makefile.in: install kadmind in the right place | Tom Yu | 1994-08-04 | 1 | -0/+4 |
* | * configure.in: another attempt to make dbm libs dtrt | Tom Yu | 1994-07-16 | 1 | -0/+4 |
* | fix use of sigblock | Mark Eichin | 1994-07-01 | 2 | -0/+14 |
* | folding in Harry's changes | Tom Yu | 1994-06-29 | 2 | -3/+5 |
* | Checked in rest of Jim Miller's kadmin bugs krb5-bugs [0395] | Theodore Tso | 1994-06-25 | 6 | -59/+100 |