2003-02-25  Joe Shaw  <joe@ximian.com>

	* configure.in: 1.2.1

2003-02-19  Joe Shaw  <joe@ximian.com>

	* configure.in: Remove an errant 'd'

2003-02-04  Joe Shaw  <joe@ximian.com>

	* configure.in: 1.2.0

2003-01-29  Joe Shaw  <joe@ximian.com>

	* rcd.passwd: Added docs for the trusted and lock privs.

2003-01-27  Aaron Weber <aaron@ximian.com>

	* rcd.conf.8: Fix proxy-user entry (from proxy-username) as per
	bug 36821 and also the bind-ip.

2003-01-10  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Install rcd-ca-bundle.pem into $(datadir)/rcd and
	not $(datadir)/rcd/ca since we're just using one file instead of a
	directory.  Update EXTRA_DIST as a result.

	* rcd-ca-bundle.pem: Fold the Ximian CA file into this.

	* ximian-ca.pem: Remove this, it's in rcd-ca-bundle.pem now.

2002-12-18  Joe Shaw  <joe@ximian.com>

	* configure.in: 1.1.91

2002-12-18  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Install and dist the ximian CA.

	* ximian-ca.pem: Ximian CA public key

2002-12-11  Joe Shaw  <joe@ximian.com>

	* configure.in: 1.1.90

2002-12-10  Frank Belew  <frb@ximian.com>

	* configure.in: added AC_ARG_ENABLE for the kernel workaround, it 
	just #define's NEED_KERNEL_FD_WORKAROUND for src/rcd.c

2002-12-10  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Install the init script into
	$(sysconfdir)/rc.d/init.d for ancient distros like RH 6.2 which
	doesn't have $(sysconfdir)/init.d.

2002-12-05  Aaron Weber  <aaron@ximian.com>

	* rcd.conf.5: Adjust instructions on how to set the options. ("use
	any rcd client").
	
2002-12-02  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Install rcd.pc.

	* configure.in: Output rcd.pc.

	* rcd.pc.in: pkg-config file for the daemon, for writing modules.

2002-11-19  Joe Shaw  <joe@ximian.com>

	* configure.in: 1.1.1

2002-11-18  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Add a uninstall-hook rule for the things we copy in
	by hand.

2002-11-18  Joe Shaw  <joe@ximian.com>

	* configure.in: Add a --with-init-script-type argument with Red
	Hat-style, SuSE-style, and Debian-style init scripts.

	* Makefile.am: Dist all of the init script templates and install
	whichever one was set with configure.

	* rcd.init.in: Removed, replaced with rcd.init.redhat.in,
	rcd.init.suse.in, and rcd.init.debian.in.

2002-11-16  Frank Belew  <frb@ximian.com>

	* configure.in: added third argument to all the AC_DEFINE* to set
	description, this makes autoconf 2.53 happy, and 2.53 is required
	for libsoup

	* acconfig.h: removed in favor of third argument to AC_DEFINE
	
2002-11-13  Joe Shaw  <joe@ximian.com>

	* configure.in: Require libsoup (soup-2.0.pc) instead of a
	glib2-built soup 0.7.  Change the --with-soup option to
	--with-libsoup.

2002-10-16  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Dist and install rcd-ca-bundle.pem

2002-10-01  Joe Shaw  <joe@ximian.com>

	* configure.in: 1.0.0

2002-10-01  Joe Shaw  <joe@ximian.com>

	* rcd.conf.5: Add the Server section and keys

2002-10-01  Joe Shaw  <joe@ximian.com>

	* acconfig.h: Add HAVE_SO_PEERCRED

	* configure.in: Add a check for SO_PEERCRED.

	* rugburn/rugburn: Use /var/run/rcd/rcd

2002-09-26  Joe Shaw  <joe@ximian.com>

	* rcd.logrotate: Make this actually work.

2002-09-23  Joe Shaw  <joe@ximian.com>

	* rugburn/rugburn: Ping the server after every test to make sure
	it hasn't crashed or gotten wedged.

	* rugburn/tests/argumentabusetest.py: Heavily increase the abuse.

2002-09-23  Joe Shaw  <joe@ximian.com>

	* configure.in: 0.9.1

2002-09-18  Joe Shaw  <joe@ximian.com>

	* configure.in: 0.9.0

2002-09-13  Joe Shaw  <joe@ximian.com>

	* rcd.conf.5: Update the manpage.

2002-09-10  Joe Shaw  <joe@ximian.com>

	* configure.in: 0.6.2

2002-09-09  Joe Shaw  <joe@ximian.com>

	* rcd.conf.5: Fix org_id -> org-id

	* rcd.init.in: Added init info for SuSE.

2002-09-05  Jon Trowbridge  <trow@ximian.com>

	* rugburn/tests/argumentabusetest.py: Added.  This is a test that
	throws a bunch of bogus arguments at our xmlrpc methods to make
	sure that the daemon doesn't crash.

	* rugburn/rugburn: Connect to the daemon at /var/run/rcd.  Handle
	short-circuit failures properly.

2002-09-04  Joe Shaw  <joe@ximian.com>

	* rcd.logrotate: Set a 5 meg limit on the rcd-messages logfile
	before rotating.

2002-09-04  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Added rcd.init and rcd.logrotate to EXTRA_DIST

2002-09-03  Joe Shaw  <joe@ximian.com>

	* rcd.conf.5: Renamed from rcd.config.5

	* rcd.passwd: Renamed from rc-passwd

	* Makefile.am: Updated for the above.

2002-08-29  Joe Shaw  <joe@ximian.com>

	* rcd.8: Update a little bit.

	* rcd.config.5: Added.  manpage for the rcd.config file.

2002-08-26  Joe Shaw  <joe@ximian.com>

	* rcd.init.in: Renamed from rcd.in, since it makes more sense.

	* rcd.logrotate: Added.  Adds a logrotate script to
	/etc/logrotate.d.

	* Makefile.am, configure.in: Output and install the above.

2002-08-26  Joe Shaw  <joe@ximian.com>

	* configure.in: 0.6.1

2002-08-23  Joe Shaw  <joe@ximian.com>

	* configure.in: 0.6.0
	
2002-08-12  Aaron Weber  <aaron@ximian.com>

	* rcd.8: Update to reflect new options. Should add more about how
	to use the debug and syslog modes, though.
	
2002-08-12  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Don't install rc-passwd automatically.
	(install-data-hook): Install the rc-passwd file if it isn't
	already present, and always install it as rc-passwd.default.

	* rc-passwd: add a newline to the end of the file.

2002-08-09  Ian Peters  <itp@ximian.com>

	* configure.in: 0.5.1

2002-08-10  Aaron Weber  <aaron@ximian.com>

	* rcd.8: I was committing changes to the wrong repository. Silly
	me.

2002-08-06  Ian Peters  <itp@ximian.com>

	* configure.in: libredcarpet, not 2.0

2002-08-06  Joe Shaw  <joe@ximian.com>

	* configure.in: Bump version to 0.5.0

2002-08-06  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Install rcd.gpg

2002-08-06  Joe Shaw  <joe@ximian.com>

	* configure.in: Remove gthread-2.0 from the pkg-config line.

2002-08-06  Ian Peters  <itp@ximian.com>

	* Makefile.am: libredcarpet is no longer a SUBDIR

	* configure.in: no libredcarpet, don't manually add pthread and rt
	anymore

2002-08-05  Ian Peters  <itp@ximian.com>

	* configure.in: see if librt helps

2002-08-05  Jon Trowbridge  <trow@ximian.com>

	* configure.in (DDIR): Added definition of DDIR.
	(AC_OUTPUT): Added src/rcd-buddy.

2002-08-05  Ian Peters  <itp@ximian.com>

	* configure.in: add gthread-2.0 to the pkg-config line, add
	-lpthread to RCD_LIBS and FORCE_SHLIBS

2002-08-03  Ian Peters  <itp@ximian.com>

	* configure.in: add SOUP_CFLAGS to RCD_CFLAGS, not CFLAGS.  This
	way we can still do things like make CFLAGS=-Werror without
	trampling the soup configuration

2002-08-02  Frank Belew  <frb@ximian.com>

	* configure.in: fixed include path of custom path for soup

2002-08-02  Frank Belew  <frb@ximian.com>

	* configure.in: fixed path of static library for soup

2002-08-02  Frank Belew  <frb@ximian.com>

	* configure.in: add libxml-2.0 to the pkg-config checks to work around
			soup-magic

2002-08-02  Joe Shaw  <joe@ximian.com>

	* configure.in: Check for uuid/uuid.h, and add -luuid to the
	RCD_LIBS.

2002-08-01  Frank Belew  <frb@ximian.com>

	* configure.in: fixed formatting on 2 configure options
			added --with-soup magic
			
2002-07-31  Joe Shaw  <joe@ximian.com>

	* configure.in: Drop gthread from the libraries.

	* rcd.in: Change @prefix@/bin/rcd to @prefix@/sbin/rcd

2002-07-30  Frank Belew  <frb@ximian.com>

	* configure.in: cleaned up xmlrpc comment
			added argument for static build
			ported static-magic from red-carpet

2002-07-26  Joe Shaw  <joe@ximian.com>

	* configure.in: Link against libutil to get openpty() for Debian.

2002-07-25  Frank Belew  <frb@ximian.com>

	* Makefile.am: add libredcarpet to SUBDIRS (order matters)
		       add final newline to get diff to stop complaining

	* configure.in: remove check for libredcarpet, add check for gobject
			clean up xmlrpc-c-config check
			add libredcarpet configure stuff

2002-07-24  Joe Shaw  <joe@ximian.com>

	* rcd.pem: Added a generic certificate for the daemon.

	* Makefile.am: Install and dist the certificate.  Install the
	rc-passwd file mode 0600 and try to chown it to root if we can.

2002-07-22  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Make sure to chmod 0755 rcd when we install it.

2002-07-22  Joe Shaw  <joe@ximian.com>

	* Makefile.am: Added the init.d file to be disted.

	* configure.in: Run rcd.in through configure to set the prefix.

	* rcd.in: Added.  chkconfig-compatible init.d file, shamelessly
	copied from Aidan's postgres-replicator, which was shamelessly
	copied from the httpd one in Red Hat.

2002-07-17  Aaron Weber <aaron@ximian.com>

	* rcd.8: slight expansion.
	
2002-07-16  Frank Belew  <frb@ximian.com>

	* Makefile.am: added rcd.8 to EXTRA_DIST to fix compiles

2002-07-16 Aaron Weber <aaron@ximian.com>
	* Makefile.am: added man page
	* rcd.8: new file. Man page.
	* README: added some generic content.
	
2002-07-11  Frank Belew  <frb@ximian.com>

	* configure.in: remove leftover gettext junk
	* Makefile.am: remove po from subdirs

2002-07-11  Frank Belew  <frb@ximian.com>

	* configure.in: remove intltool junk

2002-07-11  Joe Shaw  <joe@ximian.com>

	* configure.in: Remove gettext junk

2002-07-07  Joe Shaw  <joe@ximian.com>

	* rc-passwd: Added; the default rc-passwd file that the daemon
	reads for authentication data.

	* Makefile.am: Install the rc-passwd file.

2002-07-05  Jon Trowbridge  <trow@ximian.com>

	* configure.in: Added -lpopt to RCD_LIBS.

2002-06-19  Joe Shaw  <joe@ximian.com>

	* configure.in: Require Soup 0.7.5.

2002-05-24  Joe Shaw  <joe@ximian.com>

	* configure.in: Added pkg-config checks for glib-2.0, gthread-2.0,
	gmodule-2.0 and soup.  Added a check for the xmlrpc-c library.

	* HACKING: How in God's name do we build this thing.
