2005-03-24 01:37  wlach

	* uniconf/uniconf-csharp.cc: HEAD: Commit fixed (but memory
	  leaking!) uniconf-csharp uniconf key getting functions.

2005-03-23 19:54  jdeboer

	* include/uniconf-csharp.h: HEAD: csharp balls

2005-03-23 18:57  jdeboer

	* uniconf/uniconf-csharp.cc: HEAD: Added more uniconf-sharp
	  patches.

2005-03-23 02:39  apenwarr

	* uniconf/uniinigen.cc:
	  r4_1+ns3: oops, my uniinigen change had a minor valgrind problem.

2005-03-23 02:26  apenwarr

	* include/uniclientgen.h, include/uniinigen.h,
	  uniconf/uniinigen.cc, uniconf/daemon/uniconfdaemonconn.cc:
	  r4_1+ns3: BUGZID:10995: fix minimai-bogs-down-in-uniconfd problem
	  by using continue_select() in the middle of uniconfd iterator
	  requests.  Also make UniClientGen timeout 60 seconds instead of
	  the rather-too-optimistic 30, just in case.  To save CPU load
	  with giant config files, have UniIniGen::refresh() do nothing if
	  the file's stat() information hasn't changed since the last time
	  you loaded it.

2005-03-23 00:17  pphaneuf

	* suppressions.wv, crypto/wvsslstream.cc, include/wvatomicfile.h,
	  streams/wvatomicfile.cc: Merged from carambola.  BUGZID:11338

2005-03-22 21:12  pphaneuf

	* urlget/t/wvhttppool.t.cc: The pipelining test of wvhttppool.t.cc
	  was leaking connections.

2005-03-22 19:17  pphaneuf

	* utils/wvtest.cc: carambola: ungeneralized my fix to the unit
	  tests, as WvTest cannot depend on WvStreams.	BUGZID:11317

2005-03-22 17:00  andrew

	* suppressions.wv, crypto/t/wvsslstream.t.cc: carambola: Fixed
	  wvsslstream.t.cc unit test with Pat's help, modified
	  suppressions.wv. BUGZID:10781

2005-03-22 03:31  pphaneuf

	* utils/wvtest.cc: carambola: create a WvLogConsole in wvtest.cc,
	  so that WvLog doesn't instantiate a global one that adds an
	  unknown file descriptor.  BUGZID:11317

2005-03-22 02:19  andrew

	* crypto/t/wvsslstream.t.cc: carambola: Check in wvsslstream.t.cc
	  unit test, commented out until I can figure out what to do about
	  the valgrind errors that openssl seems to cause. BUGZID:10781

2005-03-22 02:19  andrew

	* uniconf/t/uniinigen.t.cc: carambola: uniinigen.t.cc should clean
	  up its perm.ini file.

2005-03-22 01:49  andrew

	* crypto/wvsslstream.cc: carambola: Checing in WvSSLStream fix to
	  datavault problem. BUGZID:10781

2005-03-21 22:41  mrwise

	* uniconf/uniinigen.cc: HEAD: did some profiling of the inigen to
	  try and find reasons writing large ini files might be slow, made
	  a small change in how the inigen writes that sped it up 4-5% but
	  didn't see any glaring reasons for slowness, saved profiling
	  results under src/wvstreams/uniconf/profiling BUGZID:10141

2005-03-17 20:05  jdeboer

	* utils/: wvtest_filecountprefix.cc, t/wvondiskhash.t.cc:
	  carambola: Nothing like fixing a problem twice. The WvOnDiskHash
	  test was timing out on machines with high load and a large number
	  of files in /tmp. To fix this problem, I added a 'ls | wc' at the
	  beginning of the test. This should bring /tmp into cache for the
	  *much* slower WvDirIter. Second, I added a WVPASS for every five
	  hundredth file wvtest_filecountprefix checks, this resets the 40
	  second timer. BUGZID:11070

2005-03-15 02:49  mrwise

	* configure.ac, wvrules.mk, crypto/tests/ssltest.cc,
	  include/wvargs.h, include/wvatomicfile.h, include/wvdaemon.h,
	  include/wvfile.h, include/wvlinklist.h, include/wvlogrotator.h,
	  include/wvregex.h, include/wvstrutils.h,
	  include/wvsubprocqueue.h, include/wvsubprocqueuestream.h,
	  include/wvsystem.h, ipstreams/wvunixsocket.cc,
	  ipstreams/t/wvunixsocket.t.cc, streams/wvatomicfile.cc,
	  streams/wvdaemon.cc, streams/wvfile.cc, streams/wvlogrotator.cc,
	  streams/wvstream.cc, streams/wvsubprocqueuestream.cc,
	  streams/t/wvatomicfile.t.cc, streams/t/wvlogrotator.t.cc,
	  streams/t/wvsubprocqueuestream.t.cc, uniconf/unimountgen.cc,
	  uniconf/unisubtreegen.cc, uniconf/t/unitempgenvsdaemon.t.cc,
	  utils/strutils.cc, utils/wvargs.cc, utils/wvsubprocqueue.cc,
	  utils/wvsystem.cc, utils/t/strutils.t.cc, utils/t/wvgzip.t.cc,
	  utils/t/wvregex.t.cc, utils/t/wvsubprocqueue.t.cc,
	  utils/t/wvsystem.t.cc: HEAD: merged from carambola, had to merge
	  wvdnsconfig along with its tests by hand but it should now be
	  completely up to date with wvnamed BUGZID:11130

2005-03-14 22:25  jklink

	* include/wvatomicfile.h, streams/wvatomicfile.cc: BUGZID: 9829

	  Carambola : some umask hairiness and more rename()'d files to
	  cover

2005-03-12 20:25  pzion

	* include/wvdaemon.h, streams/wvdaemon.cc: carambola: wvstreams:
	  added support to .pid files to WvDaemon; removed hackiness from
	  wvdiskd to ensure only one is running at once, since this is
	  taken care of now by wvdaemon; run wd cfgdisk-mount *after*
	  running disk-dirs.sh from rc.usr.sh since disk-dirs wipes out
	  /var/run

2005-03-12 05:18  mrwise

	* streams/t/wvsubprocqueuestream.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc, utils/t/wvsubprocqueue.t.cc,
	  utils/t/wvsystem.t.cc: carambola: merged from r4_1+ns3
	  BUGZID:11130

2005-03-11 16:24  pzion

	* utils/wvargs.cc: carambola: wvstreams: WvArgs: fixed dangling
	  pointers to temporary strings

2005-03-11 02:35  pmccurdy

	* utils/t/: wvsubprocqueue.t.cc, wvsystem.t.cc: r4_1+ns3: Make the
	  wvsystem.t.cc and wvsubprocqueue.t.cc use pid numbers in the temp
	  files they create, so they can have two instances running
	  simultaneously in the same directory.  BUGZID:11112

2005-03-11 02:01  pmccurdy

	* streams/t/wvsubprocqueuestream.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc: r4_1+ns3: BUGZID:11111 Merged
	  changes from r4_1_1.	And I got bug number 11111.  It was
	  one-one-one-one-wonderful.

2005-03-10 01:28  wlach

	* Makefile, configure.ac, pkgconfig/liboggspeex-uninstalled.pc.in,
	  pkgconfig/liboggspeex.pc.in,
	  pkgconfig/liboggvorbis-uninstalled.pc.in,
	  pkgconfig/liboggvorbis.pc.in,
	  pkgconfig/libuniconf-uninstalled.pc.in,
	  pkgconfig/libuniconf.pc.in,
	  pkgconfig/libwvbase-uninstalled.pc.in, pkgconfig/libwvbase.pc.in,
	  pkgconfig/libwvfft-uninstalled.pc.in, pkgconfig/libwvfft.pc.in,
	  pkgconfig/libwvqt-uninstalled.pc.in, pkgconfig/libwvqt.pc.in,
	  pkgconfig/libwvstreams-uninstalled.pc.in,
	  pkgconfig/libwvtest-uninstalled.pc.in, pkgconfig/libwvtest.pc.in,
	  pkgconfig/libwvutils-uninstalled.pc.in,
	  pkgconfig/libwvutils.pc.in, pkgconfig/wvxplc.pc.in: HEAD: Add
	  "uninstalled" versions of our pkgconfig files, so you can use
	  pkgconfig with WvStreams without installing it on your system
	  (gee, I wonder who does that?) :-) Minor cleanup of our existing
	  pkgconfig files to be more idiomatic.

2005-03-09 22:04  jdeboer

	* utils/wvmoniker.cc: HEAD: And that [wvmoniker.cc] should stay
	  behind.

2005-03-09 21:55  jdeboer

	* include/uniconf-csharp.h, uniconf/uniconf-csharp.cc,
	  uniconf/uniconfroot-csharp.cc, utils/wvmoniker.cc: HEAD: UniConf#
	  now has working events.

2005-03-09 19:54  dcoombs

	* linuxstreams/tests/pamtest.cc: carambola-dcoombs: Merging my
	  WvLicenseMgr work from r4_2-dcoombs.	Let's stop renaming
	  branches now.

2005-03-09 19:25  jdeboer

	* include/uniconf-csharp.h, include/uniconf.h,
	  include/uniconfiter-csharp.h, include/uniconfkey-csharp.h,
	  include/uniconfroot-csharp.h, uniconf/uniconf-csharp.cc,
	  uniconf/uniconf_c.cc, uniconf/uniconfiter-csharp.cc,
	  uniconf/uniconfroot-csharp.cc, uniconf/uniconfroot.cc,
	  uniconf/tests/basictest.cc: HEAD: Added C declarations of certain
	  functions for UniConf#

2005-03-09 03:38  wlach

	* pkgconfig/libwvtest.pc.in: HEAD: Forgot to add a file, broke the
	  build, blah blah blah

2005-03-09 03:14  wlach

	* wvrules.mk: carambola: Modify dist rule to handle pierre's
	  VER_STRING_EXTRA stuff in wvver.h gracefully..

2005-03-09 00:43  wlach

	* Makefile, configure.ac, vars.mk, wvrules.mk, debian/rules: HEAD:
	  Create a libwvtest library for testing, instead of a static
	  wvtestmain.o object. Add a pkgconfig library so it's easy to
	  create your own unit tests outside the niti tree. Those using the
	  standard wvrules macros to create testing suites don't need to
	  worry about this, others should see what I did to acltest.

2005-03-08 20:40  pzion

	* include/wvatomicfile.h, streams/wvatomicfile.cc,
	  streams/t/wvatomicfile.t.cc: carambola: wvstreams: wvatomicfile:
	  spam scanner PDR test was failing due to permission handling bugs
	  in WvAtomicFile; also, added good unit tests for wvatomicfile
	  BUGZID:11014

2005-03-08 17:45  pzion

	* streams/wvatomicfile.cc: carambola: wvstreams: wvatomicfile: use
	  fchmod instead of wvchmod to guarantee file permissions because,
	  well, it actually works

2005-03-08 15:45  pzion

	* streams/wvatomicfile.cc: carambola: wvstreams: WvAtomicFile:
	  removed referece to NITIX in temporary filename

2005-03-08 07:56  jklink

	* uniconf/t/unitempgenvsdaemon.t.cc: BUGZID: 10926

	  Carambola : Changes to unitempgenvsdaemon because of sudden
	  unitest failures.  Added per-pid UNIX sockets unlinking of
	  sockets and ini files.

2005-03-08 01:33  pphaneuf

	* configure.ac: carambola: put " (username@hostname)" at the end of
	  the version strings when in debug mode.  BUGZID:10909

2005-03-07 22:18  jklink

	* streams/wvatomicfile.cc, include/wvatomicfile.h: BUGZID: 9829

	  Carambola : taking out renaming of files across filesystems and
	  deletion of tmp files on close

2005-03-07 20:24  pzion

	* include/wvregex.h: carambola: added doxygen info for WvRegex
	  BUGZID:10254

2005-03-07 19:51  pzion

	* include/wvregex.h, utils/t/wvregex.t.cc: r4_3: BUGZID:10254
	  WvRegex: renamed certain overloads of WvRegex::match to avoid
	  confusion

2005-03-07 16:54  jdeboer

	* include/wvcallback.h: idb2: Fixed a memory leak in my one-line
	  fix to WvCallback. Read the diff, shake your head, then come
	  visit my desk with a sharpened metal rod.

2005-03-06 22:56  wlach

	* crypto/tests/ssltest.cc: caramabola: make ssltest use wvargs, so
	  you can immediately see how to use it without examining the
	  source code.

2005-03-06 18:28  wlach

	* configure.ac, debian/control, include/wvargs.h,
	  include/wvdaemon.h, include/wvstreamsdaemon.h,
	  streams/wvdaemon.cc, streams/tests/daemontest.cc,
	  streams/tests/streamdaemontest.cc, utils/wvargs.cc: HEAD: popt is
	  now required for externally built wvstreams packages-- remove the
	  conditional stuff in wvargs and wv(streams)daemon as a result.
	  debian packages now updated to build depend on libpopt-dev. add
	  daemontest and streamsdaemontest (useful as sanity tests and
	  quick example code) to streams/test.	NB: None of this affects
	  Weaver in any way.

2005-03-06 01:40  apenwarr

	* utils/t/wvbase64.t.cc: HEAD: an extra unit test for wvbase64 that
	  I forgot to check in a while ago.

2005-03-06 01:26  apenwarr

	* streams/: wvistreamlist.cc, t/wvistreamlist.t.cc: HEAD:
	  WvIStreamList would not call pre_select() on its children if its
	  alarm was ticking.  This would cause loss of events sometimes,
	  particularly if the alarm() was frequent enough to go off *every*
	  time through the event loop.	Added a unit test for this.  (This
	  probably didn't hurt anything except my debugging for my
	  experimental new hostotron program, but it might have confused
	  some people.)

2005-03-06 01:09  apenwarr

	* utils/wvtest.cc: HEAD: someone (maybe me) had introduced buggy
	  pathname stripping in wvtest.cc, leading to ugly-looking (but
	  valid) test output that includes directory names.

2005-03-04 21:11  pphaneuf

	* include/wvlinklist.h, include/wvstrutils.h,
	  include/wvsubprocqueue.h, include/wvsubprocqueuestream.h,
	  include/wvsystem.h, streams/wvsubprocqueuestream.cc,
	  streams/t/wvsubprocqueuestream.t.cc, utils/strutils.cc,
	  utils/wvsubprocqueue.cc, utils/wvsystem.cc,
	  utils/t/strutils.t.cc, utils/t/wvsubprocqueue.t.cc,
	  utils/t/wvsystem.t.cc: carambola: merged from r4_1+n3.
	  BUGZID:10840

2005-03-04 20:47  wlach

	* include/wvargs.h: carambola: Add documentation for
	  add_required_arg and add_optional_arg to WvArgs.  BUGZID:10252

2005-03-03 22:22  pzion

	* include/wvargs.h: carambola: BUGZID:10252 added docs for WvArgs

2005-03-03 20:45  mcote

	* configure.ac, crypto/tests/ssltest.cc, debian/control,
	  include/wvargs.h, include/wvhttppool.h, include/wvlogrotator.h,
	  include/wvstrutils.h, ipstreams/t/wvunixdgsocket.t.cc,
	  linuxstreams/tests/pamtest.cc, streams/wvistreamlist.cc,
	  streams/wvlogrotator.cc, streams/wvpam.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvlogrotator.t.cc,
	  streams/tests/pamtest.cc, uniconf/uniconfkey.cc,
	  uniconf/unisubtreegen.cc, uniconf/unitempgen.cc,
	  uniconf/unitransactiongen.cc, uniconf/t/uniconfkey.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unitempgen.t.cc, uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/t/unitransactiongen.t.cc, uniconf/t/uniunwrapgen.t.cc,
	  uniconf/tests/.cvsignore, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, utils/strutils.cc, utils/wvargs.cc,
	  utils/t/strutils.t.cc, utils/tests/wvargstest.cc: idb2: Merge
	  from head.

2005-03-03 15:14  jdeboer

	* include/wvcallback.h: idb2: Webconfig now uses the restoretool to
	  read the toplevel index.  BUGZID:10839 Also fixed a bug in
	  WvCallback that causes a crash in WvLCDConfig

2005-03-03 02:21  jklink

	* include/wvatomicfile.h, streams/wvatomicfile.cc: BUGZID: 9829

	  Carambola : wvqmail wvfile (.new) invocations are finally removed
	  and have been replaced with calls to wvatomicfile calls.

2005-03-02 23:02  jklink

	* streams/: wvatomicfile.cc, t/wvatomicfile.t.cc: BUGZID: 9829

	  Carambola : Unit tests for wvatomicfile

2005-03-02 21:55  jklink

	* include/wvatomicfile.h, include/wvfile.h,
	  streams/wvatomicfile.cc, streams/wvfile.cc: BUGZID: 9829

	  Carambola : more additions to the wvatomic file.  It now uses
	  mkstemp and wvfile now supports latching onto an open fd.

2005-03-02 17:42  mrwise

	* uniconf/unisubtreegen.cc: carambola: a fix I made for a crash in
	  unisubtreegen sort of broke it, but it didn't crash anymore!	so
	  now it's fixed the "correct" way.. bah.  BUGZID:10847

2005-03-02 02:06  apenwarr

	* streams/t/wvsubprocqueuestream.t.cc:
	  r4_1_1: BUGZID:10896: more logging in wvsubprocqueuestream.t.cc
	  unit test to help track down sporadic test failure.

2005-02-25 23:39  pzion

	* crypto/tests/ssltest.cc, include/wvlinklist.h,
	  include/wvstrutils.h, include/wvsubprocqueue.h,
	  include/wvsubprocqueuestream.h, include/wvsystem.h,
	  ipstreams/t/wvtcp.t.cc, ipstreams/t/wvunixdgsocket.t.cc,
	  streams/wvsubprocqueuestream.cc, streams/t/wvfdstream.t.cc,
	  streams/t/wvsubprocqueuestream.t.cc, uniconf/uniretrygen.cc,
	  uniconf/unitransactiongen.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/t/unitransactiongen.t.cc,
	  urlget/t/wvhttppool.t.cc, utils/strutils.cc,
	  utils/wvsubprocqueue.cc, utils/wvsystem.cc,
	  utils/t/strutils.t.cc, utils/t/wvsubprocqueue.t.cc,
	  utils/t/wvsystem.t.cc: asterisk: merged from r4_1_1

2005-02-23 04:22  wlach

	* utils/t/wvgzip.t.cc: carambola: Commit test for wvgzip (currently
	  commented out, as there are valgrind is reporting some errors
	  which merit further investigation) BUGZID:3856

2005-02-23 03:05  wlach

	* uniconf/unimountgen.cc: carambola: unimountgen will now generate
	  an assert if DEBUG=1 and it can not resolve a moniker
	  BUGZID:10767

2005-02-21 23:37  build

	* ipstreams/t/wvtcp.t.cc: r4_1: removing wvtcp.t.cc, which andrew
	  added after 4.1.0c #0 was built.

2005-02-21 23:25  jklink

	* include/wvatomicfile.h, streams/wvatomicfile.cc: BUGZID: 9829

	  Carambola : new WvAtomicFile class to combat the everlasting
	  "writing over symlink" problem.

2005-02-21 22:53  pmccurdy

	* include/wvstrutils.h, utils/strutils.cc, utils/t/strutils.t.cc:
	  r4_1+ns3: Add another horrible function to strutils,
	  depunctuate().  This removes trailing punctuation ('.', '?', or
	  '!') from a string.  BUGZID:9879

2005-02-21 22:42  mrwise

	* include/wvlogrotator.h, streams/wvlogrotator.cc,
	  streams/t/wvlogrotator.t.cc: carambola: fixed occasional bug with
	  wvlogrotator unit test where it wasn't waiting for children of
	  the logrotator to finish their work before checking the results.
	  BUGZID:10661

2005-02-21 22:10  sfllaw

	* streams/wvmodem.cc, configure.ac: wvstreams_4_0: Don't have
	  WvModem treat IOCTL failures as fatal.

	  BUGZID: 10634

2005-02-21 21:09  pzion

	* crypto/tests/ssltest.cc, include/wvlinklist.h,
	  include/wvsubprocqueue.h, include/wvsubprocqueuestream.h,
	  include/wvsystem.h, ipstreams/t/wvtcp.t.cc,
	  ipstreams/t/wvunixdgsocket.t.cc, streams/wvsubprocqueuestream.cc,
	  streams/t/wvsubprocqueuestream.t.cc,
	  uniconf/unitransactiongen.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/unitransactiongen.t.cc, utils/wvsubprocqueue.cc,
	  utils/wvsystem.cc, utils/t/wvsubprocqueue.t.cc,
	  utils/t/wvsystem.t.cc: r4_1: reverted r4_1 branch to moment of
	  4.1.0c#0 bounce

2005-02-21 19:12  pzion

	* ipstreams/: wvunixsocket.cc, t/wvunixsocket.t.cc: carambola:
	  wvstreams: BUGZID:10714 WvUnixConn::WvUnixConn would block in
	  connect() if the socket connection backlog was full; fixed, with
	  unit test to prove it

2005-02-21 17:07  hub

	* uniconf/: uniretrygen.cc, t/uniretrygen.t.cc: wvstreams_4_0: fix
	  UniRetryGen::get() to be consistent with exists(). BUGZID:9769

2005-02-21 08:07  apenwarr

	* include/wvlinklist.h, include/wvsubprocqueue.h,
	  include/wvsubprocqueuestream.h, include/wvsystem.h,
	  streams/wvsubprocqueuestream.cc,
	  streams/t/wvsubprocqueuestream.t.cc, uniconf/t/uniretrygen.t.cc,
	  utils/wvsubprocqueue.cc, utils/wvsystem.cc,
	  utils/t/wvsubprocqueue.t.cc, utils/t/wvsystem.t.cc:
	  r4_1+ns3: merged recent changes from r4_1_1.

2005-02-21 06:18  apenwarr

	* include/wvsubprocqueue.h, utils/wvsubprocqueue.cc:
	  r4_1_1: merged recent changes from r4_1.  Yes, again.

2005-02-21 05:04  apenwarr

	* include/wvsubprocqueue.h, utils/wvsubprocqueue.cc:
	  r4_1: hmm.  Fixed an autobuilder compile problem (missing
	  assert.h) I introduced that looks like it ought to happen to
	  everyone, but certainly doesn't happen to me.  Whatever.

2005-02-21 02:58  apenwarr

	* include/wvlinklist.h, include/wvsubprocqueue.h,
	  include/wvsubprocqueuestream.h, include/wvsystem.h,
	  streams/wvsubprocqueuestream.cc,
	  streams/t/wvsubprocqueuestream.t.cc, uniconf/t/uniretrygen.t.cc,
	  utils/wvsubprocqueue.cc, utils/wvsystem.cc,
	  utils/t/wvsubprocqueue.t.cc, utils/t/wvsystem.t.cc:
	  r4_1_1: merged recent changes from r4_1.

2005-02-21 00:15  apenwarr

	* include/wvlinklist.h, include/wvsubprocqueue.h,
	  include/wvsubprocqueuestream.h, include/wvsystem.h,
	  streams/wvsubprocqueuestream.cc,
	  streams/t/wvsubprocqueuestream.t.cc, utils/wvsubprocqueue.cc,
	  utils/wvsystem.cc, utils/t/wvsubprocqueue.t.cc,
	  utils/t/wvsystem.t.cc:
	  r4_1: BUGZID:10563: WvLinkList::Iter::xunlink() and unlink() now
	  take an optional bool parameter "destroy", so you can remove from
	  the list and force items not to be destroyed.  I thought this
	  existed already, but apparently not.

	  Added WvSystem, a safer alternative to system() that doesn't call
	  the shell but is still almost as syntactically nice-looking (ie.
	  the *real* reason people call system()).  Added WvSubProcQueue,
	  which manages an ordered queue of WvSubProc objects, and
	  WvSubProcQueueStream, which pushes the queue using WvStreams
	  timer events.  Currently nothing uses these new classes except
	  their unit tests, so they can't hurt anyone.	Next, I'll make it
	  so that WvUserSvc et al use these classes for safety and to
	  actually fix bug 10563.

2005-02-18 22:34  pzion

	* uniconf/t/uniretrygen.t.cc: r4_1: wvstreams unittest: backported
	  fix for UniRetryGen unittest from carambola BUGZID:10663

2005-02-17 20:52  mrwise

	* crypto/tests/ssltest.cc, include/wvargs.h, include/wvhttppool.h,
	  include/wvlogrotator.h, include/wvstrutils.h,
	  ipstreams/t/wvunixdgsocket.t.cc, linuxstreams/tests/pamtest.cc,
	  streams/wvistreamlist.cc, streams/wvlogrotator.cc,
	  streams/wvpam.cc, streams/t/wvfdstream.t.cc,
	  streams/t/wvlogrotator.t.cc, streams/tests/pamtest.cc,
	  uniconf/uniconfkey.cc, uniconf/unisubtreegen.cc,
	  uniconf/unitempgen.cc, uniconf/unitransactiongen.cc,
	  uniconf/t/uniconfkey.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unitempgen.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/t/unitransactiongen.t.cc, uniconf/t/uniunwrapgen.t.cc,
	  uniconf/tests/.cvsignore, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, utils/strutils.cc, utils/wvargs.cc,
	  utils/t/strutils.t.cc, utils/tests/wvargstest.cc: HEAD: Merged
	  from carambola

2005-02-17 18:51  mcote

	* Doxyfile, Makefile, wvtestmain.cc, debian/control, debian/rules,
	  include/iwvstream.h, include/unicallbackgen.h,
	  include/wvfileutils.h, include/wvipfirewall.h,
	  include/wvlinklist.h, include/wvstrutils.h,
	  include/wvtest_filecountprefix.h, include/wvx509.h,
	  ipstreams/wvhttp.cc, streams/fileutils.cc, streams/wvlog.cc,
	  streams/wvpam.cc, streams/wvprotostream.cc,
	  streams/wvstreamsdaemon.cc, streams/t/fileutils.t.cc,
	  streams/t/wvdailyevent.t.cc, streams/t/wvfdstream.t.cc,
	  uniconf/uniinigen.cc, uniconf/unipermgen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/wvconfemu.cc, uniconf/t/unicallbackgen.t.cc,
	  uniconf/t/uniclientgen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/t/unireadonlygen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/t/unitransactiongen.t.cc, uniconf/t/wvconfemu.t.cc,
	  urlget/t/wvhttppool.t.cc, utils/strutils.cc, utils/wvdiriter.cc,
	  utils/wvqdbmhash.cc, utils/wvtclstring.cc,
	  utils/wvtest_filecountprefix.cc, utils/t/strutils.t.cc,
	  utils/t/wvondiskhash.t.cc, utils/t/wvtclstring.t.cc: idb2:
	  Painful merge from head.  Two unit tests relating to incremental
	  backups are still failing, but I think everything else is
	  working.

2005-02-17 01:41  wlach

	* configure.ac, debian/control: HEAD: WvStreams now depends on xplc
	  0.3.11 (when linking against xplc dynamically outside the niti
	  tree). Update debian file to reflect this.

2005-02-16 01:18  mrwise

	* uniconf/: unisubtreegen.cc, t/unitempgenvsdaemon.t.cc: carambola:
	  fixed an assertion crash related to unisubtree gen creating slash
	  trailed keys.  BUGZID:10567

2005-02-15 22:41  jklink

	* streams/t/wvlogrotator.t.cc: BUGZID: 10661

	  Carambola : Commenting out a few failing tests in
	  wvlogrotator.t.cc.  Bug 10661 assigned to mrwise.

2005-02-15 19:39  mrwise

	* crypto/tests/ssltest.cc, ipstreams/t/wvtcp.t.cc,
	  ipstreams/t/wvunixdgsocket.t.cc, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc, urlget/t/wvhttppool.t.cc:
	  carambola: Merged from r4_1+ns3

2005-02-15 06:30  wlach

	* debian/: control, rules: HEAD: Don't include FAM support in
	  Debian packages of WvStreams, since it's (1) deprecated and (2)
	  not even available in Ubuntu Hoary.

2005-02-15 03:01  mrwise

	* crypto/tests/ssltest.cc, ipstreams/t/wvtcp.t.cc,
	  ipstreams/t/wvunixdgsocket.t.cc, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc: r4_1+ns3: Merged from r4_1_1

2005-02-15 00:57  mrwise

	* crypto/tests/ssltest.cc, ipstreams/t/wvtcp.t.cc,
	  ipstreams/t/wvunixdgsocket.t.cc, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc: r4_1_1: Merged from r4_1

2005-02-14 22:33  mrwise

	* uniconf/: unitransactiongen.cc, t/unitransactiongen.t.cc: r4_1:
	  fixed memory leak in UniTransactionGen by removing the use of a
	  union since debugging the memory leak with the union was proving
	  excruciating.  BUGZID:10134

2005-02-12 01:42  mrwise

	* uniconf/: unitransactiongen.cc, t/unitransactiongen.t.cc: HEAD:
	  crap, checked my changes into the wrong branch.  BUGZID:10134

2005-02-12 01:34  mrwise

	* uniconf/: unitransactiongen.cc, t/unitransactiongen.t.cc: HEAD:
	  got rid of the use of a "union" in unitransactiongen because
	  debugging the resulting memory errors was too freaking insane.
	  (unit tests all pass) BUGZID:10134

2005-02-11 19:46  sfllaw

	* uniconf/uniconfkey.cc: carambola: Undo revert of UniConfKey
	  slash-collapsing behaviour, now that 10589 is fixed.	This should
	  also fix the unit test failures in 10632.

	  BUGZID: 10589

2005-02-11 19:45  sfllaw

	* uniconf/t/unitransactiongen.t.cc: carambola: UniTransactionGen's
	  UnitTest was broken by trailing slashes, not the generator
	  itself.

	  BUGZID: 10589

2005-02-11 19:33  mrwise

	* include/wvlogrotator.h, streams/wvlogrotator.cc,
	  streams/t/wvlogrotator.t.cc: carambola: changed apache to rotate
	  it's logs on a daily basis, expiring old logs at a default of 7
	  days, also added configuration through the www page in webconfig
	  to change the number of days before expiring logs.  Created
	  general WvLogRotator class from WvLogFile and added basic unit
	  tests for the new class.  BUGZID:10367

2005-02-10 22:29  andrew

	* streams/: wvistreamlist.cc, t/wvfdstream.t.cc: carambola:
	  Checking in what is almost beyond any doubt the correct fix for
	  BUGZID:10147. Also re-enabling AuthRateLimiting because of it.

2005-02-10 21:24  sfllaw

	* uniconf/uniconfkey.cc: carambola: Revert change to UniConfKey
	  that gives trailing slashes a special meaning, until I can figure
	  out why it break UniTransactionGen.

	  BUGZID: 10589

2005-02-10 21:22  sfllaw

	* uniconf/t/unitempgenvsdaemon.t.cc: carambola: Commented out test
	  that triggers the cache:subtree:unix bug.

	  BUGZID: 10567

2005-02-10 20:57  sfllaw

	* utils/t/strutils.t.cc, uniconf/uniconfkey.cc,
	  uniconf/unitempgen.cc, uniconf/t/uniconfkey.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unimountgen.t.cc, uniconf/t/unitempgen.t.cc,
	  uniconf/t/uniunwrapgen.t.cc, uniconf/tests/.cvsignore,
	  urlget/wvhttpstream.cc, utils/strutils.cc, include/wvhttppool.h,
	  include/wvstrutils.h, linuxstreams/tests/pamtest.cc,
	  streams/wvpam.cc, streams/tests/pamtest.cc: carambola: Merged
	  changes from wvstreams_4_0.

2005-02-10 20:57  sfllaw

	* utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  urlget/wvhttpstream.cc, urlget/t/wvhttppool.t.cc,
	  utils/strutils.cc, utils/wvstring.cc,
	  linuxstreams/wvipfirewall.cc, redhat/wvstreams.spec,
	  streams/wvistreamlist.cc, streams/wvlog.cc, streams/wvlogfile.cc,
	  streams/wvpam.cc, streams/t/wvfdstream.t.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/unifiltergen.cc, uniconf/unihashtree.cc,
	  uniconf/uniinigen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfpamconn.cc,
	  uniconf/t/unicachegen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/t/unireadonlygen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc, uniconf/tests/uni.cc,
	  debian/libuniconf4.0.install, debian/rules,
	  debian/uniconfd.default, debian/uniconfd.init,
	  debian/uniconfd.install, include/uniclientgen.h,
	  include/uniconfgen.h, include/uniconfpamconn.h,
	  include/uniconftree.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unihashtree.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/uninullgen.h, include/unipermgen.h,
	  include/unireadonlygen.h, include/unireplicategen.h,
	  include/uniretrygen.h, include/unisecuregen.h,
	  include/unislowgen.h, include/unitempgen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h,
	  include/wvipfirewall.h, include/wvistreamlist.h, include/wvpam.h,
	  include/wvslp.h, include/wvstrutils.h, include/wvx509.h,
	  ipstreams/wvresolver.cc, ipstreams/wvslp.cc, Makefile,
	  suppressions.wv, debian/changelog, debian/dirs: wvstreams_4_0:
	  Merged changes from r4_1 and r4_1+ns3.

2005-02-10 18:00  pzion

	* include/unicallbackgen.h, uniconf/t/unicallbackgen.t.cc: HEAD:
	  added set callbacks to UniCallbackGen

2005-02-10 05:45  apenwarr

	* crypto/wvsslstream.cc: wvstreams-win32: BUGZID:10560: extremely
	  suspicious fix to WvSSLStream to make emakela's weird "win32
	  error #998" go away.	Don't SSL_read() more than once in a row
	  without doing select() first.  This causes WvSSLStream::uread()
	  to sometimes return less data than requested, but that's harmless
	  since it could have happened before anyway.  Unfortunately, I
	  don't know *why* this causes error #998, but I probably don't
	  want to go digging around in openssl code to find out.

2005-02-10 04:45  apenwarr

	* crypto/wvsslstream.cc, include/wverror.h, utils/wverror.cc:
	  wvstreams-win32: BUGZID:10560: added a new
	  WvErrorBase::strerror(), which is better than the win32 stupid
	  strerror() because it can map winsock errors and, even if that
	  doesn't work, includes the error code number in "Unknown error"
	  messages.  Changed WvSSLStream to use this and to mark errors
	  caused by SSL_read() as such.  This correctly tags the weird
	  "error 998" from bug 10560 as one from SSL_read().

2005-02-10 02:56  apenwarr

	* crypto/tests/ssltest.cc:
	  r4_1: ssltest.cc had been changed to stupidly create two
	  simultaneous connections and not terminate correctly.  Crazy.
	  Change it back.

2005-02-10 02:33  apenwarr

	* utils/wverror.cc: wvstreams-win32: BUGZID:10560: apparently
	  strerror() doesn't know about all possible win32 error codes.  Ha
	  ha.  Anyway, if it returns "Unknown error", WvError will now
	  convert it to "Unknown win32 error #xxx" (where xxx is the error
	  number).

2005-02-10 01:34  pzion

	* uniconf/t/unicallbackgen.t.cc: HEAD: added UniCallbackGen

2005-02-09 23:08  hub

	* uniconf/: wvconfemu.cc, t/wvconfemu.t.cc: Fix crasher in iterator
	  for WvConfEmu. Bonus: unit test for that case. BUGZID:9664

2005-02-09 20:58  ppatters

	* include/wvargs.h, utils/wvargs.cc: carambola: Add
	  WvArgs::remove_all_options()

2005-02-09 00:53  pphaneuf

	* wvtestmain.cc, include/wvx509.h, streams/t/wvfdstream.t.cc,
	  uniconf/t/uniclientgen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unireadonlygen.t.cc,
	  uniconf/t/unireplicategen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/unitransactiongen.t.cc, urlget/t/wvhttppool.t.cc,
	  utils/strutils.cc, utils/t/strutils.t.cc: Merged from r4_2.
	  BUGZID:10511

2005-02-09 00:03  jdeboer

	* utils/wvdiriter.cc: Many things happened since the last time:

	  - idbd is now linked against rdynamic - idbd will write a verbose
	  log to /tmp/disk/idbd.log for debugging purposes.  - idbd will
	  actually zap the tape when finished a backup -
	  WvIdbIndex::update() is used in more places now.  - WvIndexFile
	  now has an update function that will modify the index in place -
	  During a incremental backup, the index is not copied from the
	  parent until incremental_magic(), this saves us some time, and
	  will make things easier in the future. It also sidesteps a lot of
	  the remaining 'modifying the index while iterating bugs' -
	  WvTape::get_tapename() is safer now - The backup and indexfile
	  unit tests are improved. New tests were added.  -
	  backup/tests/indextest now has a --verboselist mode - WvIndexFile
	  now checks and enforces a 'no merging with active iterator' rule
	  Many unit tests were cleaned up to make sure the the iterators
	  were destoried before the index file.  - WvIndexFile::count() no
	  longer requires a merge() call - The temporary merge file was
	  moved from /tmp/ to /var/tmp - WvIndexFile::Iter will now scan
	  for the next non-deleted entry instead of dieing.  - Style fix
	  ups (There are more to be done, I know, I'm sorry) - And of
	  course, a small WvStreams change: WvDirIter will no longer return
	  /path//file when asked to iterator /path/

	  All this in pursuit of a passable PDR test: BUGZID:10486

2005-02-08 21:37  wlach

	* include/wvargs.h: carambola: Forgot to commit the other piece of
	  the puzzle for WvArgs additions.  BUGZID:10521

2005-02-08 21:37  wlach

	* utils/: wvargs.cc, tests/wvargstest.cc: carambola: Add ability to
	  add optional and required _arguments_ (not options) to WvArgs,
	  which will show up in --usage and --help. Add a "wvargstest"
	  program to demonstrate use of WvArgs.  BUGZID:10521

2005-02-08 20:01  pphaneuf

	* uniconf/t/uniinigen.t.cc: Make uniinigen.t.cc clean up after
	  itself.

2005-02-08 00:49  pphaneuf

	* wvtestmain.cc, include/wvx509.h, streams/t/wvfdstream.t.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unireadonlygen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/unitransactiongen.t.cc, urlget/t/wvhttppool.t.cc,
	  utils/strutils.cc, utils/t/strutils.t.cc: r4_2: merged from
	  r4_1+ns3.  BUGZID:10477

2005-02-07 20:37  pzion

	* include/wvmagicloopback.h: HEAD: wvstreams: reverted accidental
	  checkin

2005-02-07 20:36  pzion

	* include/: iwvstream.h, wvmagicloopback.h: HEAD: wvstreams: added
	  warning that set(read|write|except)callback don't work as
	  expected

2005-02-07 20:24  ppatters

	* ipstreams/t/wvunixdgsocket.t.cc: r4_1: Use mkstemp instead of
	  mktemp to shut up the linker (I don't CARE if it's less secure...
	  but the linker does... grumble)... BUGZID:10497

2005-02-07 20:05  pzion

	* utils/wvtclstring.cc: HEAD: wvsreams: fixed a tricky loop logic
	  problem in wvtcl_encode

2005-02-07 19:54  pzion

	* utils/: wvtclstring.cc, t/wvtclstring.t.cc: HEAD: wvstreams:
	  fixed allocation size miscalculations in wvtclstring.cc

2005-02-07 18:41  ppatters

	* ipstreams/t/wvunixdgsocket.t.cc: r4_1: Fix the UnixDGSocket unit
	  test to use random filename to stop random failures of the
	  autobuilder.

2005-02-05 03:09  pmccurdy

	* urlget/t/wvhttppool.t.cc: r4_1+ns3: The WvHttpPool pipelining
	  unit test was fixed by the merge from r4_1, so now we can safely
	  enable it again.  BUGZID:10279

2005-02-04 04:01  andrew

	* ipstreams/t/wvtcp.t.cc: r4_1: Checking in wvtcp.t.cc unit test,
	  which breaks with the fdstream patch, and works without it.
	  BUGZID:10461

2005-02-04 03:15  apenwarr

	* streams/wvfdstream.cc, streams/t/wvfdstream.t.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniretrygen.t.cc,
	  urlget/t/wvhttppool.t.cc:
	  r4_1+ns3: BUGZID:10357: merged recent changes from r4_1_1,
	  thereby making SSL work again in ns3 (the brokenness was caused
	  by the same fdstream change that broke dyndns).

2005-02-04 03:07  apenwarr

	* streams/wvfdstream.cc, streams/t/wvfdstream.t.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniretrygen.t.cc,
	  urlget/t/wvhttppool.t.cc: r4_1_1: merged recent changes from
	  r4_1.

2005-02-04 03:06  jdeboer

	* utils/t/wvondiskhash.t.cc: HEAD: added debugging info to
	  wvondiskhash.t.cc to check the sporatic failures on bounce.

2005-02-04 02:52  pmccurdy

	* include/wvx509.h: r4_1+ns3: NS3 was totally broken in SSL mode,
	  and nobody really noticed because the unit tests weren't checking
	  it.  Now the UserSync test will try to connect in SSL mode.  To
	  do this, the WvRcmdListener now takes a reference to a WvX509Mgr
	  pointer, instead of grabbing a copy from its WvWeaver pointer,
	  but that's a good thing anyway.  BUGZID:10357

2005-02-03 22:20  andrew

	* streams/t/wvfdstream.t.cc: r4_1: Comment out unit test for
	  wvfdstream thing. BUGZID:10463

2005-02-03 22:00  andrew

	* streams/wvfdstream.cc: r4_1: Reverting patch to wvfdstream.
	  BUGZID:10461

2005-02-03 21:26  sfllaw

	* urlget/t/wvhttppool.t.cc: r4_1: Use www.google.com as a test for
	  a webserver, but don't run those tests if it can't resolve out
	  into the real world.

	  BUGZID: 10279

2005-02-03 02:57  wlach

	* uniconf/t/: uniclientgen.t.cc, unireplicategen.t.cc: r4_2:
	  unireplicategen unit test should now be completely
	  multiple-instance safe. remove an unnecessary unlink from
	  uniclientgen unit test.  BUGZID:10441

2005-02-02 22:45  pphaneuf

	* include/wvtest_filecountprefix.h, uniconf/t/uniclientgen.t.cc,
	  utils/wvqdbmhash.cc, utils/wvtest_filecountprefix.cc,
	  utils/t/wvondiskhash.t.cc: Merged WvStreams from r4_2. Reenabled
	  the "deltas" unit test in uniclientgen.t.cc.	BUGZID:10337

2005-02-02 21:28  wlach

	* uniconf/t/uniclientgen.t.cc: r4_2: uniclientgen test no longer
	  uses a hardcoded pipename, and cleans up its child more robustly
	  (with thanks to pphaneuf for the latter) BUGZID:10337

2005-02-01 22:38  sfllaw

	* uniconf/t/uniretrygen.t.cc: r4_1: Remove hardcoded filenames from
	  UniRetryGen's unit test.

	  BUGZID: 10341

2005-02-01 21:43  hub

	* Doxyfile: fix Doxygen configuration to have UniConf class
	  documented.

2005-02-01 21:37  sfllaw

	* uniconf/t/uniconfd.t.cc: r4_1: Don't rely on hardcoded filenames
	  for the Uniconfd unit test.

	  BUGZID: 10341

2005-02-01 19:39  pmccurdy

	* uniconf/t/unitempgenvsdaemon.t.cc: r4_1+ns3: Backport wlach's
	  unitempgenvsdaemon.t.cc multi-process fixes from r4_2.

2005-02-01 19:37  pmccurdy

	* uniconf/t/uniretrygen.t.cc: r4_1+ns3: Disable
	  non-multi-process-safe UniRetryGen test.  BUGZID:10341

2005-02-01 04:50  pmccurdy

	* uniconf/t/: uniinigen.t.cc, unireadonlygen.t.cc: r4_1+ns3: Make
	  the UniIniGen unit test use mkstemp instead of a hardcoded
	  tmp.ini file.  This makes it safe for multiple runs in the same
	  directory; this didn't cause problems on the autobuilder, but
	  makes it easier to track down the tests that do cause grief.

2005-02-01 04:42  pmccurdy

	* uniconf/t/uniconfd.t.cc: head: Clean up slightly dubious use of
	  mkstemp()/WvFile, and fix a >80 char line.

2005-02-01 00:43  mrwise

	* include/wvlinklist.h: HEAD: Avery says the operator= should be a
	  private member to enforce passing by reference instead of value
	  when compiling, not linking and I agree.

2005-02-01 00:29  apenwarr

	* streams/wvfdstream.cc, streams/t/wvfdstream.t.cc,
	  urlget/t/wvhttppool.t.cc:
	  r4_1+ns3: merged recent changes from r4_1.

2005-02-01 00:24  apenwarr

	* streams/wvfdstream.cc, streams/t/wvfdstream.t.cc,
	  urlget/t/wvhttppool.t.cc:
	  r4_1_1: merged recent changes from r4_1.

2005-01-31 21:32  jdeboer

	* utils/wvqdbmhash.cc: r4_2: Fixed wvqdbmhash.cc to compile in
	  stable.

2005-01-31 20:56  pmccurdy

	* uniconf/t/uniconfd.t.cc: r4_1+ns3: Disable
	  non-multiple-instance-safe UniConfDaemon unit tests.
	  BUGZID:10341

2005-01-31 19:50  pphaneuf

	* uniconf/t/uniclientgen.t.cc: Commented out the "deltas" unit test
	  in uniclientgen.t.cc, as it caused repeated failures of the
	  autobuilder.	BUGZID:10337

2005-01-31 17:11  jdeboer

	* include/wvtest_filecountprefix.h, utils/wvqdbmhash.cc,
	  utils/wvtest_filecountprefix.cc, utils/t/wvondiskhash.t.cc: r4_2:
	  Pointed the temporary qdbm hashes at /var/tmp instead of /tmp.
	  Also gave them a more explicit name
	  /var/tmp/qdbm-annoymous-XXXXXX instead of the /tmp/fileXXXX. (Now
	  people will know who to blame.) Replaced tmpnam() calls with
	  mkstemp() calls.  BUGZID:10211

2005-01-28 16:41  sfllaw

	* urlget/t/wvhttppool.t.cc: r4_1: WvHttpPool test no longer relies
	  on Google to be up.  Also, the pipelining test now cycles through
	  a bunch of ports until it can find a free one.

	  I'm not sure what to do about the race-conditions where the
	  number of connexions doesn't match what we expect them to be.

	  BUGZID: 10279

2005-01-28 09:13  pphaneuf

	* streams/fileutils.cc, uniconf/uniinigen.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc: Merged from r4_2.
	  BUGZID:10302

2005-01-28 03:33  wlach

	* uniconf/t/: uniconfd.t.cc, unitempgenvsdaemon.t.cc: r4_2: Use
	  mkstemp in unitempgenvsdaemon.t.cc, too. And unlink files in
	  uniconfd.t.

2005-01-28 03:30  pzion

	* utils/wvtclstring.cc: HEAD: wvstreams: sped up wvtclstring decode
	  routines by a factor of nearly three by minimizing temporary
	  string allocations

2005-01-28 02:54  wlach

	* uniconf/t/uniconfd.t.cc: r4_2: Cleanup uniconfd.t to not use
	  hardcoded tempfiles/pipenames anywhere.  Also cleanup coding
	  style, and make it run faster by actually waiting for things to
	  startup intelligently instead of mindlessly sleep(1)ing.
	  BUGZID:10291

2005-01-27 23:34  pmccurdy

	* urlget/t/wvhttppool.t.cc: r4_1+ns3: I'm sick of the WvHttpPool
	  unit test killing the autobuilder.  Disabling the troublesome
	  pipelining test.  BUGZID:10279

2005-01-27 22:37  pzion

	* utils/wvtclstring.cc: HEAD: wvtclstring: join with splitchars[0]
	  in wvtcl_encode, not just a space

2005-01-27 19:12  pzion

	* Makefile, streams/t/wvdailyevent.t.cc, utils/wvtclstring.cc:
	  HEAD: doubled speed of wvtcl_encode() by avoiding all but one
	  WvString allocation; make test was not using local libraries,
	  fixed; wvdailyevent unit test was trying to pull in STL crap,
	  fixed

2005-01-27 00:40  dcoombs

	* ipstreams/wvhttp.cc: HEAD: Fixing BUGZID:10215.
	  WvStreamClone::isok() never actually checks cloned->isok()
	  anymore, relying on closecallbacks to tell us when we're done.
	  But there was a couple of places in WvHTTPStream where we were
	  setting the 'cloned' pointer directly instead of calling
	  setclone(), which is what sets the closecallback in the first
	  place.

	  Short version of the story: softupdate works again now.

2005-01-25 22:17  mrwise

	* include/wvfileutils.h, include/wvstrutils.h,
	  streams/fileutils.cc, streams/wvlog.cc, streams/wvpam.cc,
	  streams/wvprotostream.cc, streams/wvstreamsdaemon.cc,
	  streams/t/fileutils.t.cc, uniconf/unipermgen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/t/uniretrygen.t.cc,
	  utils/strutils.cc, utils/wvdiriter.cc, utils/wvqdbmhash.cc,
	  utils/t/strutils.t.cc, utils/t/wvondiskhash.t.cc: HEAD: merged
	  from r4_2

2005-01-25 21:53  mrwise

	* uniconf/: uniinigen.cc, t/uniinigen.t.cc: r4_2: fixed the inigen
	  so that it properly creates its temp files with no permissions
	  and gives the file 'create_mode' default 0666 permissions when it
	  copies to the ini file.  Also added a unit test for this.
	  BUGZID:10064

2005-01-25 19:40  andrew

	* streams/fileutils.cc: r4_2: Fixing wvstreams wvchmod() call so
	  that it will work for non-root users if the target file/dir has 0
	  permissions. BUGZID:10194

2005-01-25 16:04  mrwise

	* include/wvipfirewall.h: HEAD:Converted WvFirewallSvc to configure
	  WvIPFirewall through uniconf, removing all other references to
	  WvIPFirewall.  Services now configure their firewall settings
	  through their appropriate /svc/(svcname)/firewall section.  When
	  any of these /firewall sections change the service will blow
	  itself away and reconfigure.	To read how to configure firewall
	  settings, read WvFirewallsvc on the wikiMuch like the old
	  WvIPFirewall, but better!

	  BUGZID:10025

2005-01-24 22:43  andrew

	* streams/: wvfdstream.cc, t/wvfdstream.t.cc: r4_1: Fix to
	  WvFDStream to make it so that we can undo_force_select() on it.
	  BUGZID:10147

2005-01-24 02:27  apenwarr

	* Win32WvStreams/: libuniconf/libuniconf.vcproj,
	  libwvstreams/libwvstreams.vcproj, libwvutils/libwvutils.vcproj:
	  wvstreams-win32: BUGZID:10059: rename ssleay32.dll and
	  libeay32.dll to ssleayxx.dll and libeayxx.dll, respectively, to
	  avoid conflicts with other people's pre-installed libraries in
	  \\windows\\system.  Sigh.

2005-01-23 00:47  pmccurdy

	* utils/: strutils.cc, t/strutils.t.cc: r4_1+ns3: Make secondstoa()
	  return "0 seconds" instead of "0 second".  Fix some trivial
	  signedness issues.

2005-01-22 15:57  sfllaw

	* streams/t/wvfdstream.t.cc: r4_1+ns3: ACTUALLY merge from r4_1_1.
	  This was done by hand because I made the horrible error of
	  merging into HEAD, and then moving the lastmerge tags.  *sigh*
	  That'll teach me good.

2005-01-22 00:14  sfllaw

	* streams/t/wvfdstream.t.cc, uniconf/uniinigen.cc: HEAD: Revert
	  merge from r4_1_1 that was intended for r4_1+ns3.

2005-01-21 23:14  jdeboer

	* utils/: wvqdbmhash.cc, t/wvondiskhash.t.cc: r4_2: Modified the
	  WvQdbmHash::opendb() method to make all annoymous hashes
	  nonpersistant. This will cause the database to clean up after
	  itself on close.  However, it is should be noted that annoymous
	  databases are dangerous as they are created in the relatively
	  small /tmp on a Weaver.

	  Also wrote unit tests for WvQdbmHash and WvTapeBackup to look for
	  leftover annoymous databases.

	  BUGZID:10144

2005-01-21 21:09  wlach

	* uniconf/t/unipermgen.t.cc: r4_2: Add some stuff to the unipermgen
	  unit tests to make sure group permission is granted correctly.
	  BUGZID:9290

2005-01-21 19:28  ppatters

	* streams/wvlog.cc, streams/wvprotostream.cc,
	  streams/wvstreamsdaemon.cc, uniconf/unireplicategen.cc,
	  utils/wvdiriter.cc: r4_2: Change a bunch of parts of WvStreams to
	  use isempty() instead of count().

2005-01-21 06:31  sfllaw

	* streams/t/wvfdstream.t.cc: r4_1+ns3: Merging from r4_1_1.  This
	  includes changes from r4_1 and eit40rollback.

2005-01-21 06:20  wlach

	* streams/wvpam.cc, uniconf/unipermgen.cc: r4_2: La, la, la. It
	  turns out that reading the uniconf tree as a privileged user
	  (root) was broken in no less than three ways: (1) wvpam didn't
	  set the username after authentication (2) perm.ini set ownership
	  permissions by owner-{read,write,execute} instead of
	  user-{read,write,execute} (unipermgen only understands the
	  latter) (3) unipermgen didn't get the default generator fix for
	  groups that I gave users way back in December. End result:
	  mangling the uniconf tree via the uniconf daemon in r4_2 is now
	  aweome, r4_1 still works ok (by coincidence, but hey).
	  BUGZID:9290

2005-01-18 19:56  ppatters

	* utils/strutils.cc: r4_2: beforestr() and afterstr() no longer
	  cause segfaults when passed WvString::null

2005-01-18 01:51  mrwise

	* include/wvipfirewall.h: HEAD: changed WvIPFirewallSvc to
	  configure itself based on the /tmp/firewall section in UniConf,
	  right now WvIPFirewallSvc acts like any other service in this
	  respect, and doesn't update unless Weaver decides to call
	  set_firwall on the services.. next to be done is to tell Weaver
	  to mind it's own business and let this service stand on its own
	  feet.  Power to the Services! BUGZID:10025

2005-01-18 01:27  andrew

	* streams/t/wvfdstream.t.cc: r4_1: Adding commented out broken
	  stuff to wvfdstream.t.cc so someone else can try their hand at
	  fixing it. BUGZID:10147

2005-01-15 22:51  pmccurdy

	* uniconf/t/uniretrygen.t.cc: r4_1+ns3: Change some WVPASS lines to
	  WVPASSEQ in the UniRetryGen unit tests, to try and get clues
	  about why it very sporadically fails.

2005-01-15 22:47  pmccurdy

	* uniconf/t/unitransactiongen.t.cc: r4_1+ns3: Commit a
	  commented-out failing unit test for UniTransactionGen (small
	  memory leak).  BUGZID:10134

2005-01-14 18:59  mcote

	* uniconf/t/uniretrygen.t.cc: head: Added a unit test for
	  UniRetryGen to test immediate reconnections.

2005-01-14 16:32  pzion

	* .cvsignore, Makefile, config.guess, config.mk.in, config.sub,
	  configure.ac, suppressions.wv, vars.mk, wvrules.mk,
	  wvtestmain.cc, Docs/sgmlmanual/egfiles/Makefile,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  crypto/wvdiffiehellman.cc, crypto/wvsslstream.cc,
	  crypto/wvtripledes.cc, debian/changelog, debian/compat,
	  debian/control, debian/copyright, debian/dirs,
	  debian/libuniconf4.0-install, debian/libuniconf4.0.install,
	  debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages, debian/uniconfd.default,
	  debian/uniconfd.examples, debian/uniconfd.init,
	  debian/uniconfd.install, debian/uniconfd.manpages,
	  debian/uniconfd.postinst, debian/uniconfd.postrm,
	  debian/uniconfd.prerm, include/if_arp.h, include/unicachegen.h,
	  include/uniclientgen.h, include/uniconf.h,
	  include/uniconfdaemon.h, include/uniconfgen.h,
	  include/uniconfpamconn.h, include/uniconftree.h,
	  include/unidefgen.h, include/unifiltergen.h,
	  include/unihashtree.h, include/unilistgen.h,
	  include/unimountgen.h, include/uninullgen.h,
	  include/unipermgen.h, include/unireadonlygen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unisecuregen.h, include/unislowgen.h,
	  include/unisubtreegen.h, include/unitempgen.h,
	  include/unitransactiongen.h, include/uniunwrapgen.h,
	  include/uniwvconfgen.h, include/wvaddr.h, include/wvconfemu.h,
	  include/wvcont.h, include/wvcrash.h, include/wvdailyevent.h,
	  include/wvhttppool.h, include/wvipaliaser.h,
	  include/wvipfirewall.h, include/wvistreamlist.h, include/wvpam.h,
	  include/wvqtstreamclone.h, include/wvserialize.h,
	  include/wvslp.h, include/wvstrutils.h, include/wvtcp.h,
	  include/wvtest.h, include/wvunixdgsocket.h, ipstreams/wvaddr.cc,
	  ipstreams/wvresolver.cc, ipstreams/wvslp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixdgsocket.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/t/.cvsignore, ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  ipstreams/tests/vars.mk, linuxstreams/wvinterface.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvtundev.cc, linuxstreams/tests/pamtest.cc,
	  oggspeex/tests/oggspeextest.cc, pkgconfig/.cvsignore,
	  pkgconfig/liboggspeex.pc.in, pkgconfig/liboggvorbis.pc.in,
	  pkgconfig/libuniconf.pc.in, pkgconfig/libwvbase.pc.in,
	  pkgconfig/libwvfft.pc.in, pkgconfig/libwvqt.pc.in,
	  pkgconfig/libwvstreams.pc.in, pkgconfig/libwvutils.pc.in,
	  pkgconfig/wvxplc.pc.in, qt/wvqtstreamclone.cc,
	  redhat/libwvstreams.spec, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/wvdailyevent.cc,
	  streams/wvistreamlist.cc, streams/wvlockfile.cc,
	  streams/wvlog.cc, streams/wvlogfile.cc, streams/wvmodem.cc,
	  streams/wvpam.cc, streams/wvpipe.cc, streams/t/wvdailyevent.t.cc,
	  streams/t/wvencoderstream.t.cc, streams/t/wvfdstream.t.cc,
	  streams/t/wvmagicloopback.t.cc, streams/tests/dailyeventtest.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfkey.cc,
	  uniconf/unifiltergen.cc, uniconf/unihashtree.cc,
	  uniconf/uniinigen.cc, uniconf/unimountgen.cc,
	  uniconf/uniretrygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unisubtreegen.cc, uniconf/unitempgen.cc,
	  uniconf/unitransactiongen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/.cvsignore, uniconf/daemon/rules.mk,
	  uniconf/daemon/sample.ini, uniconf/daemon/uniconf.conf,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfd.8.in,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfd.ini.in,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/t/unicachegen.t.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/t/unitransactiongen.t.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/rules.mk, uniconf/tests/uni.8.in,
	  uniconf/tests/uni.cc, uniconf/tests/unistress.cc,
	  urlget/wvftpstream.cc, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvcont.cc, utils/wvcrash.cc, utils/wvstring.cc,
	  utils/wvtask.cc, utils/wvtest.cc, utils/t/strcrypt.t.cc,
	  utils/t/strutils.t.cc, utils/t/wvcont.t.cc, utils/t/wvhex.t.cc,
	  utils/t/wvmatrix.t.cc, utils/tests/bdbsillytest.cc,
	  utils/tests/bdbtest.cc, utils/tests/diritertest.cc,
	  utils/tests/ondiskhashtest.cc, utils/tests/ondisklisttest.cc,
	  utils/tests/ondiskspeedtest.cc, utils/tests/qdbmtest.cc:
	  asterisk: merged from 4.1+ns3; added call everyone feature

2005-01-13 19:44  andrew

	* streams/t/wvfdstream.t.cc: r4_1: Checking undo_force_select() on
	  WvFDStream, thought it was broken, turns out it's not, checking
	  in the unit test anyway. BUGZID:9960

2005-01-12 17:12  andrew

	* streams/t/fileutils.t.cc: r4_2: Adding more to fileutils.t.cc.
	  BUGZID:9836

2005-01-12 17:03  andrew

	* include/wvfileutils.h, streams/fileutils.cc,
	  streams/t/fileutils.t.cc: r4_2: Adding wvchmod() to wvstreams,
	  and a unit test for it. BUGZID:9836

2005-01-11 19:29  pphaneuf

	* include/wvstrutils.h, uniconf/uniretrygen.cc,
	  uniconf/t/uniretrygen.t.cc, utils/strutils.cc,
	  utils/t/strutils.t.cc: r4_2: merged from r4_1+ns3.  BUGZID:10026

2005-01-10 23:22  mcote

	* Doxyfile, Makefile, suppressions.wv, vars.mk, wvrules.mk,
	  crypto/wvcrl.cc, crypto/wvx509.cc, crypto/t/wvcrl.t.cc,
	  crypto/t/wvx509.t.cc, crypto/tests/crltest.cc, include/uniconf.h,
	  include/wvcrl.h, include/wvpty.h, include/wvregex.h,
	  include/wvslp.h, include/wvstringlist.h, include/wvstrutils.h,
	  include/wvvector.h, include/wvx509.h, ipstreams/wvslp.cc,
	  linuxstreams/wvpty.cc, redhat/wvstreams.spec,
	  redhat/wvstreams.spec.in, uniconf/uniclientgen.cc,
	  uniconf/unidefgen.cc, uniconf/unipermgen.cc,
	  uniconf/unisecuregen.cc, uniconf/t/uniclientgen.t.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/t/uniretrygen.t.cc,
	  utils/wvregex.cc, utils/wvstring.cc, utils/wvstringlist.cc,
	  utils/t/strutils.t.cc, utils/t/wvregex.t.cc,
	  utils/t/wvstringlist.t.cc, utils/t/wvvector.t.cc: idb2: Merging
	  HEAD to idb2.

2005-01-08 09:53  pphaneuf

	* Makefile, suppressions.wv, wvrules.mk, include/uniconf.h,
	  include/wvpty.h, include/wvslp.h, include/wvstringlist.h,
	  include/wvvector.h, ipstreams/wvslp.cc, linuxstreams/wvpty.cc,
	  redhat/wvstreams.spec, redhat/wvstreams.spec.in,
	  uniconf/uniclientgen.cc, uniconf/unidefgen.cc,
	  uniconf/unipermgen.cc, uniconf/unisecuregen.cc,
	  uniconf/t/uniclientgen.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/t/uniretrygen.t.cc, utils/wvstring.cc,
	  utils/t/strutils.t.cc, utils/t/wvvector.t.cc: Merged wvstreams
	  from r4_2.

2005-01-07 18:50  jrmuizel

	* utils/wvstring.cc: wvstreams-win32: unbreak compilation

2005-01-07 04:50  wlach

	* Makefile, redhat/wvstreams.spec.in: r4_2: More tweaking required
	  to get wvstreams rpms actually building.

2005-01-07 04:26  wlach

	* redhat/wvstreams.spec.in: r4_2: Tweak versioning of wvstreams rpm
	  spec.

2005-01-07 04:06  wlach

	* wvrules.mk: r4_2: Tweak regular expression for getting the
	  package version in wvrules.mk, so packages with versions like
	  "4.2 (UNSTABLE)" still snapshot properly.

2005-01-07 01:06  ppatters

	* crypto/t/wvx509.t.cc: HEAD: Fix failing autobuilder due to me not
	  running 'make test' on the full suite yesterday before I checked
	  in my X509 changes. BUGZID:9968

2005-01-05 22:29  ppatters

	* include/wvcrl.h: HEAD: Fix some spelling mistakes, and get rid of
	  some artifacts.

2005-01-05 22:18  ppatters

	* crypto/wvcrl.cc, crypto/wvx509.cc, include/wvcrl.h,
	  include/wvx509.h: HEAD: WvCRLMgr and WvX509Mgr getting more and
	  more "correct". Validation sort of works now (Still missing good
	  "signed by" code), better accessors in WvX509Mgr, and signcert
	  and signcrl now check for proper key Usages.

2005-01-05 19:43  apenwarr

	* Doxyfile: HEAD: doxygen should generate browse information for
	  source files as well as headers.

2005-01-04 18:21  pzion

	* vars.mk, include/wvregex.h, utils/wvregex.cc,
	  utils/t/wvregex.t.cc: r4_2: backported WvRegex class from HEAD
	  for use in IP address extraction in wvmail-local BUGZID:9475

2005-01-04 00:09  pphaneuf

	* include/wvbufstream.h, streams/wvbufstream.cc,
	  streams/wvstream.cc: wvstreams_inversion: checkpointing what I
	  have. I'm afraid most of this isn't a good approach, will have to
	  scrap most of it and try in a different way.

2005-01-02 06:03  build

	* linuxstreams/wvpty.cc: r4_2: (apenwarr) fix gcc-3.x whininess
	  about the (admittedly rather unnecessary) goto in wvpty.cc.  With
	  optimization enabled, the data structure in question may not be
	  initialized until after the goto, which of course doesn't matter
	  because nobody refers to it.	Luckily, the data structure is
	  actually a const array, so I'll just insert a "static const" and
	  the problem magically disappears.

2004-12-31 16:43  pzion

	* include/wvpty.h, linuxstreams/wvpty.cc: r4_2: restored some
	  elegance to WvPty code

2004-12-30 22:45  pzion

	* linuxstreams/wvpty.cc, include/wvpty.h: r4_2: WvStreams: fixed
	  WvPty bug where creation would fail if the master was availible
	  but the slave was still in use by another process.  This is a
	  situation that can arise with the telnetd out of Debian unstable
	  as was found on bounce BUGZID:9900

2004-12-30 21:17  pphaneuf

	* include/wvvector.h, utils/t/wvvector.t.cc: r4_2: fixed WvVector's
	  iterator.  BUGZID:9799

2004-12-30 19:30  ppatters

	* crypto/wvcrl.cc, crypto/wvx509.cc, crypto/t/wvcrl.t.cc,
	  crypto/tests/crltest.cc, include/wvcrl.h, include/wvx509.h: HEAD:
	  WvX509 now has a cousing name WvCRL, and has been updated in such
	  a way that WvCA should now be possible. I still hate OpenSSL.

2004-12-30 17:05  pzion

	* include/wvregex.h, utils/wvregex.cc: HEAD: WvStreams: Made
	  WvRegex static const members enums so they would work with gcc
	  3.3

2004-12-29 21:58  pzion

	* vars.mk: HEAD: WvStreams: added wvgrep example program, a clone
	  of GNU grep that supports most of its options in just over 200
	  lines of code.

2004-12-29 19:31  pzion

	* include/wvregex.h, include/wvstringlist.h, include/wvstrutils.h,
	  utils/wvstringlist.cc, utils/t/wvstringlist.t.cc: HEAD:
	  WvStreams: added WvStringList::split that splits a string on a
	  given WvRegex.  One of the best things about Perl/PHP is now part
	  of WvStreams too.

2004-12-29 18:25  pzion

	* include/wvregex.h, utils/wvregex.cc, utils/t/wvregex.t.cc: HEAD:
	  WvStreams: added WvRegexp, a class that represents and matches
	  against regular expressions.	Currently it supports basic and
	  extended POSIX regexes using the support in libc; it should
	  probably be extended to support Perl-syntax regexes as well using
	  libpcre

2004-12-29 00:11  pzion

	* linuxstreams/wvpty.cc: r4_2: Worked around BUGZID:9900

2004-12-22 22:11  pzion

	* include/wvstringlist.h: r4_2: added append method to WvStringList
	  that accepts a WVSTRING_FORMAT_DECL

2004-12-21 23:57  mcote

	* suppressions.wv, include/uniclientgen.h,
	  include/uniconfpamconn.h, include/uniconftree.h,
	  include/unifilesystemgen.h, include/unihashtree.h,
	  include/uniinigen.h, include/unitempgen.h,
	  include/unitransactiongen.h, include/wvhttppool.h,
	  include/wvistreamlist.h, include/wvpam.h,
	  ipstreams/wvresolver.cc, redhat/wvstreams.spec,
	  streams/wvistreamlist.cc, streams/wvpam.cc,
	  uniconf/uniclientgen.cc, uniconf/unifilesystemgen.cc,
	  uniconf/unihashtree.cc, uniconf/uniinigen.cc,
	  uniconf/unitempgen.cc, uniconf/unitransactiongen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/uniconfpamconn.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/t/unitransactiongen.t.cc, uniconf/t/wvconfemu.t.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc: idb2: Merged from
	  HEAD.

2004-12-21 01:51  wlach

	* wvrules.mk: r4_2: You can now build rpms of passwd-uniconf. Minor
	  modifications to the snapshotting system required to make this
	  work (nothing crazy).  BUGZID:9798

2004-12-19 02:29  pmccurdy

	* include/wvstrutils.h, utils/strutils.cc, utils/t/strutils.t.cc:
	  r4_1+ns3: Introducing secondstoa(), the world's least
	  translatable function.  Given a number of seconds, produces human
	  readable strings like "5 seconds" or "1 day, 2 hours, and 1
	  minute".  BUGZID:9581

2004-12-18 01:03  pphaneuf

	* Makefile, suppressions.wv, include/uniconftree.h,
	  include/unihashtree.h, include/unitransactiongen.h,
	  uniconf/unihashtree.cc, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc, utils/wvstring.cc,
	  utils/t/strutils.t.cc: r4_2: merged from r4_1+ns3.  BUGZID:9592

2004-12-17 22:25  hub

	* uniconf/: uniretrygen.cc, t/uniretrygen.t.cc: r4_1+ns3: merge
	  from wvstreams_4_0

2004-12-17 20:49  hub

	* uniconf/: uniretrygen.cc, t/uniretrygen.t.cc: wvstreams_4_0:
	  exists() for "/" should be true anyway. BUGZID: 9769

2004-12-17 19:36  sfllaw

	* urlget/wvhttpstream.cc, include/wvhttppool.h: wvstreams_4_0: This
	  has been fixed with a new state machine that takes into account
	  the strange HEAD messages that thttpd sends.	Also takes into
	  account the rude disconnexions it gives.

	  BUGZID: 9412

2004-12-17 18:33  tschmelcher

	* include/unifilesystemgen.h, uniconf/unifilesystemgen.cc:
	  HEAD: Commit an unfinished-but-perhaps-one-day-useful UniConf
	  generator, the UniFileSystemGen.

2004-12-17 13:04  sfllaw

	* uniconf/: t/uniconfkey.t.cc, t/uniconfroot.t.cc,
	  t/uniinigen.t.cc, t/unimountgen.t.cc, t/unitempgen.t.cc,
	  t/uniunwrapgen.t.cc, uniconfkey.cc, unitempgen.cc: wvstreams_4_0:
	  Trailing slashes now mean something in UniConf.  Rather, keys
	  with trailing slashes (that are not "/") cannot be set.  When you
	  get a key with a trailing slash, you will always get your default
	  value.

	  This way, a key like WvString("/foo/bar/%s", user) means
	  something different if user is an empty string.

	  BUGZID: 9736

2004-12-17 09:33  sfllaw

	* utils/t/strutils.t.cc, include/wvstrutils.h, utils/strutils.cc:
	  wvstreams_4_0: Added the ability for spacecat to collapse
	  separators into just one separator.

2004-12-15 18:52  ppatters

	* include/wvslp.h, ipstreams/wvslp.cc: r4_2: Make WvSlp know about
	  attributes, at least from a client perspective.

2004-12-15 03:09  pmccurdy

	* Makefile, include/uniconftree.h, include/unihashtree.h,
	  include/unitransactiongen.h, uniconf/unihashtree.cc,
	  uniconf/unitransactiongen.cc, uniconf/t/unitransactiongen.t.cc:
	  r4_1+ns3: Merged from r4_1.

2004-12-14 23:59  sfllaw

	* include/uniconf.h: r4_2: Make sure Console Blank Interval's
	  callback is deleted on exit.

2004-12-14 00:18  pphaneuf

	* Makefile: r4_1: merged from r3_80.  BUGZID:9592

2004-12-13 22:47  pphaneuf

	* Makefile: r3_80: export the WVSTREAMS environment variable to
	  sub-makes.

2004-12-10 22:24  wlach

	* uniconf/t/unipermgen.t.cc: r4_2: Test more stuff related to my
	  unipermgen/unisecuregen fixes.  BUGZID:9290

2004-12-10 22:20  tschmelcher

	* include/uniconftree.h, include/unihashtree.h,
	  include/uniinigen.h, include/unitempgen.h,
	  include/unitransactiongen.h, uniconf/unihashtree.cc,
	  uniconf/uniinigen.cc, uniconf/unitempgen.cc,
	  uniconf/unitransactiongen.cc, uniconf/t/unitransactiongen.t.cc:
	  HEAD: Changed the UniTempGen and UniIniGen to obey the new
	  post-4.2 UniConf deletion callback semantics (at the moment, they
	  appear to be the only classes in need of changes) and checked in
	  all of the stuff for the UniTransactionGen from 4.1, but with an
	  altered unit test to account for the now-different behaviour of
	  HEAD's UniTempGen. Also, changed the UniIniGen so that it creates
	  its own root and prevents it from being deleted, because its
	  design assumes that it exists and its code can segfault if it
	  doesn't.

2004-12-10 21:55  tschmelcher

	* include/uniconftree.h, include/unihashtree.h,
	  include/unitransactiongen.h, uniconf/unihashtree.cc,
	  uniconf/unitransactiongen.cc, uniconf/t/unitransactiongen.t.cc:
	  r4_1: Modified the UniTransactionGen to assume and obey the new
	  post-4.2 UniConf deletion callback semantics. To help do this,
	  added a new method to UniConfTree that this change and
	  forthcoming HEAD changes use (which can't possibly break anything
	  because no one else is using it). BUGZID: 9497

2004-12-10 20:51  pzion

	* uniconf/: uniclientgen.cc, t/uniclientgen.t.cc: r4_2: fixed
	  UniClientGen->refresh() so that it actually does something, and
	  added unittest to make sure that it works

2004-12-10 07:10  wlach

	* uniconf/: unidefgen.cc, unipermgen.cc, unisecuregen.cc,
	  t/unipermgen.t.cc: r4_2: UniPermGen/UniSecureGen now plays nicely
	  with the default generator. Also fix a bug in UniSecureGen's
	  iterator which had gone unnoticed until now.	Update unit tests
	  to match. Of course, I can't test this out properly since vserver
	  is busted, but I may as well instigate some creative anarchy
	  while we're still early on in the r4_2 release process (the
	  wvstreams unit tests still pass, so nothing is _obviously_
	  broken).  BUGZID:9290

2004-12-10 00:06  apenwarr

	* Makefile, suppressions.wv, utils/wvstring.cc,
	  utils/t/strutils.t.cc:
	  r4_1+ns3: merged recent changes from r4_1, and updated
	  r4_1_lastmerge.

2004-12-09 13:25  sfllaw

	* utils/: wvstring.cc, t/strutils.t.cc: r4_1: When a WvString is
	  assigned to itself through an implicit const char* conversion, we
	  no longer free the data before we can get a copy of it.  A unit
	  test to catch this has been included.

	  BUGZID: 9518

2004-12-09 13:08  sfllaw

	* utils/: t/strutils.t.cc, wvstring.cc: r4_1: When a WvString is
	  assigned to itself through an implicit const char* conversion, we
	  no longer free the data before we can get a copy of it.  A unit
	  test to catch this has been included.

	  BUGZID: 9518

2004-12-09 13:05  sfllaw

	* suppressions.wv: r4_1: WvInterface has a static WvInterfaceDict,
	  so let's tell Valgrind that this isn't an error.

2004-12-09 11:40  sfllaw

	* Makefile: r4_1: runtests in WvStreams should quote the TESTNAME.

2004-12-09 10:33  sfllaw

	* redhat/wvstreams.spec: r4_2: WvStreams' RPM specfile is now
	  autogenerated.  Removing it from CVS.

2004-12-09 03:42  pmccurdy

	* include/unitransactiongen.h, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc: r4_2: Merged from r4_1+ns3

2004-12-09 00:35  pmccurdy

	* include/unitransactiongen.h, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc: r4_1+ns3: Merged from r4_1
	  again.

2004-12-08 19:14  tschmelcher

	* include/unitransactiongen.h, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc:
	  r4_1: Fix a bug in the UniTransactionGen's callback wrapping.
	  BUGZID: 9497

2004-12-08 02:07  apenwarr

	* include/unitransactiongen.h, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc:
	  eit40rollback: merged even more recent changes from r4_1.  I
	  wouldn't have bothered except that this includes the webmail
	  ghost_folders.patch.

2004-12-08 00:07  tschmelcher

	* include/unitransactiongen.h, uniconf/unitransactiongen.cc:
	  r4_1: Quickly fix a build break before anyone notices. BUGZID:
	  9497

2004-12-07 23:54  tschmelcher

	* include/unitransactiongen.h, uniconf/unitransactiongen.cc,
	  uniconf/t/unitransactiongen.t.cc:
	  r4_1: Created the UniTransactionGen and an accompanying unit
	  test. BUGZID: 9497

2004-12-07 23:28  apenwarr

	* Makefile, config.guess, config.mk.in, config.sub, configure.ac,
	  vars.mk, wvrules.mk, Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  crypto/wvdiffiehellman.cc, crypto/wvsslstream.cc,
	  crypto/wvtripledes.cc, debian/changelog, debian/control,
	  debian/dirs, debian/libuniconf4.0.install, debian/rules,
	  debian/uniconf-tools.install, debian/uniconf-tools.manpages,
	  debian/uniconfd.default, debian/uniconfd.init,
	  debian/uniconfd.install, debian/uniconfd.manpages,
	  include/if_arp.h, include/unicachegen.h, include/uniclientgen.h,
	  include/uniconfdaemon.h, include/uniconfgen.h,
	  include/uniconfpamconn.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unilistgen.h,
	  include/unimountgen.h, include/uninullgen.h,
	  include/unipermgen.h, include/unireadonlygen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unisecuregen.h, include/unislowgen.h,
	  include/unisubtreegen.h, include/unitempgen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h, include/wvaddr.h,
	  include/wvdailyevent.h, include/wvhttppool.h,
	  include/wvipaliaser.h, include/wvipfirewall.h,
	  include/wvistreamlist.h, include/wvpam.h,
	  include/wvqtstreamclone.h, include/wvserialize.h,
	  include/wvslp.h, include/wvstrutils.h, include/wvtcp.h,
	  include/wvunixdgsocket.h, ipstreams/wvaddr.cc,
	  ipstreams/wvresolver.cc, ipstreams/wvslp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixdgsocket.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/t/.cvsignore, ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  ipstreams/tests/vars.mk, linuxstreams/wvinterface.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvtundev.cc, linuxstreams/tests/pamtest.cc,
	  qt/wvqtstreamclone.cc, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/wvdailyevent.cc,
	  streams/wvistreamlist.cc, streams/wvlockfile.cc,
	  streams/wvlog.cc, streams/wvlogfile.cc, streams/wvmodem.cc,
	  streams/wvpam.cc, streams/wvpipe.cc,
	  streams/t/wvmagicloopback.t.cc, streams/tests/dailyeventtest.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/unimountgen.cc, uniconf/unisecuregen.cc,
	  uniconf/unisubtreegen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/uniconf.conf, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/t/unicachegen.t.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc, uniconf/tests/rules.mk,
	  uniconf/tests/uni.8.in, uniconf/tests/uni.cc,
	  urlget/wvftpstream.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvcrash.cc, utils/wvtask.cc, utils/t/strcrypt.t.cc,
	  utils/t/strutils.t.cc, utils/t/wvhex.t.cc, utils/t/wvmatrix.t.cc,
	  utils/tests/diritertest.cc, utils/tests/ondiskspeedtest.cc:
	  eit40rollback: merged changes from r4_1 *except* ExchangeItServer
	  fixes, which I'll do separately.  I'm pretty sure this involves
	  upgrading this whole branch from r3_80 to r4_1, because the
	  changes are immense (but there were no conflicts).
	  ExchangeItServer is verified to still work.

2004-12-07 22:01  pphaneuf

	* suppressions.wv: Added a specific use of zlib's deflate function
	  to the valgrind suppressions.  BUGZID:9344

2004-12-07 01:55  pphaneuf

	* urlget/wvhttppool.cc: wvstreams_inversion: we don't need no
	  stinkin' returns!

2004-12-07 01:08  pphaneuf

	* uniconf/t/unitempgenvsdaemon.t.cc: Let's not leave hysterical
	  cruft laying about...

2004-12-07 00:44  pphaneuf

	* streams/t/wvstream.t.cc: wvstreams_inversion: fix up the
	  wvstream.t.cc unit test so it compiles.

2004-12-06 20:28  pzion

	* uniconf/t/uniretrygen.t.cc: r4_2: UniRetryGen unit test should no
	  longer fail intermittently BUGZID:9422

2004-12-05 02:05  sfllaw

	* urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  ipstreams/wvresolver.cc, redhat/wvstreams.spec,
	  streams/wvistreamlist.cc, streams/wvpam.cc,
	  uniconf/uniclientgen.cc, uniconf/uniinigen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/uniconfpamconn.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/unitempgenvsdaemon.t.cc,
	  include/uniclientgen.h, include/uniconfpamconn.h,
	  include/wvhttppool.h, include/wvistreamlist.h, include/wvpam.h:
	  HEAD: Merge from r4_2.

2004-12-04 08:50  sfllaw

	* urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  include/uniclientgen.h, include/uniconfpamconn.h,
	  include/wvhttppool.h, include/wvistreamlist.h, include/wvpam.h,
	  ipstreams/wvresolver.cc, redhat/wvstreams.spec,
	  streams/wvistreamlist.cc, streams/wvpam.cc,
	  uniconf/uniclientgen.cc, uniconf/uniinigen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/uniconfpamconn.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/unitempgenvsdaemon.t.cc: r4_2:
	  Merging r4_1 and r4_1+ns3 into r4_2.

	  This is because r4_1 never got merged before r4_1+ns3 was
	  branched.  Remember kids, merge r4_1 into r4_1+ns3 into r4_2.

2004-12-04 04:39  sfllaw

	* urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  include/wvhttppool.h: r4_1+ns3: Merging from r4_1.

2004-12-04 02:04  sfllaw

	* urlget/wvhttppool.cc, include/wvhttppool.h: r4_1: Remove silly
	  log_urls() code from WvHttpPool.

2004-12-04 02:04  sfllaw

	* urlget/wvhttpstream.cc: r4_1: Merging from r3_80.

2004-12-03 21:46  mtsai

	* include/wvbufstream.h, include/wvmagicloopback.h,
	  streams/wvbufstream.cc, streams/wvdailyevent.cc,
	  streams/wvencoderstream.cc, streams/wvmagicloopback.cc,
	  streams/wvsyncstream.cc: wvstreams_inversion: Modify pre_select
	  to return void as opposed to bool.

2004-12-03 21:18  sfllaw

	* urlget/wvhttpstream.cc: r3_76: Fix the VirusScanner and
	  WvHttpStream problems in this branch as well.

	  BUGZID: 9397

2004-12-03 20:27  mcote

	* urlget/wvhttpstream.cc: r3_80: Fixed the horrid virus updater
	  crash (actually a bug in WvHttpPool).  BUGZID:7659

2004-12-03 03:47  pphaneuf

	* uniconf/t/: unimountgen.t.cc, wvconfemu.t.cc: Fixed a few leaks
	  in the unit tests, thanks to valgrind.  BUGZID:2584

2004-12-03 00:57  pphaneuf

	* include/wvwatcher.h, ipstreams/wvresolver.cc,
	  streams/wvwatcher.cc: wvstreams_inversion: fixed WvFileWatcher's
	  pre_select, as well as a small bug I introduced in WvResolver.

2004-12-03 00:44  pphaneuf

	* urlget/: wvftpstream.cc, wvhttpstream.cc: wvstreams_inversion:
	  Fixed WvFtpStream's and WvHttpStream's pre_select methods.

2004-12-03 00:43  pphaneuf

	* include/wvresolver.h, ipstreams/wvresolver.cc:
	  wvstreams_inversion: reverted the change to WvResolver. It's not
	  even a WvStream!

2004-12-02 23:22  pphaneuf

	* include/wvbufstream.h, include/wvdailyevent.h,
	  include/wvhttppool.h, include/wvmagicloopback.h,
	  include/wvsyncstream.h, include/wvwatcher.h,
	  streams/wvbufstream.cc, streams/wvdailyevent.cc,
	  streams/wvencoderstream.cc, streams/wvmagicloopback.cc,
	  streams/wvsyncstream.cc, streams/wvwatcher.cc,
	  urlget/wvftpstream.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc: wvstreams_inversion: fixed the pre_select
	  prototypes.

2004-12-02 23:10  pphaneuf

	* include/wvtimestream.h, streams/wvtimestream.cc:
	  wvstreams_inversion: fixed WvTimeStream's pre_select.

2004-12-02 22:24  r2levesq

	* Makefile, config.guess, config.mk.in, config.sub, configure.ac,
	  vars.mk, wvrules.mk, Docs/sgmlmanual/egfiles/wvfileex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex2.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex6.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/test3Dlg.cpp, crypto/wvdiffiehellman.cc,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, debian/changelog,
	  debian/dirs, debian/libuniconf4.0.install, debian/rules,
	  debian/uniconfd.default, debian/uniconfd.init,
	  debian/uniconfd.install, include/if_arp.h,
	  include/uniclientgen.h, include/uniconfgen.h,
	  include/unidefgen.h, include/unifiltergen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/uninullgen.h, include/unipermgen.h,
	  include/unireadonlygen.h, include/unireplicategen.h,
	  include/uniretrygen.h, include/unisecuregen.h,
	  include/unislowgen.h, include/unitempgen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h, include/wvaddr.h,
	  include/wvdaemon.h, include/wvipfirewall.h,
	  include/wvserialize.h, include/wvslp.h, include/wvstream.h,
	  include/wvstrutils.h, include/wvtcp.h, ipstreams/wvaddr.cc,
	  ipstreams/wvslp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/vars.mk,
	  linuxstreams/wvinterface.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvtundev.cc, redhat/wvstreams.spec.in,
	  streams/wvdaemon.cc, streams/wvlockfile.cc, streams/wvlog.cc,
	  streams/wvlogfile.cc, streams/wvmodem.cc, streams/wvpam.cc,
	  streams/wvpipe.cc, streams/t/wvstream.t.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniretrygen.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/t/unicachegen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/uni.cc,
	  urlget/wvftpstream.cc, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvtask.cc, utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvhex.t.cc, utils/t/wvmatrix.t.cc,
	  utils/tests/ondiskspeedtest.cc: BUGZID:9278

	  idb2:merged HEAD into idb2

2004-12-02 10:14  apenwarr

	* utils/wvbase64.cc: wvstreams-win32: fix wvbase64.cc warnings to
	  more clearly imply that the character numbers it prints out are
	  numbers, not strings.

2004-12-02 10:06  apenwarr

	* streams/: t/wvstream.t.cc, wvstream.cc: wvstreams-win32: WvStream
	  should go !isok() before calling closecallback.  Added a unit
	  test to reflect this.  It was slightly messing up error handling
	  in the Outlook ExchangeIt client.

2004-12-02 07:21  andrew

	* uniconf/wvconfemu.cc: r4_1: Make WvConfEmu not return blank key
	  entries when a section is deleted, or a first item added.
	  BUGZID:9340

2004-12-02 06:57  apenwarr

	* crypto/wvsslstream.cc: wvstreams-win32: fix lying log messages in
	  wvsslstream.cc, and add an assertion for unexpected crazy
	  behaviour from SSL_write().

2004-12-02 06:08  mtsai

	* Makefile, config.guess, config.mk.in, config.sub, configure.ac,
	  vars.mk, wvrules.mk, Docs/sgmlmanual/egfiles/wvfileex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex2.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex6.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/test3Dlg.cpp, crypto/wvdiffiehellman.cc,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, debian/changelog,
	  debian/dirs, debian/libuniconf4.0.install, debian/rules,
	  debian/uniconfd.default, debian/uniconfd.init,
	  debian/uniconfd.install, include/if_arp.h,
	  include/uniclientgen.h, include/uniconfgen.h,
	  include/unidefgen.h, include/unifiltergen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/uninullgen.h, include/unipermgen.h,
	  include/unireadonlygen.h, include/unireplicategen.h,
	  include/uniretrygen.h, include/unisecuregen.h,
	  include/unislowgen.h, include/unitempgen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h, include/wvaddr.h,
	  include/wvdaemon.h, include/wvipfirewall.h,
	  include/wvserialize.h, include/wvslp.h, include/wvstream.h,
	  include/wvstrutils.h, include/wvtcp.h, ipstreams/wvaddr.cc,
	  ipstreams/wvslp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/vars.mk,
	  linuxstreams/wvinterface.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvtundev.cc, redhat/wvstreams.spec.in,
	  streams/wvdaemon.cc, streams/wvlockfile.cc, streams/wvlog.cc,
	  streams/wvlogfile.cc, streams/wvmodem.cc, streams/wvpam.cc,
	  streams/wvpipe.cc, streams/t/wvstream.t.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniretrygen.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/t/unicachegen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/uni.cc,
	  urlget/wvftpstream.cc, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvtask.cc, utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvhex.t.cc, utils/t/wvmatrix.t.cc,
	  utils/tests/ondiskspeedtest.cc: mtsai_mysql4: Merging HEAD into
	  mtsai_mysql4.

2004-12-02 04:33  pphaneuf

	* Makefile, crypto/wvsslstream.cc, include/iwvstream.h,
	  include/wvdsp.h, include/wvencoderstream.h, include/wvfdstream.h,
	  include/wvfile.h, include/wvhttp.h, include/wvhttppool.h,
	  include/wvistreamlist.h, include/wvlog.h, include/wvresolver.h,
	  include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvtcp.h,
	  include/wvunixdgsocket.h, ipstreams/wvhttp.cc,
	  ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixdgsocket.cc, linuxstreams/wvdsp.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvlog.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, urlget/wvhttppool.cc:
	  wvstreams_inversion: this is broken and does not compile, on
	  purpose.  Checking it in so that other people can look at it and
	  have a go at it. It's not compiling because I'm having the
	  compiler do work for me, and it's doing a lot of it... :-)

2004-12-02 02:06  apenwarr

	* include/iwvstream.h, include/uniconfgen.h, include/wvbuf.h,
	  include/wvmoniker.h, include/wvscatterhash.h,
	  include/wvtypedencoder.h, utils/t/strutils.t.cc,
	  utils/t/wvlinklist.t.cc, utils/tests/listtest.cc:
	  wvstreams-win32: fix problems compiling wvstreams in Linux (maybe
	  only gcc-2.95) now that we have wvstdstring.	Stupid delete
	  detector...

2004-12-01 23:47  jklink

	* uniconf/uniclientgen.cc, include/uniclientgen.h: BUGZID: 8051

	  r4_1 : added commit() command for clientgen

2004-12-01 23:46  jklink

	* uniconf/t/unitempgenvsdaemon.t.cc: BUGZID: 8051

	  r4_1 : adding commit commit() command to unittest for
	  uniclientdaemon

2004-12-01 00:42  r2levesq

	* Makefile, Makefile-win32, config.mk.in, configure-mingw32,
	  configure.ac, vars.mk, wvrules-win32.mk, wvrules.mk,
	  wvtestmain.cc, Win32WvStreams/.cvsignore,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvstreams/streams.h,
	  Win32WvStreams/libwvstreams/wvwinstreamclone.cc,
	  Win32WvStreams/libwvutils/.cvsignore,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/winstreams.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/uni/.cvsignore, Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/.cvsignore,
	  Win32WvStreams/uniconfd/uniconfd.vcproj,
	  crypto/wvdiffiehellman.cc, crypto/wvdigest.cc, crypto/wvrsa.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, crypto/t/wvdigest.t.cc,
	  crypto/t/wvsslstream.t.cc, crypto/t/wvx509.t.cc,
	  include/uniconf.h, include/uniconfdaemon.h,
	  include/unimountgen.h, include/wvdailyevent.h,
	  include/wvencoder.h, include/wvencoderstream.h,
	  include/wverror.h, include/wvfdstream.h, include/wvfile.h,
	  include/wvfileutils.h, include/wvipaliaser.h,
	  include/wvlinkerhack.h, include/wvlog.h, include/wvloopback2.h,
	  include/wvpam.h, include/wvpty.h, include/wvserialize.h,
	  include/wvsocketpair.h, include/wvsslstream.h,
	  include/wvstdstring.h, include/wvstream.h, include/wvstring.h,
	  include/wvstrutils.h, include/wvunixdgsocket.h,
	  include/wvwin32-sanitize.h, include/wvwin32task.h,
	  include/wvx509.h, include/wvxplc.h, ipstreams/wvipraw.cc,
	  ipstreams/wvtcp.cc, ipstreams/wvudp.cc,
	  ipstreams/wvunixdgsocket.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/t/.cvsignore, ipstreams/t/wvtcp.t.cc,
	  ipstreams/t/wvunixdgsocket.t.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  ipstreams/tests/wvstreams.cc, linuxstreams/wvipaliaser.cc,
	  linuxstreams/wvpam.cc, linuxstreams/wvpty.cc,
	  linuxstreams/tests/pamtest.cc, streams/wvconstream.cc,
	  streams/wvdailyevent.cc, streams/wvencoderstream.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc, streams/wvlog.cc,
	  streams/wvlogfile.cc, streams/wvloopback.cc,
	  streams/wvloopback2.cc, streams/wvsocketpair.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/t/.cvsignore, streams/t/wvdailyevent.t.cc,
	  streams/t/wvencoderstream.t.cc, streams/t/wvfdstream.t.cc,
	  streams/t/wvfile.t.cc, streams/t/wvgzipstream.t.cc,
	  streams/t/wvlog.t.cc, streams/t/wvloopback.t.cc,
	  streams/t/wvloopback2.t.cc, streams/t/wvmagicloopback.t.cc,
	  streams/t/wvstream.t.cc, streams/t/wvstreamclone.t.cc,
	  streams/tests/dailyeventtest.cc, streams/tests/logtest.cc,
	  streams/tests/simpletest.cc, uniconf/uniautogen.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/unidefgen.cc,
	  uniconf/unigenhack.cc, uniconf/unigenhack_s.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unimounttreegen.cc,
	  uniconf/uninullgen.cc, uniconf/unipermgen.cc,
	  uniconf/unireadonlygen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unisubtreegen.cc, uniconf/uniunwrapgen.cc,
	  uniconf/t/.cvsignore, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/tests/uni.cc, urlget/wvftpstream.cc,
	  urlget/wvhttpstream.cc, utils/strutils.cc, utils/wvcrash.cc,
	  utils/wvdiriter.cc, utils/wvencoder.cc, utils/wverror.cc,
	  utils/wvlinklist.cc, utils/wvstring.cc, utils/wvtest.cc,
	  utils/t/.cvsignore, utils/t/basicfd.t.cc, utils/t/strcrypt.t.cc,
	  utils/t/strutils.t.cc, utils/t/wvbase64.t.cc,
	  utils/t/wverror.t.cc, utils/t/wvstringlist.t.cc,
	  utils/t/wvtimeutils.t.cc, utils/tests/diritertest.cc: BUGZID:8984

	  idb2:merged HEAD into idb2

2004-12-01 00:10  apenwarr

	* Win32WvStreams/libuniconf/unipstoregen.cc: wvstreams-win32:
	  BUGZID:9176: UniPStoreGen was giving the wrong data length in
	  set(), so passwords longer than 9 characters didn't work.  Ha ha.

2004-12-01 00:06  dirocco

	* redhat/wvstreams.spec: r4_1: Make the wvstreams.spec file build
	  from the xplc installed on the system.

2004-11-30 22:54  pphaneuf

	* uniconf/uniinigen.cc: r4_1: merged from r3_80.  BUGZID:9291

2004-11-30 22:20  apenwarr

	* streams/wvlogfile.cc: wvstreams-win32: BUGZID:9215: WvLogFile
	  wasn't producing a good timestamp format because %Z looks dumb in
	  windows, and %T doesn't exist.

2004-11-30 22:00  pphaneuf

	* include/wvistreamlist.h, streams/wvistreamlist.cc: r4_1: added a
	  guard to prevent re-entrance in WvIStreamList's pre_select and
	  post_select. It is left disabled, though, to avoid increasing the
	  number of crashes. Those who need it to find bugs in their code
	  should uncomment them and use them.  BUGZID:9232

2004-11-30 02:23  ppatters

	* streams/wvpam.cc: r4_1: WvPam wouldn't compile when WITH_PAM was
	  false because I'm an idiot.

2004-11-29 22:10  andrew

	* uniconf/uniinigen.cc: r3_80: UniIniGen needs to set exact
	  permissions, not umasked ones. BUGZID:9239

2004-11-29 21:06  ppatters

	* include/uniconfpamconn.h, include/wvpam.h,
	  ipstreams/wvresolver.cc, streams/wvpam.cc,
	  uniconf/daemon/uniconfpamconn.cc: r4_1: WvPamStream is dead, long
	  live WvPam...

2004-11-29 20:50  pphaneuf

	* uniconf/t/unitempgenvsdaemon.t.cc: r4_1: fixed a typo and made an
	  internal unit test function static.

2004-11-29 20:29  pphaneuf

	* uniconf/t/uniconfd.t.cc: r4_1: fixed a bug in the UniConf unit
	  tests. When you want to create a file, using the O_CREAT flag
	  helps so much. :-)

2004-11-29 06:41  pzion

	* Makefile, config.guess, config.mk.in, config.sub, configure.ac,
	  vars.mk, wvrules.mk, Docs/sgmlmanual/egfiles/wvfileex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex2.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex6.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/test3Dlg.cpp, crypto/wvdiffiehellman.cc,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, debian/changelog,
	  debian/dirs, debian/libuniconf4.0.install, debian/rules,
	  debian/uniconfd.default, debian/uniconfd.init,
	  debian/uniconfd.install, include/if_arp.h,
	  include/uniclientgen.h, include/uniconfgen.h,
	  include/unidefgen.h, include/unifiltergen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/uninullgen.h, include/unipermgen.h,
	  include/unireadonlygen.h, include/unireplicategen.h,
	  include/uniretrygen.h, include/unisecuregen.h,
	  include/unislowgen.h, include/unitempgen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h, include/wvaddr.h,
	  include/wvdaemon.h, include/wvipfirewall.h,
	  include/wvserialize.h, include/wvslp.h, include/wvstream.h,
	  include/wvstrutils.h, include/wvtcp.h, ipstreams/wvaddr.cc,
	  ipstreams/wvslp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/vars.mk,
	  linuxstreams/wvinterface.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvtundev.cc, redhat/wvstreams.spec.in,
	  streams/wvdaemon.cc, streams/wvlockfile.cc, streams/wvlog.cc,
	  streams/wvlogfile.cc, streams/wvmodem.cc, streams/wvpam.cc,
	  streams/wvpipe.cc, streams/t/wvstream.t.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniretrygen.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/t/unicachegen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/t/unitempgenvsdaemon.t.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/uni.cc,
	  urlget/wvftpstream.cc, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvtask.cc, utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvhex.t.cc, utils/t/wvmatrix.t.cc,
	  utils/tests/ondiskspeedtest.cc: HEAD: merged from r4_2

2004-11-28 20:59  pzion

	* Makefile, debian/changelog, debian/dirs,
	  debian/libuniconf4.0.install, debian/rules,
	  debian/uniconfd.default, debian/uniconfd.init,
	  debian/uniconfd.install, include/uniclientgen.h,
	  include/uniconfgen.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unilistgen.h,
	  include/unimountgen.h, include/uninullgen.h,
	  include/unipermgen.h, include/unireadonlygen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unisecuregen.h, include/unislowgen.h,
	  include/unitempgen.h, include/uniunwrapgen.h,
	  include/uniwvconfgen.h, include/wvipfirewall.h,
	  linuxstreams/wvipfirewall.cc, streams/wvlog.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/unifiltergen.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/t/unicachegen.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/t/unitempgenvsdaemon.t.cc, uniconf/tests/uni.cc,
	  urlget/wvhttpstream.cc: r4_2: merged from r4_1

2004-11-27 03:42  sfllaw

	* debian/changelog, debian/dirs, debian/libuniconf4.0.install,
	  debian/rules, debian/uniconfd.default, debian/uniconfd.init,
	  debian/uniconfd.install, Makefile: r4_1: Moved /etc/uniconf.conf
	  to the libuniconf4.0 package.

	  As well, fixed up the uniconfd startup script so that it comes up
	  properly.  We also offer an /etc/default/uniconfd so that you can
	  edit which mounts come up by default.

	  BUGZID: 8921

2004-11-27 03:17  sfllaw

	* debian/changelog: r4_1: Merge from wvstreams_4_0.

2004-11-27 01:24  mksyunz

	* Makefile, config.guess, config.mk.in, config.sub, configure.ac,
	  vars.mk, wvrules.mk, Docs/sgmlmanual/egfiles/wvfileex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex2.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex6.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/test3Dlg.cpp, crypto/wvdiffiehellman.cc,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, include/if_arp.h,
	  include/uniconfdaemon.h, include/unimountgen.h,
	  include/uniretrygen.h, include/wvaddr.h, include/wvdaemon.h,
	  include/wvdailyevent.h, include/wvipaliaser.h, include/wvpam.h,
	  include/wvserialize.h, include/wvslp.h, include/wvstream.h,
	  include/wvstrutils.h, include/wvtcp.h, include/wvunixdgsocket.h,
	  ipstreams/wvaddr.cc, ipstreams/wvslp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixdgsocket.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/t/.cvsignore, ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  ipstreams/tests/vars.mk, linuxstreams/wvinterface.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wviproute.cc,
	  linuxstreams/wvpam.cc, linuxstreams/wvtundev.cc,
	  linuxstreams/tests/pamtest.cc, redhat/wvstreams.spec.in,
	  streams/wvdaemon.cc, streams/wvdailyevent.cc,
	  streams/wvlockfile.cc, streams/wvlogfile.cc, streams/wvmodem.cc,
	  streams/wvpam.cc, streams/wvpipe.cc,
	  streams/t/wvmagicloopback.t.cc, streams/t/wvstream.t.cc,
	  streams/tests/dailyeventtest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/unimountgen.cc,
	  uniconf/uniretrygen.cc, uniconf/unisecuregen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/t/unireplicategen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/uni.cc,
	  urlget/wvftpstream.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, urlget/t/wvhttppool.t.cc,
	  utils/strcrypt.cc, utils/strutils.cc, utils/wvcrash.cc,
	  utils/wvtask.cc, utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvhex.t.cc, utils/t/wvmatrix.t.cc,
	  utils/tests/diritertest.cc, utils/tests/ondiskspeedtest.cc:
	  mksyunz_samba3: I'm now officially in sync with r4_2.

2004-11-27 00:54  apenwarr

	* crypto/wvsslstream.cc, utils/wvtest.cc: wvstreams-win32:
	  wvsslstream shouldn't ever ask its substream to wait for writable
	  if it's not ssl_connected and SSL itself doesn't need writable.
	  Fixed an inverted test in wvtest.cc, so now the full pathname of
	  files with backslash separators doesn't get printed, just like
	  files with forward slash separators.

2004-11-26 20:32  jklink

	* uniconf/tests/uni.cc:
	  r4_1 : Someone threw some commas in odd places causing this test
	  to bark back when compiling.

2004-11-26 20:29  jklink

	* uniconf/: unifiltergen.cc, unicachegen.cc, uniclientgen.cc:
	  BUGZID: 7599

	  r4_1 : The other portion of the checkin for the fixes for the
	  cachegen and clientgen problems.

2004-11-26 20:28  jklink

	* include/: uniclientgen.h, uniconfgen.h, unidefgen.h,
	  unifiltergen.h, unilistgen.h, unimountgen.h, uninullgen.h,
	  unipermgen.h, unireadonlygen.h, unireplicategen.h, uniretrygen.h,
	  unisecuregen.h, unislowgen.h, unitempgen.h, uniunwrapgen.h,
	  uniwvconfgen.h: BUGZID: 7599

	  r4_1 : UniClientGen & cachegen is now properly fixed.  No weird
	  latencies and notifications are dealt with immediately

2004-11-26 20:26  jklink

	* uniconf/t/unitempgenvsdaemon.t.cc: BUGZID: 8051

	  r4_1 : Isolated the tempgen/uniclient gen problem so I've removed
	  unnecessary mounts from the unittest

2004-11-25 22:44  mcote

	* urlget/wvhttpstream.cc: r4_1: Removing debug messages from
	  WvHttpStream, as BUGZID:7659 appears to be fixed.

2004-11-25 19:26  jklink

	* uniconf/unicachegen.cc, include/unicachegen.h: BUGZID: 8051

	  r4_1 : Putting back the patches that wlach removed.  By removing
	  these patches uniconf tempgens over a deamon went straight to
	  grass.  There is now a unittest to cover this problem (see
	  unitempgenvsdaemon.t.cc)

2004-11-25 19:23  jklink

	* uniconf/t/unitempgenvsdaemon.t.cc: BUGZID: 8051

	  r4_1 : Added unit test for the borked tempgen.  The fix for the
	  tempgen was removed so I'm putting it back in along with a
	  unittest to make sure that 'fixes' to this do not break this
	  code.

2004-11-25 19:23  hub

	* Makefile, Makefile-win32, config.mk.in, configure-mingw32,
	  configure.ac, vars.mk, wvrules-win32.mk, wvrules.mk,
	  wvtestmain.cc, Win32WvStreams/.cvsignore,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvstreams/streams.h,
	  Win32WvStreams/libwvstreams/wvwinstreamclone.cc,
	  Win32WvStreams/libwvutils/.cvsignore,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/winstreams.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/uni/.cvsignore, Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/.cvsignore,
	  Win32WvStreams/uniconfd/uniconfd.vcproj,
	  crypto/wvdiffiehellman.cc, crypto/wvrsa.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/t/wvsslstream.t.cc, crypto/t/wvx509.t.cc,
	  include/uniconf.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wverror.h,
	  include/wvfdstream.h, include/wvfile.h, include/wvfileutils.h,
	  include/wvlinkerhack.h, include/wvlog.h, include/wvloopback2.h,
	  include/wvserialize.h, include/wvsocketpair.h,
	  include/wvsslstream.h, include/wvstdstring.h, include/wvstream.h,
	  include/wvstring.h, include/wvstrutils.h,
	  include/wvwin32-sanitize.h, include/wvwin32task.h,
	  include/wvxplc.h, ipstreams/wvipraw.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/t/wvtcp.t.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/wvstreams.cc, streams/wvconstream.cc,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvfile.cc, streams/wvlog.cc, streams/wvlogfile.cc,
	  streams/wvloopback.cc, streams/wvloopback2.cc,
	  streams/wvsocketpair.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/.cvsignore,
	  streams/t/wvdailyevent.t.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvfile.t.cc,
	  streams/t/wvgzipstream.t.cc, streams/t/wvlog.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvloopback2.t.cc,
	  streams/t/wvstream.t.cc, streams/t/wvstreamclone.t.cc,
	  streams/tests/logtest.cc, streams/tests/simpletest.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/unidefgen.cc,
	  uniconf/unigenhack.cc, uniconf/unigenhack_s.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/uninullgen.cc,
	  uniconf/unipermgen.cc, uniconf/unireadonlygen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/unisecuregen.cc, uniconf/unisubtreegen.cc,
	  uniconf/uniunwrapgen.cc, uniconf/t/.cvsignore,
	  uniconf/t/uniconfd.t.cc, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strutils.cc,
	  utils/wvcrash.cc, utils/wvdiriter.cc, utils/wvencoder.cc,
	  utils/wverror.cc, utils/wvlinklist.cc, utils/wvstring.cc,
	  utils/wvtest.cc, utils/t/.cvsignore, utils/t/basicfd.t.cc,
	  utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvbase64.t.cc, utils/t/wverror.t.cc,
	  utils/t/wvstringlist.t.cc, utils/t/wvtimeutils.t.cc,
	  utils/tests/diritertest.cc: wvprint_crazy: merge HEAD to
	  wvprint_crazy

2004-11-25 17:09  pzion

	* uniconf/t/unireplicategen.t.cc: r4_2: fixed intermittent failures
	  in unireplicategen unit test

2004-11-24 08:03  sfllaw

	* urlget/t/wvhttppool.t.cc, include/wvstream.h,
	  streams/t/wvstream.t.cc, uniconf/uniclientconn.cc,
	  uniconf/tests/conftest.cc, Docs/sgmlmanual/egfiles/wvfileex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex2.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex6.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/test3Dlg.cpp: r4_2: Revert
	  WvStream::getline() to its old API, where it takes a time_t as
	  its first parameter.	This reverses the crazy API breakage and
	  makes life better for everyone.  (I mean, the autocasting from
	  int to char was just bad news.)

	  Still, some people will use getline incorrectly, so I've put some
	  guard declarations in WvStreams to catch errant bools and chars.

	  BUGZID: 9101

2004-11-24 01:17  adewhurst

	* include/wvipfirewall.h, linuxstreams/wvipfirewall.cc: r4_1: Add a
	  SecretWeaverOption to let FastForward masquerade the source IP of
	  a forwarded connection BUGZID: 9092

2004-11-24 00:28  wlach

	* uniconf/t/unipermgen.t.cc: r4_1: Test executable + notification
	  permissions much more thoroughly in unipermgen/unisecuregen.
	  BUGZID:9100

2004-11-23 01:21  mtsai

	* Makefile, Makefile-win32, config.mk.in, configure-mingw32,
	  configure.ac, vars.mk, wvrules-win32.mk, wvrules.mk,
	  wvtestmain.cc, Win32WvStreams/.cvsignore,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvstreams/streams.h,
	  Win32WvStreams/libwvstreams/wvwinstreamclone.cc,
	  Win32WvStreams/libwvutils/.cvsignore,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/winstreams.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/uni/.cvsignore, Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/.cvsignore,
	  Win32WvStreams/uniconfd/uniconfd.vcproj,
	  crypto/wvdiffiehellman.cc, crypto/wvrsa.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/t/wvsslstream.t.cc, crypto/t/wvx509.t.cc,
	  include/uniconf.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wverror.h,
	  include/wvfdstream.h, include/wvfile.h, include/wvfileutils.h,
	  include/wvlinkerhack.h, include/wvlog.h, include/wvloopback2.h,
	  include/wvserialize.h, include/wvsocketpair.h,
	  include/wvsslstream.h, include/wvstdstring.h, include/wvstream.h,
	  include/wvstring.h, include/wvstrutils.h,
	  include/wvwin32-sanitize.h, include/wvwin32task.h,
	  include/wvxplc.h, ipstreams/wvipraw.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/t/wvtcp.t.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/wvstreams.cc, streams/wvconstream.cc,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvfile.cc, streams/wvlog.cc, streams/wvlogfile.cc,
	  streams/wvloopback.cc, streams/wvloopback2.cc,
	  streams/wvsocketpair.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/.cvsignore,
	  streams/t/wvdailyevent.t.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvfile.t.cc,
	  streams/t/wvgzipstream.t.cc, streams/t/wvlog.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvloopback2.t.cc,
	  streams/t/wvstream.t.cc, streams/t/wvstreamclone.t.cc,
	  streams/tests/logtest.cc, streams/tests/simpletest.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/unidefgen.cc,
	  uniconf/unigenhack.cc, uniconf/unigenhack_s.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/uninullgen.cc,
	  uniconf/unipermgen.cc, uniconf/unireadonlygen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/unisecuregen.cc, uniconf/unisubtreegen.cc,
	  uniconf/uniunwrapgen.cc, uniconf/t/.cvsignore,
	  uniconf/t/uniconfd.t.cc, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strutils.cc,
	  utils/wvcrash.cc, utils/wvdiriter.cc, utils/wvencoder.cc,
	  utils/wverror.cc, utils/wvlinklist.cc, utils/wvstring.cc,
	  utils/wvtest.cc, utils/t/.cvsignore, utils/t/basicfd.t.cc,
	  utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvbase64.t.cc, utils/t/wverror.t.cc,
	  utils/t/wvstringlist.t.cc, utils/t/wvtimeutils.t.cc,
	  utils/tests/diritertest.cc: mtsai_mysql4: Merge from HEAD.

2004-11-22 22:40  adewhurst

	* Makefile, config.guess, config.mk.in, config.sub, configure.ac,
	  vars.mk, wvrules.mk, crypto/wvdiffiehellman.cc,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, include/if_arp.h,
	  include/uniretrygen.h, include/wvaddr.h, include/wvdaemon.h,
	  include/wvserialize.h, include/wvslp.h, include/wvstrutils.h,
	  include/wvtcp.h, ipstreams/wvaddr.cc, ipstreams/wvslp.cc,
	  ipstreams/wvtcp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/vars.mk, linuxstreams/wvinterface.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvtundev.cc, redhat/wvstreams.spec.in,
	  streams/wvdaemon.cc, streams/wvlockfile.cc, streams/wvlogfile.cc,
	  streams/wvmodem.cc, streams/wvpam.cc, streams/wvpipe.cc,
	  uniconf/unicachegen.cc, uniconf/uniretrygen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniretrygen.t.cc, urlget/wvftpstream.cc,
	  urlget/wvhttpstream.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvcrash.cc, utils/wvtask.cc, utils/t/strcrypt.t.cc,
	  utils/t/strutils.t.cc, utils/t/wvhex.t.cc, utils/t/wvmatrix.t.cc,
	  utils/tests/diritertest.cc, utils/tests/ondiskspeedtest.cc:
	  adewhurst: Merge from r4_2 into my branch

2004-11-22 22:15  ppatters

	* streams/wvlog.cc: r4_1: Under the right circumstances (#defined
	  WvLogReceivers with #defined log() macros), WvLog could end up
	  asking for an appname of a pointer to a log that was NULL, thus
	  causing a crash. We check for that now.

2004-11-22 21:10  pzion

	* config.guess, config.mk.in, config.sub, configure.ac, vars.mk,
	  wvrules.mk, crypto/wvdiffiehellman.cc, crypto/wvsslstream.cc,
	  crypto/wvtripledes.cc, include/if_arp.h, include/wvaddr.h,
	  include/wvserialize.h, include/wvslp.h, include/wvstrutils.h,
	  include/wvtcp.h, ipstreams/wvaddr.cc, ipstreams/wvslp.cc,
	  ipstreams/wvtcp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/vars.mk, linuxstreams/wvinterface.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvtundev.cc, streams/wvlockfile.cc,
	  streams/wvlogfile.cc, streams/wvmodem.cc, streams/wvpam.cc,
	  streams/wvpipe.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniretrygen.t.cc,
	  urlget/wvftpstream.cc, urlget/wvhttpstream.cc, utils/strcrypt.cc,
	  utils/strutils.cc, utils/wvcrash.cc, utils/wvtask.cc,
	  utils/t/strcrypt.t.cc, utils/t/strutils.t.cc, utils/t/wvhex.t.cc,
	  utils/t/wvmatrix.t.cc, utils/tests/diritertest.cc,
	  utils/tests/ondiskspeedtest.cc: r4_2: Merged from 4.1

2004-11-22 20:46  ppatters

	* uniconf/daemon/uniconfd.cc: r4_1: Fix the "UniConf opening a unix
	  domain socket with the user's umask" problem by adding the super
	  hacky -m option. We'll solve the more general problem later.

2004-11-22 20:11  wlach

	* include/unicachegen.h, uniconf/unicachegen.cc,
	  uniconf/t/unicachegen.t.cc: r4_1: Don't do a superfluous get from
	  the inner generator when using unicachegen (basically the same as
	  pzion's fix last weekend in r4_2, but we need it _now_ in r4_1
	  for varpacks). Add a unit test for unicachegen, to be sure that
	  nothing was broken (nothing was).  BUGZID:8985

2004-11-22 16:34  ppatters

	* include/wvslp.h, ipstreams/wvslp.cc, uniconf/daemon/uniconfd.cc:
	  r4_1: Make WvSlp much more C++ ish.. and actually behave properly
	  in the absence of the OpenSLP Libraries.

2004-11-22 10:11  mcote

	* urlget/wvhttpstream.cc: r4_1: Added some error handling to
	  WvHttpStream for cases in which read() ends up calling close().
	  Outside chance it'll fix BUGZID:7659.

2004-11-21 00:02  pzion

	* include/uniretrygen.h, uniconf/uniretrygen.cc,
	  uniconf/t/uniretrygen.t.cc: r4_2: added ReconnectCallback to
	  UniRetryGen that gives notification when the retry generator
	  reconnects to the underlying generator

2004-11-20 23:44  pzion

	* uniconf/unicachegen.cc: r4_2: UniCacheGen was unconditionally
	  calling inner->get() inside its own get function, thereby
	  effectively not caching anything at all.  Genius, pure and
	  simple.

2004-11-20 11:04  dirocco

	* Makefile, redhat/wvstreams.spec.in: r4_2: Updated spec file so
	  that wvstreams can build in RH9

2004-11-20 04:51  adewhurst

	* include/wvaddr.h, ipstreams/wvaddr.cc: r4_2: Merge ipsec_tunnel
	  from my branch into r4_2. Remove freeswan.  BUGZID: 6684

2004-11-20 04:42  sfllaw

	* Makefile: r4_2: Due to a typo, we never actually cleaned and
	  patched XPLC in WvStreams' make dist target.

2004-11-20 01:56  adewhurst

	* Makefile, crypto/wvdigest.cc, crypto/wvx509.cc,
	  crypto/t/wvdigest.t.cc, include/uniconfdaemon.h,
	  include/unimountgen.h, include/wvdailyevent.h,
	  include/wvipaliaser.h, include/wvpam.h, include/wvstrutils.h,
	  include/wvunixdgsocket.h, include/wvx509.h,
	  ipstreams/wvunixdgsocket.cc, ipstreams/t/.cvsignore,
	  ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wvpam.cc,
	  linuxstreams/tests/pamtest.cc, streams/wvdailyevent.cc,
	  streams/t/wvmagicloopback.t.cc, streams/tests/dailyeventtest.cc,
	  uniconf/uniclientconn.cc, uniconf/unimountgen.cc,
	  uniconf/unisecuregen.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/tests/uni.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, utils/strutils.cc: adewhurst: Merge from
	  r4_2 to my branch and recompile kernel

2004-11-19 21:12  ppatters

	* utils/: strutils.cc, t/strutils.t.cc: r4_1: Feeding NULL to
	  strlwr and strupr used to segfault... now it doesn't, and there's
	  a unit test to prevent this from happening again.

2004-11-19 04:54  pzion

	* include/wvdaemon.h, streams/wvdaemon.cc: r4_2: added -s (syslog)
	  parameter for WvDaemon to allow syslog logging with forking into
	  background

2004-11-19 02:56  mcote

	* urlget/wvhttpstream.cc: r4_1: Increasing backtrace to depth of 25
	  instead of 10.  Maybe someday we'll get to the bottom of
	  BUGZID:7659

2004-11-19 00:24  r2levesq

	* streams/wvlogfile.cc:
	  r4_1: forgot to ForkTwiceSoTheStupidThingWorksRight while
	  expiring log files. The result was a bunch of defunct weaver
	  processes. This is fixed now.

2004-11-18 21:46  pphaneuf

	* Win32WvStreams/: .cvsignore, libuniconf/.cvsignore,
	  libwvstreams/.cvsignore, libwvutils/.cvsignore, uni/.cvsignore,
	  uniconfd/.cvsignore: Merged from Avery's wvstreams-win32 branch
	  again. He only had some updated .cvsignore files...

2004-11-18 21:42  pphaneuf

	* Makefile, Makefile-win32, config.mk.in, configure-mingw32,
	  configure.ac, vars.mk, wvrules-win32.mk, wvrules.mk,
	  wvtestmain.cc, Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvstreams/streams.h,
	  Win32WvStreams/libwvstreams/wvwinstreamclone.cc,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/winstreams.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/uniconfd.vcproj,
	  crypto/wvdiffiehellman.cc, crypto/wvrsa.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/t/wvsslstream.t.cc, crypto/t/wvx509.t.cc,
	  include/uniconf.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wverror.h,
	  include/wvfdstream.h, include/wvfile.h, include/wvfileutils.h,
	  include/wvlinkerhack.h, include/wvlog.h, include/wvloopback2.h,
	  include/wvserialize.h, include/wvsocketpair.h,
	  include/wvsslstream.h, include/wvstdstring.h, include/wvstream.h,
	  include/wvstring.h, include/wvstrutils.h,
	  include/wvwin32-sanitize.h, include/wvwin32task.h,
	  include/wvxplc.h, ipstreams/wvipraw.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/t/wvtcp.t.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/wvstreams.cc, streams/wvconstream.cc,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvfile.cc, streams/wvlog.cc, streams/wvlogfile.cc,
	  streams/wvloopback.cc, streams/wvloopback2.cc,
	  streams/wvsocketpair.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/.cvsignore,
	  streams/t/wvdailyevent.t.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvfile.t.cc,
	  streams/t/wvgzipstream.t.cc, streams/t/wvlog.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvloopback2.t.cc,
	  streams/t/wvstream.t.cc, streams/t/wvstreamclone.t.cc,
	  streams/tests/logtest.cc, streams/tests/simpletest.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/unidefgen.cc,
	  uniconf/unigenhack.cc, uniconf/unigenhack_s.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/uninullgen.cc,
	  uniconf/unipermgen.cc, uniconf/unireadonlygen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/unisecuregen.cc, uniconf/unisubtreegen.cc,
	  uniconf/uniunwrapgen.cc, uniconf/t/.cvsignore,
	  uniconf/t/uniconfd.t.cc, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strutils.cc,
	  utils/wvcrash.cc, utils/wvdiriter.cc, utils/wvencoder.cc,
	  utils/wverror.cc, utils/wvlinklist.cc, utils/wvstring.cc,
	  utils/wvtest.cc, utils/t/.cvsignore, utils/t/basicfd.t.cc,
	  utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvbase64.t.cc, utils/t/wverror.t.cc,
	  utils/t/wvstringlist.t.cc, utils/t/wvtimeutils.t.cc,
	  utils/tests/diritertest.cc: Merged Avery's wvstreams-win32
	  branch, and fixed a few bugs left and right, mostly found because
	  of some change in behavior Avery made in the branch.	Looks good
	  now.

2004-11-18 15:12  hub

	* Makefile, Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj, crypto/wvdigest.cc,
	  crypto/wvx509.cc, crypto/t/wvdigest.t.cc,
	  include/uniconfdaemon.h, include/unimountgen.h,
	  include/wvdailyevent.h, include/wvhttppool.h,
	  include/wvipaliaser.h, include/wvpam.h, include/wvpty.h,
	  include/wvstrutils.h, include/wvunixdgsocket.h, include/wvx509.h,
	  ipstreams/wvunixdgsocket.cc, ipstreams/t/.cvsignore,
	  ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvpty.cc, linuxstreams/tests/pamtest.cc,
	  streams/wvdailyevent.cc, streams/t/wvmagicloopback.t.cc,
	  streams/tests/dailyeventtest.cc, uniconf/uniclientconn.cc,
	  uniconf/unimountgen.cc, uniconf/unisecuregen.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/unipermgen.t.cc, uniconf/tests/uni.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strcrypt.cc,
	  utils/strutils.cc, utils/t/strutils.t.cc,
	  utils/t/wvstringlist.t.cc: wvprint_crazy: merge wvprint_crazy
	  with r4_2

2004-11-18 14:31  sfllaw

	* linuxstreams/tests/pamtest.cc, streams/tests/pamtest.cc:
	  wvstreams_4_0: Move pamtest.cc to streams/tests.

2004-11-18 14:31  sfllaw

	* debian/changelog: wvstreams_4_0: Updated debian/changelog.

2004-11-18 14:13  sfllaw

	* streams/wvpam.cc: wvstreams_4_0: Unbroke the Solaris build.

2004-11-18 13:47  sfllaw

	* uniconf/tests/.cvsignore: r4_1: Ignore uni's manpage.

2004-11-18 01:50  mtsai

	* Makefile, include/uniconfdaemon.h, include/unimountgen.h,
	  include/wvdailyevent.h, include/wvipaliaser.h, include/wvpam.h,
	  include/wvstrutils.h, include/wvunixdgsocket.h,
	  ipstreams/wvunixdgsocket.cc, ipstreams/t/.cvsignore,
	  ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wvpam.cc,
	  linuxstreams/tests/pamtest.cc, streams/wvdailyevent.cc,
	  streams/t/wvmagicloopback.t.cc, streams/tests/dailyeventtest.cc,
	  uniconf/uniclientconn.cc, uniconf/unimountgen.cc,
	  uniconf/unisecuregen.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/tests/uni.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, utils/strutils.cc: mtsai_mysql4: Merge
	  from Head.

2004-11-17 20:18  sfllaw

	* debian/changelog: wvstreams_4_0: Update Debian changelog.

2004-11-17 20:10  sfllaw

	* config.guess, config.mk.in, config.sub, configure.ac, vars.mk,
	  wvrules.mk, crypto/wvdiffiehellman.cc, crypto/wvsslstream.cc,
	  crypto/wvtripledes.cc, include/if_arp.h, include/wvaddr.h,
	  include/wvserialize.h, include/wvstrutils.h, include/wvtcp.h,
	  ipstreams/wvaddr.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/vars.mk,
	  linuxstreams/wvinterface.cc, linuxstreams/wviproute.cc,
	  linuxstreams/wvpam.cc, linuxstreams/wvtundev.cc,
	  streams/wvlockfile.cc, streams/wvlogfile.cc, streams/wvmodem.cc,
	  streams/wvpam.cc, streams/wvpipe.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniretrygen.t.cc,
	  urlget/wvftpstream.cc, utils/strcrypt.cc, utils/wvcrash.cc,
	  utils/wvtask.cc, utils/t/strcrypt.t.cc, utils/t/wvhex.t.cc,
	  utils/t/wvmatrix.t.cc, utils/tests/diritertest.cc,
	  utils/tests/ondiskspeedtest.cc: r4_1: Merge from wvstreams_4_0 in
	  preparation for the WvStreams 4.0.1 release.

2004-11-17 19:40  sfllaw

	* wvrules.mk: wvstreams_4_0: Fix a small bug introduced by
	  adewhurst from the sunos port.

2004-11-17 18:08  sfllaw

	* uniconf/t/uniconfroot.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/tests/uni.cc, utils/strcrypt.cc, utils/strutils.cc,
	  redhat/uniconfd.init, streams/wvdailyevent.cc, streams/wvpam.cc,
	  streams/t/wvmagicloopback.t.cc, streams/tests/dailyeventtest.cc,
	  uniconf/uniclientconn.cc, uniconf/unimountgen.cc,
	  uniconf/unisecuregen.cc, uniconf/daemon/uniconf.conf,
	  uniconf/t/uniconfd.t.cc, ipstreams/wvunixdgsocket.cc,
	  ipstreams/t/.cvsignore, ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/tests/pamtest.cc,
	  Makefile, Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  include/uniconfdaemon.h, include/unimountgen.h,
	  include/wvdailyevent.h, include/wvipaliaser.h, include/wvpam.h,
	  include/wvstrutils.h, include/wvunixdgsocket.h: wvstreams_4_0:
	  Merge from r4_1.

	  BUGZID: 8930

2004-11-17 17:52  apenwarr

	* Win32WvStreams/: libuniconf/.cvsignore, .cvsignore,
	  libwvstreams/.cvsignore, libwvutils/.cvsignore, uni/.cvsignore,
	  uniconfd/.cvsignore: wvstreams-win32: missing .cvsignore entries
	  for Windows.

2004-11-17 05:27  sfllaw

	* crypto/wvtripledes.cc: wvstreams_4_0: Convert WvTripleDES to use
	  the modern OpenSSL 0.9.7 syntax.  As well, the OpenSSL people
	  broke API compatibility between 0.9.7d and 0.9.7e--so we have to
	  work around that.

	  BUGZID: 8894

2004-11-15 23:54  pphaneuf

	* Makefile, include/uniconfdaemon.h, include/unimountgen.h,
	  include/wvdailyevent.h, include/wvipaliaser.h, include/wvpam.h,
	  include/wvunixdgsocket.h, ipstreams/wvunixdgsocket.cc,
	  ipstreams/t/.cvsignore, ipstreams/t/wvunixdgsocket.t.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wvpam.cc,
	  linuxstreams/tests/pamtest.cc, streams/wvdailyevent.cc,
	  streams/t/wvmagicloopback.t.cc, streams/tests/dailyeventtest.cc,
	  uniconf/uniclientconn.cc, uniconf/unimountgen.cc,
	  uniconf/unisecuregen.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/unipermgen.t.cc,
	  uniconf/tests/uni.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc: Merged from r4_1.  BUGZID:8730

2004-11-15 23:04  andrew

	* include/wvstrutils.h, utils/strutils.cc: HEAD: Store timestamp
	  with virus log instead of strings, and reformat it later.
	  BUGZID:3735

2004-11-15 13:23  slajoie

	* utils/wvtest.cc: wvstreams-win32: Make wvtest output slightly
	  prettier in Windows.

2004-11-12 15:58  pzion

	* uniconf/uniclientgen.cc: wvdiskd: UniClientGen now sends NOOP
	  command to uniconfd when refresh() is called to allow for
	  synchronous update from server

2004-11-12 07:45  apenwarr

	* Win32WvStreams/libwvstreams/wvwinstreamclone.cc,
	  include/wvserialize.h, include/wvstdstring.h, include/wvstring.h,
	  utils/wvstring.cc:
	  wvstreams-win32: make WvString able to convert itself into and
	  out of std::string automatically, like it can with QString.  Man,
	  I should have done *that* a long time ago...

2004-11-12 00:14  mksyunz

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj, crypto/wvdigest.cc,
	  crypto/wvx509.cc, crypto/t/wvdigest.t.cc, include/wvdailyevent.h,
	  include/wvhttppool.h, include/wvpty.h, include/wvstrutils.h,
	  include/wvx509.h, linuxstreams/wvpty.cc, streams/wvdailyevent.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strcrypt.cc,
	  utils/strutils.cc, utils/t/strutils.t.cc,
	  utils/t/wvstringlist.t.cc: Merging from HEAD into my branch.

2004-11-11 15:05  r2levesq

	* ipstreams/t/.cvsignore:
	  r4_1: Being sick of seeing a lot of ? when I do cvs up, I made
	  some .cvsignore files

2004-11-11 08:36  apenwarr

	* Makefile-win32:
	  wvstreams-win32: add WvLogFile to the wvstreams Makefile-win32
	  now that it actually works.

2004-11-11 06:58  apenwarr

	* Win32WvStreams/libwvutils/wvwin32task.cc:
	  wvstreams-win32: extra assertion and removed compiler warnings in
	  win32 version of WvTask.  That should help track down really
	  whacko WvTask/WvCont bugs in the future, if any.

2004-11-11 04:18  apenwarr

	* crypto/t/wvsslstream.t.cc:
	  wvstreams-win32: sigh.  Previous unit test fails in win98 because
	  of the usual timing issues.  Adjusted slightly to fix.

2004-11-11 04:10  apenwarr

	* crypto/wvsslstream.cc, crypto/t/wvsslstream.t.cc,
	  streams/wvfdstream.cc: wvstreams-win32: oops.  My earlier
	  WvSSLStream fixes were causing it to not close correctly in the
	  common case that you're *not* using WvEncoderStream and you get
	  EOF.	Fixed that and added a unit test so it doesn't happen
	  again.

2004-11-10 23:12  wlach

	* uniconf/: unisecuregen.cc, t/unipermgen.t.cc: r4_1: The iterator
	  returned by UniSecureGen now checks for permissions.	New, fun
	  unit test for UniSecureGen checks this and other stuff.  BUGZID:
	  8276

2004-11-10 19:44  slajoie

	* utils/t/wvbase64.t.cc: wvstreams-win32: Fixed tons of warnings.

2004-11-10 19:21  slajoie

	* Win32WvStreams/libwvstreams/libwvstreams.vcproj: wvstreams-win32:
	  Fixed release build.

2004-11-10 12:15  slajoie

	* Win32WvStreams/: libuniconf/libuniconf.vcproj,
	  libwvstreams/libwvstreams.vcproj, libwvutils/libwvutils.vcproj:
	  wvstreams-win32: Fixed fucked up line endings and dozens of
	  problems in the Release configurations of various projects. Even
	  the Debug configs were broken in places... There's one last
	  problem that will *still* prevent the autobuilder from working
	  but I'm at the end of my wits.

2004-11-10 04:24  apenwarr

	* Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  streams/wvlogfile.cc, streams/wvsocketpair.cc: wvstreams-win32:
	  minor tweaks for VC++:  Change WvLogFile to not misuse its
	  'struct tm *', because localtime() is not re-entrant.  Make
	  wvsocketpair.cc compile in VC++ again.

2004-11-10 04:14  apenwarr

	* crypto/wvsslstream.cc, crypto/t/wvsslstream.t.cc,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc:
	  wvstreams-win32: HAH! Really really really solved BUGZID:5799
	  this time, I swear!  WvSSLStream was weirdly setting
	  autoclose_time() in uread on EOF, which made pretty much no sense
	  at all.  Now it just does noread() and it's fine.  Updated
	  wvsslstream.t.cc unit test slightly to detect mistakes like this
	  if they ever come back.

2004-11-10 01:50  apenwarr

	* crypto/t/wvsslstream.t.cc:
	  wvstreams-win32: wvsslstream unit tests were failing slightly
	  under win98 because of timing issues.

2004-11-10 01:31  apenwarr

	* crypto/wvsslstream.cc, crypto/t/wvsslstream.t.cc,
	  include/wvencoderstream.h, include/wvfdstream.h,
	  include/wvloopback2.h, include/wvsocketpair.h,
	  ipstreams/wvipraw.cc, ipstreams/wvtcp.cc, ipstreams/wvudp.cc,
	  ipstreams/wvunixsocket.cc, streams/wvencoderstream.cc,
	  streams/wvfdstream.cc, streams/wvloopback.cc,
	  streams/wvloopback2.cc, streams/wvsocketpair.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvloopback2.t.cc,
	  streams/t/wvstreamclone.t.cc: wvstreams-win32: moved the socket
	  nonblocking/close-on-exec stuff to a central location in
	  WvFdStream, because all the #ifdef _WIN32 scattered everywhere
	  were getting annoying.  Revamped the way WvStreamClones get
	  closed.  Added a lot of unit tests as I discovered new and
	  improved ways to make a mess.  I *think* this may be the last of
	  BUGZID:5799.

2004-11-09 20:55  wlach

	* uniconf/uniclientconn.cc: r4_1: Uniconf Daemon no longer crashes
	  when sending a key with the value of WvString::null (e.g.: when
	  you have execute, but not read permission on the key). In this
	  case, it just sends the key along the wire.  BUGZID:8718

2004-11-09 18:36  ppatters

	* linuxstreams/tests/pamtest.cc, include/wvpam.h,
	  linuxstreams/wvpam.cc: r4_1: WvPam should now be used wherever
	  WvPamStream was before... Fixed in Ssoya, but not in
	  UniConfPamConn...

2004-11-09 14:35  pzion

	* streams/t/wvmagicloopback.t.cc: r4_1: attempt to fix
	  interrmittent wvmagicloopback unit test

2004-11-09 03:41  apenwarr

	* Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  include/wvfile.h, streams/wvfile.cc, streams/wvlogfile.cc:
	  wvstreams-win32: make WvLogFile work in Windows.  Amazingly, it
	  forks.  Sigh.

2004-11-09 02:47  apenwarr

	* streams/: wvfdstream.cc, t/wvencoderstream.t.cc,
	  t/wvgzipstream.t.cc:
	  wvstreams-win32: fix buggy unit test for wvgzipstream.

2004-11-09 01:03  apenwarr

	* crypto/wvsslstream.cc, crypto/t/wvsslstream.t.cc,
	  include/wvloopback2.h, include/wvsslstream.h,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvloopback2.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvloopback2.t.cc,
	  utils/wvencoder.cc: wvstreams-win32: fixed some incredibly weird
	  edge cases in interactions between noread/nowrite and
	  WvSSLStream, which caused the exchangeit client.cpp to miss the
	  last bit of data sometimes.  Perhaps related to BUGZID:5799.
	  Added some unit tests so these particular bugs don't come back.
	  That means we now have a super-simple WvSSLStream unit test.	To
	  do that, I created WvLoopback2, which is a two-way version of
	  WvLoopback that might be useful for all sorts of things
	  (particularly ExchangeIt testing...)

2004-11-08 20:19  wlach

	* uniconf/: unimountgen.cc, t/uniconfroot.t.cc: r4_1: Shame on me.
	  Fix bug where uniconf would claim that non existent keys would
	  exist so long as a mount with an equal or greater "value" (i.e.:
	  length) exists under it. Also add (yet another) test to
	  uniconfroot unit test so we can detect this issue in the future.
	  BUGZID:8656

2004-11-08 19:22  wlach

	* uniconf/t/uniconfroot.t.cc: Add some additional stuff to
	  "unmounted" root unit tests, just to make sure I didn't screw
	  anything up.	BUGZID:7625

2004-11-08 01:21  apenwarr

	* Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, crypto/wvrsa.cc,
	  crypto/wvx509.cc, crypto/t/wvx509.t.cc, include/wvfileutils.h,
	  include/wvstream.h, include/wvwin32-sanitize.h,
	  streams/t/wvdailyevent.t.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvgzipstream.t.cc, utils/strutils.cc, utils/wvtest.cc:
	  CVS: CVS: CVS: BUGZID: CVS: If you would like to link this
	  check-in to a FogBUGZ bug, remove the `CVS:' CVS: comment
	  indicator from the preceeding line and append the bug number CVS:
	  after `BUGZID:' CVS: wvstreams-win32: after great and gratuitous
	  mangling, the wvstreams unit tests all compile and pass after
	  being compiled in VC++.

2004-11-07 21:45  apenwarr

	* Makefile-win32, streams/wvfdstream.cc, streams/wvloopback.cc,
	  streams/wvstream.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvstreamclone.t.cc:
	  wvstreams-win32: wvloopback unit test wasn't running in win32:
	  figured out what made it crash (win9x winsock returning 'true'
	  for writable even when the socket buffer is full), and brought it
	  back.  Increased timeout in last night's "eof" tests since 100ms
	  is apparently not long enough for stupid win9x's winsock to
	  transfer the data through a socket.  Pulled in uniinigen and
	  unireadonlygen unit tests as well; they work fine, but I had them
	  removed for some reason.

2004-11-07 07:42  apenwarr

	* include/wvencoderstream.h, streams/wvencoderstream.cc,
	  streams/wvfdstream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvstream.t.cc,
	  streams/t/wvstreamclone.t.cc: wvstreams-win32: a bunch of changes
	  and new unit tests to make EOF and noread/nowrite actually work
	  correctly with WvStreamClone and WvEncoderStream.  Whew, that was
	  messy: the bugs were rare, but definitely caused funny results,
	  including missed closecallbacks and occasional failure to make
	  isok() become false on EOF.

2004-11-07 06:44  dirocco

	* ipstreams/t/wvunixdgsocket.t.cc:

	  r4_1: A test for wvunixdgsocket.

2004-11-07 06:31  dirocco

	* include/wvunixdgsocket.h, ipstreams/wvunixdgsocket.cc,
	  ipstreams/tests/udglistentest.cc, ipstreams/tests/unixdgtest.cc:

	  r4_1: Unix datagram socket stream classes that have been factored
	  out of wvsyslogd.  Some cheap test utilities are included as
	  well.

2004-11-07 06:20  wlach

	* uniconf/: unimountgen.cc, t/uniconfd.t.cc, t/uniconfroot.t.cc:
	  r4_1: Fix the stupid implementation of "virtual" keys which broke
	  both normal and recursive iterators-- now if anything is mounted
	  below a key, it is considered to exist. If nothing is mounted at
	  that key, it has a blank value (you can't set it to anything else
	  until you mount something there). Update uniconfroot unit test to
	  test that this works in all cases. Fix uniconf daemon unit tests
	  to always work (we weren't waiting long enough for the uniconf
	  daemons to start up before doing our thing).	BUGZID: 7625

2004-11-07 05:01  apenwarr

	* Makefile, include/wvencoder.h, include/wvencoderstream.h,
	  streams/wvencoderstream.cc, streams/t/wvencoderstream.t.cc,
	  utils/strutils.cc, utils/wvencoder.cc, utils/wvlinklist.cc:
	  wvstreams-win32: add a unit test to ensure that adding to
	  WvEncoderStream's readchain/writechain during an open session is
	  definitely safe.  It wasn't quite safe, but I doubt this actually
	  affected anyone.  WvEncoderChain is much cleaner now anyhow.

2004-11-06 22:56  apenwarr

	* ipstreams/t/wvtcp.t.cc, utils/wverror.cc:
	  wvstreams-win32: full mapping of winsock error numbers to strings
	  in WvError, even in older versions of Windows that can't handle
	  the FormatMessage stuff.

2004-11-05 22:21  wlach

	* uniconf/unimountgen.cc: r4_1: Didn't quite do that properly (the
	  fast path wasn't kicking in when it should have been). Fixed.
	  BUGZID:8552

2004-11-05 21:54  wlach

	* include/unimountgen.h, uniconf/unimountgen.cc,
	  uniconf/t/uniconfd.t.cc: r4_1: recursive iterators now correctly
	  iterate over multiple generators, by using the fallback "trivial"
	  normal iterator to do recursive iteration in only that case (fast
	  recursive iterators are used otherwise).

	  Also commit an (#ifdefed out) unit test to show failure in case
	  where '/' is not mounted, but '/cfg' is (related to 7625).
	  BUGZID:8552

2004-11-05 07:57  lkosewsk

	* Makefile, include/uniconfdaemon.h, include/wvipaliaser.h,
	  linuxstreams/wvipaliaser.cc, streams/tests/dailyeventtest.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/tests/uni.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc: r4_1_susekern:
	  Merged r4_1 into the susekern branch... for the last time (?).

2004-11-05 01:00  wlach

	* Makefile, include/uniconfdaemon.h, uniconf/t/uniconfd.t.cc: r4_1:
	  Add a (ifdefed out for now) unit test which demonstrates two
	  different types of bad behaviour when proxying between two
	  uniconf daemons, all in an effort to fix..  BUGZID:8552

2004-11-05 00:52  mcote

	* urlget/: wvhttppool.cc, wvhttpstream.cc: r4_1: Got rid of a few
	  debug messages in WvHttpPool, since they apparently caused the
	  crash to disappear.  *sigh*

2004-11-04 22:41  dmcmillan

	* .cvsignore, Makefile, config.mk.in, configure.ac,
	  suppressions.wv, vars.mk, wvrules.mk, wvtesthelper,
	  wvtestmain.cc, wvtestmeter, Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/Makefile,
	  Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhttpex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc,
	  Docs/sgmlmanual/egfiles/wvtcpex.cc,
	  Docs/sgmlmanual/egfiles/wvudpex.cc,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvutils/.cvsignore,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h, Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/fake.cpp,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, configfile/wvconf.cc,
	  crypto/wvdigest.cc, crypto/wvdsa.cc, crypto/wvsslhacks.c,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, crypto/t/wvdigest.t.cc,
	  crypto/t/wvx509.t.cc, crypto/tests/cert2test.cc,
	  crypto/tests/cert3test.cc, crypto/tests/cryptotest.cc,
	  crypto/tests/sslsrvtest.cc, crypto/tests/ssltest.cc,
	  debian/changelog, debian/compat, debian/control,
	  debian/copyright, debian/libuniconf4.0.install,
	  debian/libwvstreams3-base.install,
	  debian/libwvstreams3-fft.install,
	  debian/libwvstreams3-gtk.install,
	  debian/libwvstreams3-qt.install,
	  debian/libwvstreams3-speex.install,
	  debian/libwvstreams3-vorbis.install,
	  debian/libwvstreams4.0-base.install,
	  debian/libwvstreams4.0-extras.install,
	  debian/libwvstreams4.0-fft.install,
	  debian/libwvstreams4.0-qt.install,
	  debian/libwvstreams4.0-speex.install,
	  debian/libwvstreams4.0-vorbis.install, debian/rules,
	  debian/uniconf-tools.install, debian/uniconf-tools.manpages,
	  debian/uniconfd.examples, debian/uniconfd.init,
	  debian/uniconfd.install, debian/uniconfd.manpages,
	  debian/uniconfd.postinst, debian/uniconfd.postrm,
	  debian/uniconfd.prerm, include/iwvstream.h, include/uniautogen.h,
	  include/unicachegen.h, include/uniclientconn.h,
	  include/uniclientgen.h, include/uniconf.h,
	  include/uniconfdaemon.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfpamconn.h,
	  include/unidefgen.h, include/unifiletreegen.h,
	  include/unifiltergen.h, include/uniinigen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/unipermgen.h, include/uniregistrygen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unisecuregen.h, include/unisubtreegen.h,
	  include/unitempgen.h, include/uniunwrapgen.h,
	  include/uniwvconfgen.h, include/verstring.h, include/wvargs.h,
	  include/wvbufbase.h, include/wvbufstore.h, include/wvconfemu.h,
	  include/wvcont.h, include/wvcrash.h, include/wvdaemon.h,
	  include/wvdailyevent.h, include/wvdsa.h, include/wvencoder.h,
	  include/wvfam.h, include/wvfile.h, include/wvfork.h,
	  include/wvhash.h, include/wvhashtable.h, include/wvhttp.h,
	  include/wvhttppool.h, include/wvipfirewall.h, include/wvlink.h,
	  include/wvlinklist.h, include/wvlogrcv.h,
	  include/wvmonikerregistry.h, include/wvondiskhash.h,
	  include/wvondisklist.h, include/wvpam.h, include/wvpty.h,
	  include/wvqtstreamclone.h, include/wvscatterhash.h,
	  include/wvslp.h, include/wvsslhacks.h, include/wvsslstream.h,
	  include/wvstream.h, include/wvstreamclone.h,
	  include/wvstreamlist.h, include/wvstreamsdaemon.h,
	  include/wvstringlist.h, include/wvstrutils.h, include/wvtcp.h,
	  include/wvtest.h, include/wvunixsocket.h, include/wvvector.h,
	  include/wvverstring.h, include/wvx509.h, include/wvxplc.h,
	  ipstreams/wvhttp.cc, ipstreams/wvresolver.cc, ipstreams/wvslp.cc,
	  ipstreams/wvtcp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/componenttest.cc, ipstreams/tests/contseltest.cc,
	  ipstreams/tests/httptest.cc, ipstreams/tests/ip2test.cc,
	  ipstreams/tests/iptest.cc, ipstreams/tests/listentest.cc,
	  ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/slplisttest.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/udp2test.cc, ipstreams/tests/udptest.cc,
	  ipstreams/tests/ulistentest.cc, ipstreams/tests/unixtest.cc,
	  ipstreams/tests/vars.mk, ipstreams/tests/xplctest.cc,
	  linuxstreams/wvdsp.cc, linuxstreams/wvfam.cc,
	  linuxstreams/wvinterface.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvpty.cc, linuxstreams/t/wvpty.t.cc,
	  oggspeex/tests/oggspeextest.cc, oggvorbis/tests/oggvorbistest.cc,
	  pkgconfig/.cvsignore, pkgconfig/liboggspeex.pc.in,
	  pkgconfig/liboggvorbis.pc.in, pkgconfig/libuniconf.pc.in,
	  pkgconfig/libwvbase.pc.in, pkgconfig/libwvfft.pc.in,
	  pkgconfig/libwvqt.pc.in, pkgconfig/libwvstreams.pc.in,
	  pkgconfig/libwvutils.pc.in, pkgconfig/wvxplc.pc.in,
	  qt/wvqtstreamclone.cc, redhat/libwvstreams.spec,
	  redhat/uniconfd.init, redhat/wvstreams.spec, streams/wvdaemon.cc,
	  streams/wvdailyevent.cc, streams/wvfile.cc, streams/wvlockdev.cc,
	  streams/wvlockfile.cc, streams/wvlog.cc, streams/wvlogfile.cc,
	  streams/wvmodem.cc, streams/wvprotostream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamlist.cc, streams/wvstreamsdaemon.cc,
	  streams/t/wvdailyevent.t.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvgzipstream.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvmagicloopback.t.cc,
	  streams/t/wvstream.t.cc, streams/t/wvstreamclone.t.cc,
	  streams/tests/clonetest.cc, streams/tests/logtest.cc,
	  streams/tests/modemtest.cc, uniconf/uniautogen.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfkey.cc,
	  uniconf/uniconfroot.cc, uniconf/unidefgen.cc,
	  uniconf/unifiltergen.cc, uniconf/unihashtree.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unipermgen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/unisecuregen.cc, uniconf/unisubtreegen.cc,
	  uniconf/unitempgen.cc, uniconf/uniunwrapgen.cc,
	  uniconf/wvconfemu.cc, uniconf/wvconfemutrace.pl,
	  uniconf/daemon/.cvsignore, uniconf/daemon/rules.mk,
	  uniconf/daemon/sample.ini, uniconf/daemon/uniconf.conf,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfd.8.in,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfd.ini.in,
	  uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/gremlin/rungremlin.cc,
	  uniconf/gremlin/unigremlin.cc, uniconf/gremlin/unigremlin.h,
	  uniconf/t/uniautogen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfgen.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniconftree.t.cc, uniconf/t/unidefgen.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unilistgen.t.cc,
	  uniconf/t/unimountgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/t/uniunwrapgen.t.cc,
	  uniconf/t/wvconfemu.t.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/conftest.cc, uniconf/tests/rules.mk,
	  uniconf/tests/uni.8.in, uniconf/tests/uni.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unistress.cc,
	  uniconf/tests/unitest.sh, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, urlget/tests/http2test.cc,
	  utils/strcrypt.cc, utils/strutils.cc, utils/verstring.cc,
	  utils/wvargs.cc, utils/wvbufferstore.cc, utils/wvcont.cc,
	  utils/wvcrash.cc, utils/wvencoder.cc, utils/wvgzip.cc,
	  utils/wvhash.cc, utils/wvhashtable.cc, utils/wvlinklist.cc,
	  utils/wvmoniker.cc, utils/wvqdbmhash.cc, utils/wvtask.cc,
	  utils/wvtest.cc, utils/wvvector.cc, utils/t/strutils.t.cc,
	  utils/t/verstring.t.cc, utils/t/wvargs.t.cc,
	  utils/t/wvbackslash.t.cc, utils/t/wvbuffer.t.cc,
	  utils/t/wvcont.t.cc, utils/t/wvhashtable.t.cc,
	  utils/t/wvstringlist.t.cc, utils/t/wvvector.t.cc,
	  utils/t/wvwordwrap.t.cc, utils/tests/backslashtest.cc,
	  utils/tests/base64test.cc, utils/tests/bdbsillytest.cc,
	  utils/tests/bdbtest.cc, utils/tests/conttest.cc,
	  utils/tests/hextest.cc, utils/tests/monikertest.cc,
	  utils/tests/ondiskhashtest.cc, utils/tests/ondisklisttest.cc,
	  utils/tests/ondiskspeedtest.cc, utils/tests/qdbmtest.cc,
	  utils/tests/vectortest.cc, utils/tests/wordwraptest.cc: horde3:
	  reverse merge from HEAD

2004-11-04 22:23  mtsai

	* Makefile, configure.ac, wvrules.mk,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj, crypto/wvdigest.cc,
	  crypto/wvx509.cc, crypto/t/wvdigest.t.cc, debian/changelog,
	  debian/control, debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages, include/unicachegen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  include/wvdailyevent.h, include/wvhttppool.h,
	  include/wvipfirewall.h, include/wvpty.h, include/wvstrutils.h,
	  include/wvx509.h, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wvpty.cc, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/wvdailyevent.cc,
	  streams/wvlogfile.cc, uniconf/uniautogen.cc,
	  uniconf/unicachegen.cc, uniconf/unifiltergen.cc,
	  uniconf/unisubtreegen.cc, uniconf/daemon/uniconf.conf,
	  uniconf/t/uniretrygen.t.cc, uniconf/tests/rules.mk,
	  uniconf/tests/uni.8.in, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/t/strutils.t.cc, utils/t/wvstringlist.t.cc: mtsai_mysql4:
	  Merge from HEAD.

2004-11-04 20:57  ppatters

	* uniconf/tests/uni.cc: r4_1: Add a "del" command to uniconf
	  command line client.

2004-11-04 19:59  adewhurst

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  include/wvdailyevent.h, include/wvhttppool.h, include/wvpty.h,
	  include/wvstrutils.h, linuxstreams/wvpty.cc,
	  streams/wvdailyevent.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/t/strutils.t.cc, utils/t/wvstringlist.t.cc: adewhurst:
	  Merge recent changes from HEAD into my branch

2004-11-04 19:53  andrew

	* streams/tests/dailyeventtest.cc: r4_1: Adding dailyeventtest to
	  streams/tests/. It's useless unless you modify it to test what
	  you want.

2004-11-03 20:38  adewhurst

	* include/wvipaliaser.h, linuxstreams/wvipaliaser.cc: r4_1: Update
	  apache and fastforward configurations whenever an interface alias
	  goes up or down so they can properly listen on all required
	  interfaces BUGZID: 8467

2004-11-02 23:01  ppatters

	* crypto/wvdigest.cc, crypto/wvx509.cc, crypto/t/wvdigest.t.cc,
	  include/wvx509.h: HEAD: WvX509Mgr can now deal export
	  Certificates in a form usable by LDAP. Also, MD5 and SHA1 hashes
	  now have unit tests.

2004-11-01 20:24  slajoie

	* utils/wvtest.cc: wvstreams-win32: Added missing include for VS.

2004-11-01 19:16  slajoie

	* Win32WvStreams/uniconfd/uniconfd.vcproj: wvstreams-win32: Fixed
	  more line endings.

2004-11-01 19:15  slajoie

	* Win32WvStreams/libuniconf/libuniconf.vcproj: wvstreams-win32:
	  More fixes for release builds.

2004-11-01 18:01  slajoie

	* Win32WvStreams/libuniconf/libuniconf.vcproj: wvstreams-win32:
	  Fixing more fucked up line endings.

2004-11-01 04:35  apenwarr

	* Makefile-win32, Win32WvStreams/libwvstreams/streams.cc:
	  wvstreams-win32: extremely basic (but functional) uniregistrygen
	  unit test.  Make win32 stdout/stderr default to line-buffered and
	  unbuffered, respectively, like they should on any sane system.
	  This avoids the need for fflush() everywhere.  (In retrospect, I
	  guess I should have done this sooner...)

2004-11-01 01:21  lkosewsk

	* include/wvdailyevent.h, streams/wvdailyevent.cc: r4_1_susekern:
	  Once again, merged 4.1 into my susekern branch.

2004-11-01 00:16  pzion

	* include/wvstrutils.h, utils/strutils.cc, utils/t/strutils.t.cc:
	  HEAD: wvstreams: wvstrutils: for cstr escaping/unescaping, allow
	  the user to specify a list of additional characters to escape, to
	  allow eg. for resulting strings that can be efficiently encoded
	  as tcl-strings

2004-10-31 23:49  apenwarr

	* include/wvstrutils.h, utils/strutils.cc, utils/wvtest.cc:
	  wvstreams-win32: define wvgetcwd(), a function to do getcwd()
	  without worrying about buffer size limits.  Make WvTest put the
	  cwd back after every test, because stupid MAPI changes it on us.

2004-10-31 23:47  apenwarr

	* include/wvlog.h, include/wvstream.h, streams/wvlog.cc,
	  streams/wvstream.cc, streams/t/wvlog.t.cc: wvstreams-win32: make
	  WvStream copy constructor/operator= private instead of just
	  undefined, so they fail at compile time instead of link time.
	  Make WvLog copy constructor not cause segfaults.  Define
	  WvLog::operator= rather than let C++ auto-generate one that
	  relies on the non-existent WvStream one.  Write unit tests for
	  all this.

2004-10-31 22:49  pzion

	* include/wvstrutils.h, utils/strutils.cc, utils/t/strutils.t.cc:
	  HEAD: wvstreams: wvstrutils: cstr_unescape will now handle
	  arbitraty, whitespace-separated concatenations of C-style strings
	  in the same was a compiler

2004-10-31 16:12  pzion

	* include/wvstrutils.h, utils/strutils.cc, utils/t/strutils.t.cc:
	  HEAD: wvstreams: wvstrutils: allow cstr_unescape to be called
	  with a NULL buffer to obtain only the size

2004-10-31 15:54  pzion

	* include/wvstrutils.h, utils/strutils.cc, utils/t/strutils.t.cc:
	  HEAD: wvstreams: wvstrutils: added cstr_escape and cstr_unescape
	  functions, which are useful to escape arbitrary binary data into
	  a familiar format

2004-10-30 21:44  pzion

	* linuxstreams/wvpty.cc, include/wvpty.h: HEAD: wvstreams: added
	  pre- and post-exec callbacks for WvPty

2004-10-29 23:28  andrew

	* include/wvdailyevent.h, streams/wvdailyevent.cc: r4_1: Revert
	  broken fix for BUGZID:5103.

2004-10-29 20:09  andrew

	* include/wvdailyevent.h, streams/wvdailyevent.cc: r4_1: Adding
	  MIN_DELAY to WvDailyEvent. It now must wait that amount of time
	  before allowing any triggering, although it will trigger
	  immediately after that time if it was supposed to during the
	  delay. This is mainly for backups and file scanner for which the
	  skip first event functionality was very undesirable. BUGZID:5103

2004-10-29 05:15  apenwarr

	* include/wverror.h, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, utils/wverror.cc, utils/t/wverror.t.cc:
	  wvstreams-win32: add a new set_both() operation to WvError, which
	  allows you to set both the error number *and* the error string in
	  one shot.  In Unix, this isn't needed, because error numbers
	  uniquely correspond to error strings.  Hah.  Well, now we can
	  have a useful error message and still check if err.get() ==
	  MAPI_E_LOGON_FAILURE.

2004-10-29 01:04  saul

	* Win32WvStreams/Win32WvStreams.sln: BUGZID: 8177 wvstreams-win32:
	  Doing some cleaning up for Win32WvStreams wvtest

2004-10-29 00:33  r2levesq

	* Makefile, configure.ac, wvrules.mk,
	  Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/.cvsignore,
	  Win32WvStreams/libwvutils/libwvutils.vcproj, debian/changelog,
	  debian/control, debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages, include/unicachegen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  include/wvargs.h, include/wvdaemon.h, include/wvdailyevent.h,
	  include/wvhttppool.h, include/wvipfirewall.h,
	  include/wvstreamsdaemon.h, include/wvstrutils.h,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wvpty.cc,
	  redhat/uniconfd.init, redhat/wvstreams.spec, streams/wvdaemon.cc,
	  streams/wvdailyevent.cc, streams/wvlogfile.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/unifiltergen.cc, uniconf/unisubtreegen.cc,
	  uniconf/daemon/uniconf.conf, uniconf/t/uniretrygen.t.cc,
	  uniconf/tests/rules.mk, uniconf/tests/uni.8.in,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strcrypt.cc,
	  utils/strutils.cc, utils/t/wvstringlist.t.cc:
	  BUGZID:8420 idb2: merged niti from HEAD

2004-10-29 00:11  jnc

	* include/wvacl.h, include/wvtestfiletree.h, linuxstreams/wvacl.cc,
	  linuxstreams/t/wvacl.t.cc, uniconf/wvtestfiletree.cc: r4_0:
	  Backport the saving of the ACL mask from 4.1.  Now backups
	  definitely store exactly the ACL read on disk, no buts.  BUGZID:
	  8451

2004-10-28 23:11  sfllaw

	* utils/t/wvhex.t.cc: wvstreams_4_0: Remove the alloca warning from
	  the WvHex unit test.

2004-10-28 21:58  sfllaw

	* config.guess, config.mk.in, config.sub, configure.ac, vars.mk,
	  wvrules.mk, crypto/wvdiffiehellman.cc, crypto/wvsslstream.cc,
	  include/if_arp.h, include/wvaddr.h, include/wvserialize.h,
	  include/wvtcp.h, ipstreams/wvaddr.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/vars.mk,
	  linuxstreams/wvinterface.cc, linuxstreams/wviproute.cc,
	  linuxstreams/wvpam.cc, linuxstreams/wvtundev.cc,
	  streams/wvlockfile.cc, streams/wvlogfile.cc, streams/wvmodem.cc,
	  streams/wvpam.cc, streams/wvpipe.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniretrygen.t.cc,
	  urlget/wvftpstream.cc, utils/wvcrash.cc, utils/wvtask.cc,
	  utils/t/wvhex.t.cc, utils/t/wvmatrix.t.cc,
	  utils/tests/diritertest.cc, utils/tests/ondiskspeedtest.cc:
	  wvstreams_4_0: Merging the SunOS port from wvstreams_4_0_sunos.
	  This includes:

	  - More portablilty, by choosing to use more POSIXy stuff (esp.
	  for PAM.) - More Autoconf tests for things, instead of checking
	  compiler macros - The ability to build and run on Solaris.

2004-10-28 21:13  apenwarr

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, streams/wvstream.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc: CVS: CVS:
	  CVS: BUGZID: CVS: If you would like to link this check-in to a
	  FogBUGZ bug, remove the `CVS:' CVS: comment indicator from the
	  preceeding line and append the bug number CVS: after `BUGZID:'
	  CVS: wvstreams-win32: make wvstreams compile under my install of
	  Visual Studio.  Only minor changes were necessary.

2004-10-28 20:43  sfllaw

	* linuxstreams/wvinterface.cc: wvstreams_4_0_sunos: Merge from
	  wvstreams_4_0.

2004-10-27 20:55  saul

	* Win32WvStreams/libwvutils/libwvutils.vcproj,
	  include/wvstrutils.h, utils/strutils.cc, utils/t/basicfd.t.cc,
	  utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/wvstringlist.t.cc, utils/t/wvtimeutils.t.cc: BUGZID: 8177
	  wvstream-win32: Updated a handful of wvtest so they work in VC++.
	  Everything is either total taken out or fixed so that in VC we
	  now have it compiling and everything passing. The only cheating
	  test is basicfd (I just commented out the failing tests).

2004-10-27 20:16  saul

	* utils/t/wvstringlist.t.cc:
	  HEAD: Another broken unit test that some how magically worked in
	  linux, thankfully windows picked up it's crazyness, wvstreamlist
	  test now less insane.

2004-10-27 16:22  lkosewsk

	* include/wvdailyevent.h, include/wvhttppool.h,
	  include/wvstrutils.h, streams/wvdailyevent.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strutils.cc:
	  r4_1_susekern:  Merged up 4.1#5 (and stuff that's been done in
	  4.1 since then) into the r4_1_susekern branch.

2004-10-27 05:18  adewhurst

	* Makefile, configure.ac, wvrules.mk,
	  Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvutils/.cvsignore, debian/changelog,
	  debian/control, debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages, include/unicachegen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  include/wvargs.h, include/wvdaemon.h, include/wvipfirewall.h,
	  include/wvstreamsdaemon.h, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wvpty.cc, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/wvdaemon.cc, streams/wvlogfile.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/unifiltergen.cc, uniconf/unisubtreegen.cc,
	  uniconf/daemon/uniconf.conf, uniconf/t/uniretrygen.t.cc,
	  uniconf/tests/rules.mk, uniconf/tests/uni.8.in: adewhurst: Merge
	  recent changes from HEAD into my branch

2004-10-27 00:33  apenwarr

	* urlget/wvhttpstream.cc: wvstreams-win32: fix minor wvhttpstream
	  compile error in win32, and add a few more doxygen comments.

2004-10-27 00:23  saul

	* utils/strutils.cc:
	  HEAD: My goodness how did this never get noticed, in url_encode
	  the temp char array was of the wrong size, how did this ever
	  work??

2004-10-26 23:52  apenwarr

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  include/wvdailyevent.h, include/wvhttppool.h,
	  include/wvstrutils.h, streams/wvdailyevent.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strcrypt.cc,
	  utils/strutils.cc: wvstreams-win32: merged recent changes from
	  HEAD.

2004-10-26 23:47  apenwarr

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  include/wvdailyevent.h, include/wvhttppool.h,
	  include/wvstrutils.h, streams/wvdailyevent.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc, utils/strcrypt.cc,
	  utils/strutils.cc: HEAD: merged recent changes in wvstreams and
	  exchangeit (only) from r4_1.

2004-10-26 23:33  apenwarr

	* include/wvdailyevent.h, streams/wvdailyevent.cc:
	  r4_1: merged recent wvstreams and exchangeit changes from r3_80
	  (not very many exist).

2004-10-26 21:28  ppatters

	* ipstreams/wvresolver.cc: r3_80_varpack_demo: Note to self - NEVER
	  go this long without checking stuff in. Add capability to have
	  append.ini and rclocal files included on CD's for Demos;
	  Deprecate a bunch of old Varpack stuff, and add a new Varpack
	  script (proc.sh); Add Shadow fields to LDAP; Fix Proc Services to
	  actually do the right thing; Add Avery's wvdisk and wvresolver
	  hacks to fix Weaver being slow, and/or TFTP being slow when doing
	  demos; Fix PAM+Ssoya in 4.0; Make IMAP and ExchangeIt TCP Clients
	  work with Ssoya;

2004-10-26 20:24  saul

	* Win32WvStreams/Win32WvStreams.sln: BUGZID: 8177 wvstream-win32:
	  Updated wvtest to run a few of the stream test, also added in a
	  libwvtest for later uses inside other wvstreams apps in windows

2004-10-26 20:09  r2levesq

	* include/wvstrutils.h, utils/strutils.cc:
	  BUGZID:7973 r4_1: sizetoa now takes unsigned parameters

2004-10-26 20:07  saul

	* streams/t/: wvfdstream.t.cc, wvstream.t.cc: BUGZID: 8177
	  wvstream-win32: Fixed wvfdstream and wvstream tests to work in
	  VC++

2004-10-26 18:37  saul

	* utils/wvtest.cc: BUGZID: 8177 wvstream-win32: woops broke the
	  linux version... I made strncasecmp windows specific

2004-10-26 17:47  apenwarr

	* include/wvwin32-sanitize.h:
	  wvstreams-win32: slightly smarter COM smart pointers.  Still not
	  very smart, but memory leaks are the least of my worries right
	  now. :)

2004-10-26 02:12  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc: r4_1: Added some debug messages to
	  WvHttpPool to try to get to the bottom of BUGZID:7659.

2004-10-25 18:09  saul

	* Win32WvStreams/libwvstreams/streams.cc: BUGZID: 8177
	  wvstream-win32: Removed a define with "..." in the args because
	  VC++ doesn't understand it

2004-10-25 16:54  saul

	* Win32WvStreams/Win32WvStreams.sln, include/wvstream.h,
	  wvtestmain.cc, utils/wvtest.cc: BUGZID:8177 wvstream-win32: Added
	  in a new wvtest for VC++, also changed files so that VC++ wvtest
	  will work

2004-10-24 23:59  apenwarr

	* Makefile, configure.ac, wvrules.mk, debian/changelog,
	  debian/control, debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages, include/unicachegen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  include/wvargs.h, include/wvdaemon.h, include/wvipfirewall.h,
	  include/wvstreamsdaemon.h, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wvpty.cc, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/wvdaemon.cc, streams/wvlogfile.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/unifiltergen.cc, uniconf/unisubtreegen.cc,
	  uniconf/daemon/uniconf.conf, uniconf/t/uniretrygen.t.cc,
	  uniconf/tests/rules.mk, uniconf/tests/uni.8.in:
	  wvstreams-win32: merged recent changes from HEAD.

2004-10-24 10:08  apenwarr

	* Win32WvStreams/libwvstreams/streams.cc, ipstreams/wvtcp.cc,
	  ipstreams/tests/wvstreams.cc, streams/wvconstream.cc,
	  streams/tests/simpletest.cc:
	  wvstreams-win32: whew.  Finally fixed stdin so it no longer gets
	  stuck in a critical section.	This required writing separate code
	  depending on whether stdin is a named pipe (cygwin telnetd),
	  file, or console handle, but at least it now finally works.

2004-10-24 08:18  sfllaw

	* uniconf/t/uniconfd.t.cc: wvstreams_4_0_sunos: The Uniconfd unit
	  test shouldn't be allowed to printf NULL char*s.

	  BUGZID: 8319

2004-10-24 07:20  sfllaw

	* crypto/wvdiffiehellman.cc, uniconf/t/uniretrygen.t.cc,
	  urlget/wvftpstream.cc, utils/wvtask.cc, utils/t/wvhex.t.cc,
	  utils/t/wvmatrix.t.cc, utils/tests/diritertest.cc,
	  utils/tests/ondiskspeedtest.cc: wvstreams_4_0: Minor cleanups
	  with #include <alloca.h>.

	  BUGZID: 8319

2004-10-24 06:37  sfllaw

	* vars.mk: wvstreams_4_0_sunos: Don't run tests on linuxstreams,
	  unless we're compiling on GNU/Linux.

	  BUGZID: 8319

2004-10-24 06:30  sfllaw

	* ipstreams/tests/vars.mk: wvstreams_4_0_sunos: Force
	  ipstreams/tests/xplctest to explicitly link in the libxplc.so and
	  libxplc-cxx.so.

	  BUGZID: 8319

2004-10-24 06:20  sfllaw

	* config.mk.in, configure.ac: wvstreams_4_0_sunos: Force us to link
	  with standard libraries, like libc, on Solaris.  Because GCC just
	  doesn't pick them up by itself.

	  BUGZID: 8319

2004-10-24 05:50  sfllaw

	* configure.ac, streams/wvpam.cc: wvstreams_4_0_sunos: Solaris has
	  a broken PAM implementation, so we detect it, and work around it.

	  BUGZID: 8319

2004-10-24 05:24  apenwarr

	* wvtestmain.cc, Win32WvStreams/libwvstreams/streams.cc,
	  streams/wvstream.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvstream.t.cc,
	  utils/wvtest.cc, utils/t/strutils.t.cc:

	  wvstreams-win32: hmm, it seems my last round of wvstreams fixes
	  only worked in wine, not in "real" win98/win2k.  Fixed a few
	  remaining unit test problems.  Now everything seems reliable
	  except gethostname() in win2k only(!!), which seems to enter the
	  same stupid critical section as read(0).  Gargle.

2004-10-24 04:49  adewhurst

	* linuxstreams/wvpam.cc, streams/wvpam.cc: wvstreams_4_0_sunos:
	  Move wvpam.cc out of linuxstreams (it's not linux specific)
	  BUGZID: 8319

2004-10-24 04:34  adewhurst

	* utils/wvcrash.cc: wvstreams_4_0_sunos: Make wvcrash_setup link on
	  non-linux systems (although it still does nothing) BUGZID: 8319

2004-10-24 04:34  sfllaw

	* configure.ac, uniconf/daemon/uniconfd.cc: wvstreams_4_0_sunos:
	  Detect which getopt header we need to provide getopt().

	  BUGZID: 8319

2004-10-24 04:16  sfllaw

	* urlget/wvftpstream.cc: wvstreams_4_0_sunos: Include the right
	  header files to find alloca() in WvFtpStream.

	  BUGZID: 8319

2004-10-24 04:15  sfllaw

	* streams/wvpipe.cc: wvstreams_4_0_sunos: WvPipe now drop
	  O_NONBLOCK explicitly, instead of doing it some roundabout way.
	  Also, try to acquire the controlling TTY only when we have the
	  appropriate IOCTL.

	  BUGZID: 8319

2004-10-24 03:25  sfllaw

	* config.mk.in, configure.ac, streams/wvmodem.cc:
	  wvstreams_4_0_sunos: Make WvModem work without Linux-specific
	  stuff.  This includes the ability to manipulate the serial port
	  on the bare metal.  Also, provide a helper function that looks
	  like cfmakeraw().

	  BUGZID: 8319

2004-10-24 01:09  sfllaw

	* linuxstreams/: wvinterface.cc, wvtundev.cc: wvstreams_4_0_sunos:
	  Prefer using the userland net/if.h instead of the kernel
	  linux/if.h.

	  BUGZID: 8319

2004-10-24 01:08  adewhurst

	* streams/wvlogfile.cc: wvstreams_4_0_sunos: Calculate time to
	  rotate log file in a portable manner BUGZID: 8319

2004-10-24 00:41  sfllaw

	* linuxstreams/wvinterface.cc: wvstreams_4_0: Introduce a very safe
	  min() macro in wvinterface.cc.

2004-10-24 00:24  sfllaw

	* config.guess, config.mk.in, config.sub, configure.ac, vars.mk:
	  wvstreams_4_0_sunos: Guess which operating system we'll target,
	  so that we can choose to omit linuxstreams.

	  BUGZID: 8319

2004-10-24 00:23  sfllaw

	* streams/wvlockfile.cc: wvstreams_4_0_sunos: Make
	  WvLockFile::readpid() return pid_t, like its header file claims
	  it does.

	  BUGZID: 8319

2004-10-23 23:59  sfllaw

	* configure.ac, include/if_arp.h, include/wvaddr.h,
	  include/wvtcp.h, ipstreams/wvaddr.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, linuxstreams/wviproute.cc:
	  wvstreams_4_0_sunos: More changes to get things to compile:

	  - Require OpenSSL >= 0.9.7

	  - Detect a whole bunch of headers.

	  - Reimplemented include/if_arp.h, so it's non GPLed.

	  - Defined SOL_TCP and SOL_IP across all POSIXen.

	  - Use ETHER_ADDR_LEN instead of ETH_ALEN.

	  - Use uint32_t and uint16_t instead of the old GCC extension
	  types.

	  - Don't use "sun" as an identifier, because it's #defined as 1 on
	  SunOS.

	  BUGZID: 8319

2004-10-23 20:16  adewhurst

	* wvrules.mk: wvstreams_4_0_sunos: Get around brokenness in old
	  versions of bash

2004-10-23 19:14  sfllaw

	* configure.ac, crypto/wvdiffiehellman.cc, crypto/wvsslstream.cc,
	  include/wvserialize.h, utils/wvtask.cc: wvstreams_4_0_sunos: Use
	  autoconf to detect endianness, where alloca() is defined, and
	  where error_t is defined.

	  BUGZID: 8319

2004-10-22 22:40  sfllaw

	* configure.ac: wvstreams_4_0_sunos: Have configure detect
	  libsocket, because Sun uses that library to provide BSD sockets.

	  BUGZID: 8319

2004-10-22 19:55  dfcarney

	* linuxstreams/t/wvacl.t.cc: r3_80: fixed jnc's failing wvacl.t.cc
	  unit test.  BUGZID:8305

2004-10-22 18:08  lkosewsk

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  redhat/uniconfd.init, uniconf/daemon/uniconf.conf,
	  utils/strcrypt.cc: r4_1_susekern:  Merged 4.1 into my
	  r4_1_susekern branch.

2004-10-22 01:08  adewhurst

	* ipstreams/wvaddr.cc: adewhurst: ipsec_tunnel now has status
	  information in WebConfig(!), correctly cleans up after
	  itself(!!), and talks to NetGuide(!!!). It might even work(!!!!)

2004-10-21 21:45  jnc

	* include/wvacl.h, include/wvtestfiletree.h, linuxstreams/wvacl.cc,
	  linuxstreams/t/wvacl.t.cc, uniconf/wvtestfiletree.cc: r3_80:
	  Store default ACL's in backups.  (Restore checkins that got
	  reverted for 4.0b, fix the pointer error that was causing
	  crashes.) BUGZID: 8064

2004-10-21 20:37  andrew

	* include/wvdailyevent.h, streams/wvdailyevent.cc: r3_80: Fixing
	  File Virus Scanner so that it doesn't miss runs. BUGZID:7784

2004-10-20 02:15  pzion

	* linuxstreams/wvpty.cc: HEAD: fixed unittest failure in WvPty when
	  run under valgrind on jnc's machine

2004-10-19 20:44  andrew

	* utils/strcrypt.cc: r4_1: Replacing passwd_crypt() with sforman's
	  md5 version. This fixes an FTP auth issue. BUGZID:7980

2004-10-19 19:43  slajoie

	* Win32WvStreams/: libuniconf/libuniconf.vcproj,
	  libwvstreams/libwvstreams.vcproj, libwvutils/libwvutils.vcproj:
	  r4_1:Removed incorrect finish_write call at the end of an
	  ExchangeItSync exchange: we're using the BYE command now. Also
	  ignore case in header names. BUGZID:7388

2004-10-19 03:46  apenwarr

	* configure-mingw32, include/wvwin32-sanitize.h:
	  wvstreams-win32: make my totally braindead fake COM smart
	  pointers slightly smarter.  (But just enough to compile, not to
	  be smart.)

2004-10-18 22:04  jnc

	* include/wvacl.h, include/wvtestfiletree.h, linuxstreams/wvacl.cc,
	  linuxstreams/t/wvacl.t.cc, uniconf/wvtestfiletree.cc: r3_80: Back
	  out backup/ACL fix BUGZID: 8064

2004-10-18 17:17  hub

	* Makefile, config.mk.in, configure.ac, vars.mk, wvrules.mk,
	  Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvutils/.cvsignore, debian/changelog,
	  debian/control, debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages, debian/uniconfd.manpages,
	  include/iwvstream.h, include/unicachegen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  include/wvargs.h, include/wvdaemon.h, include/wvhttppool.h,
	  include/wvipfirewall.h, include/wvpam.h, include/wvstream.h,
	  include/wvstreamsdaemon.h, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wvpam.cc, redhat/libwvstreams.spec,
	  redhat/uniconfd.init, redhat/wvstreams.spec, streams/wvdaemon.cc,
	  streams/wvlogfile.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvfdstream.t.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/unifiltergen.cc, uniconf/unisubtreegen.cc,
	  uniconf/wvconfemutrace.pl, uniconf/daemon/uniconf.conf,
	  uniconf/t/uniretrygen.t.cc, uniconf/tests/rules.mk,
	  uniconf/tests/uni.8.in, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, utils/tests/bdbsillytest.cc,
	  utils/tests/bdbtest.cc, utils/tests/ondiskhashtest.cc,
	  utils/tests/ondisklisttest.cc, utils/tests/ondiskspeedtest.cc,
	  utils/tests/qdbmtest.cc: wvprint_crazy: merge from HEAD.

2004-10-16 02:13  pzion

	* redhat/uniconfd.init, uniconf/daemon/uniconf.conf: HEAD: merged
	  from 4.1 BUGZID:7755

2004-10-15 17:59  pphaneuf

	* Makefile, configure.ac, wvrules.mk, debian/changelog,
	  debian/control, debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages, include/unicachegen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  include/wvipfirewall.h, linuxstreams/wvipfirewall.cc,
	  redhat/uniconfd.init, redhat/wvstreams.spec,
	  streams/wvlogfile.cc, uniconf/uniautogen.cc,
	  uniconf/unicachegen.cc, uniconf/unifiltergen.cc,
	  uniconf/unisubtreegen.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/tests/rules.mk, uniconf/tests/uni.8.in: Merged most of
	  r4_1 to HEAD (excluded src/weaver, unfortunately, but the unit
	  tests are all clean for me). Will be fully merged soon.
	  BUGZID:8130

2004-10-15 05:48  wlach

	* uniconf/daemon/uniconf.conf: r4_1: nss-uniconf on the client
	  should default to using a domain socket at
	  /var/lib/uniconf/control, NOT /TWISTER/uniconfd (which is pretty
	  much exclusive to our proprietary stuff).

2004-10-15 03:17  wlach

	* redhat/uniconfd.init: r4_1: Remove (deliberately) commented out
	  code that doesn't work in uniconfd.

2004-10-14 10:57  jnc

	* include/wvacl.h, include/wvtestfiletree.h,
	  uniconf/wvtestfiletree.cc: r3_80: Have idb store the default ACL
	  for directories.  Add unit tests for backing up of ACLs.  BUGZID:
	  8064

2004-10-14 08:13  jnc

	* include/wvacl.h, linuxstreams/wvacl.cc,
	  linuxstreams/t/wvacl.t.cc: r3_80: Add functions to set ACL
	  defaults to WvAcl, with unit tests BUGZID: 8064

2004-10-14 07:48  jnc

	* linuxstreams/t/wvacl.t.cc: r3_80: Fix wvacl unit test to use
	  "root" instead of "testuser", since it needs an existing user (if
	  you don't have a root user, I don't want to know) BUGZID: 8064

2004-10-14 03:21  apenwarr

	* Makefile-win32, wvrules-win32.mk, uniconf/uniconfroot.cc:
	  wvstreams-win32: reimplemented COM from scratch so that
	  unipstore.cc would actually compile and work.  It does, although
	  the moniker you have to use is still completely wonky and nobody
	  ever bothered writing an iterator.  (NOTE: I cheated slightly.)

2004-10-13 20:56  lkosewsk

	* Makefile, configure.ac, wvrules.mk, debian/changelog,
	  debian/control, debian/rules, streams/wvlogfile.cc,
	  uniconf/t/uniretrygen.t.cc: r4_1_susekern: Merged 4.1 #4 into
	  r4_1_susekern branch.

2004-10-13 14:23  sfllaw

	* configure.ac: r4_1: Linker flags were wrong for WvStreams' XPLC.

2004-10-13 03:42  sfllaw

	* configure.ac: r4_1: Made pkg-config optional if you specify where
	  XPLC is.

2004-10-13 02:19  r2levesq

	* streams/wvlogfile.cc:
	  BUGZID:7763 r4_1: WvTapeBackup no longer has /tmp/backups
	  hard-coded in. It now gets it from the factory's backupdir.
	  WvLogFile now spawns a child process to expire logs.

2004-10-12 22:44  sfllaw

	* configure.ac: r4_1: Fix minor typo in WvStreams' configure

2004-10-12 22:17  sfllaw

	* debian/: changelog, control, rules: r4_1: Update some Debian
	  packaging stuff for WvStreams 4.0

2004-10-12 22:14  sfllaw

	* configure.ac, Makefile: r4_1: XPLC is now more intelligently
	  detected by WvStreams' configure script.  WvStreams also tries
	  fairly hard now to do pkg-config correctly.

2004-10-12 22:13  sfllaw

	* wvrules.mk: r4_1: Make sure that things can build, even when
	  -lxplc-cxx isn't a file that you can depend on.

2004-10-12 21:23  pzion

	* Makefile: HEAD: reverted unintentional commit to to WvStreams
	  Makefile

2004-10-12 21:22  pzion

	* Makefile, include/wvargs.h, include/wvdaemon.h,
	  include/wvstreamsdaemon.h, streams/wvdaemon.cc: HEAD: added
	  reasonable error when WvDaemon/WvStreamsDaemon/WvArgs is included
	  and WvStreams was configured with popt support; made possible
	  seperation of args processing and running for WvDaemon

2004-10-12 17:34  pzion

	* uniconf/t/uniretrygen.t.cc: r4_1: Fixed(?) uniretrygen unit test.
	  I think.  I can't reproduce the problem here, but there's
	  something that it looks like it might be racey.  So hopefully it
	  will work more.  Or a lot less.  BUGZID:8048

2004-10-12 16:31  apenwarr

	* Win32WvStreams/libuniconf/uniregistrygen.cc:
	  wvstreams-win32: fix UniRegistryGen iterators so they actually
	  work.

2004-10-12 05:09  apenwarr

	* Makefile-win32, wvrules-win32.mk,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  include/wvlinkerhack.h, streams/wvfdstream.cc,
	  streams/t/wvfile.t.cc, uniconf/uniautogen.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconfroot.cc, uniconf/unidefgen.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/uninullgen.cc,
	  uniconf/unipermgen.cc, uniconf/unireadonlygen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/unisecuregen.cc, uniconf/unisubtreegen.cc,
	  uniconf/uniunwrapgen.cc:
	  wvstreams-win32: yay!  The remaining errors were trying to open
	  /dev/zero (obviously doesn't exist) in wvfile.t.cc, and a bunch
	  of not-linked-in UniConf generators.	Added wvlinkerhack.h to
	  deal with the silly static linking problems once and for all.
	  Zero unit test failures left.

2004-10-12 04:31  apenwarr

	* wvrules-win32.mk, wvtestmain.cc,
	  Win32WvStreams/libwvstreams/streams.cc, include/wvstream.h,
	  streams/wvconstream.cc, streams/wvfdstream.cc,
	  streams/wvstream.cc, streams/t/wvfdstream.t.cc:
	  wvstreams-win32: Woo hoo!  Discovered _get_osfhandle(), which we
	  can use instead of other weird methods to determine whether a fd
	  was a "real" socket or not.  Now only 23 unit tests out of 2355
	  fail.  Notably, the wvstream, wvfdstream and gzip tests are
	  working.

2004-10-12 03:30  apenwarr

	* wvtestmain.cc, Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvstreams/streams.h, include/uniconf.h,
	  streams/wvconstream.cc, uniconf/uniconf.cc:
	  wvstreams-win32: BUGZID:5449: fix completely insane stdout/stderr
	  shutdown delays in win32 port, at least as much as you can fix
	  things when you have a thread for each one.  Improved stdin as
	  well (there's no reason to delay for that one at all: nobody's
	  listening to stdin on shutdown!), but it's still *really* not
	  pretty.  Added a comment explaining that to streams.cc.  But at
	  least the stupid 1.5 second shutdown delay is gone now.

2004-10-11 23:37  apenwarr

	* Makefile-win32:
	  wvstreams-win32: you can make wvtestmain now, with only a few of
	  the unit tests being explicitly excluded because they don't
	  compile.  (Mostly it's because the tests require fork()... sigh.)
	  Some weird behaviour and several test failures still under
	  win32.

2004-10-11 23:05  apenwarr

	* Makefile-win32, include/wvwin32-sanitize.h, ipstreams/wvtcp.cc,
	  ipstreams/t/wvtcp.t.cc, utils/wverror.cc:
	  wvstreams-win32: wvtcp actually returns connect() error codes
	  reliably now.  Whew.

2004-10-11 21:21  apenwarr

	* utils/: strutils.cc, t/basicfd.t.cc: wvstreams-win32: fix minor
	  linux compile errors that I introduced.

2004-10-11 21:17  apenwarr

	* Makefile-win32, Win32WvStreams/libwvstreams/streams.cc,
	  include/wvwin32-sanitize.h, ipstreams/t/.cvsignore,
	  ipstreams/t/wvtcp.t.cc, ipstreams/tests/tcptest.cc,
	  streams/wvfdstream.cc, streams/wvlog.cc, streams/wvstream.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvstream.t.cc,
	  utils/wverror.cc:
	  wvstreams-win32: assorted fixes to stream error handling in
	  win32.  Ouch, it was really all wrong.  New wvtcp.t.cc unit
	  test... but it still fails.  Make WvStream::getline(0) or (-1)
	  fail an assertion, since it seems "someone" has removed the
	  initial msec_timeout parameter and is causing mass confusion.

2004-10-10 01:02  apenwarr

	* Makefile-win32, wvtestmain.cc,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvutils/winstreams.cc,
	  include/wvwin32-sanitize.h, streams/t/.cvsignore,
	  streams/tests/logtest.cc, uniconf/t/.cvsignore,
	  utils/wvdiriter.cc, utils/wvtest.cc, utils/t/.cvsignore,
	  utils/t/basicfd.t.cc, utils/tests/diritertest.cc:
	  wvstreams-win32: found some minor problems while making more unit
	  tests work.

2004-10-09 21:53  apenwarr

	* Makefile, Makefile-win32, config.mk.in, wvrules-win32.mk,
	  wvrules.mk, wvtestmain.cc,
	  Win32WvStreams/libwvstreams/streams.cc,
	  include/wvwin32-sanitize.h, utils/wvcrash.cc:
	  wvstreams-win32: WvTest and some basic unit tests work.

2004-10-09 20:15  apenwarr

	* crypto/wvx509.cc, include/wvwin32-sanitize.h:
	  wvstreams-win32: tweaks to make more win32 stuff compile.

2004-10-08 17:04  mtsai

	* utils/t/wverror.t.cc: BUGZID: 3854 Hopefully that is sufficient..
	  =)

2004-10-08 00:54  apenwarr

	* configure-mingw32, configure.ac, crypto/wvdiffiehellman.cc,
	  include/wvstream.h, urlget/wvftpstream.cc:
	  wvstreams-win32: more minor twiddling to make even more of
	  wvstreams compile in win32.  Surprisingly few classes don't work.

2004-10-08 00:24  sfllaw

	* wvrules.mk: r4_1: make clean should remove any tags files.

2004-10-07 22:38  adewhurst

	* Makefile, config.mk.in, configure.ac, vars.mk, wvrules.mk,
	  debian/changelog, debian/control, debian/uniconfd.manpages,
	  include/iwvstream.h, include/wvdaemon.h, include/wvhttppool.h,
	  include/wvipfirewall.h, include/wvpam.h,
	  include/wvqtstreamclone.h, include/wvstream.h,
	  include/wvstreamsdaemon.h, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wvpam.cc, qt/wvqtstreamclone.cc,
	  redhat/libwvstreams.spec, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvfdstream.t.cc,
	  uniconf/wvconfemutrace.pl, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, urlget/t/wvhttppool.t.cc,
	  utils/wvqdbmhash.cc, utils/tests/bdbsillytest.cc,
	  utils/tests/bdbtest.cc, utils/tests/ondiskhashtest.cc,
	  utils/tests/ondisklisttest.cc, utils/tests/ondiskspeedtest.cc,
	  utils/tests/qdbmtest.cc: adewhurst: Merge changes from HEAD

2004-10-07 22:35  apenwarr

	* wvrules.mk, Win32WvStreams/libuniconf/.cvsignore,
	  Win32WvStreams/libwvstreams/.cvsignore,
	  Win32WvStreams/libwvstreams/streams.h,
	  Win32WvStreams/libwvutils/.cvsignore, include/wvwin32task.h,
	  utils/strutils.cc: wvstreams-win32: branch from HEAD to start
	  compiling wvstreams under gcc-mingw32.

2004-10-07 21:15  adewhurst

	* include/wvaddr.h, ipstreams/wvaddr.cc: adewhurst: Add DNS support
	  to ipsec_tunnel connections, and fix some log message errors

2004-10-06 21:51  lkosewsk

	* Makefile, config.mk.in, configure.ac, wvrules.mk,
	  debian/changelog, debian/control, debian/rules,
	  debian/uniconf-tools.install, debian/uniconf-tools.manpages,
	  debian/uniconfd.manpages, include/unicachegen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  include/wvhttppool.h, include/wvipfirewall.h,
	  include/wvqtstreamclone.h, linuxstreams/wvipfirewall.cc,
	  qt/wvqtstreamclone.cc, redhat/uniconfd.init,
	  redhat/wvstreams.spec, uniconf/uniautogen.cc,
	  uniconf/unicachegen.cc, uniconf/unifiltergen.cc,
	  uniconf/unisubtreegen.cc, uniconf/tests/rules.mk,
	  uniconf/tests/uni.8.in, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc: r4_1_susekern:  Merged recent r4_1 into
	  r4_1_susekern.  0 conflicts.	Booyeah.

2004-10-05 22:32  r2levesq

	* Makefile, config.mk.in, configure.ac, vars.mk, wvrules.mk,
	  debian/changelog, debian/control, debian/uniconfd.manpages,
	  include/iwvstream.h, include/wvdaemon.h, include/wvhttppool.h,
	  include/wvipfirewall.h, include/wvpam.h,
	  include/wvqtstreamclone.h, include/wvstream.h,
	  include/wvstreamsdaemon.h, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wvpam.cc, qt/wvqtstreamclone.cc,
	  redhat/libwvstreams.spec, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvfdstream.t.cc,
	  uniconf/wvconfemutrace.pl, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, urlget/t/wvhttppool.t.cc,
	  utils/tests/bdbsillytest.cc, utils/tests/bdbtest.cc,
	  utils/tests/ondiskhashtest.cc, utils/tests/ondisklisttest.cc,
	  utils/tests/ondiskspeedtest.cc, utils/tests/qdbmtest.cc:
	  BUGZID:7727 idb2: merged HEAD into idb2

2004-10-05 19:10  pzion

	* include/: wvdaemon.h, wvstreamsdaemon.h: HEAD: added ifdef to
	  wvdaemon.h wvstreamsdaemon.h to make them empty if popt is
	  missing, since they depend on WvArgs BUGZID:7270

2004-10-02 18:50  sfllaw

	* debian/control: r4_1: Build-Depend on libdb4.2-dev, so we get BDB
	  support.

	  BUGZID: 7850

2004-10-02 18:35  sfllaw

	* configure.ac: r4_1: configure looks for a system XPLC before
	  using one in its tarball.

	  BUGZID: 7849

2004-10-01 22:52  sfllaw

	* wvrules.mk: r4_1: Define default LN_S and LN macros in wvrules.mk

2004-10-01 01:19  dirocco

	* redhat/uniconfd.init:

	  r4_1: Removed a line that caused immediate exit under RedHat 9.

2004-10-01 00:03  jklink

	* uniconf/: uniautogen.cc, unicachegen.cc, unifiltergen.cc,
	  unisubtreegen.cc: BUGZID: 7599

	  r4_1 : Unicachegen broken .. Fix now updates local cache and
	  submits to daemon

2004-09-30 23:47  jklink

	* include/: unicachegen.h, unifiltergen.h, unisubtreegen.h: BUGZID:
	  7599

	  r4_1 : Uniconf cache was broken.  Values pushed out to the daemon
	  side but not stored correctly locally.

2004-09-30 22:11  sfllaw

	* uniconf/tests/uni.8.in: r4_1: Revised uni manpage.

	  BUGZID: 7614

2004-09-30 22:06  dirocco

	* redhat/wvstreams.spec:

	  r4_1: Now packages uniconf-tools.

2004-09-30 20:48  adewhurst

	* include/wvipfirewall.h, linuxstreams/wvipfirewall.cc: r4_1: Add
	  chaining support to FastForward BUGZID: 7687

2004-09-30 01:28  sfllaw

	* uniconf/tests/rules.mk, uniconf/tests/uni.8.in, Makefile,
	  debian/control, debian/rules, debian/uniconf-tools.install,
	  debian/uniconf-tools.manpages: r4_1: Build uni and its manpage,
	  and place them in a Debian package.

	  BUGZID: 7614

2004-09-29 18:35  pphaneuf

	* uniconf/wvconfemutrace.pl: Added the Perl script to parse the
	  WvConfEmu debug output.

2004-09-29 17:22  pphaneuf

	* Makefile, config.mk.in, configure.ac, vars.mk, wvrules.mk,
	  debian/changelog, debian/control, debian/uniconfd.manpages,
	  include/wvhttppool.h, include/wvipfirewall.h, include/wvpam.h,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wvpam.cc,
	  redhat/libwvstreams.spec, redhat/uniconfd.init,
	  redhat/wvstreams.spec, streams/t/wvfdstream.t.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  utils/tests/bdbsillytest.cc, utils/tests/bdbtest.cc,
	  utils/tests/ondiskhashtest.cc, utils/tests/ondisklisttest.cc,
	  utils/tests/ondiskspeedtest.cc, utils/tests/qdbmtest.cc: Merged
	  WvStreams from r4_1.	BUGZID:7724

2004-09-29 02:20  andrew

	* vars.mk: HEAD: Fixing type about popt in wvstreams/vars.mk.

2004-09-27 21:46  sfllaw

	* debian/changelog: r4_1: Fix up WvStreams's Debian changelog

2004-09-27 21:33  adewhurst

	* linuxstreams/wvipfirewall.cc: r4_1: Don't open up the destination
	  port on all interfaces when forwarding to 127.0.0.1 BUGZID: 7683

2004-09-27 18:28  dirocco

	* redhat/uniconfd.init:

	  r4_1: Added a single colon to make it work properly with
	  chkconfig.

2004-09-24 01:22  wlach

	* debian/uniconfd.manpages: r4_1: specify location of uniconfd
	  manpage in /usr/share/man/man8 instead of /usr/share/man in the
	  debian package.

2004-09-23 23:26  sfllaw

	* include/wvqtstreamclone.h, qt/wvqtstreamclone.cc: r4_1:
	  Backmerging ppatters' WvQtStreamClone fix from HEAD.

2004-09-23 20:45  sfllaw

	* include/wvhttppool.h, include/wvipfirewall.h,
	  linuxstreams/wvipfirewall.cc, urlget/wvhttpstream.cc: r4_1:
	  Merging WvStreams fixes from r3_80.

	  BUGZID: 7551

2004-09-23 17:28  pphaneuf

	* include/iwvstream.h, include/wvstream.h, streams/wvstream.cc,
	  streams/wvstreamclone.cc: Did a good bunch of the work on having
	  separate read/write/except callbacks.  They do not quite work
	  perfectly right now (like, they don't get called!), but the
	  legacy support is 100% there at the moment and works perfectly as
	  far as I can see.  BUGZID:2329

2004-09-22 21:31  dirocco

	* redhat/wvstreams.spec:

	  r4_1: The wvstreams spec file now makes a libwvstreams-telephony
	  rpm.

2004-09-20 22:38  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc: r4_1: Eliminating the extra log messages
	  used to track down bug 6229, since it appears to be fixed.

2004-09-20 21:39  sfllaw

	* config.mk.in, configure.ac, wvrules.mk: r4_1: Symlinking in the
	  build system is less verbose, and more transparent.  In addition,
	  we use configure's detected link command now, not a hard-coded
	  command.  N.B. this is still not portable, since we use the -f
	  flag to ln.

2004-09-20 20:57  sfllaw

	* configure.ac: r4_1: Suppress error message if pkg-config doesn't
	  exist.

2004-09-20 19:27  sfllaw

	* utils/wvstringlist.cc, include/wvstringlist.h: r4_1: Revert my
	  patch to add WvStringList::null, and instead just create
	  temporaries where an empty list is needed.

	  BUGZID: 7436

2004-09-20 16:26  pzion

	* include/wvipfirewall.h, linuxstreams/wvipfirewall.cc: r3_80:
	  webfilter now only filters traffic to port 80 and all
	  unprivilidged ports expect 1723 (pptp), instead of all ports;
	  this is so that protocols such as ftp and pptp, for which the
	  server opens a connection back to the client, will work correctly
	  BUGZID:7335

2004-09-20 14:52  sfllaw

	* utils/wvstringlist.cc, include/wvstringlist.h: r4_1: Create
	  WvStringList::null, an empty WvStringList.  This will let us pass
	  around empty lists of WvStrings without having to copy around the
	  list.  Which is good, since you're not allowed to.

	  BUGZID: 7436

2004-09-17 22:16  andrew

	* linuxstreams/wvipfirewall.cc: r4_1: Fixing Fast Forwards enough
	  so that PDR is usable. Still not completely fixed though.
	  BUGZID:6885

2004-09-17 19:56  sfllaw

	* Makefile: r4_1: Fix small typo in Makefile

	  BUGZID: 7409

2004-09-17 17:44  sfllaw

	* Makefile: r4_1: Tell the Makefile explicitly about
	  include/wvautoconf.h.  Most of the time, it doesn't matter
	  because an implicit rule should match, but an explicit rule that
	  does more is better.

	  BUGZID: 7409

2004-09-17 01:10  pmccurdy

	* urlget/wvhttpstream.cc: r3_80: Fix valgrind error in unit tests
	  by initializing variable.  BUGZID:6229

2004-09-17 00:41  mcote

	* include/wvhttppool.h: r3_80: Forgot to check in header file for
	  WvHttpPool fix.  BUGZID: 6229

2004-09-17 00:21  mcote

	* urlget/wvhttpstream.cc: r3_80: In WvHttpStream, don't run
	  doneurl() again if we're already in the middle of it (say, if the
	  write caused by start_pipeline_test() in doneurl() calls close(),
	  which calls doneurl()).  This will probably fix a virus updater
	  crash.  BUGZID: 6229

2004-09-16 22:01  sfllaw

	* Makefile: r4_1: make runconfigure now works more spiffily,
	  creating configuration files when it should, and responding
	  correctly to the niti/configure script.

2004-09-16 20:40  pphaneuf

	* urlget/t/wvhttppool.t.cc: Fixed a warning in the WvStreams unit
	  tests.

2004-09-16 08:05  mcote

	* Makefile: r4_1: Man page for uniconfd should be installed in
	  $(DESTDIR)$(mandir)/man8, not $(DESTDIR)$(mandir).

2004-09-15 23:35  ppatters

	* include/wvqtstreamclone.h, qt/wvqtstreamclone.cc: HEAD:
	  WvQtStreamClone is rather out of date, and if you fed it the
	  globallist to clone, it would barf due to stream ownership
	  issues. It no longer does.

2004-09-15 14:47  jnc

	* .cvsignore, Makefile, configure.ac, suppressions.wv, vars.mk,
	  wvrules.mk, wvtestmain.cc, Docs/sgmlmanual/egfiles/Makefile,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, configfile/wvconf.cc,
	  debian/changelog, debian/compat, debian/control,
	  debian/copyright, debian/libuniconf4.0.install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install,
	  debian/libwvstreams4.0-base.install,
	  debian/libwvstreams4.0-extras.install,
	  debian/libwvstreams4.0-fft.install,
	  debian/libwvstreams4.0-qt.install,
	  debian/libwvstreams4.0-speex.install,
	  debian/libwvstreams4.0-vorbis.install, debian/rules,
	  debian/uniconfd.examples, debian/uniconfd.init,
	  debian/uniconfd.install, debian/uniconfd.manpages,
	  debian/uniconfd.postinst, debian/uniconfd.postrm,
	  debian/uniconfd.prerm, include/iwvstream.h,
	  include/unicachegen.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniinigen.h, include/unitempgen.h, include/wvargs.h,
	  include/wvconfemu.h, include/wvcont.h, include/wvcrash.h,
	  include/wvdaemon.h, include/wvfile.h, include/wvhttppool.h,
	  include/wvipfirewall.h, include/wvpty.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvstreamsdaemon.h,
	  include/wvstrutils.h, include/wvtest.h, include/wvvector.h,
	  include/wvverstring.h, include/wvxplc.h, ipstreams/wvhttp.cc,
	  ipstreams/wvresolver.cc, ipstreams/tests/contseltest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/ulistentest.cc,
	  linuxstreams/wvdsp.cc, linuxstreams/wvinterface.cc,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wviproute.cc,
	  linuxstreams/wvpam.cc, linuxstreams/wvpty.cc,
	  linuxstreams/t/wvpty.t.cc, oggspeex/tests/oggspeextest.cc,
	  oggvorbis/tests/oggvorbistest.cc, pkgconfig/.cvsignore,
	  pkgconfig/liboggspeex.pc.in, pkgconfig/liboggvorbis.pc.in,
	  pkgconfig/libuniconf.pc.in, pkgconfig/libwvbase.pc.in,
	  pkgconfig/libwvfft.pc.in, pkgconfig/libwvqt.pc.in,
	  pkgconfig/libwvstreams.pc.in, pkgconfig/libwvutils.pc.in,
	  pkgconfig/wvxplc.pc.in, redhat/libwvstreams.spec,
	  streams/wvdaemon.cc, streams/wvdailyevent.cc, streams/wvfile.cc,
	  streams/wvlockdev.cc, streams/wvlockfile.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamsdaemon.cc,
	  streams/t/wvencoderstream.t.cc, streams/t/wvfdstream.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvstream.t.cc,
	  streams/tests/clonetest.cc, streams/tests/modemtest.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfkey.cc,
	  uniconf/unidefgen.cc, uniconf/uniinigen.cc,
	  uniconf/unimountgen.cc, uniconf/unipermgen.cc,
	  uniconf/unitempgen.cc, uniconf/daemon/.cvsignore,
	  uniconf/daemon/rules.mk, uniconf/daemon/sample.ini,
	  uniconf/daemon/uniconf.conf, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfd.8.in, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfd.ini.in,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unilistgen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/wvconfemu.t.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/unistress.cc, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, urlget/tests/http2test.cc,
	  utils/strutils.cc, utils/verstring.cc, utils/wvargs.cc,
	  utils/wvcont.cc, utils/wvcrash.cc, utils/wvmoniker.cc,
	  utils/wvqdbmhash.cc, utils/wvtest.cc, utils/wvvector.cc,
	  utils/t/verstring.t.cc, utils/t/wvargs.t.cc, utils/t/wvcont.t.cc,
	  utils/t/wvvector.t.cc: idb2: Merge from HEAD

2004-09-15 01:09  jnc

	* utils/wvqdbmhash.cc: HEAD: Make WvQdmbHash generate a tmpnam on
	  being passed a null filename BUGZID: 7276

2004-09-13 19:36  wlach

	* redhat/wvstreams.spec: r4_1: Build with
	  CXXFLAGS=-I/usr/kerberos/include to get around stupidity in
	  RedHat9 (this is fixed in RedHat Fedora).

2004-09-13 17:31  wlach

	* redhat/: uniconfd.init, wvstreams.spec: r4_1: Remove some
	  unnecessary args passed to configure in the wvstreams rpm spec,
	  add uniconfd package + redhat chkconfig compatible initscript.
	  BUGZID:7224

2004-09-13 16:18  jnc

	* include/wvstream.h: HEAD: Fix valgrind complaints in backup unit
	  tests (including switching WvTapeBackup to use qdbm, which has
	  fewer disturbing oddities).  Remove "FIXE_without_this_I_crash"
	  hack in WvStream.  BUGZID: 7276

2004-09-10 23:05  mcote

	* utils/t/verstring.t.cc: r3_80: Unit tests for verstring.cc.
	  BUGZID: 7271

2004-09-10 22:55  mcote

	* include/verstring.h, include/wvverstring.h, utils/verstring.cc:
	  r3_80: Merging verstring changes from r3_80_mcote. BUGZID: 7271

2004-09-10 22:29  mcote

	* suppressions.wv, include/wvacl.h, linuxstreams/wvacl.cc,
	  linuxstreams/t/wvacl.t.cc: r3_80_mcote: Merging from r3_80.

2004-09-10 19:46  wlach

	* configure.ac, utils/tests/bdbsillytest.cc,
	  utils/tests/bdbtest.cc, utils/tests/ondiskhashtest.cc: r4_1: Make
	  sure the bdb unit tests are only run if wvstreams is built with
	  bdb enabled. Support valgrind 2.2.0 by adding the
	  "--tool=memcheck" option to the VALGRIND program in configure.

2004-09-10 17:58  pphaneuf

	* streams/t/wvstream.t.cc: Fix WvStreams' unit test for gcc 3.x.
	  BUGZID:7268

2004-09-09 20:25  slajoie

	* Win32WvStreams/: uni/uni.vcproj, uniconfd/uniconfd.vcproj: Win32:
	  Ignore all default runtime libraries except msvcrt(d).dll.

2004-09-09 20:11  wlach

	* vars.mk, debian/control, redhat/libwvstreams.spec,
	  redhat/wvstreams.spec: r4_1: WvStreams 4.0 RedHat packaging
	  goodness -- libwvstreams4.0-base, libwvstreams4.0-extras, ... --
	  it's all there, just like in Debian! Make qt detection in vars.mk
	  play nicely with RedHat systems (via pkgconfig-- fallback still
	  exists for Debian). Made a minor edit to the summary for the
	  Debian extras package to make it a little more descriptive.
	  BUGZID: 7224

2004-09-09 19:48  slajoie

	* include/wvxplc.h: WvStreams/Win32 only has a wvautoconf.h inside
	  WvStreams; it cannot expose it to client programs.

2004-09-09 19:29  slajoie

	* uniconf/uniinigen.cc: Commented out UniIniGen::commit_atomic for
	  Win32 build.

2004-09-09 19:28  slajoie

	* uniconf/daemon/uniconfd.cc: WvStreams/Win32 doesn't have wvcrash.

2004-09-09 18:55  pphaneuf

	* include/iwvstream.h, include/wvstream.h, include/wvstreamclone.h,
	  include/wvstreamsdaemon.h, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamsdaemon.cc,
	  streams/t/wvstream.t.cc, urlget/t/wvhttppool.t.cc,
	  urlget/tests/http2test.cc: Started adding the separate callbacks
	  for readability and writability. Added an IWvStreamCallback that
	  simply removes the void* (since we have WvBoundCallback now).
	  Switched setclosecallback to use that.  Moved WvStreamCallback to
	  wvstream.h, since only setcallback uses it.

2004-09-09 18:47  pphaneuf

	* suppressions.wv: Added another valgrind supression for OpenSSL
	  brokenness.

2004-09-09 16:12  pzion

	* streams/wvdaemon.cc: HEAD: WvDaemon should run in /, not in /tmp

2004-09-08 23:15  jim

	* utils/tests/: bdbsillytest.cc, bdbtest.cc, ondiskhashtest.cc,
	  ondisklisttest.cc, ondiskspeedtest.cc, qdbmtest.cc: r4_1:
	  OnDiskHash tests, don't do anything if no on disk hash is found.

2004-09-08 23:15  jim

	* streams/t/: wvdailyevent.t.cc, wvfdstream.t.cc: r4_1: unittests:
	  Don't include iostream

2004-09-08 23:15  jim

	* include/wvpam.h, linuxstreams/wvpam.cc: r4_1: Remove traces of
	  commented out WvPamService::isok()

2004-09-08 23:14  jim

	* Makefile: r4_1: Add LD_LIBRARY_PATH to unittest command line.

2004-09-04 06:50  pphaneuf

	* .cvsignore, Makefile, configure.ac, suppressions.wv, vars.mk,
	  wvrules.mk, wvtestmain.cc, Docs/sgmlmanual/egfiles/Makefile,
	  debian/changelog, debian/compat, debian/control,
	  debian/copyright, debian/libuniconf4.0-install,
	  debian/libuniconf4.0.install, debian/rules,
	  debian/uniconfd.examples, debian/uniconfd.init,
	  debian/uniconfd.install, debian/uniconfd.manpages,
	  debian/uniconfd.postinst, debian/uniconfd.postrm,
	  debian/uniconfd.prerm, include/uniconf.h, include/wvconfemu.h,
	  include/wvcont.h, include/wvcrash.h, include/wvhttppool.h,
	  include/wvipfirewall.h, include/wvstrutils.h, include/wvtest.h,
	  linuxstreams/wvipfirewall.cc, pkgconfig/.cvsignore,
	  pkgconfig/liboggspeex.pc.in, pkgconfig/liboggvorbis.pc.in,
	  pkgconfig/libuniconf.pc.in, pkgconfig/libwvbase.pc.in,
	  pkgconfig/libwvfft.pc.in, pkgconfig/libwvqt.pc.in,
	  pkgconfig/libwvstreams.pc.in, pkgconfig/libwvutils.pc.in,
	  pkgconfig/wvxplc.pc.in, uniconf/uniclientconn.cc,
	  uniconf/uniconf.cc, uniconf/uniconfkey.cc, uniconf/unitempgen.cc,
	  uniconf/daemon/.cvsignore, uniconf/daemon/rules.mk,
	  uniconf/daemon/sample.ini, uniconf/daemon/uniconf.conf,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfd.8.in,
	  uniconf/daemon/uniconfd.ini.in,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/tests/.cvsignore, uniconf/tests/unistress.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  urlget/t/wvhttppool.t.cc, utils/strutils.cc, utils/wvcont.cc,
	  utils/wvcrash.cc, utils/wvtest.cc, utils/t/wvcont.t.cc: Merged
	  from r4_1.

2004-09-03 22:31  pphaneuf

	* include/wvcrash.h, utils/wvcrash.cc: r4_1: added a description
	  option to wvcrash_setup, so that we can output a tad more info.
	  Made weaver pass in WEAVER_VER_STRING.  BUGZID:7197

2004-09-02 20:06  mcote

	* wvrules.mk: r4_1: Taking out -lxplc cause 'make test' to break.
	  Putting it back in for now.  BUGZID: 7152

2004-09-02 00:24  mcote

	* pkgconfig/: liboggspeex.pc.in, liboggvorbis.pc.in,
	  libuniconf.pc.in, libwvbase.pc.in, libwvfft.pc.in, libwvqt.pc.in,
	  libwvstreams.pc.in, libwvutils.pc.in, wvxplc.pc.in: r4_1:
	  pkg-config files for WvStreams have includedir set correctly now.

2004-09-02 00:21  mcote

	* wvrules.mk: r4_1: We don't need to link against libxplc.so in
	  wvrules.mk.

2004-09-01 23:32  sfllaw

	* configure.ac: r4_1: Fix the Requires: line generation for our
	  pkg-config files.

2004-09-01 23:05  sfllaw

	* Makefile: r4_1: Force ln to work when we install, even if that
	  symlink is already there.

2004-09-01 20:07  pzion

	* streams/wvdaemon.cc: HEAD: checked for subtility in
	  open(/dev/null) returning 0, 1 or 2 in WvDaemon

2004-09-01 19:46  mcote

	* include/wvhttppool.h: r4_1: Forgot to check in WvHttpPool header
	  file last night.

2004-09-01 19:42  pzion

	* streams/wvdaemon.cc: HEAD: WvDaemon now dup2()s an fd on
	  /dev/null to 0, 1, 2 after closing them so that exec()d processes
	  who write to 0, 1, or 2 directly will not write to unexpected
	  locations.

2004-09-01 17:40  pphaneuf

	* configfile/wvconf.cc, include/wvstream.h, ipstreams/wvhttp.cc,
	  ipstreams/wvresolver.cc, ipstreams/tests/contseltest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/ulistentest.cc,
	  linuxstreams/wvinterface.cc, linuxstreams/wviproute.cc,
	  streams/wvlockdev.cc, streams/wvlockfile.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/t/wvencoderstream.t.cc, streams/t/wvfdstream.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvstream.t.cc,
	  streams/tests/clonetest.cc, uniconf/uniclientconn.cc,
	  uniconf/uniinigen.cc, urlget/wvftpstream.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc: Using
	  getline() with a non-zero timeout is fundamentally evil, but when
	  you need it, you do need it. What to do? Enter Guilt-Oriented
	  Orthodontic Programming (also known as GOOP). Renamed getline()
	  to blocking_getline(), and put a short inline getline() that does
	  not have the timeout parameter at all and calls
	  blocking_getline() with a zero timeout. This way, you can still
	  specify a non-zero timeout if you need to, but you'll be
	  guilt-ridden by the obviously evil function you'll be using.
	  Also, it's more easily greppable, so we can find offenders
	  quicker and fix them.

2004-09-01 16:02  pzion

	* include/wvvector.h: wvdiskd: fixed iterators for new WvVector

2004-09-01 05:35  mcote

	* urlget/: wvhttppool.cc, wvhttpstream.cc: r4_1: Added a bunch of
	  debug messages to WvHttpPool in order to get to the bottom of bug
	  6229.

2004-08-31 22:17  pphaneuf

	* include/wvstream.h, streams/wvstream.cc, streams/t/wvstream.t.cc:
	  Removed continue_read from WvStream and moved it to FunFS, it's
	  only user.  It's buggy and we want to get away from
	  continue_select and toward using WvCont explicitly (and making
	  that simple).  BUGZID:7120

2004-08-31 19:28  kenrose

	* streams/wvdailyevent.cc: HEAD: Clean up WvDailyEvent.  Don't use
	  doubles and don't use a loop to perform integer multiplication.

2004-08-31 19:07  kenrose

	* streams/t/wvencoderstream.t.cc: HEAD: Fix WvEncoderStream unit
	  test so that it doesn't use read_until since that function is now
	  gone from WvStreams (ahem, of course, the person who removed
	  read_until really should have noticed that the Unit Tests didn't
	  even compile anymore... no names mentioend).

2004-08-31 15:29  pzion

	* linuxstreams/wvpty.cc: HEAD: reversed accidental checkin

2004-08-31 04:23  pzion

	* include/: wvsubproc.h, wvpty.h: HEAD: reverted accidental checkin

2004-08-31 04:22  pzion

	* include/wvpty.h, include/wvsubproc.h, linuxstreams/wvpty.cc,
	  streams/wvdaemon.cc: HEAD: at sfflaw's suggestion, modified
	  slightly the way in which WvDaemon deals differently with SIGINT,
	  SIGTERM and SIGQUIT

2004-08-30 23:35  pzion

	* .cvsignore, Makefile, configure.ac, suppressions.wv, vars.mk,
	  wvrules.mk, Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc, crypto/wvsslstream.cc,
	  crypto/tests/cert2test.cc, crypto/tests/cryptotest.cc,
	  debian/changelog, debian/control, debian/libuniconf4.0-install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install,
	  debian/libwvstreams4.0-base.install,
	  debian/libwvstreams4.0-extras.install,
	  debian/libwvstreams4.0-fft.install,
	  debian/libwvstreams4.0-qt.install,
	  debian/libwvstreams4.0-speex.install,
	  debian/libwvstreams4.0-vorbis.install, debian/rules,
	  include/unicachegen.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniinigen.h, include/uniregistrygen.h,
	  include/unireplicategen.h, include/unitempgen.h,
	  include/wvargs.h, include/wvconfemu.h, include/wvdaemon.h,
	  include/wvfile.h, include/wvlink.h, include/wvlinklist.h,
	  include/wvpty.h, include/wvstream.h, include/wvstreamsdaemon.h,
	  include/wvvector.h, include/wvverstring.h, include/wvxplc.h,
	  ipstreams/wvresolver.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/xplctest.cc, linuxstreams/wvdsp.cc,
	  linuxstreams/wvfam.cc, linuxstreams/wvpam.cc,
	  linuxstreams/wvpty.cc, linuxstreams/t/wvpty.t.cc,
	  oggspeex/tests/oggspeextest.cc, oggvorbis/tests/oggvorbistest.cc,
	  redhat/libwvstreams.spec, streams/wvdaemon.cc, streams/wvfile.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamsdaemon.cc,
	  streams/t/wvdailyevent.t.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvmagicloopback.t.cc,
	  streams/tests/logtest.cc, streams/tests/modemtest.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc, uniconf/unidefgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/unimountgen.cc, uniconf/unipermgen.cc,
	  uniconf/uniretrygen.cc, uniconf/unitempgen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/t/uniconfgen.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unilistgen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/unireplicategen.t.cc, uniconf/t/wvconfemu.t.cc,
	  uniconf/tests/conftest.cc, urlget/wvftpstream.cc,
	  utils/verstring.cc, utils/wvargs.cc, utils/wvlinklist.cc,
	  utils/wvmoniker.cc, utils/wvvector.cc, utils/t/verstring.t.cc,
	  utils/t/wvargs.t.cc, utils/t/wvbackslash.t.cc,
	  utils/t/wvvector.t.cc, utils/t/wvwordwrap.t.cc,
	  utils/tests/backslashtest.cc, utils/tests/base64test.cc,
	  utils/tests/hextest.cc, utils/tests/monikertest.cc,
	  utils/tests/vectortest.cc, utils/tests/wordwraptest.cc: wvdiskd:
	  merged from head; added partition management code

2004-08-30 22:17  pphaneuf

	* include/wvstream.h, streams/wvstream.cc: WvStream::read_until is
	  mostly gone. There's still a ugly hack, because
	  WvHTTPClientProxyStream is an even uglier hack.

2004-08-30 09:18  mcote

	* urlget/t/wvhttppool.t.cc: r4_1: Added WvHttpPool test for broken
	  connections.	BUGZID:

2004-08-30 05:44  mcote

	* urlget/t/wvhttppool.t.cc: r4_1: Improved WvHttpPool pipelining
	  tests to verify that requests are sent when expected. BUGZID:
	  6870

2004-08-28 00:46  sfllaw

	* debian/changelog: r4_1: Got XPLC support done properly in Debian
	  WvStreams.

	  BUGZID: 7042

2004-08-28 00:44  sfllaw

	* debian/control: r4_1: Provide libwvstreams4.0-dev, just in case
	  some people need it.

	  BUGZID: 7042

2004-08-27 22:57  sfllaw

	* debian/rules: r4_1: Renamed libwvstreams4.0-dev to
	  libwvstreams-dev.

	  BUGZID: 7042

2004-08-27 19:00  sfllaw

	* debian/rules: r4_1: Force the build system to use the system
	  XPLC, when we are building a Debian package.

	  BUGZID: 7042

2004-08-27 18:59  sfllaw

	* debian/control: r4_1: Build-Depend on libxplc-dev.  Also renamed
	  libwvstreams4.0-dev to libwvstreams-dev.

	  BUGZID: 7042

2004-08-27 18:56  sfllaw

	* pkgconfig/libwvbase.pc.in, pkgconfig/libwvstreams.pc.in,
	  pkgconfig/wvxplc.pc.in, configure.ac: r4_1: Create a new
	  wvxplc.pc file.  Then have configure select between using the
	  system xplc.pc, or wvxplc.pc, depending on whether it chose to
	  use the XPLC included in our source tarball.

	  BUGZID: 7039

2004-08-27 18:51  sfllaw

	* Makefile: r4_1: Change the WvStreams makefile to XPLC only if it
	  has to.  Then it should only install the smallest set of
	  libraries and headers, to prevent conflicts with a real XPLC
	  installation.

	  BUGZID: 7039

2004-08-27 18:46  sfllaw

	* wvrules.mk: r4_1: Make wvrules.mk prefer to link a command-line
	  specified version of XPLC rather than the system one,

	  BUGZID: 7039

2004-08-27 18:45  sfllaw

	* uniconf/daemon/uniconfd.ini.in: r4_1: uniconfd.ini needs a
	  newline to end the file.

2004-08-27 18:05  mrwise

	* include/wvconfemu.h: r4_1: made WvAuth constructor sane again,
	  took out its root grabbing tendencies took out the
	  WvConfEmu->UniConf automatic cast, because it was too quiet.
	  BUGZID:7058

2004-08-27 04:37  tyler

	* linuxstreams/wvipfirewall.cc:
	  BUGZID: 6885

	  r4_1: Fastforward correctly forwards to local interfaces from
	  untrusted networks.

2004-08-26 20:54  hub

	* suppressions.wv: BUGZID: 6589 r4_1: re-fix bug 6589 by adding
	  suppressions for libevolution

2004-08-26 17:21  apm

	* linuxstreams/wvdsp.cc, streams/tests/modemtest.cc: head:
	  standardize log messages so that they start with uppercase
	  letter. (tedious!) BUGZID:7004

2004-08-26 15:37  pzion

	* include/wvstreamsdaemon.h, streams/wvstreamsdaemon.cc: HEAD:
	  merged WvStreamsDaemon changes from vircom branch

2004-08-26 15:36  pzion

	* include/wvstreamsdaemon.h, streams/wvstreamsdaemon.cc: vircom:
	  added auto-free parameter for WvStreamsDaemon stream

2004-08-26 04:06  sfllaw

	* debian/changelog: r4_1: Update the Debian changelog for
	  WvStreams.

	  BUGZID: 6860

2004-08-26 04:06  sfllaw

	* Makefile: r4_1: Install WvStreams' pkg-config files.

	  BUGZID: 6860

2004-08-26 04:05  sfllaw

	* pkgconfig/.cvsignore, pkgconfig/liboggspeex.pc.in,
	  pkgconfig/liboggvorbis.pc.in, pkgconfig/libuniconf.pc.in,
	  pkgconfig/libwvbase.pc.in, pkgconfig/libwvfft.pc.in,
	  pkgconfig/libwvqt.pc.in, pkgconfig/libwvstreams.pc.in,
	  pkgconfig/libwvutils.pc.in, configure.ac, libuniconf.pc.in,
	  libwvbase.pc.in, libwvstreams.pc.in, libwvutils.pc.in: r4_1: Move
	  the WvStreams pkg-config files into their own separate
	  directories.	Also, add some new ones for all of our separate
	  libraries.

	  BUGZID: 6860

2004-08-26 03:03  sfllaw

	* Makefile: r4_1: Build and install uniconfd properly in the
	  WvStreams makefile.

	  BUGZID: 6761

2004-08-26 03:02  sfllaw

	* debian/rules: r4_1: Cleaned up debian/rules in WvStreams so that
	  it's more modern, and works better.

	  BUGZID: 6860

2004-08-26 03:02  sfllaw

	* debian/compat: r4_1: Use Debhelper 4 now.

	  BUGZID: 6860

2004-08-26 03:01  sfllaw

	* debian/control: r4_1: Changed the Debian maintainer of WvStreams,
	  rearranged the packages a bit, changed some descriptions, and
	  also put in uniconfd.

	  BUGZID: 6860

2004-08-26 03:00  sfllaw

	* debian/copyright: r4_1: Update the copyright information on
	  WvStreams.

	  BUGZID: 6860

2004-08-26 03:00  sfllaw

	* debian/: uniconfd.examples, uniconfd.init, uniconfd.install,
	  uniconfd.manpages, uniconfd.postinst, uniconfd.postrm,
	  uniconfd.prerm: r4_1: Fix up uniconfd-specific Debian packaging
	  files.  This includes installing documentation, creating the
	  correct install scripts, and setting up the init.d script.

	  BUGZID: 6761

2004-08-26 02:49  sfllaw

	* uniconf/daemon/rules.mk: r4_1: Edit UniConfDaemon's makefile to
	  substitute version numbers when necessary.

	  BUGZID: 6761

2004-08-26 02:48  sfllaw

	* uniconf/daemon/uniconfd.8.in: r4_1: Add a manpage to uniconfd, so
	  that people know how to use it.

	  BUGZID: 6761

2004-08-26 02:46  sfllaw

	* uniconf/daemon/: .cvsignore, uniconf.ini, sample.ini,
	  uniconf.conf, uniconfd.ini.in: r4_1: Moved uniconf.ini to
	  sample.ini, for the UniConfDaemon.  Then setup an example
	  uniconf.conf file that shows how to configure the auto:
	  generator.  Finally, create a uniconf.ini file that shows the
	  current version of the UniConf server.

	  BUGZID: 6761

2004-08-25 21:49  mcote

	* .cvsignore, configure.ac, libuniconf.pc.in, libwvbase.pc.in,
	  libwvstreams.pc.in, libwvutils.pc.in: r4_1: WvStreams' configure
	  now produces pkg-config .pc files.

2004-08-25 15:00  build

	* linuxstreams/wvacl.cc: r3_80: (apenwarr) Ah, I hate the wvacl
	  unit tests.  My fix to make it "work" yesterday didn't work on
	  echo, only on my box and on bounce.  This one should *really*
	  work.

2004-08-24 23:04  tyler

	* linuxstreams/wvipfirewall.cc:
	  BUGZID: 6885

	  r4_1: fixed forwards to 127.0.0.1 (I still don't know why this
	  broke)

2004-08-24 22:23  apenwarr

	* wvtestmain.cc, include/wvtest.h, uniconf/t/uniconfd.t.cc,
	  urlget/t/wvhttppool.t.cc, utils/wvtest.cc:
	  r4_1: fixed crash-prone wvhttppool unit test: it was leaving dead
	  stuff floating around on the globallist.  To help with debugging
	  this, made it possible to specify multiple prefixes on the
	  "wvtestmain" command line, so you can request several different
	  sets of tests to run.

2004-08-24 20:35  build

	* linuxstreams/wvacl.cc: r3_80: wvacl forgot to initialize a
	  variable in some cases.

2004-08-24 20:19  apenwarr

	* include/wvacl.h, linuxstreams/wvacl.cc,
	  linuxstreams/t/wvacl.t.cc:
	  r3_80: wvacl unit tests should refuse to run if there's no kernel
	  support.

2004-08-24 18:16  mrwise

	* include/uniconf.h: HEAD: cleaned up some comments in uniconf.h
	  that were nonsensical (void functions returning true) BUGZID:6979

2004-08-24 18:15  tyler

	* include/wvipfirewall.h, linuxstreams/wvipfirewall.cc:
	  BUGZID:6970

	  r4_1: weaver now correctly deletes fastforward entries

2004-08-24 17:51  mrwise

	* include/uniinigen.h, uniconf/uniinigen.cc: HEAD: rewrote
	  UniIniGen::commit so it made more sense, now it first tries to
	  write atomically to the ini file, and if that fails for any
	  reason it will attempt to write to the file in place, spitting
	  errors if that also fails.  BUGZID:5217

2004-08-24 15:54  slajoie

	* utils/wvvector.cc: Why is this non-working stuff always compile
	  with gcc? Or maybe the only people working on head are me and
	  whoever is breaking this all the time :).

2004-08-24 15:48  sfllaw

	* vars.mk: r4_1: Enable RTTI and exceptions by default in the
	  WvStreams configure script.  This allows people on the outside to
	  link to things that require RTTI or exceptions.

2004-08-24 15:46  sfllaw

	* Docs/sgmlmanual/egfiles/Makefile: r4_1: Setup the WVSTREAMS_SRC
	  variable properly for the SGML manual, so that it builds again.

2004-08-24 15:37  slajoie

	* Win32WvStreams/libuniconf/unipstoregen.cc: Store uniconf data in
	  unicode format in the protected storage generator. There's no
	  real good reason to do this except that ExchangeIt/Outlook 1.0.x
	  does that and we want to make it easy for people to upgrade.

2004-08-24 07:47  mcote

	* urlget/t/wvhttppool.t.cc: r4_1: A couple more WvHttpPool unit
	  tests to verify that it detects pipelining or lackthereof.
	  BUGZID: 6870

2004-08-24 07:00  mcote

	* urlget/wvhttpstream.cc: r4_1: WvHttpStream::doneurl() was always
	  clearing http_response too soon and thus never actually checking
	  for a broken final pipeline response (pipelining_is_broken(4)).

2004-08-24 05:38  pzion

	* include/wveditor.h, utils/t/wveditor.t.cc: wveditor: added
	  experimental wveditor class, a value template for an
	  interactively editable sequence which intelligently avoids store
	  duplication though heavy use of reference counting

2004-08-24 02:54  build

	* suppressions.wv: HEAD: merged that suppressions.wv from r4_1.

2004-08-24 02:53  build

	* suppressions.wv:

	  r4_1: merged above suppressions.wv (for libc bugfix) from r3_80.

2004-08-24 02:52  build

	* suppressions.wv: r3_80: stupid dumbass libc6-2.3.2.ds1-13 has
	  valgrind errors in sigaction().  Just shoot me.

2004-08-24 00:42  sfllaw

	* wvrules.mk: r4_1: When we remove header files from CVS, we will
	  rebuild the .o files now.

2004-08-23 21:59  pphaneuf

	* include/wvstream.h, streams/wvstream.cc,
	  streams/t/wvencoderstream.t.cc: Removed the timeout parameter to
	  WvStream::read_until.

2004-08-23 20:26  mrwise

	* uniconf/uniinigen.cc: HEAD: UniIniGen should now properly write
	  to files in sticky bitted directories added a check for sticky
	  bitted directories, treats sticky bitted directories the same as
	  if it couldn't open the temp file for an atomic write.
	  BUGZID:5217

2004-08-23 20:24  mrwise

	* uniconf/t/uniconfroot.t.cc: HEAD: simplified a line in
	  uniconfroot.t.cc

2004-08-23 16:46  slajoie

	* Win32WvStreams/libuniconf/unipstoregen.cc: Fixed crash bug in
	  protected storage uniconf provider. Also made it convert the
	  values from unicode to mbcs so that it is possible to retrieve
	  more than the first character of any value. Still no iteration
	  though.

2004-08-22 10:45  apenwarr

	* include/wvcont.h, utils/wvcont.cc, utils/t/wvcont.t.cc: r4_1: a
	  couple of wvcont fixes I made while writing xplcidl.

2004-08-21 20:23  mrwise

	* uniconf/: uniinigen.cc, t/uniinigen.t.cc: HEAD: fixed a memory
	  leak when creating in inigen with /dev/does-not-exist and calling
	  refresh.  BUGZID:6958

2004-08-21 03:52  sfllaw

	* include/wvvector.h, utils/t/wvvector.t.cc: HEAD: Fix up
	  WvVector's iterators, which apparently never worked.

2004-08-20 20:39  pzion

	* streams/wvstreamsdaemon.cc, include/wvstreamsdaemon.h: HEAD:
	  renamed reset_stream to restart_stream in WvStreamsDaemon for
	  consisten naming

2004-08-20 20:22  pzion

	* streams/wvdaemon.cc, streams/wvstreamsdaemon.cc,
	  utils/wvdaemon.cc, utils/wvstreamsdaemon.cc: HEAD: Moved WvDaemon
	  and WvStreamsDaemon from utils into streams, since they use
	  streams

2004-08-20 19:46  pzion

	* include/wvstreamsdaemon.h, utils/wvstreamsdaemon.cc: HEAD:
	  Seperated WvStreamsDaemon streams into regular, reset and die
	  streams to distinguish automatic functionality when the stream
	  dies.

2004-08-20 18:47  pzion

	* utils/wvargs.cc: HEAD: WvArgs: removed default option from
	  function instantitasion

2004-08-20 18:25  pzion

	* include/wvargs.h, utils/wvargs.cc: HEAD: added remove_option to
	  WvArgs and use it to make sure that later added options have
	  precedence over earlier ones

2004-08-20 17:10  pzion

	* include/wvdaemon.h, include/wvstreamsdaemon.h, utils/wvdaemon.cc,
	  utils/wvstreamsdaemon.cc: HEAD: add WvDaemon, a daemon framework
	  class that handle logging, forking and signal handling for
	  daemons, and WvStreamsDaemon, a WvDaemon that creates listeners
	  through a callback and runs the global list.

2004-08-20 16:52  pzion

	* include/wvargs.h: HEAD: added default userdata for callbacks in
	  WvArgs

2004-08-20 14:57  pzion

	* utils/t/wvargs.t.cc: HEAD: isolated popt memory leak conditions
	  in wvargs.t.cc

2004-08-20 14:41  pzion

	* linuxstreams/wvpty.cc: HEAD: fixed dangling fd in WvPty

2004-08-20 05:35  pphaneuf

	* include/wvstream.h, streams/wvstream.cc: Fixed a few bugs in
	  WvStream::read_until and started the skeleton of continue_select.

2004-08-20 04:55  apenwarr

	* include/uniconf.h, include/wvstrutils.h,
	  streams/t/wvencoderstream.t.cc, uniconf/uniclientconn.cc,
	  uniconf/uniconfkey.cc, uniconf/unitempgen.cc,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/unistress.cc, utils/strutils.cc:
	  r4_1: more assorted uniconfclient/daemon optimizing.	Now 64%
	  faster, in some tests.  kcachegrind is amazing.

2004-08-20 04:10  pzion

	* include/wvargs.h, configure.ac, vars.mk, utils/wvargs.cc,
	  utils/t/wvargs.t.cc: HEAD: Added WvArgs, a command-line argument
	  parsing class that (currently) wraps popt.  WvArgs supports
	  option processing through both value and WvCallback.

2004-08-20 00:01  pphaneuf

	* linuxstreams/wvpty.cc: Tiny spacing fixup.

2004-08-19 22:35  jnc

	* include/uniconf.h, oggspeex/tests/oggspeextest.cc,
	  uniconf/uniconf.cc: r4_1: Made UniConf::move const so it's
	  actually usable.  Changed copy-and-remove in wvnamed to move.
	  BUGZID: 5262

2004-08-19 21:47  apenwarr

	* include/uniconf.h: r4_1: add a hacky _value() function to
	  UniConf::Iter, giving us access to UniConfGen::Iter's value()
	  function, which can be much faster when using the daemon.

2004-08-19 19:39  mrwise

	* uniconf/t/unilistgen.t.cc: HEAD: having a list of inigens no
	  longer truncates all .ini files when the first doesn't exist.
	  (fixed by bug 6578) BUGZID:6198

2004-08-19 19:18  mrwise

	* uniconf/: uniinigen.cc, t/uniinigen.t.cc: HEAD: now inigen's will
	  tcl-escape strings that have an uneven number of braces
	  BUGZID:6090

2004-08-19 05:10  pzion

	* linuxstreams/wvpty.cc: HEAD: WvPty: don't forget to dup2 stderr
	  as well

2004-08-19 04:26  pzion

	* linuxstreams/wvpty.cc: HEAD: WvPty: uh, don't send signals to pid
	  -1

2004-08-19 02:53  pzion

	* include/wvpty.h, linuxstreams/wvpty.cc,
	  linuxstreams/t/wvpty.t.cc: HEAD: added WvPty, which fork/execs a
	  process over a pty

2004-08-19 01:09  sfllaw

	* uniconf/t/uniconfroot.t.cc: HEAD: Fixed up the comparator
	  function in the UniConfRoot test.

	  BUGZID: 6869

2004-08-19 01:00  sfllaw

	* utils/t/wvvector.t.cc, utils/wvvector.cc, include/wvvector.h:
	  HEAD: The qsort() method of WvVector now works properly.
	  Previously, it was just wrong.  Also, added a unit test for the
	  sorting.

	  BUGZID: 6869

2004-08-19 00:58  sfllaw

	* oggspeex/tests/oggspeextest.cc: HEAD: Fixed test failure for
	  oggspeextest, since Pierre has renamed RELEASE to WVRELEASE.

	  BUGZID: 6875

2004-08-18 22:10  pphaneuf

	* configure.ac, debian/changelog, debian/control,
	  debian/libuniconf4.0-install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install,
	  debian/libwvstreams4.0-base.install,
	  debian/libwvstreams4.0-extras.install,
	  debian/libwvstreams4.0-fft.install,
	  debian/libwvstreams4.0-qt.install,
	  debian/libwvstreams4.0-speex.install,
	  debian/libwvstreams4.0-vorbis.install, debian/rules,
	  include/unicachegen.h, include/uniconfgen.h, include/uniinigen.h,
	  include/unitempgen.h, include/wvfile.h, include/wvverstring.h,
	  linuxstreams/wvpam.cc, oggspeex/tests/oggspeextest.cc,
	  oggvorbis/tests/oggvorbistest.cc, redhat/libwvstreams.spec,
	  streams/wvfile.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconfgen.cc,
	  uniconf/unidefgen.cc, uniconf/unimountgen.cc,
	  uniconf/unipermgen.cc, uniconf/unitempgen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/wvconfemu.t.cc, utils/verstring.cc, utils/wvmoniker.cc,
	  utils/t/verstring.t.cc: Merged from r4_1.

2004-08-18 21:28  sfllaw

	* include/wvvector.h: HEAD: Removed spurious debug messages from
	  WvVector.

2004-08-18 20:50  pcolijn

	* debian/: libuniconf4.0-install, libuniconf4.0.install, rules:
	  r4_1: Fix the dependencies for the libuniconf Debian package.
	  BUGZID: 6420

2004-08-18 20:45  mrwise

	* uniconf/t/uniconfroot.t.cc: HEAD: checked in commented out test
	  for UniConf::SortedIter which fails right now BUGZID:6869

2004-08-18 20:18  pzion

	* uniconf/t/uniconfroot.t.cc: asterisk: merged from 4.1 (again) to
	  get clustering changes

2004-08-18 18:37  sfllaw

	* include/wvvector.h: HEAD: Fix up permissions in WvVector.

2004-08-18 16:27  pphaneuf

	* include/wvstream.h, streams/wvstream.cc: Removed the
	  wvstream_execute_called assert completely, and avoided defining
	  at all the WvStream copy constructor and assignation operator.

2004-08-18 15:50  mrwise

	* uniconf/t/uniconfroot.t.cc: r4_1: enabled test for deleting while
	  iterating in UniConf

2004-08-18 07:01  jnc

	* .cvsignore, Makefile, config.mk.in, configure.ac, vars.mk,
	  wvrules.mk, wvtesthelper, wvtestmeter,
	  Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhttpex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc,
	  Docs/sgmlmanual/egfiles/wvtcpex.cc,
	  Docs/sgmlmanual/egfiles/wvudpex.cc,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h, Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/fake.cpp,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, crypto/wvdsa.cc,
	  crypto/wvsslhacks.c, crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/t/wvx509.t.cc, crypto/tests/cert2test.cc,
	  crypto/tests/cert3test.cc, crypto/tests/cryptotest.cc,
	  crypto/tests/sslsrvtest.cc, crypto/tests/ssltest.cc,
	  debian/changelog, debian/control, debian/copyright,
	  debian/libwvstreams3-base.install,
	  debian/libwvstreams3-fft.install,
	  debian/libwvstreams3-gtk.install,
	  debian/libwvstreams3-qt.install,
	  debian/libwvstreams3-speex.install,
	  debian/libwvstreams3-vorbis.install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install, debian/rules,
	  include/iwvstream.h, include/uniautogen.h,
	  include/uniclientconn.h, include/uniclientgen.h,
	  include/uniconf.h, include/uniconfdaemon.h, include/uniconfkey.h,
	  include/uniconfpamconn.h, include/unidefgen.h,
	  include/unifiletreegen.h, include/unifiltergen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/unipermgen.h, include/uniregistrygen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unisecuregen.h, include/unisubtreegen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h,
	  include/verstring.h, include/wvbufbase.h, include/wvbufstore.h,
	  include/wvconfemu.h, include/wvcont.h, include/wvdailyevent.h,
	  include/wvdsa.h, include/wvencoder.h, include/wvfam.h,
	  include/wvfork.h, include/wvhash.h, include/wvhashtable.h,
	  include/wvhttp.h, include/wvhttppool.h, include/wvipfirewall.h,
	  include/wvlink.h, include/wvlinklist.h, include/wvlogrcv.h,
	  include/wvmonikerregistry.h, include/wvondiskhash.h,
	  include/wvondisklist.h, include/wvpam.h, include/wvscatterhash.h,
	  include/wvslp.h, include/wvsslhacks.h, include/wvsslstream.h,
	  include/wvstream.h, include/wvstreamclone.h,
	  include/wvstreamlist.h, include/wvstringlist.h, include/wvtask.h,
	  include/wvtcp.h, include/wvunixsocket.h, include/wvvector.h,
	  include/wvverstring.h, include/wvx509.h, include/wvxplc.h,
	  ipstreams/wvhttp.cc, ipstreams/wvresolver.cc, ipstreams/wvslp.cc,
	  ipstreams/wvtcp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/componenttest.cc, ipstreams/tests/contseltest.cc,
	  ipstreams/tests/httptest.cc, ipstreams/tests/ip2test.cc,
	  ipstreams/tests/iptest.cc, ipstreams/tests/listentest.cc,
	  ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/slplisttest.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/udp2test.cc, ipstreams/tests/udptest.cc,
	  ipstreams/tests/ulistentest.cc, ipstreams/tests/unixtest.cc,
	  ipstreams/tests/vars.mk, ipstreams/tests/xplctest.cc,
	  linuxstreams/wvfam.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wvpam.cc, oggspeex/tests/oggspeextest.cc,
	  oggvorbis/tests/oggvorbistest.cc, redhat/libwvstreams.spec,
	  streams/wvdailyevent.cc, streams/wvlog.cc, streams/wvmodem.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/t/wvdailyevent.t.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvgzipstream.t.cc, streams/t/wvloopback.t.cc,
	  streams/t/wvmagicloopback.t.cc, streams/t/wvstream.t.cc,
	  streams/t/wvstreamclone.t.cc, streams/tests/logtest.cc,
	  streams/tests/modemtest.cc, uniconf/uniautogen.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfkey.cc, uniconf/uniconfroot.cc,
	  uniconf/unidefgen.cc, uniconf/unifiltergen.cc,
	  uniconf/unihashtree.cc, uniconf/uniinigen.cc,
	  uniconf/unilistgen.cc, uniconf/unimountgen.cc,
	  uniconf/unipermgen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unisubtreegen.cc, uniconf/uniunwrapgen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/gremlin/rungremlin.cc,
	  uniconf/gremlin/unigremlin.cc, uniconf/gremlin/unigremlin.h,
	  uniconf/t/uniautogen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfgen.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniconftree.t.cc, uniconf/t/unidefgen.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unilistgen.t.cc,
	  uniconf/t/unimountgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/t/uniunwrapgen.t.cc,
	  uniconf/t/wvconfemu.t.cc, uniconf/tests/conftest.cc,
	  uniconf/tests/uni.cc, uniconf/tests/uninoticetest.cc,
	  uniconf/tests/unitest.sh, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/t/wvhttppool.t.cc,
	  urlget/tests/http2test.cc, utils/verstring.cc,
	  utils/wvbufferstore.cc, utils/wvcont.cc, utils/wvencoder.cc,
	  utils/wvgzip.cc, utils/wvhash.cc, utils/wvhashtable.cc,
	  utils/wvlinklist.cc, utils/wvmoniker.cc, utils/wvtask.cc,
	  utils/wvtest.cc, utils/wvvector.cc, utils/t/strutils.t.cc,
	  utils/t/verstring.t.cc, utils/t/wvbackslash.t.cc,
	  utils/t/wvbuffer.t.cc, utils/t/wvcont.t.cc,
	  utils/t/wvhashtable.t.cc, utils/t/wvvector.t.cc,
	  utils/t/wvwordwrap.t.cc, utils/tests/backslashtest.cc,
	  utils/tests/base64test.cc, utils/tests/conttest.cc,
	  utils/tests/diriter2test.cc, utils/tests/hextest.cc,
	  utils/tests/monikertest.cc, utils/tests/vectortest.cc,
	  utils/tests/wordwraptest.cc: idb2: Merge from head.  Scary.

2004-08-17 22:39  pzion

	* .cvsignore, Makefile, configure.ac, wvrules.mk,
	  Docs/sgmlmanual/utils.wvsgml,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc, crypto/wvdsa.cc,
	  crypto/wvsslhacks.c, crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/tests/cryptotest.cc, debian/changelog, debian/control,
	  debian/libuniconf4.0-install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install,
	  debian/libwvstreams4.0-base.install,
	  debian/libwvstreams4.0-extras.install,
	  debian/libwvstreams4.0-fft.install,
	  debian/libwvstreams4.0-qt.install,
	  debian/libwvstreams4.0-speex.install,
	  debian/libwvstreams4.0-vorbis.install, debian/rules,
	  include/unicachegen.h, include/uniconfgen.h,
	  include/unifiletreegen.h, include/uniinigen.h,
	  include/unilistgen.h, include/uniregistrygen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unitempgen.h, include/uniwvconfgen.h, include/wvacl.h,
	  include/wvdsa.h, include/wvencoder.h, include/wvfile.h,
	  include/wvhashtable.h, include/wvlink.h, include/wvlinklist.h,
	  include/wvondisklist.h, include/wvscatterhash.h,
	  include/wvsslhacks.h, include/wvstreamlist.h, include/wvvector.h,
	  include/wvverstring.h, include/wvxplc.h, ipstreams/wvresolver.cc,
	  ipstreams/tests/simpleconntest.cc, ipstreams/tests/xplctest.cc,
	  linuxstreams/wvacl.cc, linuxstreams/wvfam.cc,
	  linuxstreams/wvpam.cc, linuxstreams/t/wvacl.t.cc,
	  oggspeex/tests/oggspeextest.cc, oggvorbis/tests/oggvorbistest.cc,
	  redhat/libwvstreams.spec, streams/wvfile.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvmagicloopback.t.cc,
	  streams/tests/logtest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconfgen.cc,
	  uniconf/unidefgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/unimountgen.cc,
	  uniconf/unipermgen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/unitempgen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/t/uniconfgen.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/unireplicategen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/wvconfemu.t.cc, urlget/wvftpstream.cc,
	  utils/verstring.cc, utils/wvbufferstore.cc, utils/wvencoder.cc,
	  utils/wvlinklist.cc, utils/wvmoniker.cc, utils/wvtask.cc,
	  utils/wvvector.cc, utils/t/verstring.t.cc,
	  utils/t/wvbackslash.t.cc, utils/t/wvwordwrap.t.cc,
	  utils/tests/backslashtest.cc, utils/tests/base64test.cc,
	  utils/tests/hextest.cc, utils/tests/monikertest.cc,
	  utils/tests/wordwraptest.cc: asterisk: merged to 4.1 branch to
	  take advantage of new clustering features

2004-08-17 16:43  sfllaw

	* utils/wvencoder.cc: r4_1: Fix up
	  WvEncoderChain::{get,set}_autofree.

2004-08-17 15:16  pphaneuf

	* crypto/tests/cryptotest.cc, include/wvxplc.h,
	  ipstreams/wvresolver.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/xplctest.cc, linuxstreams/wvfam.cc,
	  oggvorbis/tests/oggvorbistest.cc, streams/wvprotostream.cc,
	  streams/wvstreamclone.cc, streams/t/wvloopback.t.cc,
	  streams/tests/logtest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/uniretrygen.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/t/uniconfgen.t.cc,
	  urlget/wvftpstream.cc, utils/wvmoniker.cc,
	  utils/t/wvbackslash.t.cc, utils/t/wvwordwrap.t.cc,
	  utils/tests/backslashtest.cc, utils/tests/base64test.cc,
	  utils/tests/hextest.cc, utils/tests/monikertest.cc,
	  utils/tests/wordwraptest.cc: r4_1: Renamed RELEASE into WVRELEASE
	  and DELETE into WVDELETE.  BUGZID:6603

2004-08-17 10:33  apenwarr

	* include/unicachegen.h, uniconf/unicachegen.cc,
	  uniconf/unipermgen.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfdaemonconn.cc:
	  r4_1: BUGZID:5773: uniconfd is now accessible via tcp, because
	  the new wvuniconfsvc runs "uniconfd" daemons in subprocesses.
	  It's not as nice as I'd like, because I really want uniconfd to
	  start *before* weaver, but currently it's started *from* weaver.
	  Oh well, we'll worry about that some other time.

	  As part of this, I made UniCacheGen never refresh() more than
	  once (since it's a cache, after all, and always up to date) and
	  changed UniPermGen to fail-closed (ie. no access at all, not even
	  read) instead of read-only.

2004-08-17 09:06  apenwarr

	* include/uniconfgen.h, include/uniinigen.h, include/unitempgen.h,
	  uniconf/uniclientgen.cc, uniconf/uniconfgen.cc,
	  uniconf/unimountgen.cc, uniconf/unitempgen.cc,
	  uniconf/t/unimountgen.t.cc:
	  r4_1: BUGZID:5773: make weaver export the entire uniconf tree
	  from /tmp/uniconfd, not just /cfg.  This required fixing
	  UniMountGen's iterator.  Changed setup.cc to expect this new
	  behaviour.  Added a "/tmp" tree for random temporary values, but
	  didn't use it yet.  Replaced UniTempGen/UniIniGen/UniClientGen's
	  iterators with a new ListIter, avoiding all possible problems
	  with keys disappearing out from under you.  Used this in
	  UniMountGen.	We still don't have a TCP-based uniconf daemon yet,
	  but we're close...

2004-08-17 06:44  apenwarr

	* include/wvfile.h, linuxstreams/wvpam.cc, streams/wvfile.cc,
	  uniconf/unidefgen.cc:
	  r4_1: fix some typos in ssoya client/daemon, and add more debug
	  messages to the daemon.  Add a new moniker, wildcard:, for
	  unidefgen, because default: is just misleading.  WvPam should
	  *get* the user name, not set it, thus making UniPermGen actually
	  check your username properly.  BUGZID:6131: fix uninitialized
	  variable in WvFile, and make an unnecessarily-inlined function
	  out-of-line.

2004-08-17 03:11  hub

	* streams/t/: wvloopback.t.cc, wvmagicloopback.t.cc: Fix make test
	  (forward port from HEAD): side effect of wait() vs waitpid()

2004-08-17 01:41  sfllaw

	* oggspeex/tests/oggspeextest.cc: HEAD: Fixed oggspeextest.cc's odd
	  namespace issue, which caused the STL copy algorithm to be
	  called, instead of the special-case one in the file.

2004-08-17 00:53  pphaneuf

	* crypto/tests/cryptotest.cc, include/unireplicategen.h,
	  include/wvxplc.h, ipstreams/wvresolver.cc,
	  ipstreams/tests/simpleconntest.cc, ipstreams/tests/xplctest.cc,
	  linuxstreams/wvfam.cc, oggvorbis/tests/oggvorbistest.cc,
	  streams/wvprotostream.cc, streams/wvstreamclone.cc,
	  streams/t/wvloopback.t.cc, streams/tests/logtest.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/uniretrygen.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/t/uniconfgen.t.cc, urlget/wvftpstream.cc,
	  utils/wvmoniker.cc, utils/t/wvbackslash.t.cc,
	  utils/t/wvwordwrap.t.cc, utils/tests/backslashtest.cc,
	  utils/tests/base64test.cc, utils/tests/hextest.cc,
	  utils/tests/monikertest.cc, utils/tests/wordwraptest.cc: Changed
	  RELEASE to WVRELEASE and DELETE to WVDELETE. Why? Because Avery
	  said so, that's why! BUGZID:6603

2004-08-16 23:10  pphaneuf

	* Win32WvStreams/libuniconf/uniregistrygen.cc, include/uniconf.h,
	  include/uniregistrygen.h, include/wvlinklist.h,
	  include/wvvector.h, streams/t/wvdailyevent.t.cc,
	  uniconf/uniconf.cc, utils/wvlinklist.cc, utils/wvvector.cc,
	  utils/t/wvvector.t.cc, utils/tests/vectortest.cc: Merged HEAD to
	  crazy.

2004-08-16 21:21  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc,
	  uniconf/t/wvconfemu.t.cc: Added the isclean() method to
	  WvConfEmu.

2004-08-16 20:40  pphaneuf

	* oggvorbis/tests/oggvorbistest.cc: r4_1: Fixed a small bug in the
	  Ogg Vorbis unit test.

2004-08-16 20:12  pcolijn

	* debian/: control, rules: r4_1: Add SLP support to the Debian
	  packages.

2004-08-16 19:58  pcolijn

	* debian/: control, rules: r4_1: Disable the building of the
	  WvStreams manual for the -docs package.  It fails horribly and I
	  know nothing about sgml, docbook or jade so for now -docs only
	  has the Doxygen stuff.

2004-08-16 19:21  pcolijn

	* debian/control: r4_1: We need graphviz to build the docs pacakge.

2004-08-16 18:51  pzion

	* include/uniclientconn.h, include/uniclientgen.h,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc: r4_1: merged
	  new UniClientGen/UniClientConn behvaiour from HEAD to fix
	  BUGZID:6689

2004-08-16 17:37  slajoie

	* streams/t/wvdailyevent.t.cc: Fixed horrible warning in gcc 3.3
	  without affecting 2.95.

2004-08-16 16:44  slajoie

	* Win32WvStreams/libuniconf/uniregistrygen.cc,
	  include/uniregistrygen.h: Fixed completely broken registry
	  iterator.

2004-08-16 16:38  slajoie

	* include/wvvector.h: Fixing apparent typo in wvvector.h.

2004-08-15 07:48  pcolijn

	* configure.ac, debian/changelog, debian/control,
	  debian/libuniconf4.0-install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install,
	  debian/libwvstreams4.0-base.install,
	  debian/libwvstreams4.0-extras.install,
	  debian/libwvstreams4.0-fft.install,
	  debian/libwvstreams4.0-qt.install,
	  debian/libwvstreams4.0-speex.install,
	  debian/libwvstreams4.0-vorbis.install, debian/rules,
	  redhat/libwvstreams.spec: r4_1: Change WvStreams version to 4.0,
	  per sfllaw's suggestion, and update the debian package-building
	  stuff so that dpkg-buildpackage will pop out some
	  reasonable-looking debs. Still need to add the SLP stuff to the
	  -extras package though.

2004-08-14 18:34  sfllaw

	* utils/tests/vectortest.cc: HEAD: Remove vectortest.cc because it
	  no longer works, and the UnitTest replaces it.

2004-08-14 02:07  sfllaw

	* include/uniconf.h, include/wvlinklist.h, include/wvvector.h,
	  uniconf/uniconf.cc, utils/wvlinklist.cc, utils/wvvector.cc,
	  utils/t/wvvector.t.cc: HEAD: Made WvVector use WvLink instead of
	  its own void ** craziness.  Not only that, I made memory
	  allocation better, simpler, and faster.

	  BUGZID 6710

2004-08-13 21:35  pphaneuf

	* utils/wvmoniker.cc: r4_1: fixed some build errors.

2004-08-13 21:12  mrwise

	* uniconf/t/: uniconfroot.t.cc, wvconfemu.t.cc: r4_1: some unittest
	  changes

2004-08-13 20:10  pzion

	* .cvsignore, Makefile, config.mk.in, configure.ac, vars.mk,
	  wvrules.mk, wvtesthelper, wvtestmeter,
	  Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhttpex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc,
	  Docs/sgmlmanual/egfiles/wvtcpex.cc,
	  Docs/sgmlmanual/egfiles/wvudpex.cc,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h, Win32WvStreams/uni/uni.vcproj,
	  Win32WvStreams/uniconfd/fake.cpp,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, crypto/wvdsa.cc,
	  crypto/wvsslhacks.c, crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/t/wvx509.t.cc, crypto/tests/cert3test.cc,
	  crypto/tests/cryptotest.cc, crypto/tests/sslsrvtest.cc,
	  crypto/tests/ssltest.cc, debian/changelog,
	  debian/libwvstreams3-base.install,
	  debian/libwvstreams3-fft.install,
	  debian/libwvstreams3-gtk.install,
	  debian/libwvstreams3-qt.install,
	  debian/libwvstreams3-speex.install,
	  debian/libwvstreams3-vorbis.install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install, debian/rules,
	  include/iwvstream.h, include/uniautogen.h,
	  include/uniclientconn.h, include/uniclientgen.h,
	  include/uniconfdaemon.h, include/uniconfkey.h,
	  include/uniconfpamconn.h, include/unidefgen.h,
	  include/unifiletreegen.h, include/unifiltergen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/unipermgen.h, include/uniregistrygen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unisecuregen.h, include/unisubtreegen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h,
	  include/verstring.h, include/wvacl.h, include/wvbufbase.h,
	  include/wvbufstore.h, include/wvconfemu.h, include/wvcont.h,
	  include/wvdailyevent.h, include/wvdsa.h, include/wvencoder.h,
	  include/wvfam.h, include/wvfork.h, include/wvhash.h,
	  include/wvhashtable.h, include/wvhttp.h, include/wvhttppool.h,
	  include/wvipfirewall.h, include/wvlink.h, include/wvlinklist.h,
	  include/wvlogrcv.h, include/wvmonikerregistry.h,
	  include/wvondiskhash.h, include/wvondisklist.h, include/wvpam.h,
	  include/wvscatterhash.h, include/wvslp.h, include/wvsslhacks.h,
	  include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvstringlist.h, include/wvtcp.h,
	  include/wvunixsocket.h, include/wvvector.h,
	  include/wvverstring.h, include/wvx509.h, ipstreams/wvhttp.cc,
	  ipstreams/wvslp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/componenttest.cc,
	  ipstreams/tests/contseltest.cc, ipstreams/tests/httptest.cc,
	  ipstreams/tests/ip2test.cc, ipstreams/tests/iptest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/slplisttest.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/udp2test.cc, ipstreams/tests/udptest.cc,
	  ipstreams/tests/ulistentest.cc, ipstreams/tests/unixtest.cc,
	  ipstreams/tests/vars.mk, linuxstreams/wvacl.cc,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wvpam.cc,
	  linuxstreams/t/wvacl.t.cc, oggspeex/tests/oggspeextest.cc,
	  oggvorbis/tests/oggvorbistest.cc, streams/wvdailyevent.cc,
	  streams/wvlog.cc, streams/wvmodem.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvgzipstream.t.cc, streams/t/wvstream.t.cc,
	  streams/t/wvstreamclone.t.cc, streams/tests/modemtest.cc,
	  uniconf/uniautogen.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconfkey.cc, uniconf/uniconfroot.cc,
	  uniconf/unidefgen.cc, uniconf/unifiltergen.cc,
	  uniconf/unihashtree.cc, uniconf/uniinigen.cc,
	  uniconf/unilistgen.cc, uniconf/unimountgen.cc,
	  uniconf/unipermgen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unisubtreegen.cc, uniconf/uniunwrapgen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/gremlin/rungremlin.cc,
	  uniconf/gremlin/unigremlin.cc, uniconf/gremlin/unigremlin.h,
	  uniconf/t/uniautogen.t.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniconftree.t.cc,
	  uniconf/t/unidefgen.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unilistgen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/unireplicategen.t.cc, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/uniunwrapgen.t.cc, uniconf/t/wvconfemu.t.cc,
	  uniconf/tests/uni.cc, uniconf/tests/uninoticetest.cc,
	  uniconf/tests/unitest.sh, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/t/wvhttppool.t.cc,
	  urlget/tests/http2test.cc, utils/verstring.cc,
	  utils/wvbufferstore.cc, utils/wvcont.cc, utils/wvencoder.cc,
	  utils/wvgzip.cc, utils/wvhash.cc, utils/wvhashtable.cc,
	  utils/wvlinklist.cc, utils/wvmoniker.cc, utils/wvtask.cc,
	  utils/wvtest.cc, utils/wvvector.cc, utils/t/strutils.t.cc,
	  utils/t/verstring.t.cc, utils/t/wvbackslash.t.cc,
	  utils/t/wvbuffer.t.cc, utils/t/wvcont.t.cc,
	  utils/t/wvhashtable.t.cc, utils/tests/backslashtest.cc,
	  utils/tests/base64test.cc, utils/tests/conttest.cc,
	  utils/tests/hextest.cc, utils/tests/wordwraptest.cc: asterisk:
	  merged from HEAD; fixed mail format for voice messages

2004-08-13 18:05  pphaneuf

	* crypto/tests/cert2test.cc, include/wvlink.h, include/wvstream.h,
	  streams/wvstream.cc, uniconf/tests/conftest.cc: Backported some
	  very safe stuff from crazy to HEAD.

2004-08-13 17:36  pphaneuf

	* streams/t/: wvloopback.t.cc, wvmagicloopback.t.cc: Backported the
	  unit test robustification from crazy.

2004-08-13 17:13  pphaneuf

	* include/wvconfemu.h: crazy: oops, small whitespace mistake in my
	  last commit.

2004-08-13 17:11  pphaneuf

	* include/wvconfemu.h, uniconf/t/uniretrygen.t.cc,
	  uniconf/t/wvconfemu.t.cc: crazy: more converging.

2004-08-13 16:40  pphaneuf

	* uniconf/: t/wvconfemu.t.cc, tests/conftest.cc, tests/emutest.cc:
	  crazy: turned back a bunch of WvConfEmu into WvConf (just the
	  name, we're still using wvconfemu.h, don't worry!), to ease
	  merging. Also removed an unused bool in wvmimemessage.cc.

2004-08-13 16:07  pphaneuf

	* streams/t/: wvloopback.t.cc, wvmagicloopback.t.cc: crazy:
	  robustified the wvloopback and wvmagicloopback unit tests.

2004-08-13 14:10  pphaneuf

	* .cvsignore, Makefile, wvrules.mk, crypto/wvsslstream.cc,
	  uniconf/t/unireplicategen.t.cc: crazy: merged from HEAD.

2004-08-13 13:38  pphaneuf

	* uniconf/t/unireplicategen.t.cc: Made a local variable in a unit
	  test static, so as to not clash with others.

2004-08-13 05:52  pcolijn

	* crypto/wvsslstream.cc: HEAD: Fix ssoyac again. Culprit this time
	  looks to be the SSL_CTX readahead thing, since disabling it made
	  ssoyac work. Commented out for now.

2004-08-13 02:54  sfllaw

	* .cvsignore, Makefile, wvrules.mk: HEAD: make dist works like
	  people expect it to, by putting tarballs into niti/src/build/

	  Also updated snapshot.sh so that it understands the new make dist
	  behaviour.

	  BUGZID: 6015

2004-08-12 23:13  mcote

	* include/wvverstring.h, utils/verstring.cc,
	  utils/t/verstring.t.cc: r4_1: Merged in most of the changes in
	  mcote_versioning.  This is just the support stuff now; I will
	  check in the filename code and the new version number as soon as
	  we have a 4.00a.

2004-08-12 21:58  mcote

	* utils/t/verstring.t.cc: mcote_versioning: Updated verstring unit
	  tests.

2004-08-12 20:47  mcote

	* crypto/wvdsa.cc, include/wvdsa.h: mcote_versioning: Merging from
	  r4_1.

2004-08-12 08:37  apenwarr

	* Makefile: xplc_loadable: checking in my test programs for
	  WvPlugin in utils/plugtests.

2004-08-12 08:29  apenwarr

	* include/wvmoniker.h, include/wvmonikerregistry.h,
	  include/wvplugin.h, include/wvscatterhash.h, utils/wvmoniker.cc:
	  xplc_loadable: added support for XPLC loadable plugins instead of
	  just old-style static linking of all possible plugins.  Tried to
	  be as xplc-friendly as possible, but this resulted in a fairly
	  nasty amount of boilerplate code per plugin (sigh), and also
	  makes it impossible to link statically with your plugins.
	  Therefore I haven't actually converted any of the old WvMoniker
	  stuff to WvPlugin yet, and it doesn't do you much good.

	  While I was there, converted WvScatterHash to actually be able to
	  store IObjects again.  Stupid xplc/delete.h.

	  Didn't run the unit tests.  Probably has memory leaks.

2004-08-11 20:25  pphaneuf

	* Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc, crypto/wvdsa.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, include/uniclientgen.h,
	  include/unifiletreegen.h, include/unilistgen.h,
	  include/uniregistrygen.h, include/unireplicategen.h,
	  include/uniwvconfgen.h, uniconf/uniclientgen.cc,
	  uniconf/unireplicategen.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, utils/wvvector.cc: crazy: merged from
	  HEAD again.

2004-08-11 19:16  pphaneuf

	* Docs/sgmlmanual/utils.wvsgml, crypto/wvdsa.cc,
	  crypto/wvsslhacks.c, include/uniclientconn.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/wvbufbase.h, include/wvbufstore.h, include/wvdsa.h,
	  include/wvencoder.h, include/wvhashtable.h, include/wvlink.h,
	  include/wvlinklist.h, include/wvondisklist.h,
	  include/wvscatterhash.h, include/wvsslhacks.h,
	  include/wvvector.h, streams/wvstream.cc,
	  uniconf/uniclientconn.cc, uniconf/unireplicategen.cc,
	  uniconf/t/unireplicategen.t.cc, utils/wvbufferstore.cc,
	  utils/wvencoder.cc, utils/wvlinklist.cc, utils/wvtask.cc,
	  utils/wvvector.cc: crazy: merged from HEAD.

2004-08-11 17:37  slajoie

	* Win32WvStreams/libuniconf/uniregistrygen.cc: Fixed crash bug in
	  UniRegistryGen when deleting a key.

2004-08-11 17:13  slajoie

	* Win32WvStreams/libuniconf/uniregistrygen.cc,
	  include/uniregistrygen.h: Fixed some buffer overflows in
	  UniRegistryGen. Implemented the iterator class for that generator
	  also.

2004-08-11 17:11  slajoie

	* Win32WvStreams/libwvutils/wvwin32task.cc: Updated WvStreams/Win32
	  to latest changes.

2004-08-11 03:14  sfllaw

	* utils/wvvector.cc: HEAD: Trivial renamings of auto_free to
	  autofree.

	  BUGZID: 5289

2004-08-11 01:45  pzion

	* .cvsignore, Makefile, wvrules.mk, wvtesthelper, wvtestmeter,
	  Docs/sgmlmanual/utils.wvsgml, Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/uni/uni.vcproj, Win32WvStreams/uniconfd/fake.cpp,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, crypto/wvdsa.cc,
	  crypto/wvsslhacks.c, crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/t/wvx509.t.cc, crypto/tests/cert3test.cc,
	  include/iwvstream.h, include/uniautogen.h,
	  include/uniclientconn.h, include/uniclientgen.h,
	  include/unidefgen.h, include/unifiletreegen.h,
	  include/unifiltergen.h, include/unilistgen.h,
	  include/unireplicategen.h, include/uniretrygen.h,
	  include/unisubtreegen.h, include/uniwvconfgen.h,
	  include/wvbufbase.h, include/wvbufstore.h, include/wvdsa.h,
	  include/wvencoder.h, include/wvhashtable.h, include/wvlink.h,
	  include/wvlinklist.h, include/wvondisklist.h,
	  include/wvscatterhash.h, include/wvsslhacks.h,
	  include/wvstringlist.h, include/wvvector.h, include/wvx509.h,
	  ipstreams/tests/contseltest.cc, streams/wvlog.cc,
	  streams/wvmodem.cc, streams/wvstream.cc, uniconf/uniautogen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/unidefgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/unimountgen.cc,
	  uniconf/unireplicategen.cc, uniconf/uniretrygen.cc,
	  uniconf/unisubtreegen.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/t/uniautogen.t.cc,
	  uniconf/t/unidefgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/tests/uni.cc,
	  utils/wvbufferstore.cc, utils/wvencoder.cc, utils/wvlinklist.cc,
	  utils/wvmoniker.cc, utils/wvtask.cc, utils/wvtest.cc,
	  utils/wvvector.cc: wvdiskd: merged from HEAD

2004-08-11 01:33  pzion

	* include/unireplicategen.h, uniconf/unireplicategen.cc,
	  uniconf/t/unireplicategen.t.cc: HEAD: fixed corner cases in
	  UniReplicateGen in which contents were not always replicated

2004-08-11 01:32  pzion

	* include/uniclientgen.h, uniconf/uniclientgen.cc: HEAD: removed
	  stream for queuing of deltas for UniClientGen as it seemed to
	  exist for no good reason -- simply using hold/unhold_delta is
	  much simpler and requires less servicing of the global list, and
	  it passes all unit tests

2004-08-11 01:26  mcote

	* include/wvverstring.h, utils/verstring.cc: mcote_versioning:
	  Eliminated versioning watershed stuff as in r3_80_mcote.

2004-08-11 00:56  mcote

	* include/wvverstring.h, utils/verstring.cc: r3_80_mcote: Got rid
	  of watershed stuff, replaced by functions that make arbitrary
	  judgements about the style of version numbers/strings.  BUGZID:
	  6066

2004-08-10 23:02  pzion

	* uniconf/t/uniretrygen.t.cc: HEAD: commented back in UniRetryGen
	  unittest since it no longer should fail

2004-08-10 21:59  ppatters

	* crypto/: wvdsa.cc, wvsslstream.cc, wvx509.cc: HEAD: A couple of
	  fixes to WvDSA, fix a potential segfault in WvX509Mgr, and do a
	  performance improvement in WvSSLStream.

2004-08-10 20:56  mcote

	* include/wvbufbase.h, include/wvbufstore.h, include/wvencoder.h,
	  uniconf/uniclientconn.cc, utils/wvencoder.cc: mcote_versioning:
	  Merging from r4_1.

2004-08-10 20:40  mcote

	* utils/verstring.cc: mcote_versioning: Change from r3_80_mcote.

2004-08-10 20:40  pzion

	* uniconf/unireplicategen.cc: HEAD: removed debug code

2004-08-10 20:39  ppatters

	* include/uniwvconfgen.h: HEAD: As did UniWvConfGen

2004-08-10 20:38  ppatters

	* include/unifiletreegen.h: HEAD: And UniConfFileTreeGen didn't
	  even have a comment.

2004-08-10 20:34  ppatters

	* include/unilistgen.h: HEAD: UniListGen's comments weren't in a
	  format that Doxygen liked - they are now.

2004-08-10 19:23  pzion

	* include/unireplicategen.h, include/uniretrygen.h,
	  uniconf/unireplicategen.cc, uniconf/t/unireplicategen.t.cc: HEAD:
	  UniReplicateGen now correct handles the case that one of its
	  inner generators becomes !isok(), then changes, then becomes
	  isok().

2004-08-10 19:16  pzion

	* include/uniclientconn.h, uniconf/uniclientconn.cc: HEAD:
	  UniClientConn was hanging when there was still data left in its
	  message buffer but the connection to the server had already been
	  closed.

2004-08-10 14:05  ppatters

	* crypto/wvdsa.cc, crypto/wvsslhacks.c, include/wvdsa.h,
	  include/wvsslhacks.h: HEAD: WvDSA... in case you just want to
	  sign things.

2004-08-10 01:12  pphaneuf

	* include/wvvector.h, utils/wvvector.cc: Fixed compile errors in
	  wvvector.

2004-08-10 01:11  pphaneuf

	* streams/wvstream.cc: Only use continue_select in getline if we're
	  going to wait at all.

2004-08-10 01:10  pphaneuf

	* uniconf/t/uniretrygen.t.cc: Commenting out big chunks of code is
	  better done with "#if 0" than with "/*".

2004-08-10 01:04  mrwise

	* uniconf/t/uniretrygen.t.cc: HEAD: commented out test until pzion
	  fixes it.

2004-08-10 00:21  pphaneuf

	* streams/wvstream.cc: crazy: added an assert, but it's still
	  commented, never mind it.

2004-08-10 00:01  sfllaw

	* include/wvvector.h: HEAD: Trivial renamings of auto_free to
	  autofree.

	  BUGZID: 5289

2004-08-09 23:49  sfllaw

	* include/unireplicategen.h, include/wvhashtable.h,
	  Docs/sgmlmanual/utils.wvsgml: HEAD: Trivial renamings of
	  auto_free to autofree.

	  BUGZID: 5289

2004-08-09 23:44  sfllaw

	* utils/wvbufferstore.cc, utils/wvencoder.cc, utils/wvlinklist.cc,
	  utils/wvtask.cc, include/wvencoder.h, include/wvhashtable.h,
	  include/wvlink.h, include/wvlinklist.h, include/wvondisklist.h,
	  include/wvscatterhash.h: HEAD: Add get_autofree() and
	  set_autofree() accessors to WvStreams.

	  BUGZID: 5289

2004-08-09 23:31  mrwise

	* include/: wvconf.h, wvxconf.h: crazy: oops

2004-08-09 22:50  mrwise

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/wvconf.cc, configfile/tests/delsectiontest.cc,
	  configfile/tests/initest.cc, configfile/tests/nofile.cc,
	  include/wvconfemu.h, uniconf/uniwvconfgen.cc,
	  uniconf/tests/emutest.cc, uniconf/tests/uniconfwvgentest.cc:
	  crazy: hey, got rid of the remaining uses of wvconf in tests,
	  fixed some tests too.  Re-enabled the WvConf emulation in
	  WvConfEmu, I don't want to see any more disabling WvConf
	  Emulation warnings anymore though!

2004-08-09 22:00  pcolijn

	* include/wvhashtable.h: HEAD: Use WvTraits in WvMapPair to make
	  WvMap::remove work when TData derives from IObject.

2004-08-09 18:53  pphaneuf

	* include/wvstream.h: crazy: fixed a typo in a comment.

2004-08-08 15:58  sfllaw

	* include/wvbufbase.h, include/wvbufstore.h, include/wvencoder.h,
	  utils/wvencoder.cc: HEAD: Reverts ports dependency calculation to
	  be the slower, but more correct version.  This allows people to
	  see the DEPENDS line in the Makefile, and also allows variable
	  substitution.

2004-08-07 22:38  pcolijn

	* uniconf/uniclientconn.cc: HEAD: Reverting pzion's change to
	  UniClientConn since it makes it hella-slow on Twister.  BUGZID:
	  6680

2004-08-06 23:24  pphaneuf

	* Makefile, wvtesthelper, wvtestmeter,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/uni/uni.vcproj, streams/wvlog.cc,
	  streams/wvmodem.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/uni.cc: crazy: merged from HEAD.

2004-08-06 22:22  mcote

	* .cvsignore, Makefile, vars.mk, wvrules.mk, wvtesthelper,
	  wvtestmeter, Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/uni/uni.vcproj, Win32WvStreams/uniconfd/fake.cpp,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, crypto/wvsslhacks.c,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/cert3test.cc, crypto/tests/sslsrvtest.cc,
	  crypto/tests/ssltest.cc, include/iwvstream.h,
	  include/uniautogen.h, include/uniconfkey.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unireplicategen.h,
	  include/uniretrygen.h, include/unisubtreegen.h, include/wvfam.h,
	  include/wvfork.h, include/wvhash.h, include/wvhashtable.h,
	  include/wvlogrcv.h, include/wvmonikerregistry.h,
	  include/wvondisklist.h, include/wvscatterhash.h,
	  include/wvsslhacks.h, include/wvsslstream.h,
	  include/wvstringlist.h, include/wvx509.h, ipstreams/wvhttp.cc,
	  ipstreams/tests/contseltest.cc, streams/wvlog.cc,
	  streams/wvmodem.cc, streams/wvstream.cc, uniconf/uniautogen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/unidefgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/unisubtreegen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/t/uniautogen.t.cc, uniconf/t/unidefgen.t.cc,
	  uniconf/t/unilistgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/tests/uni.cc,
	  utils/wvhash.cc, utils/wvhashtable.cc, utils/wvmoniker.cc,
	  utils/wvtest.cc, utils/t/strutils.t.cc: mcote_versioning: Merging
	  from HEAD.

2004-08-06 21:22  slajoie

	* Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/uni/uni.vcproj, uniconf/tests/uni.cc: Ported 'uni'
	  tool to Windows. Excluding unireplicategen and uniretrygen from
	  Windows build since they use some as-of-yet unported stuff.

2004-08-06 19:49  pphaneuf

	* wvtesthelper, wvtestmeter: Improved the wvtesthelper to be more
	  transparent, especially obvious with tests that output progress
	  meters.  BUGZID:6331

2004-08-06 19:27  pphaneuf

	* wvtestmeter: Made wvtestmeter output everything it captures on
	  stdout instead of just the lines starting with '!'.  BUGZID:6331

2004-08-06 17:16  apenwarr

	* streams/wvlog.cc, uniconf/daemon/uniconfdaemon.cc: HEAD:
	  BUGZID:6651: fix some minor memory leaks.  Rearranged the weaver
	  destructor so that wvdiskplug doesn't reference wvdisk after
	  wvdisk has been deleted.  Added a missing newline in
	  wvusersvc.cc.  Fixed a minor read-one-byte-past-the-buffer bug
	  that has apparently always existed in wvlog.	Other than some
	  remaining WvUserSvc valgrind problems I've passed off to mrwise,
	  we're now pretty valgrind-clean.

2004-08-06 00:09  apenwarr

	* streams/wvmodem.cc: HEAD: BUGZID:6651: fixed some serious
	  valgrind errors.  One in WvAuth (forgot to initialize oemmgr to
	  NULL), one in wvwebstatus (there's no weaver.fwd anymore, because
	  fastforward is all in-kernel), and one in wvmodem (don't send
	  ioctls to devices that you couldn't open).  There remains (I
	  think) a memory leak, potential ssl-related bugs, and a
	  WvDiskPlug/WvDisk destructor problem.

2004-08-05 23:44  mrwise

	* .cvsignore, Makefile, vars.mk, wvrules.mk,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/uniconfd/fake.cpp,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, crypto/wvsslhacks.c,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/cert3test.cc, crypto/tests/sslsrvtest.cc,
	  crypto/tests/ssltest.cc, include/iwvstream.h,
	  include/uniautogen.h, include/uniconfkey.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unireplicategen.h,
	  include/uniretrygen.h, include/unisubtreegen.h, include/wvfam.h,
	  include/wvfork.h, include/wvhash.h, include/wvhashtable.h,
	  include/wvlogrcv.h, include/wvmonikerregistry.h,
	  include/wvscatterhash.h, include/wvsslhacks.h,
	  include/wvsslstream.h, include/wvstringlist.h, include/wvx509.h,
	  ipstreams/wvhttp.cc, ipstreams/tests/contseltest.cc,
	  streams/wvstream.cc, uniconf/uniautogen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/unidefgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/unisubtreegen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/t/uniautogen.t.cc, uniconf/t/unidefgen.t.cc,
	  uniconf/t/unilistgen.t.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc, uniconf/tests/uni.cc,
	  utils/wvhash.cc, utils/wvhashtable.cc, utils/wvmoniker.cc,
	  utils/wvtest.cc: crazy: merging from HEAD

2004-08-05 23:00  sfllaw

	* Makefile: HEAD: Fix up WvStreams' Makefile so it uses relative
	  paths for the stuff inside it.

	  BUGZID: 5075

2004-08-05 19:43  pphaneuf

	* wvrules.mk: Separated the "make test" target into a "runtests"
	  target that actually runs the tests, without a test runner, and a
	  "test" target that just invokes a recursive "make runtests",
	  *with* the test runner. This way, you only have a single test
	  runner for a single "make test", not once per subdir.
	  BUGZID:6331

2004-08-05 19:11  mcote

	* linuxstreams/wvacl.cc: r3_80_mcote: Merging from r3_80.

2004-08-05 18:45  pphaneuf

	* streams/wvstream.cc: Backing out my previous changes, they have
	  too many subleties and cornercases.  BUGZID:6101

2004-08-05 02:52  apenwarr

	* uniconf/uniautogen.cc: HEAD: forgot to remove a debug message in
	  uniautogen.

2004-08-05 02:49  apenwarr

	* .cvsignore, include/uniautogen.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unisubtreegen.h,
	  uniconf/uniautogen.cc, uniconf/unidefgen.cc,
	  uniconf/unifiltergen.cc, uniconf/unimountgen.cc,
	  uniconf/unisubtreegen.cc, uniconf/t/uniautogen.t.cc,
	  uniconf/t/unidefgen.t.cc, uniconf/tests/uni.cc,
	  utils/wvmoniker.cc, utils/wvtest.cc: HEAD: added subtree: and
	  auto: generators for UniConf.  Fixed some bugs in UniDefGen, and
	  made the unit tests catch them for the future.

2004-08-05 01:01  jnc

	* include/wvstringlist.h: HEAD: Fix comment on WvStringList::split

2004-08-04 23:45  jnc

	* streams/wvstream.cc: HEAD: Better yet, check for
	  "uses_continue_select && WvCont::isok()".  BUGZID: 6617

2004-08-04 23:20  jnc

	* streams/wvstream.cc: HEAD: go back to checking
	  uses_continue_select instead of WvCont::isok - WvCont::isok is
	  *global* BUGZID: 6617

2004-08-04 21:55  pphaneuf

	* streams/wvstream.cc: The assert(wvstream_execute_called) was
	  misplaced and thus not firing correctly when using
	  continue_select. I fixed it, but also commented it out, since it
	  triggers a great deal. I will fix it later and uncomment it.
	  BUGZID:6607

2004-08-04 19:23  ppatters

	* crypto/wvsslhacks.c, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/cert3test.cc, include/wvsslhacks.h,
	  include/wvx509.h, uniconf/uniretrygen.cc: HEAD: We now can use
	  WvX509Mgr to sign certificate requests into certificates. Added
	  some unittests to make sure that this works as advertised, and
	  also an old-style test to give people an example of how to use
	  the new functionality. Also fixed the retry Generator to compile
	  clean on GCC-3.3.

2004-08-04 18:52  pphaneuf

	* uniconf/daemon/uniconfdaemon.cc: While trying to fix the
	  workaroundable breakage that I induced, I just stumbled on this
	  outright does-not-compile breakage. But since I'm quick to fix
	  it, no one will really notice and I'm still the most evil being
	  in the universe.

2004-08-04 18:17  slajoie

	* Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj, include/iwvstream.h,
	  Win32WvStreams/uniconfd/fake.cpp,
	  Win32WvStreams/uniconfd/uniconfd.vcproj, uniconf/uniinigen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc:
	  Hacked up a quick port of the UniConf deamon to Windows for Pat's
	  demo. Doesn't support SLP, authentication or background execution
	  (so yeah, not really a deamon). Only supports the ini, registry
	  and pstore monikers. Nobody release this until I can turn it into
	  a proper Windows service!

2004-08-04 00:03  pzion

	* include/unifiltergen.h, include/unireplicategen.h,
	  include/uniretrygen.h, uniconf/uniclientconn.cc,
	  uniconf/unifiltergen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc: HEAD: merged uniconf changes from
	  wvdiskd branch

2004-08-03 23:48  pzion

	* .cvsignore, Makefile, vars.mk, wvrules.mk, wvtesthelper,
	  crypto/wvsslstream.cc, crypto/tests/sslsrvtest.cc,
	  crypto/tests/ssltest.cc, include/uniconfkey.h,
	  include/wvconfemu.h, include/wvdailyevent.h, include/wvfam.h,
	  include/wvfork.h, include/wvhash.h, include/wvhashtable.h,
	  include/wvlogrcv.h, include/wvmonikerregistry.h,
	  include/wvondiskhash.h, include/wvondisklist.h,
	  include/wvscatterhash.h, include/wvsslstream.h,
	  ipstreams/wvhttp.cc, ipstreams/tests/contseltest.cc,
	  streams/wvdailyevent.cc, streams/wvstream.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconfkey.cc,
	  uniconf/unilistgen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/unidefgen.t.cc, uniconf/t/unilistgen.t.cc,
	  uniconf/tests/unitest.sh, utils/wvhash.cc, utils/wvhashtable.cc,
	  utils/wvmoniker.cc, utils/t/strutils.t.cc: wvdiskd: merged from
	  HEAD

2004-08-03 23:41  ppatters

	* crypto/wvx509.cc, crypto/t/wvx509.t.cc, include/wvx509.h: HEAD:
	  More X509 goodness... We now know how to check validity in a much
	  more sane way.

2004-08-03 23:40  ppatters

	* ipstreams/tests/contseltest.cc: HEAD: Fix the Continue Select
	  unit test to work with GCC-3.3

2004-08-03 23:36  mcote

	* utils/: verstring.cc, t/verstring.t.cc: r3_80_mcote: Don't trim
	  zeroes from end of new-style version strings.  BUGZID: 6066

2004-08-03 22:18  pzion

	* include/unifiltergen.h, include/unireplicategen.h,
	  include/uniretrygen.h, uniconf/uniclientconn.cc,
	  uniconf/unifiltergen.cc, uniconf/unireplicategen.cc,
	  uniconf/uniretrygen.cc, uniconf/t/unireplicategen.t.cc,
	  uniconf/t/uniretrygen.t.cc: wvdiskd: added UniRetryGen to retry
	  reconnection to a generator whenever it isn't ok, and
	  UniReplicateGen which replicates across multiple generators,
	  prioritized by order in moniker

2004-08-03 20:32  pcolijn

	* suppressions.wv: evolution_pr1: Add suppresions to the
	  suppressions.wv file for e_card and e_list. Even though we're
	  g_object_unreffing the ECards we create in the WvMAPI unit tests,
	  they're still leaking. Tried g_free too, to no effect.  BUGZID:
	  6589

2004-08-03 17:59  pphaneuf

	* streams/wvstream.cc: Removed an assert that makes no sense when
	  doing continue_select from within a arbitrary WvCont.
	  BUGZID:6101

2004-08-03 17:15  pphaneuf

	* streams/wvstream.cc: Use WvCont::isok() instead of checking
	  uses_continue_select in a few spots.	BUGZID:6101

2004-08-03 16:38  mrwise

	* Makefile: HEAD: Changed make test so that if you define TESTNAME
	  the unitest tests aren't run, if you want to just run those tests
	  use TESTNAME=unitest BUGZID:6486

2004-08-03 01:35  apenwarr

	* vars.mk: HEAD: wvstreams: fix "make basesize" rule to print
	  totals of all objects in libwvbase.so.

2004-08-03 01:22  mrwise

	* uniconf/: unilistgen.cc, t/unilistgen.t.cc: HEAD: Fixed refresh
	  in UniListGen, if the first generator returned false on refresh,
	  the boolean evaluation would short circuit, and fail to refresh
	  any of the remaining generators.. funny stuff.  Unit test
	  included.  BUGZID:6578

2004-08-03 01:16  apenwarr

	* vars.mk, wvrules.mk, include/wvfam.h, include/wvfork.h,
	  include/wvhash.h, include/wvhashtable.h, include/wvlogrcv.h,
	  include/wvmonikerregistry.h, include/wvscatterhash.h,
	  utils/wvhash.cc, utils/wvhashtable.cc, utils/wvmoniker.cc:
	  HEAD: rearrange things a bit so we can have a libwvbase.so, which
	  contains only the stuff you really need in order to have WvFile,
	  WvLog, and UniConf .ini files.  The contents of this might vary a
	  bit over time, and there are some things that are included but
	  I'd like not to be: WvCont (needed for WvStream until it learns
	  not to know about continuations), wvfork (needed only because
	  WvIStreamList tries to register with it), WvEncoder (needed only
	  because UniIniGen uses WvBackSlashEncoder), UniMountGen (needed
	  because UniConfRoot uses it, even though 99% of people don't
	  mount on subtrees), and several seldom-used kinds of
	  WvBuf/WvBufStore.  But anyway, the minimal wvstreams/uniconf
	  program now needs to link to a 437k binary instead of a 1.5meg
	  one, so it's an improvement.

	  Converted several new things from WvHashTable to WvScatterHash so
	  that libwvbase didn't have to include *both* of them.  Rearranged
	  the webconfig menu.aml to be in the same order as in r3_80,
	  because the new order was dumb.  (The old order is also dumb, but
	  if we're going to change it, let's change it to something *not*
	  dumb!)

2004-08-02 22:57  apenwarr

	* include/uniconfkey.h: HEAD: missing whitespace in uniconfkey.h;
	  rephrased an error in wvdisk.cc.

2004-08-02 22:02  pphaneuf

	* ipstreams/tests/contseltest.cc: Removed usage of
	  uses_continue_select and replaced them with explicit uses of
	  WvCont.  BUGZID:6101

2004-08-02 20:51  mrwise

	* .cvsignore, Makefile, config.mk.in, configure.ac, vars.mk,
	  wvtesthelper, include/uniconfdaemon.h, include/uniconfkey.h,
	  include/uniconfpamconn.h, include/unimountgen.h,
	  include/unipermgen.h, include/unisecuregen.h,
	  include/uniunwrapgen.h, include/wvconfemu.h,
	  include/wvdailyevent.h, include/wvhashtable.h,
	  include/wvipfirewall.h, include/wvondiskhash.h,
	  include/wvondisklist.h, include/wvpam.h, include/wvslp.h,
	  ipstreams/wvslp.cc, ipstreams/tests/slplisttest.cc,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wvpam.cc,
	  streams/wvdailyevent.cc, streams/t/wvencoderstream.t.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconfkey.cc, uniconf/uniconfroot.cc,
	  uniconf/unihashtree.cc, uniconf/unimountgen.cc,
	  uniconf/unipermgen.cc, uniconf/unisecuregen.cc,
	  uniconf/uniunwrapgen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/rules.mk, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/gremlin/unigremlin.h,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniconftree.t.cc, uniconf/t/unidefgen.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/uniunwrapgen.t.cc, uniconf/tests/unitest.sh,
	  utils/wvmoniker.cc, utils/t/strutils.t.cc, utils/t/wvbuffer.t.cc,
	  utils/t/wvhashtable.t.cc: crazy: merged from HEAD

2004-08-02 19:35  ppatters

	* crypto/wvsslstream.cc, crypto/tests/sslsrvtest.cc,
	  crypto/tests/ssltest.cc, include/wvsslstream.h,
	  ipstreams/wvhttp.cc, uniconf/uniclientgen.cc,
	  uniconf/daemon/uniconfdaemon.cc: HEAD: Add meaningfull connection
	  validation capabilities to WvSSLStream.

2004-08-02 06:07  sfllaw

	* crypto/wvsslstream.cc: HEAD: Fixed WvSSLStream so it knows when
	  to stop.

2004-07-30 20:40  mcote

	* .cvsignore, include/wvondiskhash.h, uniconf/wvconfemu.cc,
	  uniconf/t/unidefgen.t.cc: mcote_versioning: merging from HEAD to
	  keep up with wvpackages.

2004-07-30 06:25  sfllaw

	* include/wvondisklist.h, utils/t/strutils.t.cc: HEAD: GCC 3.4
	  fixes for UnitTests in WvStreams

2004-07-30 06:18  sfllaw

	* wvtesthelper: HEAD: In wvtesthelper, make it look in the right
	  place, no matter what.

2004-07-29 18:39  sfllaw

	* include/wvondiskhash.h: HEAD: Copy-constructors seem to need to
	  have const-reference arguments.

2004-07-28 06:28  pcolijn

	* uniconf/t/unidefgen.t.cc: HEAD: A few changes to twister.img:
	  added a few libs to make uniconfd run in twister, and updated
	  rc.usr.sh to put the uniconfd socket in /TWISTER/uniconfd in
	  'reality' space instead of /tmp/uniconfd, since init scripts like
	  to clean /tmp. Also bind mount /usr/lib to /TWISTER/usr/lib in
	  'reality' so we get WvStreams, etc. for free by adding a
	  (low-priority) entry to /etc/ld.so.conf.

	  Also a minor change to the ldaptest to make it more useful (it
	  searches for objectClass=*) and a tiny change to the UniDefGen
	  unit test.

2004-07-27 21:39  sfllaw

	* .cvsignore: HEAD: Update .cvsignore files for files generated by
	  snapshot.sh

2004-07-27 18:19  mrwise

	* uniconf/wvconfemu.cc: HEAD: Fixed a crash error when weaver shuts
	  down (someone forgot to del callback on Fast Forward)  Got rid of
	  a useless WvConfEmu in apcupsd and cleaned up a log message when
	  creating an ini file in oemmgr.  BUGZID:6422

2004-07-27 03:59  mcote

	* include/uniconfkey.h, include/wvconfemu.h, uniconf/uniconfkey.cc,
	  uniconf/t/uniconfroot.t.cc: mcote_versioning: Merging from HEAD.

2004-07-27 03:56  mcote

	* include/wvverstring.h, utils/verstring.cc,
	  utils/t/verstring.t.cc: mcote_versioning: Applied verstring
	  changes from r3_80_mcote.

2004-07-26 03:56  jdeboer

	* linuxstreams/wvacl.cc: r3_80: Changing ACLs should work in r3_80
	  now. BUGZID:6194

2004-07-25 23:04  mrwise

	* configfile/tests/delsectiontest.cc, configfile/tests/initest.cc,
	  configfile/tests/nofile.cc, crypto/tests/cert2test.cc,
	  include/wvconfemu.h, uniconf/wvconfemu.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/emutest.cc,
	  uniconf/tests/uniconfwvgentest.cc: crazy: Rejoice, WvConf has
	  been banished from the crazy branch, next up is WvConfEmu.

2004-07-25 21:40  mrwise

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/wvconf.cc, include/uniwvconfgen.h, include/wvconf.h,
	  include/wvconfemu.h, include/wvxconf.h, uniconf/uniwvconfgen.cc,
	  uniconf/wvconfemu.cc: crazy: Cleaning up headers and dependencies
	  in a big way, getting rid of all remaining uses of WvConf, next
	  step is to get rid of the WvConf->WvConfEmu macro.

2004-07-25 17:52  mrwise

	* include/uniconfkey.h, include/wvconfemu.h, uniconf/uniconfkey.cc,
	  uniconf/t/uniconfroot.t.cc: HEAD: Split WvAuth into WvAuth and
	  WvUserSvc, WvAuth still relies heavily on WvUserSvc to get the
	  job done, but I'll be breaking that dependency.  WvAuth and
	  WvUserSvc now totally use UniConf, no WvConfEmu and importantly
	  No more caching in WvAuth for users!	Also added a pop() method
	  in UniConfKey for simplicity, and WvConfEmu's now convert
	  directly into UniConf's when asked nicely.  WvFFilter now takes a
	  UniConf instead of a WvConfEmu as well.  Death to WvConf(Emu).
	  BUGZID:4104

2004-07-24 03:16  mcote

	* include/wvverstring.h: r3_80_mcote: Weaver recognizes, downloads,
	  and installs new-style versions properly.  Have to make one small
	  change (older lilo labels are now x_y instead of x.y--will keep
	  it as the latter for consistency), and the bridging version
	  should be done.  BUGZID: 6066

2004-07-23 08:29  mcote

	* Makefile, config.mk.in, configure.ac, vars.mk,
	  include/uniconfdaemon.h, include/uniconfpamconn.h,
	  include/unimountgen.h, include/unipermgen.h,
	  include/unisecuregen.h, include/uniwvconfgen.h,
	  include/wvdailyevent.h, include/wvhashtable.h,
	  include/wvipfirewall.h, include/wvondiskhash.h, include/wvpam.h,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wvpam.cc,
	  streams/wvdailyevent.cc, streams/t/wvencoderstream.t.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconfroot.cc, uniconf/unihashtree.cc,
	  uniconf/unimountgen.cc, uniconf/unipermgen.cc,
	  uniconf/unisecuregen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/rules.mk, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/gremlin/unigremlin.h,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniconftree.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unimountgen.t.cc, uniconf/tests/unitest.sh,
	  utils/wvmoniker.cc, utils/t/wvbuffer.t.cc,
	  utils/t/wvhashtable.t.cc: mcote_versioning: trying that merge
	  again...

2004-07-23 00:10  mcote

	* Makefile, config.mk.in, configure.ac, vars.mk,
	  include/uniconfdaemon.h, include/uniconfpamconn.h,
	  include/unimountgen.h, include/unipermgen.h,
	  include/unisecuregen.h, include/uniunwrapgen.h,
	  include/uniwvconfgen.h, include/wvdailyevent.h,
	  include/wvhashtable.h, include/wvipfirewall.h,
	  include/wvondiskhash.h, include/wvpam.h, include/wvslp.h,
	  ipstreams/wvslp.cc, ipstreams/tests/slplisttest.cc,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wvpam.cc,
	  streams/wvdailyevent.cc, streams/t/wvencoderstream.t.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconfroot.cc, uniconf/unihashtree.cc,
	  uniconf/unimountgen.cc, uniconf/unipermgen.cc,
	  uniconf/unisecuregen.cc, uniconf/uniunwrapgen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/gremlin/unigremlin.h,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniconftree.t.cc, uniconf/t/unidefgen.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/uniunwrapgen.t.cc, uniconf/tests/unitest.sh,
	  utils/wvmoniker.cc, utils/t/wvbuffer.t.cc,
	  utils/t/wvhashtable.t.cc: mcote_versioning: merging from head so
	  I can build with wvpackages again.

2004-07-22 20:06  jklink

	* include/wvdailyevent.h, streams/wvdailyevent.cc: BUGZID: 5103

	    Added functionality so that if a user chooses to skip an event
	  they can.  The value had to be something reasonable, so if their
	  next event was >= 1 hr away this event would NOT be skipped,
	  otherwise it will skip the event.

2004-07-22 15:43  apenwarr

	* uniconf/tests/unitest.sh: HEAD: unitest.sh should use unix domain
	  sockets for its uniconfd, so it doesn't conflict with other
	  people.

2004-07-21 19:14  apenwarr

	* Makefile, uniconf/uniclientgen.cc:
	  HEAD: uniclientgen's iterator was completely broken.
	  Embarrassingly, unitest.sh already would have caught this in the
	  unit tests if we had used DAEMON=1 mode, but we were only using
	  DAEMON=0.  Now "make test" runs it both ways.

2004-07-20 18:40  pzion

	* config.mk.in, configure.ac, vars.mk, include/uniconfdaemon.h,
	  include/uniconfpamconn.h, include/unimountgen.h,
	  include/unipermgen.h, include/unisecuregen.h,
	  include/uniunwrapgen.h, include/uniwvconfgen.h,
	  include/wvhashtable.h, include/wvipfirewall.h,
	  include/wvondiskhash.h, include/wvpam.h, include/wvslp.h,
	  ipstreams/wvslp.cc, ipstreams/tests/slplisttest.cc,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wvpam.cc,
	  streams/t/wvencoderstream.t.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconfroot.cc,
	  uniconf/unihashtree.cc, uniconf/unimountgen.cc,
	  uniconf/unipermgen.cc, uniconf/unisecuregen.cc,
	  uniconf/uniunwrapgen.cc, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/gremlin/unigremlin.h,
	  uniconf/t/uniconfd.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniconftree.t.cc, uniconf/t/unidefgen.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/uniunwrapgen.t.cc, uniconf/tests/unitest.sh,
	  utils/wvmoniker.cc, utils/t/wvbuffer.t.cc,
	  utils/t/wvhashtable.t.cc: wvdiskd: merged from HEAD

2004-07-20 16:43  sfllaw

	* uniconf/wvconfemu.cc: HEAD: Make WvConfEmu's DEBUG_DEL_CALLBACK
	  define actually useful.

2004-07-20 03:18  pcolijn

	* uniconf/t/unidefgen.t.cc: HEAD: Committing a unit test for
	  UniDefGen, since there wasn't one. I left one section commented
	  because I'm not 100% sure how UniDefGen is supposed to work when
	  substituting wildcards. Can you substitute multiple wildcards?
	  Can you put arbitrary text around wildcards? Not right now you
	  can't, anyway.

2004-07-17 03:43  pphaneuf

	* include/wvhashtable.h, utils/t/wvhashtable.t.cc: Fixed a bug in
	  WvMap::zap() that made exists() say that a key still existed even
	  after a zap() if that key was the last one accessed.	BUGZID:6281

2004-07-17 02:24  pmccurdy

	* utils/t/wvhashtable.t.cc: head: Another failing WvMap unit test.
	  BUGZID:6281

2004-07-17 00:49  tyler

	* linuxstreams/wvipfirewall.cc:
	  BUGZID: 1720

	  removed duplicate unlinking of wvlinkedlist item causing a
	  segfault

2004-07-16 22:28  tyler

	* include/wvipfirewall.h, linuxstreams/wvipfirewall.cc:
	  BUGZID:1720

	  HEAD: wvipfirewall now uses iptables for port forwarding instead
	  of fastforward

2004-07-16 21:10  mrwise

	* ipstreams/wvslp.cc: HEAD: slp

2004-07-16 21:02  ppatters

	* ipstreams/wvslp.cc: HEAD: Fix wvslp to have the right includes...

2004-07-16 21:01  ppatters

	* config.mk.in: HEAD: Aaargh - I hate autoconf... AND I'm an
	  idiot...

2004-07-16 20:30  ppatters

	* configure.ac: HEAD: Oops... I hate autoconf.

2004-07-16 20:21  ppatters

	* include/wvslp.h: HEAD: fix comment in wvslp.h

2004-07-16 19:39  ppatters

	* configure.ac, vars.mk, include/wvslp.h, ipstreams/wvslp.cc,
	  ipstreams/tests/slplisttest.cc, uniconf/uniclientgen.cc,
	  uniconf/daemon/rules.mk, uniconf/daemon/uniconfd.cc: HEAD:
	  UniConf now has a slp: moniker for client connections that finds
	  a UniConf server on the network and connects to that. The UniConf
	  daemon now registers with SLP when it starts up and deregisters
	  on shutdown.

2004-07-16 05:30  apenwarr

	* include/uniconfdaemon.h, include/uniconfpamconn.h,
	  include/unimountgen.h, include/uniunwrapgen.h, include/wvpam.h,
	  linuxstreams/wvpam.cc, uniconf/uniconfroot.cc,
	  uniconf/unipermgen.cc, uniconf/uniunwrapgen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/t/uniconfd.t.cc,
	  uniconf/t/uniunwrapgen.t.cc: HEAD: added UniUnwrapGen, which
	  disgustingly converts UniConf objects into UniConfGen objects,
	  thus allowing horrors like a "symlink" generator and other funny
	  stuff.  Used this in the UniConfDaemon, so we can re-wrap the
	  entire UniConf tree in a UniPermGen once per connection, thus
	  making UniConfPamConn much simpler.  And so security actually
	  works in the UniConfDaemon now.  I wish I could promise never to
	  do something this evil ever again... but... nah.

2004-07-16 01:50  apenwarr

	* include/unipermgen.h, include/unisecuregen.h, include/wvpam.h,
	  linuxstreams/wvpam.cc, uniconf/unihashtree.cc,
	  uniconf/unipermgen.cc, uniconf/unisecuregen.cc,
	  uniconf/daemon/rules.mk, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/t/uniconftree.t.cc,
	  uniconf/tests/unitest.sh: HEAD: fixed a nasty crash in UniIniGen
	  if only /a and /a/b existed and you did refresh(), and wrote a
	  unit test to detect it.  Cleaned up the command-line options for
	  uniconfd.  Rearranged UniSecureGen/UniPermGen, but didn't make
	  them work with the UniConfDaemon right now - they're nice, but
	  the way they implement multiple connections is pretty hacky, and
	  I'll have to find a better way.

2004-07-15 21:09  apenwarr

	* uniconf/uniclientgen.cc: HEAD: removed mrwise debug crud from
	  uniclientgen.cc.

2004-07-15 18:07  sfllaw

	* include/wvondiskhash.h: HEAD: WvOnDiskHash needs to be friendly
	  with its private data structures.

2004-07-15 15:28  pphaneuf

	* configure.ac: Enabled exceptions and RTTI by default in
	  WvStreams' configure.ac, added options to disable them in
	  niti/configure.

2004-07-15 04:23  mrwise

	* include/unimountgen.h, include/uniwvconfgen.h,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/unimountgen.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/gremlin/unigremlin.h, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/tests/unitest.sh, utils/wvmoniker.cc: HEAD:Changed the
	  uniconfdaemon in weaver to export /config of the uniconf, fixed
	  up the daemon to be *able* to export non root paths.	Changed
	  MountGen to set the root key of the generator to "" if not set
	  when mounting.  Changed haschildren() and exists() to work better
	  in cases where there are gaps in the MountGen where no generators
	  are mounted.	I think it's correct now.  Changed wvmoniker to eat
	  leading and trailing whitespace from each separate moniker,
	  cache: ini: will be cache:ini:  Added lots of tests for
	  iterators, had to comment most of them out for now since
	  iterators are so broken.  Added a forward declaration of WvConf
	  in wvconfgen to resolve an include error.  BUGZID:6212

2004-07-14 22:16  ppatters

	* streams/t/wvencoderstream.t.cc: HEAD: Unit test for
	  WvBase64Decoder in a WvEncoderStream.

2004-07-14 20:51  pmccurdy

	* utils/t/wvhashtable.t.cc: head: WvMap is even more broken than I
	  thought, and causes Valgrind problems in my unit test even with
	  the actual failing tests commented out.  BUGZID:6281

2004-07-14 20:49  ppatters

	* utils/t/wvbuffer.t.cc: HEAD: Stress test for WvDynBuf, to prove
	  to pcolijn that WvDynBuf isn't what is causing his code to not
	  work.

2004-07-14 04:42  pmccurdy

	* utils/t/wvhashtable.t.cc: head: Another failing (commented-out)
	  unit test for WvMap::zap, this one crashes.  BUGZID:6281

2004-07-14 03:32  pmccurdy

	* utils/t/wvhashtable.t.cc: head: Wrote and commented out a failing
	  unit test for WvMap::zap.  BUGZID:6281

2004-07-14 01:18  apenwarr

	* include/wvondiskhash.h: HEAD: removed stupid "BROKEN_COMPILER"
	  warning from wvondiskhash.h by removing the "friend" lines
	  altogether - I can't figure out why they'd be needed, since
	  almost everything in that class is public anyway.  They certainly
	  aren't needed in gcc-3.2 or 2.95.  If you need them back, add a
	  comment saying why they're needed in *your* stupid compiler,
	  okay?

	  Brought niti/src/Makefile back from the dead so I don't go crazy.
	   It just calls into niti/Makefile, but life without it is too
	  horrible to contemplate.

2004-07-13 23:26  mcote

	* include/verstring.h, include/wvverstring.h, utils/verstring.cc,
	  utils/t/verstring.t.cc: r3_80_mcote (versioning bridge): Ported &
	  modified verstring changes from HEAD.

2004-07-13 02:25  pphaneuf

	* include/wvstreamlist.h, ipstreams/tests/vars.mk,
	  streams/wvstream.cc, streams/wvstreamlist.cc,
	  streams/t/wvstream.t.cc, uniconf/t/wvconfemu.t.cc: crazy: merged
	  from HEAD.

2004-07-09 21:25  pphaneuf

	* uniconf/t/wvconfemu.t.cc: Seems like the only thing in emutest
	  that was really needed in the WvConfEmu unit test was the setbool
	  testing, so now it's there.  BUGZID:3883

2004-07-09 17:51  jrmuizel

	* streams/: wvstream.cc, t/wvstream.t.cc:
	  HEAD: rewrite getline and add another test case BUGZID: 4942

2004-07-09 15:14  pphaneuf

	* ipstreams/tests/vars.mk: I like whitespace.

2004-07-09 14:12  pphaneuf

	* include/wvstreamlist.h, streams/wvstreamlist.cc: Completely
	  removed WvStreamList.

2004-07-09 05:51  pphaneuf

	* wvrules.mk, Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhttpex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc,
	  Docs/sgmlmanual/egfiles/wvtcpex.cc,
	  Docs/sgmlmanual/egfiles/wvudpex.cc,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h, crypto/tests/cryptotest.cc,
	  crypto/tests/sslsrvtest.cc, crypto/tests/ssltest.cc,
	  debian/changelog, debian/libwvstreams3-base.install,
	  debian/libwvstreams3-fft.install,
	  debian/libwvstreams3-gtk.install,
	  debian/libwvstreams3-qt.install,
	  debian/libwvstreams3-speex.install,
	  debian/libwvstreams3-vorbis.install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install, debian/rules,
	  include/uniconfdaemon.h, include/verstring.h, include/wvhttp.h,
	  include/wvhttppool.h, include/wvstreamclone.h, include/wvtcp.h,
	  include/wvunixsocket.h, include/wvverstring.h,
	  ipstreams/wvhttp.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/componenttest.cc,
	  ipstreams/tests/contseltest.cc, ipstreams/tests/httptest.cc,
	  ipstreams/tests/ip2test.cc, ipstreams/tests/iptest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/tcptest.cc, ipstreams/tests/udp2test.cc,
	  ipstreams/tests/udptest.cc, ipstreams/tests/ulistentest.cc,
	  ipstreams/tests/unixtest.cc, oggspeex/tests/oggspeextest.cc,
	  oggvorbis/tests/oggvorbistest.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvencoderstream.t.cc,
	  streams/t/wvgzipstream.t.cc, streams/t/wvstream.t.cc,
	  streams/t/wvstreamclone.t.cc, streams/tests/modemtest.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/wvconfemu.t.cc,
	  uniconf/tests/uninoticetest.cc, urlget/wvhttppool.cc,
	  urlget/t/wvhttppool.t.cc, urlget/tests/http2test.cc,
	  utils/verstring.cc, utils/wvgzip.cc, utils/wvtest.cc,
	  utils/t/verstring.t.cc, utils/t/wvbackslash.t.cc,
	  utils/tests/backslashtest.cc, utils/tests/base64test.cc,
	  utils/tests/hextest.cc, utils/tests/wordwraptest.cc: crazy:
	  merged from HEAD. This being the crazy branch, I did NOT actually
	  run anything from this merge. I did compile images though.

2004-07-08 23:50  mcote

	* utils/t/verstring.t.cc: HEAD: Added comment about expected
	  results in verstring.t.cc.

2004-07-08 23:32  mcote

	* utils/: verstring.cc, t/verstring.t.cc: HEAD: Fixed bug in
	  string_to_new_ver().	Added a few tests to verstring.t.cc and
	  rearranged a little for clarity.  BUGZID: 6066

2004-07-08 21:56  jdeboer

	* uniconf/t/uniconfroot.t.cc: HEAD: Added a simple uniconf unittest
	  to verify case insensitivity.

2004-07-08 19:02  mcote

	* include/verstring.h, include/wvverstring.h, utils/verstring.cc,
	  utils/t/verstring.t.cc: HEAD: Moved verstring.h to wvverstring.h.
	  Added new_ver_to_string() and string_to_new_ver() for new
	  version format, plus unit tests.  BUGZID: 6066

2004-07-07 17:24  mrwise

	* uniconf/t/wvconfemu.t.cc: HEAD:commented out failing unittest

2004-07-07 00:33  ppatters

	* include/wvtcp.h, ipstreams/wvtcp.cc: HEAD: Create a daemon that
	  listens on port 53 TCP and that rejects AXFR requests, so that
	  our French customers can register .fr domains with the DynDNS
	  service. Part of BUGZID:6109. While I was at it, I added a method
	  to allow a WvTCPListener to auto_accept to the global list.

2004-07-07 00:06  jnc

	* linuxstreams/: wvacl.cc, t/wvacl.t.cc: r3_80: Only add an ACL
	  mask of rwx if a mask is needed at all.  (Most importantly, this
	  means set_acl_permissions(filename, get_acl_short_form(filename))
	  is now a no-op instead of adding a mask which messes with the
	  group permission.)  Add some ACL unit tests.	BUGZID: 6008

2004-07-06 22:16  pphaneuf

	* include/wvlink.h: crazy: Initializer lists smell better.

2004-07-06 22:09  mcote

	* include/wvacl.h, linuxstreams/wvacl.cc: r3_80: Eliminated a
	  memory leak (and a useless variable) in WvAcl.  BUGZID: 6174

2004-07-06 21:08  mrwise

	* streams/t/wvencoderstream.t.cc: r3_80: commented out failing test
	  until it is fixed.

2004-07-06 21:07  mrwise

	* wvrules.mk, Win32WvStreams/libwvstreams/streams.cc,
	  debian/changelog, debian/libwvstreams3-base.install,
	  debian/libwvstreams3-fft.install,
	  debian/libwvstreams3-gtk.install,
	  debian/libwvstreams3-qt.install,
	  debian/libwvstreams3-speex.install,
	  debian/libwvstreams3-vorbis.install,
	  debian/libwvstreams3.80-base.install,
	  debian/libwvstreams3.80-fft.install,
	  debian/libwvstreams3.80-gtk.install,
	  debian/libwvstreams3.80-qt.install,
	  debian/libwvstreams3.80-speex.install,
	  debian/libwvstreams3.80-vorbis.install, debian/rules,
	  include/wvhttp.h, include/wvstreamclone.h, ipstreams/wvhttp.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/t/wvencoderstream.t.cc, streams/t/wvgzipstream.t.cc,
	  streams/t/wvstream.t.cc, streams/t/wvstreamclone.t.cc,
	  uniconf/t/wvconfemu.t.cc, utils/wvgzip.cc, utils/wvtest.cc:
	  HEAD:merged from r3_80

2004-07-06 19:14  pphaneuf

	* include/: iwvstream.h, wvstream.h: crazy: merged WvStreams from
	  HEAD.

2004-07-06 17:54  slajoie

	* Win32WvStreams/libwvstreams/streams.cc: r3_80: Added a very ugly
	  workaround for BUGZID:5449 (WvStreams/Win32 only).

2004-07-06 17:47  mrwise

	* Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhttpex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc,
	  Docs/sgmlmanual/egfiles/wvtcpex.cc,
	  Docs/sgmlmanual/egfiles/wvudpex.cc,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h, crypto/tests/cryptotest.cc,
	  crypto/tests/sslsrvtest.cc, crypto/tests/ssltest.cc,
	  include/uniconfdaemon.h, include/wvhttppool.h, include/wvtcp.h,
	  include/wvunixsocket.h, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/componenttest.cc,
	  ipstreams/tests/contseltest.cc, ipstreams/tests/httptest.cc,
	  ipstreams/tests/ip2test.cc, ipstreams/tests/iptest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/tcptest.cc, ipstreams/tests/udp2test.cc,
	  ipstreams/tests/udptest.cc, ipstreams/tests/ulistentest.cc,
	  ipstreams/tests/unixtest.cc, oggspeex/tests/oggspeextest.cc,
	  oggvorbis/tests/oggvorbistest.cc, streams/tests/modemtest.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/wvconfemu.t.cc,
	  uniconf/tests/uninoticetest.cc, urlget/wvhttppool.cc,
	  urlget/t/wvhttppool.t.cc, urlget/tests/http2test.cc,
	  utils/t/wvbackslash.t.cc, utils/tests/backslashtest.cc,
	  utils/tests/base64test.cc, utils/tests/hextest.cc,
	  utils/tests/wordwraptest.cc: HEAD: replaced all instances of
	  WvStreamList with WvIStreamList so we can eventually get rid of
	  the duplicate code for having both.  src/phone was not compiling
	  before the change and it most certainly isn't now, I repaired a
	  number of the compile errors but realized I was fixing errors
	  that had nothing to do with me so I eventually just left it.
	  There are a few tests in wvstreams/ipstreams that I had to add
	  static_casts to, and db.cc in wvfilemon required a cast as well,
	  soon the cast in db.cc will not be neccesary as we will be adding
	  setreadcallback to IWvStream.  BUGZID:3876

2004-07-06 17:28  pphaneuf

	* include/: iwvstream.h, wvstream.h: Separated IWvStream into its
	  own file.

2004-07-06 16:35  jrmuizel

	* streams/t/wvencoderstream.t.cc: r3_80: add broken wvencoderstream
	  test case

2004-07-06 04:20  pphaneuf

	* include/wvhttppool.h, urlget/wvftpstream.cc: Removed the use of
	  uses_continue_select in WvFtpStream.

2004-07-05 22:12  pphaneuf

	* include/wvcont.h, utils/wvcont.cc, utils/t/wvcont.t.cc,
	  utils/tests/conttest.cc: Clean up WvCont a bit, removing the
	  templatish gunk (it's not a template) and making it a bit more
	  shorthand (saving a whole two characters!).

2004-07-02 21:10  mrwise

	* uniconf/gremlin/: rungremlin.cc, unigremlin.cc, unigremlin.h:
	  HEAD: latest work on gremlin, currently creates unparseable ini
	  files sometimes due to a bug in the inigen(which I'm working on).
	  Doesn't make use of things like ratios or harvested data yet,
	  but that will come when I get a bit more time to work on it.

2004-07-02 07:42  apenwarr

	* include/wvstreamclone.h, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/t/wvgzipstream.t.cc,
	  streams/t/wvstreamclone.t.cc, utils/wvgzip.cc, utils/wvtest.cc:
	  r3_80: BUGZID:5799: make src/exchangeit/client.cpp support
	  optional zlib compression.  Make WvStreamClone do noread/nowrite
	  properly.  Make WvGzipEncoder flush() the encoder immediately on
	  write() when auto_flush is true, like it used to (I suspect that
	  was the root cause of this bug - and it's in the client, not the
	  server).  Change the ExchangeIt server $buffer_size from 1 byte
	  (agh!) to 10240 bytes, because I tested it and it works just
	  fine, thank you.  Fixed outlog_flush to actually use Z_SYNC_FLUSH
	  correctly, thanks to Aaron.  Fixed getline to actually report an
	  error when inflate fails, rather than just aborting the
	  exchangeit server silently (agh!).  Make exchangeit server close
	  stdin/stdout at the right times, avoiding RST when we really
	  meant FIN.  Make WvExchangeItSvc not take a WvAuth object, since
	  it doesn't use it for anything.

2004-07-01 11:54  jnc

	* linuxstreams/wvacl.cc: r3_80: Fix memory leak in
	  get_acl_short_form BUGZID: 6051

2004-06-30 20:50  pzion

	* Makefile, configure.ac, vars.mk, wvrules.mk,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  crypto/wvblowfish.cc, crypto/wvcountermode.cc,
	  crypto/wvdigest.cc, crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/wvxor.cc, crypto/t/wvx509.t.cc, crypto/tests/cert2test.cc,
	  crypto/tests/certtest.cc, crypto/tests/cryptotest.cc,
	  crypto/tests/sslsrvtest.cc, debian/changelog, debian/control,
	  debian/copyright, debian/rules, include/unicachegen.h,
	  include/uniconfgen.h, include/uniconftree.h,
	  include/unilistgen.h, include/unimountgen.h, include/wvaddr.h,
	  include/wvconfemu.h, include/wvhashtable.h,
	  include/wvinterface.h, include/wvlinklist.h, include/wvmagic.h,
	  include/wvmagicloopback.h, include/wvmoniker.h,
	  include/wvondiskhash.h, include/wvqtstreamclone.h,
	  include/wvscatterhash.h, include/wvsorter.h, include/wvstream.h,
	  include/wvstrutils.h, include/wvtask.h, include/wvtestfiletree.h,
	  include/wvtypetraits.h, include/wvvector.h, include/wvx509.h,
	  include/wvxplc.h, ipstreams/wvaddr.cc, ipstreams/wvresolver.cc,
	  ipstreams/tests/simpleconntest.cc, ipstreams/tests/xplctest.cc,
	  linuxstreams/wvfam.cc, linuxstreams/wvinterface.cc,
	  oggspeex/tests/oggspeextest.cc, oggvorbis/tests/oggvorbistest.cc,
	  redhat/libwvstreams.spec, streams/wvmagicloopback.cc,
	  streams/wvmodem.cc, streams/wvprotostream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvtimestream.cc, streams/t/wvdailyevent.t.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvloopback.t.cc,
	  streams/t/wvmagicloopback.t.cc, streams/tests/logtest.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/unilistgen.cc, uniconf/unimountgen.cc,
	  uniconf/wvconfemu.cc, uniconf/wvtestfiletree.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/gremlin/rungremlin.cc, uniconf/gremlin/unigremlin.cc,
	  uniconf/gremlin/unigremlin.h, uniconf/t/uniconfgen.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/unilistgen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/wvconfemu.t.cc, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  urlget/t/.cvsignore, urlget/t/wvhttppool.t.cc,
	  urlget/tests/http2test.cc, utils/strutils.cc, utils/wvbuffer.cc,
	  utils/wvbufferstore.cc, utils/wvmoniker.cc,
	  utils/wvscatterhash.cc, utils/wvsubproc.cc, utils/wvvector.cc,
	  utils/wvwordwrap.cc, utils/t/strutils.t.cc,
	  utils/t/wvbackslash.t.cc, utils/t/wvbufferunget.t.cc,
	  utils/t/wvdelayedcallback.t.cc, utils/t/wvwordwrap.t.cc,
	  utils/tests/backslashtest.cc, utils/tests/base64test.cc,
	  utils/tests/diriter2test.cc, utils/tests/hextest.cc,
	  utils/tests/monikertest.cc, utils/tests/wordwraptest.cc:
	  asterisk: merge from HEAD

2004-06-30 06:11  apenwarr

	* streams/: wvstream.cc, t/wvstream.t.cc:
	  r3_80: BUGZID:6049: continue_select() was forgetting to disable
	  its alarm, so you'd get an extra alarm_was_ticking callback if
	  you did a return() sometime after a continue_select that didn't
	  time out.  This was making the virus updater run over and over
	  again in a loop.  Eek.

2004-06-27 20:57  pphaneuf

	* include/wvxplc.h: Suck in the XPLC UUID operators, they got
	  separated into a separate C++ binding header.

2004-06-26 05:34  jnc

	* uniconf/t/wvconfemu.t.cc: r3_80: Add get from nonexistant section
	  to WvConfEmu unit test BUGZID: 6042

2004-06-25 22:21  mcote

	* urlget/: wvftpstream.cc, tests/http2test.cc: HEAD: Fixed
	  WvFtpStream.	Added forgotten newline to log message in
	  http2test. BUGZID: 6038

2004-06-25 18:12  pphaneuf

	* utils/tests/diriter2test.cc: Fixed a small warning in
	  dirite2test.

2004-06-23 21:58  sfllaw

	* debian/: libwvstreams3.80-base.install,
	  libwvstreams3.80-fft.install, libwvstreams3.80-gtk.install,
	  libwvstreams3.80-qt.install, libwvstreams3.80-speex.install,
	  libwvstreams3.80-vorbis.install, libwvstreamsd3.80-base.install,
	  libwvstreamsd3.80-fft.install, libwvstreamsd3.80-gtk.install,
	  libwvstreamsd3.80-qt.install, libwvstreamsd3.80-speex.install,
	  libwvstreamsd3.80-vorbis.install: r3_80: Argh!  I renamed the
	  files incorrectly in WvStreams' Debian package.

2004-06-23 21:57  sfllaw

	* debian/rules: r3_80: Fix the paths in the rules file of
	  WvStreams.

2004-06-23 21:02  sfllaw

	* debian/: libwvstreams3-base.install, libwvstreams3-fft.install,
	  libwvstreams3-gtk.install, libwvstreams3-qt.install,
	  libwvstreams3-speex.install, libwvstreams3-vorbis.install,
	  libwvstreamsd3.80-base.install, libwvstreamsd3.80-fft.install,
	  libwvstreamsd3.80-gtk.install, libwvstreamsd3.80-qt.install,
	  libwvstreamsd3.80-speex.install,
	  libwvstreamsd3.80-vorbis.install: r3_80: Since we renamed the
	  snapshots, we'll need to rename the .install files as well.

2004-06-23 21:01  sfllaw

	* debian/changelog: r3_80: Update the date of this snapshot.

2004-06-23 13:24  sfllaw

	* debian/changelog, debian/control, debian/copyright, debian/rules,
	  redhat/libwvstreams.spec: r3_80: Merging WvStreams changes from
	  HEAD.

2004-06-23 13:18  sfllaw

	* Makefile: r3_80: Merge WvStreams build changes from HEAD.

2004-06-23 12:31  sfllaw

	* configure.ac: HEAD: Argh!  Put in missing comma.

2004-06-23 12:30  sfllaw

	* configure.ac: HEAD: Actually set ENABLE_DELETE_DETECTOR when
	  configure asks for it.

2004-06-22 22:44  pphaneuf

	* include/wvtask.h: Only define the friend operator&& in WvTask if
	  we are using the delete detector.

2004-06-22 22:09  sfllaw

	* include/wvxplc.h: HEAD: Put in a configure option to enable the
	  delete detector.

2004-06-22 21:14  sfllaw

	* Makefile: HEAD: install-xplc target should be .PHONY

2004-06-22 21:05  sfllaw

	* Makefile, debian/rules: HEAD: Put XPLC in the right place, and
	  make it install.

2004-06-22 20:00  sfllaw

	* Makefile: HEAD: Clean out the XPLC port before building it.

2004-06-22 19:59  sfllaw

	* debian/changelog: HEAD: New WvStreams Debian changelog.

2004-06-22 19:59  sfllaw

	* debian/control: HEAD: Change the WvStreams package name to
	  include our full SONAME.  Add myself to the Uploaders list.
	  Update to standards 3.6.1.

2004-06-22 19:58  sfllaw

	* redhat/libwvstreams.spec: HEAD: Update the version for WvStreams'
	  RPM spec file.  I have no idea if I did it right.

2004-06-22 19:57  sfllaw

	* debian/copyright: HEAD: WvStreams in copyright to 2004.

2004-06-22 16:23  sfllaw

	* Makefile: HEAD: Actually, don't remove XPLC in distclean target
	  of WvStreams

2004-06-22 15:45  sfllaw

	* configure.ac: HEAD: Revert my patch to WvStreams' configure.ac.

2004-06-22 15:42  sfllaw

	* Makefile: HEAD: Fixed silly cp problem in `make dist` for
	  WvStreams

2004-06-22 15:11  sfllaw

	* Makefile: HEAD: Import XPLC into the distribution when we `make
	  dist`

2004-06-22 14:58  sfllaw

	* Makefile: HEAD: Sometimes Make complains that it can't find
	  certain linker options as files.  We'll tell make that these
	  files don't exist.

2004-06-22 14:57  sfllaw

	* configure.ac: HEAD: In WvStreams, configure xplc first, if we
	  notice that it's been moved into our subdirectory.

2004-06-21 23:20  mcote

	* include/wvhttp.h, ipstreams/wvhttp.cc: r3_80: WvHTTPStream now
	  recognized the https protocol and uses a WvSSLStream.  Necessary
	  for BUGZID: 5896

2004-06-21 20:02  mrwise

	* wvrules.mk: r3_80:fixed ./configure --disable-debug to properly
	  disable debugging.

	  BUGZID:5938

2004-06-19 19:55  mrwise

	* include/wvconfemu.h, streams/wvstream.cc, uniconf/wvconfemu.cc:
	  mrwise_ndf: merged from HEAD

2004-06-18 23:24  mrwise

	* include/wvconfemu.h, streams/wvstream.cc, uniconf/wvconfemu.cc:
	  HEAD: merging from r3_80

2004-06-18 21:58  pphaneuf

	* Makefile: r3_80: make sure we make the symlinks from the soname
	  of libxplc to the shared object itself.

2004-06-17 17:07  sfllaw

	* include/wvondiskhash.h: HEAD: Workaround for GCC 2.95

2004-06-16 18:25  sfllaw

	* include/wvondiskhash.h: HEAD: Pierre, you ignored the fact that
	  GCC 2.95 doesn't respect protected or friends properly.  Here is
	  a fix that makes it compile on 3.4 and 2.95.

2004-06-16 13:29  pphaneuf

	* include/wvondiskhash.h: Fixed the gcc 3.4 compatibility fix that
	  Simon applied yesterday to work also with 2.95.

2004-06-16 04:05  sfllaw

	* include/wvondiskhash.h: HEAD: Allow nesting class and its
	  iterators to get at WvOnDiskHash::datumize(WvOnDiskHash::datumize
	  &).

2004-06-16 03:42  kenrose

	* include/wvtestfiletree.h, uniconf/wvtestfiletree.cc: HEAD: Made
	  backup UnitTests work again by making wvtestfiletree add ACL
	  stats to the Uniconf tree.  Since this puts a dependency of
	  something in WvStreams (wvtestfiletree) on something not in
	  WvStreams (wvacl), wvtestfiletree has been moved to wvacl.

2004-06-16 02:57  sfllaw

	* include/uniconftree.h: HEAD: Use *this to specify dependant
	  members.

2004-06-16 02:54  sfllaw

	* utils/wvbuffer.cc: HEAD: Remove extraneous template
	  instantiations, which don't seem to be used, nor are they correct
	  syntax.

2004-06-16 02:53  sfllaw

	* include/wvondiskhash.h: HEAD: Use correct C++ template and
	  typename syntax.  Also, use *this to specify dependant objects.

2004-06-16 02:24  ppatters

	* include/wvaddr.h, ipstreams/wvaddr.cc,
	  linuxstreams/wvinterface.cc: HEAD: A bunch of updates to get my
	  home tree up to date with current reality.. including a couple of
	  much belated fixes to the Wireless IOCTL setting code, and making
	  wvmimemessage/wvmimepart use WvStrings instead of char *'s...

2004-06-15 17:20  ppatters

	* crypto/wvx509.cc, include/wvx509.h: HEAD: More X.509 fixes and
	  polishing... make sure that all variables are in fact
	  initialized, and furthermore, make sure that they either clean up
	  after themselves, or ensure that the compiler will take care of
	  this for us.

2004-06-15 07:19  pphaneuf

	* include/unimountgen.h, uniconf/unimountgen.cc: Fixed a mistake in
	  a comment and some whitespace.

2004-06-15 06:33  pphaneuf

	* include/unimountgen.h: Got rid of the first RELEASE() using
	  xplc_ptr. Also some whitespace cleanup.

2004-06-15 06:21  pphaneuf

	* streams/t/: wvloopback.t.cc, wvmagicloopback.t.cc: Fixed errors
	  in the unit tests.

2004-06-15 04:50  pphaneuf

	* include/wvxplc.h: Fixed a small incompatibility between the
	  delete detector in XPLC and xplc_ptr. Fixed a small problem with
	  DELETE being already defined in an obscure header we don't really
	  care about.

2004-06-14 22:33  ppatters

	* crypto/wvsslstream.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/cert2test.cc, crypto/tests/certtest.cc,
	  crypto/tests/sslsrvtest.cc, include/wvx509.h: HEAD: Since I
	  appear to be on an X509-fixing road these days, here's a long
	  overdue fix to the fact that we were exposing pointers to the
	  certificate and rsa keys for direct manipulation. We don't do
	  this really dumb thing anymore.

2004-06-14 21:08  pphaneuf

	* include/wvxplc.h: Okay, everyone quiet down: RELEASE() will only
	  do release(), DELETE() will do delete. No smartass WvTypeTraits
	  magic.

2004-06-14 15:35  mrwise

	* uniconf/gremlin/: rungremlin.cc, unigremlin.cc, unigremlin.h:
	  HEAD: updated the gremlin so it works with new uniconf syntax.

2004-06-14 01:29  apenwarr

	* include/wvconfemu.h, uniconf/wvconfemu.cc:
	  r3_80: BUGZID:5774: fixed a giant memory leak in which every call
	  to cfg.get() in WvConfEmu would lose some memory.  (Actually, it
	  just added that memory to a list so it got cleaned up on exit.
	  Yay, gee, thanks a lot.  That did nothing but make the leak
	  harder to find!)  Also reduced the size of the insanely large
	  table allocated by WvLdapSvc.

2004-06-13 21:30  pphaneuf

	* oggspeex/tests/oggspeextest.cc: Replaced a few more "delete foo"
	  with "RELEASE(foo)".

2004-06-12 00:08  pphaneuf

	* crypto/tests/cryptotest.cc, include/unimountgen.h,
	  include/wvtypetraits.h, include/wvxplc.h,
	  ipstreams/wvresolver.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/xplctest.cc, linuxstreams/wvfam.cc,
	  oggvorbis/tests/oggvorbistest.cc, streams/wvprotostream.cc,
	  streams/wvstreamclone.cc, streams/tests/logtest.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/t/uniconfgen.t.cc, urlget/wvftpstream.cc,
	  utils/wvmoniker.cc, utils/t/wvbackslash.t.cc,
	  utils/t/wvwordwrap.t.cc, utils/tests/backslashtest.cc,
	  utils/tests/base64test.cc, utils/tests/hextest.cc,
	  utils/tests/monikertest.cc, utils/tests/wordwraptest.cc: Fixed a
	  bunch of foo->release() into the safer RELEASE(foo);

2004-06-10 22:52  mrwise

	* streams/t/wvloopback.t.cc: head: compile error related to using
	  delete instead of RELEASE

2004-06-10 21:03  pzion

	* include/wvstrutils.h, streams/wvmagicloopback.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvmagicloopback.t.cc,
	  utils/t/wvmagicloopback.t.cc: HEAD: merged wvfilemon from pzion
	  branch BUGZID:5200

2004-06-10 18:15  pphaneuf

	* include/wvxplc.h: Added a RELEASE() macro to test a pointer
	  before calling release() on it.

2004-06-10 17:52  pphaneuf

	* include/wvqtstreamclone.h, linuxstreams/wvfam.cc: Fixed some
	  "delete" into "release()" in stuff I don't build on my machine
	  (saw it on the autobuilder).

2004-06-10 17:39  pzion

	* streams/t/wvmagicloopback.t.cc: pzion: added WvMagicCircle
	  non-blocking test; removed race test because it was inherently
	  broken

2004-06-10 17:10  pzion

	* streams/t/wvloopback.t.cc: pzion: added non-blocking loopback
	  test

2004-06-10 02:43  apenwarr

	* streams/wvstream.cc:
	  r3_80: BUGZID:5763: oops, my recent quota fixes actually
	  prevented any new quotas from ever being set.  BUGZID:5253: stop
	  whining about not being able to read disk quotas when the disk
	  doesn't even exist.  Also fix a bug in wvsambaimporter, where it
	  would try to do continue_select in the destructor.  Added a
	  comment to the assertion in wvstream.cc that triggers when you do
	  that, explaining why it would trigger.

2004-06-09 21:16  pphaneuf

	* crypto/wvblowfish.cc, crypto/wvcountermode.cc,
	  crypto/wvdigest.cc, crypto/wvx509.cc, crypto/wvxor.cc,
	  crypto/tests/cryptotest.cc, include/unimountgen.h,
	  include/wvhashtable.h, include/wvscatterhash.h,
	  include/wvsorter.h, include/wvtask.h, include/wvvector.h,
	  include/wvxplc.h, ipstreams/wvresolver.cc,
	  ipstreams/tests/simpleconntest.cc, streams/wvprotostream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/t/wvdailyevent.t.cc, streams/t/wvfdstream.t.cc,
	  streams/tests/logtest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/wvtestfiletree.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/t/uniconfgen.t.cc, urlget/wvftpstream.cc,
	  utils/strutils.cc, utils/wvbufferstore.cc,
	  utils/wvscatterhash.cc, utils/wvsubproc.cc, utils/wvvector.cc,
	  utils/wvwordwrap.cc, utils/t/strutils.t.cc,
	  utils/t/wvbackslash.t.cc, utils/t/wvwordwrap.t.cc,
	  utils/tests/backslashtest.cc, utils/tests/base64test.cc,
	  utils/tests/hextest.cc, utils/tests/monikertest.cc,
	  utils/tests/wordwraptest.cc: Converted our codebase to use
	  release() instead of delete. Left the "XPLC delete detector"
	  enabled.

2004-06-09 20:14  pzion

	* include/wvstrutils.h: pzion: wvfilemon: correct handling of
	  symlinks BUGZID:5200

2004-06-09 19:35  mrwise

	* crypto/wvsslstream.cc, include/unicachegen.h,
	  include/wvconfemu.h, streams/wvstream.cc,
	  streams/wvtimestream.cc, uniconf/unicachegen.cc,
	  uniconf/wvconfemu.cc, urlget/wvhttppool.cc, utils/strutils.cc,
	  utils/wvbufferstore.cc, utils/t/wvbufferunget.t.cc: head: merged
	  niti from 3_80, had some nasty conflicts within wvwebdata.cc,
	  tried to keep 3_80 changes wherever possible, but some code was
	  totally rewritten in head. weeee!

2004-06-09 18:34  ppatters

	* crypto/wvx509.cc, include/wvx509.h: HEAD: X.509 extensions now
	  have a hope of being parsed correctly... still missing "Raw"
	  extensions, but string extensions at least work.

2004-06-08 17:33  mrwise

	* uniconf/t/uniconfroot.t.cc: head: added another basic unit test
	  to uniconfroot since I suspected brokenness, no brokenness
	  discovered.

2004-06-08 15:12  pphaneuf

	* include/: wvlinklist.h, wvmagic.h, wvtypetraits.h: Renamed
	  wvmagic.h to wvtypetraits.h.

2004-06-07 19:45  mrwise

	* uniconf/t/uniconfroot.t.cc: head: Removed WvChronySvc member from
	  WvWeaver since it wasn't being used and fixed a double
	  deallocation crash with the new UniListGen, also added a small
	  test for accessing UniConfs with / prefixed paths.

2004-06-06 02:57  apenwarr

	* utils/strutils.cc:
	  r3_80: BUGZID:5554: somewhat sanitize the quota stuff, although
	  it's still ridiculously ugly.

2004-06-05 22:31  mrwise

	* include/unilistgen.h, uniconf/unilistgen.cc,
	  uniconf/wvconfemu.cc, uniconf/t/unilistgen.t.cc,
	  uniconf/t/unimountgen.t.cc, uniconf/t/wvconfemu.t.cc: head:
	  weaver now uses a unilistgen with a uniinigen as the main
	  generator and a     unitmpgen as the default settings for the
	  weaver.  The IniGen is mounted on	the unimountgen at /config
	  and the TmpGen is mounted at /default.  This	   will allow
	  licencing to be easily moved into the uniconf in the future since
	  only /config is visible to the running weaver.  Converted all
	  cfg.maybesets     in weaver.cc to set entries in the default
	  generator on /default.  Also	   added some UnitTests for uniconf
	  and wvconfemu.  Fixed a few errors in     UniListGen	WvConfEmu,
	  and added notification callback support into UniListGen.

2004-06-05 00:15  jdeboer

	* utils/: t/wvbufferunget.t.cc, wvbufferstore.cc: r3_80: Fixed
	  WvBufferStore::move to allow ungetting of buffers all the time.
	  BUGZID:5432

2004-06-04 01:03  apenwarr

	* urlget/wvhttppool.cc:
	  r3_80: BUGZID:5684: fixed a giant memory leak and some valgrind
	  errors in wvvirusupdate.cc.  Made virustest.cc actually work
	  again.  Filed bug 5690 about some remaining spurious (ie. not
	  true) valgrind errors caused by virustest's weird continue_select
	  usage.  Man, this code is junk.  How many times do we have to
	  block copy the vdef-verify loop, again?

2004-06-03 20:56  pzion

	* include/wvstrutils.h, streams/wvmagicloopback.cc,
	  streams/t/wvmagicloopback.t.cc, utils/wvmagicloopback.cc,
	  utils/t/wvmagicloopback.t.cc: pzion: wvfilemon sequencing of
	  database changes BUGZID:5200

2004-06-03 02:00  apenwarr

	* streams/wvstream.cc:
	  r3_80: BUGZID:5464: okay, I give up.	Time may still go
	  backwards, but we won't complain about it.

2004-06-02 18:54  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: r3_80: Added a "create
	  mode" parameter to the version of WvConfEmu::save that takes a
	  filename. Updated Weaver to pass in 0600 for the copies of the
	  weaver.ini file.  BUGZID:5521

2004-06-01 23:49  mrwise

	* uniconf/: unilistgen.cc, t/unilistgen.t.cc: head: fixed set in
	  unilistgen.cc and wrote unittest capturing problem.

2004-06-01 22:33  ppatters

	* include/wvxplc.h: HEAD: WvXPLC should conditionally define
	  UNSTABLE, since some programs may need to have it defined in the
	  CXXFLAGS to allow other non-wvstreams parts to compile.

2004-06-01 16:51  jrmuizel

	* crypto/wvsslstream.cc: r3_80: fix sslstream to close after it has
	  returned the data it reads in uread()

2004-05-31 18:50  ppatters

	* crypto/wvx509.cc, crypto/t/wvx509.t.cc, include/wvx509.h: HEAD:
	  Added sign and verify abilities to WvX509Mgr... we should be able
	  to do signed SoftUpdate releases very easily now... amongst other
	  things. Also added unit test for same.

2004-05-28 22:34  mrwise

	* include/wvconfemu.h: head:assert catching null section passed to
	  WvConfEmu::Iter

2004-05-28 20:03  apm

	* .cvsignore, Makefile, config.mk.in, configure.ac, vars.mk,
	  wvrules.mk, Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj, include/uniconf.h,
	  include/uniconfgen.h, include/wvacl.h, include/wvcallback.h,
	  include/wvdelayedcallback.h, include/wvinterface.h,
	  include/wvmagic.h, include/wvmagicloopback.h,
	  include/wvmoniker.h, include/wvstream.h, include/wvstrutils.h,
	  include/wvxplc.h, ipstreams/tests/xplctest.cc,
	  linuxstreams/wvacl.cc, linuxstreams/t/wvacl.t.cc,
	  streams/wvmagicloopback.cc, streams/wvmodem.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/t/wvfdstream.t.cc, uniconf/uniconf.cc,
	  uniconf/uniconf_c.cc, uniconf/uniinigen.cc, uniconf/wvconfemu.cc,
	  uniconf/wvtestfiletree.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/uninullgen.t.cc, uniconf/t/unireadonlygen.t.cc,
	  uniconf/t/unitempgen.t.cc, uniconf/tests/basictest.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/inttest.cc,
	  uniconf/tests/itertest.cc, uniconf/tests/uni.cc,
	  uniconf/tests/uniclientitertest.cc,
	  uniconf/tests/uniclienttest.cc,
	  uniconf/tests/uniclienttimingtest.cc,
	  uniconf/tests/uniconfwvgentest.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unisecuretest.cc,
	  uniconf/tests/unitest.sh, urlget/wvhttpstream.cc,
	  urlget/t/.cvsignore, urlget/t/wvhttppool.t.cc, utils/strutils.cc,
	  utils/t/strutils.t.cc, utils/t/wvdelayedcallback.t.cc,
	  utils/t/wvmagicloopback.t.cc: css: merged head into my branch

2004-05-28 17:47  pzion

	* streams/wvtimestream.cc: r3_80: Fixed WvTimeStream so that it
	  will reset if there is a HUGE jump in time, which should be due
	  to a change in the system time BUGZID:5482

2004-05-27 19:56  pphaneuf

	* vars.mk, wvrules.mk, Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  include/uniconfgen.h, include/wvinterface.h, include/wvmagic.h,
	  include/wvmoniker.h, include/wvstream.h, include/wvstrutils.h,
	  include/wvxplc.h, ipstreams/tests/xplctest.cc,
	  streams/wvmagicloopback.cc, streams/wvmodem.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  uniconf/uniinigen.cc, uniconf/wvconfemu.cc,
	  uniconf/t/uniinigen.t.cc, urlget/wvhttpstream.cc,
	  urlget/t/.cvsignore, urlget/t/wvhttppool.t.cc, utils/strutils.cc,
	  utils/wvmagicloopback.cc, utils/t/strutils.t.cc,
	  utils/t/wvdelayedcallback.t.cc: Merged WvStreams from r3_80.

2004-05-27 19:32  apenwarr

	* include/unicachegen.h, uniconf/unicachegen.cc:
	  r3_80: BUGZID:5506: make setup.cc remount its uniconf if the
	  daemon disappears.

2004-05-25 23:14  pzion

	* include/wvmagicloopback.h, utils/wvmagicloopback.cc,
	  utils/t/wvmagicloopback.t.cc: HEAD: added wvmagicloopback class
	  that allows blocking wvmagiccircle-based streams BUGZID:5200

2004-05-25 04:58  apenwarr

	* streams/wvstream.cc:
	  r3_80: BUGZID:5438: ntp server now actually works, and queries
	  dyndns[123] by default.  You can override the server list by
	  setting [ntp]servers.  You can turn it on and off.  It warps the
	  time at bootup.  Disabled the "time went backwards!!" warning
	  from wvstream.cc when it only goes backwards by 200ms or less
	  (sigh).  Disabled all whacking with timezones inside chronyd,
	  since NTP has nothing to do with timezones.

2004-05-19 20:28  apenwarr

	* uniconf/: uniinigen.cc, t/uniinigen.t.cc:
	  r3_80: BUGZID:5342: UniIniGen no longer writes keys to the config
	  file if their value is "" (empty string that's not NULL).  This
	  is technically incorrect, but avoids wacko WvConf-compatibility
	  problems like the one described in this bug.

2004-05-19 18:26  sfllaw

	* urlget/t/.cvsignore: Ignore test-generated directories.

2004-05-19 18:17  sfllaw

	* urlget/: t/wvhttppool.t.cc, wvhttpstream.cc: r3_80: Fix a memory
	  leak in WvHttpStream::execute(), and add an associated UnitTest.

2004-05-18 20:20  ppatters

	* utils/t/wvdelayedcallback.t.cc: r3_80: Fixed silly
	  GCC3.3vs2.95ism with the WvDelayedCallback unit test.
	  Apparently, 3.3 absolutely makes you give it the address of the
	  function.

2004-05-18 20:01  sfllaw

	* utils/: t/strutils.t.cc, strutils.cc: r3_80: Make sizetoa() and
	  sizektoa() functions in WvStreams actually round their results.
	  Then I wrote UnitTests for them.  BUGZID: 5333

2004-05-18 18:39  jrmuizel

	* streams/wvprotostream.cc: r3_80: check for null and enable before
	  calling wvlog

2004-05-17 19:53  jnc

	* streams/wvmodem.cc: r3_80: Change select(500) to select(500,
	  false, true) in WvModemBase (not going all the way to
	  iswritable() cause it wouldn't surprise me if the timeouts in
	  wvmodem are meaningful.) BUGZID: 5230

2004-05-14 17:02  pphaneuf

	* uniconf/wvconfemu.cc: r3_80: made WvConfEmu return the default
	  value when either the section or the key part of a call to "get"
	  is empty or null (these were invalid values in the original
	  WvConf, this is to improve compatibility).  BUGZID:5156

2004-05-14 14:16  jrmuizel

	* Win32WvStreams/: libwvutils/libwvutils.vcproj,
	  libwvstreams/libwvstreams.vcproj: CVS: CVS: CVS: BUGZID: CVS: If
	  you would like to link this check-in to a FogBUGZ bug, remove the
	  `CVS:' CVS: comment indicator from the preceeding line and append
	  the bug number CVS: after `BUGZID:' CVS: link with zlib
	  statically and remove UNSTABLE define for xplc

2004-05-14 14:14  jrmuizel

	* Win32WvStreams/libuniconf/libuniconf.vcproj: CVS: CVS: CVS:
	  BUGZID: CVS: If you would like to link this check-in to a FogBUGZ
	  bug, remove the `CVS:' CVS: comment indicator from the preceeding
	  line and append the bug number CVS: after `BUGZID:' CVS: link
	  with zlib statically and remove unstable define for xplc

2004-05-11 19:12  pphaneuf

	* include/wvxplc.h: r3_80: suck in more XPLC stuff, to fix the
	  autobuilder.

2004-05-09 04:50  apenwarr

	* include/wvinterface.h:
	  r3_80: sort the interface list alphabetically before choosing
	  main_ifc.

2004-05-09 00:00  apenwarr

	* include/wvstrutils.h, utils/strutils.cc:
	  r3_80: BUGZID:4412: made the "hardware status" page much less
	  ugly.

2004-05-07 19:23  pphaneuf

	* vars.mk, wvrules.mk, include/uniconfgen.h, include/wvmagic.h,
	  include/wvmoniker.h, include/wvstream.h, include/wvxplc.h,
	  ipstreams/tests/xplctest.cc: r3_80: resurrected wvxplc.h and
	  converted things to use it instead of getting XPLC directly.
	  Removed a few -DUNSTABLE, which might break a few things that use
	  XPLC directly (use wvxplc.h instead!).

2004-05-07 17:52  pzion

	* .cvsignore, Makefile, config.mk.in, configure.ac, vars.mk,
	  wvrules.mk, Win32WvStreams/libwvutils/libwvutils.vcproj,
	  include/uniconf.h, include/wvacl.h, include/wvcallback.h,
	  include/wvdelayedcallback.h, include/wvstream.h,
	  linuxstreams/wvacl.cc, linuxstreams/t/wvacl.t.cc,
	  streams/t/wvfdstream.t.cc, uniconf/uniconf.cc,
	  uniconf/uniconf_c.cc, uniconf/uniinigen.cc, uniconf/wvconfemu.cc,
	  uniconf/wvtestfiletree.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/uninullgen.t.cc, uniconf/t/unireadonlygen.t.cc,
	  uniconf/t/unitempgen.t.cc, uniconf/tests/basictest.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/inttest.cc,
	  uniconf/tests/itertest.cc, uniconf/tests/uni.cc,
	  uniconf/tests/uniclientitertest.cc,
	  uniconf/tests/uniclienttest.cc,
	  uniconf/tests/uniclienttimingtest.cc,
	  uniconf/tests/uniconfwvgentest.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unisecuretest.cc,
	  uniconf/tests/unitest.sh, utils/t/wvdelayedcallback.t.cc:
	  asterisk: merged from HEAD

2004-05-07 15:20  pzion

	* .cvsignore, Makefile, wvrules.mk,
	  Win32WvStreams/libwvutils/libwvutils.vcproj, include/uniconf.h,
	  include/wvcallback.h, include/wvdelayedcallback.h,
	  include/wvstream.h, streams/t/wvfdstream.t.cc,
	  uniconf/uniconf.cc, uniconf/uniconf_c.cc, uniconf/uniinigen.cc,
	  uniconf/wvconfemu.cc, uniconf/wvtestfiletree.cc,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/uninullgen.t.cc,
	  uniconf/t/unireadonlygen.t.cc, uniconf/t/unitempgen.t.cc,
	  uniconf/tests/basictest.cc, uniconf/tests/conftest.cc,
	  uniconf/tests/inttest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/uni.cc, uniconf/tests/uniclientitertest.cc,
	  uniconf/tests/uniclienttest.cc,
	  uniconf/tests/uniclienttimingtest.cc,
	  uniconf/tests/uniconfwvgentest.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unisecuretest.cc,
	  uniconf/tests/unitest.sh, utils/t/wvdelayedcallback.t.cc: HEAD:
	  merged from r3_80

2004-05-04 21:16  pphaneuf

	* configure.ac, include/uniconf.h, uniconf/uniconf.cc,
	  uniconf/uniconf_c.cc, uniconf/wvconfemu.cc,
	  uniconf/wvtestfiletree.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/uniinigen.t.cc,
	  uniconf/t/uninullgen.t.cc, uniconf/t/unireadonlygen.t.cc,
	  uniconf/t/unitempgen.t.cc, uniconf/tests/basictest.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/inttest.cc,
	  uniconf/tests/itertest.cc, uniconf/tests/uni.cc,
	  uniconf/tests/uniclientitertest.cc,
	  uniconf/tests/uniclienttest.cc,
	  uniconf/tests/uniclienttimingtest.cc,
	  uniconf/tests/uniconfwvgentest.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unisecuretest.cc:
	  r3_80: Renamed UniConf::get() to UniConf::getme(), and similarly
	  for getint, set and setint. Eventually, we will rename xget/xset
	  similarly, but we are having a transition period where there is
	  no UniConf::get() method, to keep people on their toe a bit...
	  BUGZID:4624

2004-05-04 18:14  apenwarr

	* uniconf/tests/unitest.sh:
	  r3_80: say "all uniconf tests passed" instead of "all tests
	  passed."

2004-05-04 17:27  slajoie

	* Win32WvStreams/libwvutils/libwvutils.vcproj: Exclude WvTest from
	  WvStreams/Win32 build.

2004-05-04 17:14  apenwarr

	* .cvsignore: [no log message]

2004-05-04 16:54  apenwarr

	* Makefile, wvrules.mk, linuxstreams/t/wvacl.t.cc,
	  streams/t/wvfdstream.t.cc:
	  r3_80: fix BUGZID:4934 *correctly* this time.

2004-05-03 21:38  pphaneuf

	* config.mk.in, configure.ac, vars.mk, wvrules.mk, include/wvacl.h,
	  linuxstreams/wvacl.cc, linuxstreams/t/wvacl.t.cc,
	  uniconf/wvtestfiletree.cc: Moved WvAcl out of WvStreams.

2004-04-30 22:19  pphaneuf

	* configure.ac: Seems like I didn't actually break the tree last
	  time, so here I go again! Added src to the non-recursive build,
	  so distcc is becoming more and more useful...

2004-04-30 14:04  pphaneuf

	* wvrules.mk: Landed my non-recursive makefile changes. Ports and
	  src will now build in parallel, if possible. Removed the ccache
	  gunk, just set it up on your system already!

2004-04-29 19:39  pzion

	* Makefile, configure.ac, vars.mk, wvrules.mk, wvtesthelper,
	  wvtestmain.cc, wvtestmeter, bindings/.cvsignore,
	  bindings/rules.mk, bindings/uniconf.i, bindings/php/.cvsignore,
	  bindings/python/.cvsignore, bindings/tcl/.cvsignore,
	  crypto/wvx509.cc, crypto/t/wvrsa.t.cc, crypto/t/wvx509.t.cc,
	  include/uniconf.h, include/uniconfkey.h, include/uniconfroot.h,
	  include/wvconfemu.h, include/wvhttppool.h, include/wvlogbuffer.h,
	  include/wvlogfile.h, include/wvstream.h, include/wvstring.h,
	  include/wvstrutils.h, include/wvtest.h, include/wvx509.h,
	  linuxstreams/wvacl.cc, streams/wvlogbuffer.cc,
	  streams/wvlogfile.cc, streams/wvstream.cc, uniconf/uniconf_c.cc,
	  uniconf/uniinigen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/rules.mk, uniconf/gremlin/unigremlin.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/tests/emutest.cc,
	  urlget/wvftpstream.cc, utils/strutils.cc, utils/wvstring.cc,
	  utils/wvtest.cc, utils/t/wvstring.t.cc: asterisk: merged from
	  head

2004-04-29 19:11  pphaneuf

	* wvrules.mk: pphaneuf_nr: commented out the slow-to-evaluate
	  wvrules.mk target for tags, and added a function to find the
	  subdir.mk files in subdirs.

2004-04-28 19:18  pphaneuf

	* linuxstreams/t/wvacl.t.cc, streams/t/wvfdstream.t.cc: r3_80: use
	  the temporary directory that is specifically for testing usage
	  rather than use /tmp.  BUGZID:4934

2004-04-28 19:10  pphaneuf

	* .cvsignore: r3_80: add missing entry to .cvsignore.  BUGZID:4934

2004-04-28 19:05  pphaneuf

	* Makefile: r3_80: Make a temporary directory for test usage during
	  the execution of "make test".  BUGZID:4934

2004-04-27 20:16  pphaneuf

	* uniconf/wvconfemu.cc: r3_80: fixing a bug in WvConfEmu where
	  asking for cfg["foo/bar"] would give you something invalid (it
	  should not give you anything in that case).  BUGZID:4931

2004-04-27 20:12  pphaneuf

	* streams/t/wvfdstream.t.cc: r3_80: fixed up the french messages in
	  wvstreams/streams/t/wvfdstream.t.cc.

2004-04-27 19:18  pphaneuf

	* include/wvdelayedcallback.h: r3_80: make sure that
	  WvDelayedCallback's return value is always void.

2004-04-27 18:26  pphaneuf

	* include/wvdelayedcallback.h: r3_80: merged WvStreams from r3_76.

2004-04-27 17:57  slajoie

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  uniconf/uniinigen.cc: r3_80: Made WvStreams/Win32 work with the
	  latest xplc. ifdef'ed out some weird Unix-specific junk in
	  uniinigen.cc.

2004-04-27 17:51  pphaneuf

	* wvrules.mk: r3_80: don't do a ridiculously long "find" from the
	  top-level of niti/.

2004-04-26 20:08  lkosewsk

	* include/wvstream.h: r3_80: A change in wvstream.h to make the
	  SWIG bindings compile:  this change is already in HEAD, but needs
	  to be made here for ExchangeIT to work.

2004-04-21 23:21  jim

	* Makefile: r3_80: Don't use any rule.mk with xplc in its path

2004-04-21 19:53  slajoie

	* include/wvdelayedcallback.h: r3_76: Fixed memory leak and
	  possible crash. BUGZID:4938

2004-04-20 05:42  apenwarr

	* include/wvcallback.h, include/wvdelayedcallback.h,
	  utils/t/wvdelayedcallback.t.cc:
	  r3_80: BUGZID:4717: added a unit test for wvdelayedcallback, then
	  made the unit test pass.  This fixed a crash in replicateit when
	  connecting to a server without exchangeit running, although there
	  may be other reasons for bug 4717 to be crashing.

2004-04-19 20:28  pphaneuf

	* configure.ac, vars.mk, wvrules.mk: Reapplied my clean ups to the
	  autoconf stuff in HEAD.

2004-04-19 18:57  pphaneuf

	* uniconf/uniinigen.cc: r3_80: Made UniIniGen::commit use
	  realpath(3) to determine the real filename of the configuration
	  file before testing it for being a regular file or not.
	  BUGZID:4632

2004-04-19 15:26  pphaneuf

	* Makefile, configure.ac, vars.mk, wvrules.mk, wvtesthelper,
	  wvtestmain.cc, wvtestmeter, crypto/wvx509.cc,
	  crypto/t/wvrsa.t.cc, crypto/t/wvx509.t.cc, include/uniconf.h,
	  include/wvconfemu.h, include/wvlogbuffer.h, include/wvlogfile.h,
	  include/wvstring.h, include/wvstrutils.h, include/wvtest.h,
	  linuxstreams/wvacl.cc, streams/wvlogbuffer.cc,
	  streams/wvlogfile.cc, streams/wvstream.cc, uniconf/uniinigen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/rules.mk,
	  uniconf/gremlin/unigremlin.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/tests/emutest.cc, utils/strutils.cc, utils/wvtest.cc,
	  utils/t/wvstring.t.cc: Merged WvStreams from r3_80.

2004-04-19 03:02  lkosewsk

	* utils/wvtest.cc: r3_80: Added a header to
	  src/wvstreams/utils/wvtest.cc that makes compiling fail with
	  libstdc++5-3.3-dev on Debian (I think that was the cause
	  anyways).

2004-04-19 02:41  apenwarr

	* include/uniconf.h, include/wvstring.h,
	  uniconf/t/uniconfroot.t.cc, utils/t/wvstring.t.cc:
	  r3_80: BUGZID:4624: trying to improve the UniConf API for
	  get()/set().	I couldn't decide on the "perfect" fix, so I just
	  added several new wrapper functions:
	  xget/getint/set/setint(key,value), which go into a subtree *and*
	  do a get all at once (a la WvConf), and operator* and operator->
	  (so you can go *cfg["foo"] or cfg["foo"]->num().  I also added
	  WvString::ifnull(), so you can do
	  cfg["foo"]->ifnull("defaultvalue").  That means UniConf doesn't
	  really need to implement defaults at all anymore, technically,
	  except that last command was even longer than the
	  cfg["foo"].get("defaultvalue") it was meant to replace.  Sigh.
	  Anyway, I think it's better now... we'll see which methods
	  actually get used and which don't.

2004-04-19 01:36  apenwarr

	* include/uniconf.h, uniconf/gremlin/unigremlin.cc,
	  uniconf/t/uniconfroot.t.cc:
	  r3_80: BUGZID:4622: int x=5; uniconf[x] no longer gives
	  complaints about ambiguous function calls.  It's amazing how many
	  ambiguous function errors you can get rid of by deleting extra
	  overloaded versions of your function.  Also cleaned a few places
	  where we previously had to use the ugly uniconf[WvString(x)]
	  workaround.

2004-04-19 01:05  apenwarr

	* wvtestmain.cc, include/wvtest.h, utils/wvtest.cc:
	  r3_80: BUGZID:4329: WvTest now times out individual tests after
	  20 seconds, and an entire test program after 120 minutes.  Not so
	  useful by itself, but it at least prevents the autobuilder from
	  spinning in infinite loops.

2004-04-19 00:22  apenwarr

	* wvtesthelper, wvtestmeter:
	  r3_80: BUGZID:4396: wvtesthelper adds an extra test at the end
	  for "test program terminated with exit code 0."  This makes sure
	  a failing test shows up in case the test program segfaults.  Also
	  adjusted wvtestmeter to not change its idea about the total
	  number of tests if there are any failures.

2004-04-18 00:52  apenwarr

	* include/wvlogfile.h, streams/wvlogfile.cc:
	  r3_80: remove unnecessary includes from wvlogfile.h.	These were
	  messing up compilation of evolution-exchangeit.

2004-04-17 23:03  apenwarr

	* configure.ac:
	  r3_80: revert pphaneuf's broken changes to configure and
	  src/wvstreams/configure.ac.

2004-04-17 19:33  pphaneuf

	* configure.ac: r3_80: cleaning up src/wvstreams/configure.ac.

2004-04-17 16:44  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: r3_80: made
	  WvConfSectionEmu::Iter work properly with keys that have slashes
	  in them.  BUGZID:4536

2004-04-17 16:07  pphaneuf

	* uniconf/tests/emutest.cc: r3_80: updated the UniConf emutest.

2004-04-16 19:25  pzion

	* linuxstreams/wvacl.cc: r3_80: fixed setting of 'none' acl
	  permission BUGZID:4810

2004-04-16 19:18  dmg

	* vars.mk, wvrules.mk:
	  r3_80: supc++ actually needs gcc_eg if the code calls 'new'.

2004-04-15 21:04  jnc

	* vars.mk: HEAD: disable the swig bindings by default

2004-04-15 17:41  ppatters

	* crypto/: wvx509.cc, t/wvx509.t.cc: r3_80: Valgrind Rocks -
	  OpenSSL still sucks, but at least now, I don't have to. WvX509 no
	  longer leaks memory like a seive.. fixes BUGZID:4780

2004-04-15 03:35  jnc

	* include/wvstream.h: HEAD: Make WvTnef bindings compile again
	  (wvmapi's in a new directory and wvxplc is gone)

2004-04-15 03:34  jnc

	* bindings/rules.mk: HEAD: Oops, bad merge from uniconf - kept the
	  wrong version of SWIGOPTS

2004-04-15 02:10  pphaneuf

	* uniconf/uniinigen.cc: r3_80: Made UniIniGen not use the atomic
	  method to save the config file if the file is not a regular file
	  (if the file is a symlink or a special file, the atomic method
	  would not do what you expected).  BUGZID:4632

2004-04-15 00:35  jnc

	* vars.mk, bindings/.cvsignore, bindings/rules.mk,
	  bindings/uniconf.i, bindings/php/.cvsignore,
	  bindings/python/.cvsignore, bindings/tcl/.cvsignore,
	  include/uniconf.h, include/uniconfkey.h, include/uniconfroot.h,
	  uniconf/uniconf_c.cc: HEAD: merge uniconf bindings from
	  uniconf_bindings

2004-04-15 00:35  jnc

	* urlget/wvftpstream.cc: HEAD: fix wvftpstream.cc compile error

2004-04-14 21:39  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: r3_80: removed
	  WvConfEmu::add_addfile, uncommented the assert in WvConfEmu's
	  destructor for callbacks.isempty().  BUGZID:4411

2004-04-14 18:52  ppatters

	* include/wvhttppool.h, urlget/wvftpstream.cc: HEAD: WvFtpStream is
	  no longer useless - I really wish people would mark their code as
	  "Never even tried this", since it was quite obvious that the
	  WvFtpStream stuff was totally broken. It isn't now, or maybe
	  differently broken. It works for me.

2004-04-14 15:31  pphaneuf

	* uniconf/wvconfemu.cc: r3_80: hard to debug resource leak?
	  execinfo.h to the rescue!

2004-04-14 15:26  pphaneuf

	* streams/wvstream.cc: r3_80: put a bigger neon sign on the "time
	  went backward" message in WvStreams.

2004-04-14 15:25  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: r3_80: added a
	  WvConfEmu::del_setbool method.

2004-04-13 18:47  jim

	* Makefile, configure.ac, wvrules.mk: r3_80: Generate a ChangeLog
	  with make dist

2004-04-13 18:15  saul

	* utils/strutils.cc: BUGZID:4398

2004-04-13 17:32  pphaneuf

	* configure.ac: r3_80: made reconfigure work correctly even when
	  you have spaces in options you passed to the configure script.
	  BUGZID:4766

2004-04-13 16:46  saul

	* include/wvstrutils.h, utils/strutils.cc: BUGZID:4398

	  Made "last backup" information look better

2004-04-13 05:42  jim

	* wvrules.mk, uniconf/daemon/rules.mk: r3_80: Split WVSTREAMS into
	  WVSTREAMS_{BIN,LIB,SRC,INC} Remove $(TOPDIR)/rules.local.mk .
	  $(WVSTREAMS_SRC)/rules.local.mk is enough Up version numbers for
	  free software packages to 0.08.  Add WVSTREAMS_INC to default
	  include path.  Add WVSTREAMS_LIB to the default library path.
	  Remove retchmail, wvprint, and wvdial Makefile cruft.  Uncomment
	  tags target.	Add an awk script to add the correct makefile stuff
	  for free software packages.  ~

2004-04-12 19:06  r2levesq

	* include/wvlogbuffer.h, streams/wvlogbuffer.cc:
	  BUGZID:4608 r3_80: weaver now uses the a WvQuotaLogBuffer instead
	  of a WvLogBuffer so that we can capture the kernel quota errors.

2004-04-08 23:43  pphaneuf

	* uniconf/uniinigen.cc: r3_80: made UniIniGen update its
	  configuration file atomically if possible, or use the sticky bit
	  hack if it is not possible (set the sticky bit while the file is
	  being updated, do not use a config file if the sticky bit is
	  set).  BUGZID:4453

2004-04-08 23:38  apenwarr

	* crypto/t/: wvrsa.t.cc, wvx509.t.cc:
	  r3_80: include wvrsa.t.cc that failed to merge from r3_76.
	  Disable wvx509.t.cc tests due to memory leak (see bug 4780).

2004-04-08 23:24  apenwarr

	* crypto/wvx509.cc, include/wvstrutils.h, include/wvx509.h,
	  utils/strutils.cc, utils/wvstring.cc: HEAD: merged recent changes
	  from r3_80.

2004-04-08 22:27  apenwarr

	* crypto/wvx509.cc, include/wvstrutils.h, include/wvx509.h,
	  utils/wvstring.cc:
	  r3_80: merged recent changes from 3_76.  ARGH!  THE PAIN!

2004-04-08 22:23  saul

	* include/wvstrutils.h, utils/strutils.cc: BUGZID:4535

	  Making disk usage look better

2004-04-07 21:40  pzion

	* vars.mk, crypto/wvrsa.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/certtest.cc, crypto/tests/sslsrvtest.cc,
	  include/unicachegen.h, include/uniclientgen.h, include/uniconf.h,
	  include/uniconfdaemonconn.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfpamconn.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/unifiltergen.h, include/unilistgen.h,
	  include/unimountgen.h, include/unimounttreegen.h,
	  include/unislowgen.h, include/unitempgen.h,
	  include/uniwvconfgen.h, include/wvconfemu.h, include/wverror.h,
	  include/wvlinklist.h, include/wvmagic.h, include/wvrsa.h,
	  include/wvserialize.h, include/wvstrutils.h, include/wvsubproc.h,
	  include/wvx509.h, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/unilistgen.cc, uniconf/unimountgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/unisecuregen.cc,
	  uniconf/unislowgen.cc, uniconf/unitempgen.cc,
	  uniconf/uniwvconfgen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/wvconfemu.t.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/unitest.sh, utils/strutils.cc, utils/wverror.cc,
	  utils/wvsubproc.cc: asterisk: merged from r3_80.

2004-04-06 21:45  pphaneuf

	* vars.mk, crypto/wvrsa.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/certtest.cc, crypto/tests/sslsrvtest.cc,
	  include/unicachegen.h, include/uniclientgen.h, include/uniconf.h,
	  include/uniconfdaemonconn.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfpamconn.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/unifiltergen.h, include/unilistgen.h,
	  include/unimountgen.h, include/unimounttreegen.h,
	  include/unislowgen.h, include/unitempgen.h,
	  include/uniwvconfgen.h, include/wvconfemu.h, include/wverror.h,
	  include/wvlinklist.h, include/wvmagic.h, include/wvrsa.h,
	  include/wvserialize.h, include/wvstrutils.h, include/wvsubproc.h,
	  include/wvx509.h, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/unilistgen.cc, uniconf/unimountgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/unisecuregen.cc,
	  uniconf/unislowgen.cc, uniconf/unitempgen.cc,
	  uniconf/uniwvconfgen.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/wvconfemu.t.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/unitest.sh, utils/strutils.cc, utils/wverror.cc,
	  utils/wvsubproc.cc: Merged from r3_80.

2004-04-06 21:28  jnc

	* utils/wverror.cc: HEAD: WvError shouldn't assert unless there is
	  no error set yet

2004-04-06 20:37  slajoie

	* utils/wvstring.cc: r3_76: Fixed WvFastString(long long) and
	  WvFastString(unsigned long long) so that they work in Windows.

2004-04-06 16:34  ppatters

	* crypto/wvx509.cc: r3_80: Fix BUGZID:4633, which was caused by my
	  earlier fix to make it so that the REAL IP address showed up.
	  Also, some formatting in WvX509Mgr.

2004-04-05 21:31  ppatters

	* crypto/wvx509.cc: r3_80: One more WvX509Mgr fix: we might as well
	  fill in the rsa key with the public key when importing a
	  certificate if we don't already have a public key (We can always
	  overwrite it later if the Private key is imported).

2004-04-05 20:40  ppatters

	* crypto/t/wvx509.t.cc: r3_80: Fix WvX509 Unit Test to actually
	  have a name in this branch..

2004-04-05 20:22  pphaneuf

	* vars.mk, crypto/wvrsa.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/certtest.cc, crypto/tests/sslsrvtest.cc,
	  include/wvrsa.h, include/wvserialize.h, include/wvstrutils.h,
	  include/wvsubproc.h, include/wvx509.h, utils/strutils.cc,
	  utils/wvsubproc.cc: r3_80: merged WvStreams from r3_76.

2004-04-05 14:31  apenwarr

	* crypto/wvrsa.cc, crypto/t/wvrsa.t.cc, include/wvrsa.h:
	  r3_76: WvRSAKey::isok() shouldn't check the validity of public
	  keys, because openssl stupidly crashes when you try.

2004-04-04 20:19  slajoie

	* Win32WvStreams/: libuniconf/libuniconf.vcproj,
	  libwvstreams/libwvstreams.vcproj, libwvutils/libwvutils.vcproj:
	  WvStreams/Win32 now requires the "real" XPLC, adding the UNSTABLE
	  definition to all project files.

2004-04-03 15:07  mcote

	* include/wvconfemu.h, uniconf/wvconfemu.cc: r3_80:
	  WvConfEmu::uniconf is now public.  I think this will make
	  migration to UniConf easier, especially BUGZID: 4523

2004-04-03 01:23  jnc

	* utils/wverror.cc: r3_76: Backport WvError::seterr() assert from
	  3.80, so we get legible wvcrashes on seterr(NULL) BUGZID: 4429

2004-04-03 01:20  jnc

	* include/wvx509.h: r3_76: Bit of WvX509Mgr merge missed in last
	  checkin BUGZID: 4429

2004-04-03 00:59  jnc

	* crypto/wvx509.cc, include/wvx509.h: r3_76: Merge the version of
	  WvX509Mgr::errstr from r3_74_datavault - the asserts will go in
	  3.80

2004-04-03 00:48  jnc

	* crypto/wvx509.cc: r3_74_datavault: Add parens to last checkin

2004-04-03 00:18  jnc

	* crypto/wvx509.cc: r3_74_datavault: The WvX509Mgr fix wouldn't
	  crash (whew), but still sometimes returned "Success" instead of
	  its custom errors.  Finally, the definitive fix!

2004-04-03 00:13  pmccurdy

	* include/wvx509.h: r3_76: At jnc's behest, I have modified
	  WvX509Mgr::errstr() to avoid a crash seen in BUGZID:4429

2004-04-02 22:23  slajoie

	* crypto/wvrsa.cc: r3_76: Include files in a different order to
	  help WvStreams/Windows compile.

2004-04-02 13:03  pphaneuf

	* utils/tests/bdbtest2.cc: r3_76: removed
	  niti/src/wvstreams/utils/tests/bdbtest2.cc, it was broken and
	  unneeded.  BUGZID:4694

2004-04-02 00:28  pphaneuf

	* vars.mk: r3_76: finished switching to our own copy of OpenSSL.

2004-04-01 23:44  apenwarr

	* include/uniclientgen.h, include/uniconfgen.h,
	  include/unilistgen.h, include/unimounttreegen.h,
	  include/unitempgen.h, include/uniwvconfgen.h,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconfgen.cc, uniconf/uniinigen.cc,
	  uniconf/unilistgen.cc, uniconf/unimounttreegen.cc,
	  uniconf/unislowgen.cc, uniconf/unitempgen.cc,
	  uniconf/uniwvconfgen.cc:
	  r3_80: yay!  If you use cache:tcp:localhost, uniconf now uses the
	  "bare minimum" number of sync operations in order to do its job.
	  This is basically just refresh(), recursiveiter(), commit(),
	  which should be good enough for now.

2004-04-01 21:44  ppatters

	* crypto/wvrsa.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  include/wvrsa.h, include/wvx509.h: r3_76: Well, that's a few of
	  the memory leaks gotten rid of... WvX509Mgr no longer leaks
	  EVP_PKEY's all over the place... and it now reports errors in a
	  somewhat sane manner.. or at least better than it used to. It now
	  also no longer has silly RSA checking code in it, but WvRSAKey
	  now checks it's key for validity when checking WvRSAKey::isok().
	  Updated Unit Tests to reflect above.

2004-04-01 20:37  ppatters

	* include/: wvrsa.h, wvx509.h: r3_76: Since I'm there anyways, fix
	  a bunch of the comments in wvrsa.h and wvx509.h.

2004-04-01 20:19  jnc

	* crypto/wvx509.cc, include/wverror.h, include/wvx509.h,
	  utils/wverror.cc: r3_80: Merge from r3_74_datavault

2004-04-01 20:02  ppatters

	* crypto/wvrsa.cc, crypto/wvx509.cc, crypto/t/.cvsignore,
	  crypto/t/wvx509.t.cc, include/wvrsa.h, include/wvx509.h: r3_76:
	  If all else fails, brute force and ignorance works - make it so
	  that WvX509Mgr::test() fails correctly in every case where the
	  RSA Key and the Certificate don't match. This should fix
	  BUGZID:4153, although I'm sure that someone in QA is itching to
	  cure me of that delusion. Updated the Unit Test to catch this, in
	  case I break ::test() again. Added a .cvsignore to the crypto/t
	  directory, cause housekeeping is a good thing to do.

2004-04-01 18:07  pphaneuf

	* include/wvmagic.h: r3_80: getting sillier and sillier to work
	  with gcc 3.x.

2004-04-01 05:25  apenwarr

	* include/uniclientgen.h, include/unifiltergen.h,
	  include/unimountgen.h, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/unifiltergen.cc,
	  uniconf/unimountgen.cc:
	  r3_80: fixed assertion-on-exit in UniThingy.	Made UniFilterGen,
	  UniClientGen, and UniMountGen support an optimized
	  recursiveiterator(); this cuts the number of useless "slow" calls
	  produced by UniCacheGen approximately in half (all the remaining
	  ones are useless get(), which I'll have to fix a different way).

2004-04-01 04:53  apenwarr

	* include/uniconf.h, include/uniconfdaemonconn.h,
	  include/uniconfgen.h, include/uniconfkey.h,
	  include/uniconfpamconn.h, include/uniconfroot.h,
	  include/unislowgen.h, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniconf.cc,
	  uniconf/uniconfgen.cc, uniconf/unislowgen.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/t/uniconfroot.t.cc:
	  r3_80: IUniConfGen now has a recursiveiterator() function,
	  comparable to iterator() (except recursive).	UniConfGen provides
	  a default one of these, that just calls iterator() recursively.
	  UniConf::RecursiveIter is now exactly like UniConf::Iter, except
	  it uses the right one of the two functions.  Added a second
	  parameter to the UniConfDaemon's "subt" command that makes it act
	  recursively.	UniConfClient doesn't actually use it yet,
	  though...

2004-04-01 02:47  apenwarr

	* uniconf/: uniconf.cc, t/uniconfroot.t.cc, tests/.cvsignore,
	  tests/unitest.sh:
	  r3_80: yay! That last patch apparently made the 'cache' generator
	  tests in unitest.sh actually work again, so I've uncommented
	  them.  Now it looks like only 'defaults' and maybe 'list' have
	  failing/commented tests.  Also added a new unit test for
	  UniConf::Iter on empty and nonempty keys.

2004-04-01 02:34  apenwarr

	* include/unicachegen.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/unifiltergen.h, include/unimounttreegen.h,
	  include/unislowgen.h, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfgen.cc, uniconf/unifiltergen.cc,
	  uniconf/unilistgen.cc, uniconf/unimountgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/unisecuregen.cc,
	  uniconf/unislowgen.cc, uniconf/unitempgen.cc,
	  uniconf/uniwvconfgen.cc:
	  r3_80: wrote UniSlowGen, which counts the number of "slow"
	  (synchronous) operations you perform on the UniConfGen it wraps.
	  We can use it for making UniCacheGen not do hundreds of them.
	  Cleaned up some UniConf-related comments.  Removed the misleading
	  unimplemented UniConfGen::seterror() function.
	  UniConfGen::iterator() *is* now allowed to return NULL.
	  UniCacheGen traverses its sub-generator more efficiently now, by
	  using that feature.  Added IUniConfGen::prefetch(), although it
	  currently does nothing in any implementation, nobody calls it,
	  and I may remove it again before I'm done.

2004-04-01 01:38  jnc

	* crypto/wvx509.cc, include/wvx509.h, utils/wverror.cc:
	  r3_74_datavault: Make WvX509Cert::errstr() always return a string
	  if it's !isok().  Rearrange the seterr call in
	  WvSSLStream::post_select a bit to be clearer.  BUGZID: 4187

2004-03-31 22:37  ppatters

	* crypto/wvrsa.cc, crypto/wvx509.cc, crypto/t/wvx509.t.cc,
	  crypto/tests/sslsrvtest.cc, include/strutils.h,
	  utils/strutils.cc: r3_76: Aha - I REALLY, REALLY hate OpenSSL...
	  however, BUGZID:4153 is now dead... you can now replace the
	  certificate and everything should work as expected. As an added
	  bonus, I happened to notice that IMAPS, POP3S and LDAPS never
	  noticed if their certificate changed, and consequently, even if
	  you had of been able to replace the certificate, those services
	  wouldn't have noticed. They now do. WvX509Mgr now has a pretty
	  good unit test, and there should be considerably less wonky
	  behaviour out of it as a result.

2004-03-31 21:56  jnc

	* utils/: wverror.cc, t/wverror.t.cc: HEAD: unit test for WvError.
	  Remove bad assert from seterr(int) (the correct assert is in
	  r3_74_datavault)

2004-03-31 21:22  pphaneuf

	* include/: wvlinklist.h, wvmagic.h: r3_80: do the milder,
	  no-behavior-change change to make WvList IObject-friendly.
	  Notably, it will *not* addRef() things you add to it, it will
	  just do release() *instead* of delete if you enable auto_free.

2004-03-31 16:35  jnc

	* include/wverror.h, utils/wverror.cc: r3_74_datavault: Ok, that's
	  a better assertion.  BUGZID: 4187

2004-03-31 15:35  jnc

	* utils/wverror.cc: r3_74_datavault: Woah there!  Back out that
	  last change - that won't work at all! BUGZID: 4187

2004-03-31 15:15  jnc

	* utils/wverror.cc: r3_74_datavault: Add assert to catch seterr(-1)
	  BUGZID: 4187

2004-03-30 22:41  pzion

	* include/wvconfemu.h, uniconf/wvconfemu.cc: r3_80: Uniconf was not
	  notifying both times on a section change when two different keys
	  were set to the same value.  BUGZID:4628

2004-03-30 19:28  pzion

	* uniconf/: wvconfemu.cc, t/wvconfemu.t.cc: r3_80: doing
	  wvconfemu::set(section, "", "") deleted all the entries in the
	  section.  This has been fixed.

2004-03-29 22:38  apenwarr

	* include/wvserialize.h:
	  r3_76: merged recent changes (not including the kernel) from
	  r3_75.

2004-03-29 22:23  apenwarr

	* include/wvserialize.h:
	  r3_75: merged recent changes from r3_74, not including the
	  kernel.

2004-03-27 01:10  apenwarr

	* include/: unicachegen.h, uniconfgen.h: HEAD: merged recent
	  changes from r3_80.

2004-03-27 00:23  pphaneuf

	* .cvsignore, Makefile, config.mk.in, configure.ac,
	  suppressions.wv, vars.mk, include/uniclientgen.h,
	  include/uniconfgen.h, include/uniconftree.h,
	  include/unihashtree.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvstream.h,
	  include/wvxplc.h, ipstreams/tests/xplctest.cc,
	  linuxstreams/wvacl.cc, linuxstreams/wvtestfiletree.cc,
	  streams/wvstream.cc, uniconf/uniconfgen.cc,
	  uniconf/unihashtree.cc, uniconf/uniinigen.cc,
	  uniconf/wvtestfiletree.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/gremlin/rungremlin.cc, uniconf/gremlin/unigremlin.cc,
	  uniconf/t/uniconftree.t.cc, utils/wvmoniker.cc,
	  utils/tests/monikertest.cc: Merged WvStreams from r3_80.

2004-03-27 00:16  apenwarr

	* include/: unicachegen.h, uniconfgen.h:
	  r3_80: added a DoxyGen header for IUniConfGen.

2004-03-26 23:10  ppatters

	* crypto/wvx509.cc, crypto/t/wvx509.t.cc, crypto/tests/certtest.cc,
	  include/wvx509.h: r3_76: In the process of tracking down
	  BUGZID:4153, I have discovered a number of evilnesses in the
	  WvX509Mgr... wrote a unit-test to make sure that they don't
	  re-occur.

2004-03-26 22:22  pphaneuf

	* Makefile, ipstreams/tests/xplctest.cc,
	  utils/tests/monikertest.cc: r3_80: a little tweak to WvStreams's
	  makefile and fixed the tests that my XPLC change broke.

2004-03-26 22:08  apenwarr

	* suppressions.wv, include/uniclientgen.h, include/uniconftree.h,
	  include/unihashtree.h, uniconf/unihashtree.cc,
	  uniconf/uniinigen.cc, uniconf/daemon/uniconfd.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/gremlin/rungremlin.cc, uniconf/gremlin/unigremlin.cc,
	  uniconf/t/uniconftree.t.cc:
	  r3_80: extra valgrind suppressions for openssl 0.9.6.  Changed
	  uniconfclient timeout from (ridiculous!) 1 second to 30 seconds.
	  Fixed a horrible bug in UniConfTree::_recursivecompare, which
	  assumed that hash tables would always be in the same order if
	  they contain the same elements - which just isn't true.  Added a
	  unit test to catch this in case it happens again.  Changed the
	  WvLog name of UniIniGen to be the filename, rather than
	  "ConfigFileReader" (which wasn't even right, since it also writes
	  config files).  Added a -f (don't fork) option to uniconfd.  Made
	  the UniConfGremlin compile again.

2004-03-26 21:41  pphaneuf

	* configure.ac: r3_80: updated a few things in the configure.ac
	  file.

2004-03-26 21:10  pphaneuf

	* .cvsignore, Makefile, config.mk.in, configure.ac, vars.mk,
	  include/uniconfgen.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvstream.h,
	  include/wvxplc.h, ipstreams/tests/xplctest.cc,
	  streams/wvstream.cc, uniconf/uniconfgen.cc, utils/wvmoniker.cc:
	  r3_80: switch to using XPLC directly, without wvxplc.h. Added
	  autoconf magic so that if you do not have XPLC on your system, it
	  will look in an "xplc" subdirectory to find it (building it if
	  necessary).

2004-03-25 22:11  mcote

	* linuxstreams/wvacl.cc: r3_80: Eliminated some false ACL errors
	  when restoring files (oops).	Changed ACL debug messages from
	  level 5 to 3 and added a bit more info.  BUGZID: 4335

2004-03-25 20:29  ppatters

	* include/wvstringlist.h: HEAD: How did WvStringList go this long
	  without proper documentation in the header?

2004-03-25 20:07  pphaneuf

	* crypto/wvrsa.cc: Fixed a few memory leaks, crashes, valgrind
	  warnings, removed unused variables and added a few asserts for
	  safety.  BUGZID:4423

2004-03-25 00:57  apenwarr

	* linuxstreams/wvtestfiletree.cc, uniconf/wvtestfiletree.cc:
	  r3_80: add 'bootview', a plogic-based program to make the boot
	  scripts cooler looking.  Had to move around some of the rc.sh
	  scripts to make this work nicely.  Made getty.sh *not* run the
	  status program - do that from weaver/bin/post-rc instead.  Don't
	  forget to set UNICONF in /etc/profile.  Make lcdput write its
	  strings to fd #4 so that we can capture them in bootview.

2004-03-24 18:55  pphaneuf

	* include/uniconfgen.h, include/wvmoniker.h, include/wvstream.h,
	  include/wvxplc.h, linuxstreams/wvacl.cc, streams/wvstream.cc,
	  uniconf/uniconfgen.cc, utils/wvmoniker.cc: Merged WvStreams (and
	  the XPLC port) from r3_80.

2004-03-24 17:37  pphaneuf

	* include/uniconfgen.h, include/wvmoniker.h, include/wvstream.h,
	  include/wvxplc.h, streams/wvstream.cc, uniconf/uniconfgen.cc,
	  utils/wvmoniker.cc: r3_80: updated to XPLC 0.3.3.

2004-03-23 23:14  mcote

	* linuxstreams/wvacl.cc: r3_80: Make sure ACL entries with no
	  permissions get written as "---" rather than "(nil)".  Gets rid
	  of a bunch of (actually harmless) error messages when restoring
	  users.  Part of BUGZID: 4335

2004-03-23 02:22  apenwarr

	* include/wvsubproc.h, utils/wvsubproc.cc:
	  r3_76: ah, the joys of valgrind.  While searching for the memory
	  leak of bug 4423, it annoyingly forced me into fixing some
	  assorted other bugs: WvSubProc now merges LD_LIBRARY_PATH and
	  LD_PRELOAD, rather than replacing them, avoiding valgrind
	  assertions.  Fixed the same WvPrint fd leak as in r3_80 earlier.
	  Create a symlink in /usr/lib/valgrind so pphaneuf's wvdebug
	  script can work.  Initialize the 'backlight' member of WvLcd, and
	  don't forget (oops!!) to initialize *any* of WvSubProc's members
	  in his alternate constructor.  Entertainingly, this was causing
	  random setrlimit() sizes for assorted daemons.  Now there's only
	  one valgrind error (something about a tunnelk in ~WvWeaver)
	  remaining when I do a quick weaver run.

2004-03-22 22:40  pzion

	* include/wvserialize.h: r3_74: Did workaround for debian stable
	  compiler problem in __asm__ __volatile__ declaration of ntohs(),
	  copying example of ntohl()

2004-03-22 15:56  pphaneuf

	* config.mk.in, configure.ac, bindings/rules.mk: Merged WvStreams
	  from r3_80.

2004-03-22 15:52  pphaneuf

	* config.mk.in: r3_80: fixed a problem with QDBM detection.

2004-03-19 19:59  wlach

	* configure.ac: r3_80: fix check for SWIG in wvstreams. we weren't
	  handling the with_swig variable properly

2004-03-18 23:37  jnc

	* configure.ac, bindings/rules.mk: r3_80: Make wvstreams use the
	  SWIG from ports by default

2004-03-18 01:55  pphaneuf

	* configure.ac, configfile/t/cfgsection.t.cc, include/uniconf.h,
	  include/uniconfdaemonconn.h, include/uniconfroot.h,
	  include/uniwatch.h, include/wvconfemu.h, include/wvfam.h,
	  include/wvstrutils.h, linuxstreams/wvfam.cc,
	  linuxstreams/wvtestfiletree.cc, streams/wvistreamlist.cc,
	  streams/wvstream.cc, streams/wvstreamlist.cc,
	  streams/t/wvstream.t.cc, streams/t/wvstreamclone.t.cc,
	  uniconf/uniclientconn.cc, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/uniinigen.cc,
	  uniconf/uniwatch.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/t/uniconfd.t.cc, utils/t/strutils.t.cc: Merging from
	  r3_80.

2004-03-16 01:46  apenwarr

	* include/uniconf.h, include/uniconfroot.h, include/uniwatch.h,
	  include/wvconfemu.h, streams/wvstream.cc, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/uniwatch.cc,
	  uniconf/wvconfemu.cc:
	  r3_80: include 'uni' on the usrdisk, for accessing uniconf from
	  the command line.  Fix WvTftpdSvc, WvPrintSvc, and WvPollySvc
	  object lifetimes (ie. they actually get deleted now).  Fix some
	  log messages in WvQuota.  Make wvprint actually unregister all
	  the UniConf callbacks it registers (eek!).  (Add a new feature to
	  uniwatch.h that makes that more trivial.)  Move
	  constructors/destructors for UniConf and UniConfRoot out-of-line.
	  Added destructors for UniConfRoot and WvConfEmu, having them
	  assert() when there are remaining registered callbacks at object
	  destruction time - this helped find several crasher bugs.  Made
	  WvConfEmu remember to unregister its UniConf callback when
	  destroyed, fixing a major crasher bug (this is the main part of
	  BUGZID:4356).  Turned off TEST_CONTINUES_HARSHLY in wvstream.cc,
	  as we prepare for a final release.  Added a "time went
	  backwards!" warning to wvstream.cc's alarm management when the
	  system clock goes backwards (or perhaps we erroneously think it
	  does); this happens suspiciously often, so I filed bug 4413.
	  Changed WvConfEmu's notifications so they only get sent if the
	  previous value is different from the new value, and so we rewind
	  the list after each callback (in case calling a callback changes
	  the list).  Changed WvWeaver's select/callback sequence to the
	  new-style runonce().

2004-03-15 18:47  apenwarr

	* streams/: wvistreamlist.cc, wvstream.cc, wvstreamlist.cc,
	  t/wvstream.t.cc: r3_80: changes to make do_every_five_seconds
	  only run every five seconds.	WvIStreamList had a bug where it
	  would run your callback twice if *both* pre_select() and
	  post_select() returned true.	Also, changed the do_every_*_*
	  functions to set their alarm at the bottom, rather than the top,
	  so that the interval between runs is constant, not the interval
	  between starts.  That makes long-running events mess up your
	  system somewhat less.

2004-03-15 16:34  apenwarr

	* configfile/t/cfgsection.t.cc, uniconf/daemon/uniconfd.cc: r3_80:
	  removed ridiculous "cfgsection NULL name get test", which was
	  causing a segfault in the unit tests.  You pass an invalid
	  pointer to something, and it crashes!  Go figure!  Fixed a minor
	  unit test failure caused my my recent uniconfdaemon changes.

2004-03-15 16:27  apenwarr

	* streams/t/wvstreamclone.t.cc: r3_80: renamed the "bug 3184" test
	  to something not including a bug number, so as to not imply that
	  naming tests after bug numbers is okay.

2004-03-15 14:24  apenwarr

	* include/uniconfdaemonconn.h, uniconf/uniclientconn.cc,
	  uniconf/daemon/uniconfd.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/t/uniconfd.t.cc:
	  r3_80: fixed bugs in the uniconfdaemon back when I was in
	  Germany.  Notably, using the 'uni' client causes fewer horrible
	  crashes.

2004-03-11 08:50  andrew

	* streams/wvstream.cc: r3_80: Turning TEST_CONTINUES_HARSHLY back
	  on since it's causing core dumps on my weaver. BUGZID:3475

2004-03-11 08:00  apenwarr

	* streams/wvstream.cc, uniconf/wvconfemu.cc: r3_80: BUGZID:3477:
	  disable TEST_CONTINUES_HARSHLY in wvstream.cc, and fix a bug that
	  could have caused the crashes pzion saw when he tried to do it
	  himself.

2004-03-09 22:31  jnc

	* linuxstreams/wvtestfiletree.cc: r3_80: backup unit tests check
	  size of directory entries BUGZID: 4279

2004-03-09 19:16  pmccurdy

	* include/wvconfemu.h: r3_80: If a password is incorrect, delay for
	  a bit before telling the requesting stream.  The delay scales up
	  with the number of failed password attempts in the past minute.
	  BUGZID:4126

2004-03-09 17:59  pphaneuf

	* configure.ac, include/wvfam.h, linuxstreams/wvfam.cc: r3_80: if
	  you have the fam.h header, but your library doesn't work, do not
	  enable FAM support.

2004-03-08 22:52  r2levesq

	* include/wvstrutils.h:
	  BUGZID:4245 got rid of one edit()

2004-03-08 20:03  r2levesq

	* include/wvstrutils.h, utils/t/strutils.t.cc:
	  BUGZID:4245 removed locatestr

2004-03-08 18:25  r2levesq

	* include/wvstrutils.h:
	  BUGZID:4245 Replaced (char *) with .edit()

2004-03-05 01:02  r2levesq

	* include/wvstrutils.h, utils/t/strutils.t.cc:
	  BUGZID:4245 Moved several string utils to wvstrutils.h and tested

2004-03-03 23:39  nmahendran

	* uniconf/uniinigen.cc:

	  BUGZID: 4224 r3_80:	  I have fixed the problem with
	  "/disk/weaver.ini" and    "/tmp/disk/wvmailinfo.ini" showing up
	  in logs instead of a more sensible	    "ConfigFileReader"

2004-03-02 01:39  pphaneuf

	* wvrules.mk, configfile/cfgsection.cc, configfile/wvconf.cc,
	  include/wvconfemu.h, include/wvdailyevent.h, include/wvsubproc.h,
	  streams/wvdailyevent.cc, streams/wvfile.cc, utils/wvbdbhash.cc,
	  utils/wvsubproc.cc: Finished merging from r3_76.

2004-02-29 00:16  mcote

	* linuxstreams/wvacl.cc: HEAD: Removed a few superfluous WvAcl
	  messages and turned most of the rest down to Debug5.	BUGZID:
	  4181

2004-02-28 01:07  apenwarr

	* configfile/cfgsection.cc:
	  r3_76: BUGZID:4182: fixed an ill-conceived optimization attempt
	  that caused 'wv set [a]=b=c' followed by 'wv set [a]=c=d' to
	  create two new config entries instead of one.

2004-02-27 20:54  saul

	* include/wvlog.h, include/wvlogfile.h, streams/wvlog.cc,
	  streams/wvlogfile.cc: BUGZID:3666

	  Fix: Backup emails now have the right time stamps in the logs

2004-02-26 01:23  mcote

	* linuxstreams/wvacl.cc: HEAD: Don't bother trying to inherit the
	  owner's ACL permissions explicitly.  Don't write a group entry
	  for the owning user if there isn't one already.  Now the only
	  actual modifications WvAcl does on its own is modify the MASK,
	  but that's only for convenience (i.e. without the modification it
	  still works).  Fixed a recent bug in set_acl_permission().

2004-02-26 01:20  ppatters

	* streams/wvmodem.cc: HEAD: Wow, that was silly - WvModem never
	  closed down nicely if it was !isok() - which caused the horrible
	  serial port driver to lock up...  anyways, this now fixes
	  BUGZID:4059

2004-02-26 00:54  ppatters

	* include/wvmodem.h, streams/wvmodem.cc: HEAD: The UPS Scanner
	  still hangs, but now there is a test case that isn't inside of
	  weaver... BUGZID:4059

2004-02-26 00:02  mcote

	* utils/wvtestfiletree.cc, linuxstreams/wvtestfiletree.cc: HEAD:
	  Moving WvTestFileTree from utils/ to linuxstreams/ since it
	  depends on WvFile & WvAcl.  Will hopefully be able to eventually
	  move it to wvstreams/ with no major problems, as the only Linux
	  dependency is ACL, I believe.  Of course, this change will
	  probably require you to 'make clean', or at least remove some .d
	  files.

2004-02-25 20:41  mcote

	* utils/wvtestfiletree.cc: HEAD: The second symlink created by
	  WvTestFileTree is now broken on purpose.  Added to test how idb
	  handles broken links.  Part of BUGZID: 4112

2004-02-24 23:27  mcote

	* include/wvtestfiletree.h, utils/wvtestfiletree.cc: HEAD: Moved
	  WvTestFileTree to wvstreams/utils, as it might come in handy for
	  other unit tests.

2004-02-24 06:26  mcote

	* include/wvacl.h, linuxstreams/wvacl.cc: HEAD: Changed ACL
	  implementation a little, and added inheritance.  Modified backup
	  code appropriately.  BUGZID: 4052

2004-02-22 21:18  pmccurdy

	* utils/wvsubproc.cc: r3_76: Apparently RLIMIT_RSS doesn't do what
	  you might think, and limit the RSS of the process.  RLIMIT_AS, on
	  the other hand, is quite effective at limiting the address space,
	  making malloc() fail and killing runaway Samba processes.
	  BUGZID:3969

2004-02-21 22:41  jim

	* include/wvconfemu.h, streams/wvdailyevent.cc, streams/wvfile.cc:
	  r3_76: Update copyright

2004-02-19 20:26  pmccurdy

	* wvrules.mk, streams/wvfile.cc: r3_76: Merge from r3_75

2004-02-19 01:01  mcote

	* linuxstreams/: wvacl.cc, t/wvacl.t.cc: HEAD: Deliberately chown()
	  the test file in wvacl.t.cc to be sure of its gid.

2004-02-18 05:38  apenwarr

	* linuxstreams/t/wvacl.t.cc:
	  HEAD: wvacl.t.cc can use WVPASSEQ now for more useful debug
	  output.

2004-02-18 01:54  mcote

	* include/wvacl.h, linuxstreams/wvacl.cc,
	  linuxstreams/t/wvacl.t.cc: HEAD: Added acl_check() function to
	  wvacl.cc to print log messages about detected ACL support.
	  Changed get_simple_acl_permissions() to use the uid/gid as the
	  name if we can't figure out the user/group's real name.
	  Corrected wvacl.t.cc to this effect.	BUGZID: 3970

2004-02-16 19:58  mcote

	* include/wvacl.h, linuxstreams/wvacl.cc: Added "owner" field to
	  SimpleAclEntry struct.  Added sorter for SimpleAclEntry.
	  Corrected a few WvAcl bugs.

2004-02-16 19:07  mcote

	* uniconf/t/: uniinigen.t.cc, unireadonlygen.t.cc: Simple unit test
	  for unireadonlygen.  Changed inigen() in uniinigen.t.cc from a
	  static function to a regular one so I can use it in
	  unireadonlygen.t.cc.	BUGZID: 3888

2004-02-16 14:45  apenwarr

	* include/wvconfemu.h:
	  r3_76: jim's patch to wvconfemu.h for gcc 3.x.

2004-02-16 14:44  apenwarr

	* streams/wvdailyevent.cc:
	  r3_76: patch a bug in my new wvdailyevent.cc that jim discovered.
	  I would have discovered it too, if stupid gcc would report
	  uninitialized variables with optimizations disabled...

2004-02-16 14:40  apenwarr

	* streams/wvfile.cc:
	  r3_75: jim's patch to wvfile.cc to make it work with gcc-3.x.

2004-02-13 20:29  ppatters

	* include/wvmodem.h, streams/wvmodem.cc: HEAD: Oops, forgot that
	  the UPS Scanner need a slight change to WvModem..

2004-02-13 18:39  slajoie

	* streams/wvfdstream.cc: Don't apply the
	  read_requires_writable/write_requires_readable restrictions if
	  those streams are !isok().

2004-02-12 23:54  apenwarr

	* wvrules.mk:
	  r3_75: BUGZID:4007: support CD now has a neat-o plogic-based text
	  UI.

2004-02-12 23:32  pphaneuf

	* streams/wvfdstream.cc: Fixed a minor bug introduced by the Win32
	  port.

2004-02-12 21:48  slajoie

	* Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvstreams/streams.h, include/wvtimeutils.h,
	  streams/wvfdstream.cc: Attempting to clarify the whole
	  read/write/close situation in WvStreams/Win32.  Removed source
	  file from project file to make ExchangeIt/Outlook auto-builder
	  work again (maybe).

2004-02-12 13:44  dcoombs

	* include/wvsubproc.h, utils/wvbdbhash.cc, utils/wvsubproc.cc:
	  r3_76: merging recent changes from r3_75.

2004-02-11 23:44  jnc

	* utils/wvbdbhash.cc: r3_75: Add a missed check for filesdb errors
	  to start_backup.  Fix a flipped return value test in
	  WvBdbHash::remove BUGZID: 3950

2004-02-10 23:39  pmccurdy

	* include/wvsubproc.h, utils/wvsubproc.cc: r3_75: BUGZID 3969: Put
	  a memory limit on smbd, it can now not get any bigger than
	  100MiB.  WvSubProc now has a setMemLimit() member so you can do
	  this for any other subproc you want.

2004-02-10 00:23  apenwarr

	* configfile/wvconf.cc:
	  r3_76: merged recent changes from r3_75.

2004-02-10 00:15  apenwarr

	* streams/wvdailyevent.cc:
	  r3_76: BUGZID:3941: oops, fixed a really dumb bug in my
	  wvdailyevent changes, which caused it to take a lot of CPU.  Also
	  made the syncusers standalone program work again (although it
	  shouldn't be linked with weaver itself... ick.)

2004-02-09 23:36  slajoie

	* streams/wvfdstream.cc: Fixed inverted nowrite/noread behavior
	  that Avery already fixed (honest!).

2004-02-09 22:42  apenwarr

	* include/wvdailyevent.h, streams/wvdailyevent.cc:
	  r3_76: BUGZID:3941: improved some log messages from wvsync*.cc.
	  Changed wvdailyevent so it has a next_event() function that
	  returns the time of the next event, which is useful in printing
	  helpful informational messages.

2004-02-09 21:38  apenwarr

	* include/wvdailyevent.h, streams/wvdailyevent.cc:
	  r3_76: merged wvdailyevent.{cc,h} from HEAD, for sanity.

2004-02-09 20:51  apenwarr

	* configfile/wvconf.cc:
	  r3_75: merged pphaneuf's WvConf bugfix from r3_74.

2004-02-09 06:40  apenwarr

	* include/wvtimeutils.h, utils/wvtimeutils.cc:
	  HEAD: initial hack at a NetGravity daemon.  It doesn't do much
	  yet except crash the uniconf daemon, but it's a start.  Made
	  wvnetcap more doxygen-compatible.  Added a check_response()
	  function to WvPingProbe, which tells you whether a received
	  packet is probably a response to your probe or not.  Made WvTime
	  able to render itself into and out of a long long.

	  P.S. the UniConf client and server are total crap.

2004-02-09 04:54  apenwarr

	* uniconf/: uniclientconn.cc, uniinigen.cc, t/uniinigen.t.cc:
	  HEAD: UniIniGen should create only toplevel sections, not
	  one-from-the-bottom-level sections, so that [foo]1.2.3.4/24 is
	  stored in section [foo] instead of section [foo/1.2.3.4].

2004-02-09 01:12  apenwarr

	* Makefile, vars.mk, include/fileutils.h, include/strutils.h,
	  include/uniinitreegen.h, include/wvfileutils.h,
	  include/wvstrutils.h, uniconf/unihashtree.cc,
	  uniconf/uniinigen.cc, uniconf/uniinitreegen.cc,
	  uniconf/unimountgen.cc, uniconf/daemon/.cvsignore,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfd.cc, uniconf/t/uniconftree.t.cc,
	  uniconf/t/uniinigen.t.cc, uniconf/t/unimountgen.t.cc,
	  uniconf/t/uninullgen.t.cc, uniconf/t/unitempgen.t.cc,
	  uniconf/tests/uniconfinitreetest.cc, uniconf/tests/unitest.sh,
	  utils/t/wvscatterhash.t.cc:
	  HEAD: rename uniconfdaemon to uniconfd.  Renamed fileutils.h and
	  strutils.h to wvfileutils.h and wvstrutils.h (but left the old
	  files including the new ones, so I didn't have to edit everything
	  else right now).  Remove UniIniTree, which was total garbage and
	  didn't do anything.  Fixed a bug in UniMountGen where the root of
	  each mount would have haschildren()==true.  Fixed a bug in
	  UniIniGen where the root node wouldn't be written to the config
	  file.  Fixed a bug in uniconfd preventing the config file from
	  getting flushed whenever someone was connected.  Added a bunch of
	  unit tests to verify most of these things.

2004-02-09 00:39  apenwarr

	* linuxstreams/t/wvacl.t.cc: HEAD: comment out wvacl.t.cc, which
	  continues to randomly fail on different systems.

2004-02-07 21:02  jnc

	* bindings/uniconf.i, uniconf/uniconf_c.cc: uniconf_bindings:
	  returning strings now works from php4 at the command line.  Still
	  crashes under Apache.  Weird.

2004-02-06 20:39  jnc

	* vars.mk, bindings/rules.mk: uniconf_bindings: Better makefile

2004-02-06 20:37  jnc

	* vars.mk, bindings/rules.mk, bindings/uniconf.i,
	  bindings/php/.cvsignore, include/uniconf.h: uniconf_bindings: PHP
	  bindings.  (Don't work due to bug in SWIG)

2004-02-05 17:27  andrew

	* configfile/: cfgsection.cc, t/.cvsignore, t/cfgsection.t.cc:
	  HEAD: Merging WvConf fix from r3_76, adding Unit Test for bug and
	  fix. BUGZID:3850

2004-02-05 17:20  andrew

	* configfile/cfgsection.cc: r3_76: Merging small WvConf fix from
	  r3_75. BUGZID:3850.

2004-02-05 16:28  andrew

	* suppressions.wv: HEAD: Adding more suppressions to
	  suppressions.wv so that 'make test' works for me. If 'make test'
	  still doesn't work for you, add your own suppressions.

2004-02-04 21:34  andrew

	* configfile/cfgsection.cc: r3_75: Supposed fix to killbot crashing
	  bug. I was unable to reproduce it with killbot but this appears
	  to be the correct fix, having WvConf not blow up when requesting
	  an entry whose name is NULL. BUGZID:3850

2004-02-04 01:51  apenwarr

	* crypto/wvrsa.cc: HEAD: merged recent changes from r3_75.

2004-02-04 01:00  apenwarr

	* utils/wvbufferstore.cc:
	  r3_75: BUGZID:3903: same fix for mutablepeek(), but in r3_75 this
	  time (and without the unit test).

	  HEAD: oh, also, I forgot to mention in the last changelog that I
	  added some valgrind default suppressions to shut up libdl.

2004-02-04 00:59  apenwarr

	* configure.ac, suppressions.wv, utils/wvbufferstore.cc,
	  utils/t/wvbuffer.t.cc: HEAD: BUGZID:3903: added a unit test and
	  fixed a bug causing WvDynBuf::mutablepeek(), and probably also
	  get(), to freak out sometimes.

2004-02-03 21:58  pphaneuf

	* .cvsignore, vars.mk: Delete and cvsignore the tmp.ini file
	  produced by the unit tests.

2004-02-03 18:17  ppatters

	* crypto/wvx509.cc, include/wvrsa.h, include/wvx509.h: HEAD: Some
	  tweaks to WvX509 to use WvError instead of duplicating the same
	  thing itself, and a minor fix to get rid of a redundant member
	  variable in WvRSAKey left over from when it was converted to use
	  WvError.

2004-02-03 00:43  ppatters

	* crypto/: wvrsa.cc, t/.cvsignore, t/wvrsa.t.cc: HEAD: Ok...
	  forward port the fixes for BUGZID:3850, and write a WVTEST to
	  prove the fix...

2004-02-03 00:41  ppatters

	* crypto/wvrsa.cc: r3_75: Wow... Ok... the last checkin fixed A
	  bug, but not BUGZID:3850...  fortunately, this one actually
	  does...

2004-02-03 00:01  ppatters

	* crypto/wvrsa.cc: r3_75: Somehow, we'd gotten this far without
	  detecting that WvRSA::init() didn't bother initializing pub and
	  prv if the key given to it was bad. I suspect that this fixes
	  BUGZID:3850, but I have yet to test it...

2004-02-01 04:33  jnc

	* bindings/uniconf.i: uniconf_bindings: tcl bindings

2004-02-01 03:41  jnc

	* bindings/uniconf.i, include/uniconf.h: uniconf_bindings: Move
	  WvString typemaps to uniconf.i, and make them both completer and
	  cleaner

2004-02-01 01:46  jnc

	* vars.mk, bindings/.cvsignore, bindings/rules.mk,
	  bindings/uniconf.i, bindings/python/.cvsignore,
	  bindings/tcl/.cvsignore, include/uniconf.h, include/uniconfkey.h,
	  include/uniconfroot.h: uniconf_bindings: Wrap the C++ methods
	  instead of just the minimal C api.  Include both tcl and python
	  bindings.  Rearrange the layout of generated files to put each
	  language's binding in its own directory.  Use a hacky workaround
	  for WvString conversion for now.

2004-01-31 09:15  slajoie

	* Win32WvStreams/Win32WvStreams.sln, Win32WvStreams/dirent.h,
	  Win32WvStreams/dirent.lib, Win32WvStreams/wvautoconf.h,
	  crypto/wvsslstream.cc, include/strutils.h, include/wvfile.h,
	  include/wvserialize.h, streams/wvconstream.cc,
	  streams/wvdailyevent.cc, Win32WvStreams/libuniconf/fake.cpp,
	  Win32WvStreams/libuniconf/libuniconf.vcproj,
	  Win32WvStreams/libuniconf/pstorec.tlh,
	  Win32WvStreams/libuniconf/unipstoregen.cc,
	  Win32WvStreams/libuniconf/uniregistrygen.cc,
	  Win32WvStreams/libwvstreams/fake.cpp,
	  Win32WvStreams/libwvstreams/libwvstreams.vcproj,
	  Win32WvStreams/libwvstreams/streams.cc,
	  Win32WvStreams/libwvstreams/streams.h,
	  Win32WvStreams/libwvstreams/wvwinstreamclone.cc,
	  Win32WvStreams/libwvutils/fake.cpp,
	  Win32WvStreams/libwvutils/libwvutils.vcproj,
	  Win32WvStreams/libwvutils/utils.cc,
	  Win32WvStreams/libwvutils/winstreams.cc,
	  Win32WvStreams/libwvutils/wvwin32task.cc,
	  Win32WvStreams/libwvutils/wvwindebuglog.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc, streams/wvstream.cc,
	  utils/wvtest.cc: Completely re-organized WvStreams/Win32
	  directory structure and build system.

2004-01-31 01:51  mcote

	* linuxstreams/t/.cvsignore: HEAD: .cvsignore file for
	  '.../wvstreams/linuxstreams/t/'.

2004-01-31 01:49  mcote

	* linuxstreams/: wvacl.cc, t/wvacl.t.cc: HEAD:
	  get_simple_acl_permissions() now creates a default set when ACL
	  library support is missing, and changed kernel-missing part to
	  use it.  Put back in appropriate unit test.  BUGZID: 3661

2004-01-30 01:26  apenwarr

	* linuxstreams/: wvacl.cc, t/wvacl.t.cc: HEAD: make wvacl.t.cc not
	  fail if no ACL support in your kernel.

2004-01-29 23:15  pphaneuf

	* configfile/wvconf.cc: r3_74: do not set the "error" flag in
	  WvConf if we couldn't open the file for writing.

2004-01-29 18:29  slajoie

	* utils/wvtest.cc: Removed useless include.

2004-01-29 01:17  pzion

	* .cvsignore, Doxyfile, Makefile, configure.ac, vars.mk,
	  wvrules.mk, wvtesthelper, wvtestmain.cc, wvtestmeter,
	  bindings/rules.mk, configfile/wvconf.cc, crypto/wvsslhacks.c,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, include/strutils.h,
	  include/unicachegen.h, include/uniconf.h,
	  include/uniconfdaemon.h, include/uniconfdaemonconn.h,
	  include/uniconfgen.h, include/uniconfpamconn.h,
	  include/unidefgen.h, include/unifiltergen.h,
	  include/unimountgen.h, include/unimounttreegen.h,
	  include/unireadonlygen.h, include/verstring.h, include/wvaddr.h,
	  include/wvbufstore.h, include/wvcont.h, include/wvdailyevent.h,
	  include/wvfdstream.h, include/wvfile.h, include/wvfork.h,
	  include/wvhashtable.h, include/wvhex.h, include/wvinterface.h,
	  include/wvlinklist.h, include/wvlog.h, include/wvlogfile.h,
	  include/wvmoniker.h, include/wvmonikerregistry.h,
	  include/wvondiskhash.h, include/wvsorter.h,
	  include/wvsslstream.h, include/wvstream.h,
	  include/wvstringlist.h, include/wvstringtable.h,
	  include/wvtclstring.h, include/wvtcp.h, include/wvtest.h,
	  include/wvtimeutils.h, include/wvwin32task.h, include/wvx509.h,
	  include/wvxplc.h, ipstreams/wvaddr.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/resolvertest.cc, ipstreams/tests/udptest.cc,
	  ipstreams/tests/unixtest.cc, ipstreams/tests/vars.mk,
	  ipstreams/tests/wvstreams.cc, ipstreams/tests/xplctest.cc,
	  streams/wvconstream.cc, streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvlog.cc,
	  streams/wvloopback.cc, streams/wvmodem.cc, streams/wvpipe.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamlist.cc, streams/wvwatcher.cc,
	  streams/t/wvdailyevent.t.cc, streams/t/wvfdstream.t.cc,
	  streams/t/wvfile.t.cc, streams/t/wvlog.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvstream.t.cc,
	  streams/t/wvstreamclone.t.cc, streams/tests/contseltest.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc, uniconf/unidefgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/uniinitreegen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unimounttreegen.cc,
	  uniconf/uninullgen.cc, uniconf/unipermgen.cc,
	  uniconf/unireadonlygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unitempgen.cc, uniconf/uniwvconfgen.cc,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h, uniconf/t/.cvsignore,
	  uniconf/t/uniconfgen.t.cc, uniconf/t/uniconfroot.t.cc,
	  uniconf/t/wvconfemu.t.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvbdbhash.cc, utils/wvdiriter.cc, utils/wverror.cc,
	  utils/wvfork.cc, utils/wvhashtable.cc, utils/wvhex.cc,
	  utils/wvmoniker.cc, utils/wvqdbmhash.cc, utils/wvstring.cc,
	  utils/wvstringlist.cc, utils/wvtask.cc, utils/wvtclstring.cc,
	  utils/wvtest.cc, utils/t/strcrypt.t.cc, utils/t/strutils.t.cc,
	  utils/t/verstring.t.cc, utils/t/wvbackslash.t.cc,
	  utils/t/wvbase64.t.cc, utils/t/wvbuffer.t.cc,
	  utils/t/wvcallback.t.cc, utils/t/wvcont.t.cc,
	  utils/t/wvencoder.t.cc, utils/t/wvhashtable.t.cc,
	  utils/t/wvhex.t.cc, utils/t/wvlinklist.t.cc,
	  utils/t/wvmatrix.t.cc, utils/t/wvscatterhash.t.cc,
	  utils/t/wvsorter.t.cc, utils/t/wvstring.t.cc,
	  utils/t/wvstringlist.t.cc, utils/t/wvstringtable.t.cc,
	  utils/t/wvtask.t.cc, utils/t/wvtclstring.t.cc,
	  utils/t/wvtimeutils.t.cc, utils/t/wvvector.t.cc,
	  utils/t/wvwordwrap.t.cc, utils/tests/bdbsillytest.cc,
	  utils/tests/maptest.cc, utils/tests/proctest.cc,
	  utils/tests/taskmaxtest.cc, utils/tests/testtest.cc: asterisk:
	  Merged with HEAD; webconfig inprovements; upgrade to Asterisk
	  0.7.1; Astersik configuration fixes

2004-01-29 00:57  mcote

	* linuxstreams/t/wvacl.t.cc: Unit test to check default ACL
	  permissions through get_simple_acl_permissions().  BUGZID: 3661.

2004-01-29 00:56  mcote

	* include/wvacl.h, linuxstreams/wvacl.cc: Added
	  get_simple_acl_permissions(), an ACL abstraction, which populates
	  a list containing type, name, and permissions.  Useful for
	  BUGZID: 3675.

2004-01-29 00:38  apenwarr

	* Makefile, include/wvtest.h, uniconf/uniinigen.cc,
	  uniconf/t/uniinigen.t.cc, utils/wvtclstring.cc, utils/wvtest.cc,
	  utils/t/wvtclstring.t.cc: HEAD: added WVPASSEQ() function to
	  WvTest, which prints the two things you're comparing, since that
	  seems like a common problem.	Fixed a nasty bug in
	  wvtcl_getword() where it might unget() too many bytes.  Fixed
	  uniinigen's parsing and writing to be more compatible with WvConf
	  (notably: fewer unnecessary braces in [] and {OBFU} lines).
	  BUGZID:3726.

2004-01-28 21:58  nmahendran

	* include/wvdailyevent.h, streams/wvdailyevent.cc,
	  streams/t/wvdailyevent.t.cc:

	  - WvDailyEvent can now do second-granularity for testing
	  purposes. configure() still makes sure that the granularity is at
	  most once a minute, but set_num_per_day() does not.  - Updated
	  unit test for WvDailyEvent so it doesn't take sooooooooo long.

2004-01-28 21:58  slajoie

	* include/wvmoniker.h: Save 4 bytes per WvMoniker instance.
	  WvStreams is probably a lot faster now :).

2004-01-28 20:59  apenwarr

	* uniconf/tests/uni.cc: HEAD: 'uni' command now has xkeys and xdump
	  commands, which use XIter.  So you can go "uni xkeys
	  /.../apenwarr" to get all the sections containing an 'apenwarr'
	  key.

2004-01-28 20:01  apenwarr

	* Makefile, include/wvcont.h, streams/t/wvstream.t.cc,
	  uniconf/tests/unitest.sh, utils/wvcont.cc, utils/t/wvcont.t.cc:
	  HEAD: BUGZID:3784: you can now delete a WvCont while you're
	  inside it, with no ill effects.  Added a unit test for that, as
	  well as for a similar operation with WvStream::setcallback() and
	  uses_continue_select.

	  Added the uniconf/tests/unitest.sh script to the 'make test'
	  sequence, commenting out the tests that still fail (see bug
	  3786).

2004-01-28 19:24  slajoie

	* include/wvwinstreamclone.h: Include windows.h here instead of
	  expecting precompiled headers.

2004-01-28 19:07  pphaneuf

	* config.mk.in, configure.ac, vars.mk: Added a --disable-testgui
	  option to the configure script.  BUGZID:3781

2004-01-28 18:39  pphaneuf

	* Makefile, configure.ac: Reduced the amount of needless rebuilding
	  after running the configure script, at the cost of a slightly
	  more confusing error message if you delete wvautoconf.h (instead
	  of telling you to run configure, it says that it doesn't know how
	  to make wvautoconf.h, which is true).  BUGZID:3771

2004-01-28 18:10  slajoie

	* uniconf/: uniclientconn.cc, uniclientgen.cc: Fixed potential
	  crash in Uniconf client.

2004-01-28 18:07  slajoie

	* include/: wvfork.h, wvlog.h: Fixed VS compilation.

2004-01-28 17:52  pphaneuf

	* vars.mk, uniconf/daemon/rules.mk: Folded libuniconfdaemon into
	  libuniconf.  BUGZID:3772

2004-01-28 17:30  apenwarr

	* Makefile, uniconf/daemon/rules.mk, utils/tests/monikertest.cc:
	  HEAD: in order to pass wvstreams unit tests, one must also be
	  able to 'make tests'.

2004-01-28 17:15  apenwarr

	* streams/wvpipe.cc: HEAD: merged recent changes from r3_75, and
	  updated 3.74a release notes.

2004-01-28 03:56  dfcarney

	* streams/wvpipe.cc: r3_75: "fixed" (read: added a horrible hack to
	  prevent...) a bug that caused a kernel fault when mdadm --stop
	  was run on a rebuilding RAID.  yowza!

	  also, moved the call to start disk-monitor out of rc.usr.sh and
	  into disk-mount and disk-unmount.

	  also also, fixed a (very old) bug involving wvpipe keeping ahold
	  of useless file descriptors...which caused weaver to hang after
	  forking a disk script.

	  BUGZID: 3713

2004-01-28 03:24  apenwarr

	* uniconf/uniclientconn.cc: HEAD: fix a spin-forever bug in
	  uniconfdaemon after the first connection closes.

2004-01-28 02:08  apenwarr

	* configure.ac, vars.mk, uniconf/uniclientgen.cc: HEAD: Fix
	  uniclientgen to work inside a uniconfdaemon; another
	  isreadable()-related problem.  Make configure.ac find libqt in
	  the latest debian-stable-kde-compatible libqt-mt package.  Always
	  compile uniconfdaemon and uniconf/tests/uni, since they're handy
	  and we need them for twister now.

2004-01-27 22:17  nmahendran

	* streams/t/wvfdstream.t.cc:

	  - Hurray, nothing fails and the Unit Tests are complete!

2004-01-27 21:41  mcote

	* include/wvacl.h, linuxstreams/wvacl.cc, config.mk.in,
	  configure.ac, vars.mk: Declassed WvAcl (changed to standalone
	  functions).  Moved ACL stuff into WvStreams.	BUGZID: 3764

2004-01-26 23:30  lkosewsk

	* utils/t/: wvencoder.t.cc, wvstringtable.t.cc: Minor comment
	  changes to stringtable, and a spankin' new set of test cases for
	  WvEncoder and some of its derivatives.

2004-01-26 21:22  pphaneuf

	* include/uniconfdaemon.h, uniconf/daemon/uniconfdaemon.cc: Added a
	  "create_mode" option to UniConfDaemon::setupunixsocket.

2004-01-24 04:17  pphaneuf

	* bindings/rules.mk: Oops, seems like there was a rule missing to
	  build the Tcl bindings.

2004-01-24 01:36  apenwarr

	* streams/t/wvdailyevent.t.cc: Disable wvdailyevent.t.cc due to
	  excessive obnoxiousness (it takes FOREVER!)

2004-01-24 01:32  apenwarr

	* streams/t/wvfdstream.t.cc: Fix failing test in wvfdstream.t.cc:
	  who says fd 1 is writable?  Your test program might be in a pipe
	  or something.

2004-01-23 22:33  apenwarr

	* utils/wvtest.cc: Oops, wvtest.cc didn't compile if you didn't
	  have valgrind/memcheck.h.

2004-01-22 23:41  nmahendran

	* streams/t/wvfdstream.t.cc:

	  - Added 3 extra test cases - the one that fills the buffer still
	  has failures that are unaccounted for.

2004-01-22 21:14  saul

	* utils/t/wvscatterhash.t.cc:

	  Fixed Style

2004-01-22 20:51  apenwarr

	* Makefile, configure.ac, utils/wvhashtable.cc, utils/wvtest.cc,
	  utils/t/strutils.t.cc, utils/t/wvhashtable.t.cc,
	  utils/t/wvsorter.t.cc:

	  HEAD: make VALGRIND macro make valgrind shut up by default.  Make
	  WvTest ask valgrind for error reports explicitly, so it can
	  report them in the normal WvTest output format after each test.
	  Make WvTest also consider the WVTEST_MAIN parameter name when
	  checking to see if it matches your prefix, so you can say
	  "./wvtestmain stresshash" and have it match the "stresshash test"
	  in wvhashtable.t.cc.	Make wvtestmain not relink every time you
	  type make.  Fix the string hash function in wvhashtable.cc to
	  have fewer collisions with simple strings.  Massively cleaned up
	  wvhashtable.t.cc, which obnoxiously depended on the particular
	  order things appeared in hash tables and the particular hash
	  values certain strings has.  Cleaned up wvsorter.t.cc, which
	  depended on the order of unsorted hash tables.  Change test
	  labels in strutils.t.cc to not weirdly be named
	  "somethingsomethingtest.cc" (they're now just
	  "somethingsomething").

2004-01-22 20:38  pphaneuf

	* configure.ac: Improved the autoconf test for Valgrind to deal
	  with a VALGRIND environment variable better (the autoconf macro
	  dealt with it, but I handled that case poorly).

2004-01-22 17:51  nmahendran

	* streams/t/wvdailyevent.t.cc:

	  - Done! The day-long test is commented out for now.

2004-01-22 14:52  apenwarr

	* utils/t/wvscatterhash.t.cc:
	  Fix bugs in wvscatterhash.t.cc causing spurious valgrind errors.
	  (They were bugs in the test, not in the scatterhash.)

2004-01-22 14:46  apenwarr

	* utils/t/strutils.t.cc:
	  Disable totally broken (and unfixable, since we don't know the
	  right answer) fqdomainnname test.  That should *definitely* not
	  be in strutils anyway...

2004-01-22 14:43  apenwarr

	* wvtestmeter:
	  wvtestmeter: make sure window appears immediately on slower
	  computers, and fix a newly-introduced bug preventing the close
	  button from popping up when the test was done.

2004-01-22 01:08  saul

	* Makefile, utils/t/strutils.t.cc:
	  Fixed a Bug which would make fqdomainname segfault, someone might
	  want to check this, it's a little hacky

2004-01-22 00:37  pmccurdy

	* wvtestmeter: Add button to replace contents of text window in
	  testmeter with the full output of the test run (as would be seen
	  on the console).

2004-01-22 00:32  r2levesq

	* include/wvtimeutils.h, utils/t/wvtimeutils.t.cc:
	  Tested wvtimeutils and fixed a few bugs (that I found while
	  testing) in wvtimeutils.h

2004-01-21 23:35  lkosewsk

	* streams/t/wvstream.t.cc: Some changes made to the file to make it
	  compatible with GCC 3.2.

2004-01-21 23:17  lkosewsk

	* include/strutils.h: BUGZID:3669 Fixed this nasty bug (3669).
	  This shouldn't break anything (or at least, it passes all unit
	  tests).

2004-01-21 23:16  lkosewsk

	* utils/t/wvstringtable.t.cc: Added a test for wvstringtable.cc

2004-01-21 23:06  pphaneuf

	* uniconf/daemon/: daemonmain.cc, rules.mk: Fixed some missing
	  symbols and changed UniConfGen to IUniConfGen in daemonmain.cc.

2004-01-21 21:52  saul

	* utils/t/wvscatterhash.t.cc:

	  added in WvScatterHash unit test

2004-01-21 20:04  nmahendran

	* include/wvdailyevent.h:

	  - WvDailyEvent has been documented/doxygenated.

2004-01-20 23:49  apenwarr

	* Makefile, include/uniconfgen.h, streams/t/wvlog.t.cc,
	  uniconf/uniconfgen.cc, uniconf/t/uniconfgen.t.cc,
	  uniconf/t/uniconfroot.t.cc, uniconf/t/wvconfemu.t.cc,
	  utils/strutils.cc, utils/wvfork.cc, utils/wvmoniker.cc: Fixed
	  minor memory leaks in wvfork and wvmoniker, making the wvstreams
	  (and wvsamba) unittests now run "almost" valgrind-error-free
	  (stupid libc's gethostbyname() still has a valgrind error).  This
	  also causes the very last WvLog object to get destroyed, which
	  gets rid of a leaky file descriptor in the wvsamba test.  Removed
	  backup/tests from the toplevel 'make test' target, because it
	  takes too long and may still be flakey.

	  You should now expect 'make test' from the toplevel to take a
	  reasonable amount of time and not obviously fail any valgrind
	  tests.

2004-01-20 23:06  r2levesq

	* include/: verstring.h, wvcont.h, wvfork.h, wvondiskhash.h,
	  wvtclstring.h:
	  Modified for doxygen

2004-01-20 22:06  apenwarr

	* .cvsignore, Makefile, wvrules.mk, wvtesthelper, wvtestmeter:
	  HEAD: add wvtestmeter, an optional graphical display which runs
	  automatically from "make test".  Yay for random entertainment...

2004-01-20 19:06  r2levesq

	* include/strutils.h, include/wvhex.h, utils/strcrypt.cc,
	  utils/wvhex.cc, utils/wvstring.cc:
	  Added various doxygen comments

2004-01-20 00:12  r2levesq

	* utils/t/strcrypt.t.cc:
	  Created Test cases for strcrypt.cc

2004-01-19 23:58  pphaneuf

	* vars.mk, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfpamconn.cc: Fixed a few XPLC-related
	  funnies in WvStreams, as well as UniConfDaemon fixing-ups.

2004-01-19 23:30  r2levesq

	* utils/t/strcrypt.t.cc:
	  Test for strcrypt.cc

2004-01-19 23:23  apenwarr

	* utils/t/: verstring.t.cc, wvbase64.t.cc, wvcallback.t.cc: HEAD:
	  merged stragglers from wvstreams_unittest (things which changed
	  since I started the last merge).

2004-01-19 23:22  apenwarr

	* Makefile, vars.mk, wvrules.mk, crypto/wvsslhacks.c,
	  crypto/wvx509.cc, include/strutils.h, include/unicachegen.h,
	  include/uniconf.h, include/uniconfgen.h,
	  include/uniconfpamconn.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unimountgen.h,
	  include/unimounttreegen.h, include/unireadonlygen.h,
	  include/wvbufstore.h, include/wvfdstream.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvsorter.h,
	  include/wvstream.h, include/wvstringlist.h,
	  include/wvtclstring.h, include/wvwin32task.h, include/wvxplc.h,
	  ipstreams/wvaddr.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/resolvertest.cc, ipstreams/tests/vars.mk,
	  ipstreams/tests/wvstreams.cc, ipstreams/tests/xplctest.cc,
	  streams/wvconstream.cc, streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/t/wvfdstream.t.cc, streams/t/wvfile.t.cc,
	  streams/t/wvloopback.t.cc, streams/t/wvstream.t.cc,
	  streams/t/wvstreamclone.t.cc, streams/tests/contseltest.cc,
	  uniconf/unicachegen.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc, uniconf/unidefgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/uniinitreegen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unimounttreegen.cc,
	  uniconf/uninullgen.cc, uniconf/unipermgen.cc,
	  uniconf/unireadonlygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unitempgen.cc, uniconf/uniwvconfgen.cc,
	  utils/strutils.cc, utils/wvmoniker.cc, utils/wvstringlist.cc,
	  utils/wvtask.cc, utils/wvtclstring.cc, utils/t/strutils.t.cc,
	  utils/t/verstring.t.cc, utils/t/wvbackslash.t.cc,
	  utils/t/wvbase64.t.cc, utils/t/wvbuffer.t.cc,
	  utils/t/wvcallback.t.cc, utils/t/wvcont.t.cc,
	  utils/t/wvhashtable.t.cc, utils/t/wvhex.t.cc,
	  utils/t/wvlinklist.t.cc, utils/t/wvmatrix.t.cc,
	  utils/t/wvsorter.t.cc, utils/t/wvstringlist.t.cc,
	  utils/t/wvtask.t.cc, utils/t/wvtclstring.t.cc,
	  utils/t/wvvector.t.cc, utils/t/wvwordwrap.t.cc,
	  utils/tests/maptest.cc, utils/tests/proctest.cc,
	  utils/tests/taskmaxtest.cc, utils/tests/testtest.cc: HEAD: merged
	  everything from wvstreams_unittest.  If you were working in
	  wvstreams_unittest, please switch to HEAD from now on!

2004-01-19 23:17  pphaneuf

	* vars.mk, include/uniconfdaemon.h, include/uniconfdaemonconn.h,
	  include/uniconfpamconn.h, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.h: Made UniConfDaemon available as
	  a library.

2004-01-19 22:34  slajoie

	* utils/t/wvcallback.t.cc: wvstreams_unittest: fixed incorrect
	  usage of WvCallback with function pointers.

2004-01-19 22:33  slajoie

	* utils/t/wvbase64.t.cc: wvstreams_unittest: fixed incorrect usage
	  of ?: operator.

2004-01-19 22:31  slajoie

	* utils/t/verstring.t.cc: wvstreams_unittest: added include.

2004-01-19 22:06  apenwarr

	* configure.ac, utils/tests/bdbsillytest.cc: HEAD: merged recent
	  changes from r3_75.  (Please kill me.  Someone?)

2004-01-19 21:16  jnc

	* include/wvondiskhash.h, utils/wvbdbhash.cc, utils/wvqdbmhash.cc:
	  HEAD: Update WvOnDiskHash and implementations with latest changes
	  from r3_75's WvBdbHash

2004-01-19 17:57  slajoie

	* utils/t/wvhex.t.cc: wvstreams_unittest: Use alloca instead of
	  dynamic arrays (C++ is not yet C99; even when it is, VS will
	  probably lag behind anyway :)). Plus other assorted VS/gcc 3.2
	  fixes.

2004-01-19 17:35  scott

	* utils/t/: strutils.t.cc, verstring.t.cc: adding Doxygen comments
	  to unit tests

2004-01-19 15:58  apenwarr

	* configure.ac:
	  r3_75: merged recent changes from r3_74 and r3_72a.

2004-01-19 01:03  jnc

	* include/wvlog.h, include/wvlogfile.h, streams/wvlog.cc,
	  streams/wvlogfile.cc: HEAD: Wipe the global WvLogRcv list on fork
	  instead of fiddling with WvLogFile's individually BUGZID: 3262

2004-01-18 09:05  apenwarr

	* ipstreams/wvudp.cc:
	  HEAD: ipstreams/wvudp.cc had a free() where it should have had
	  delete.

2004-01-18 04:28  jnc

	* include/wvbdbhash.h, utils/wvbdbhash.cc, utils/tests/bdbtest2.cc:
	  r3_75: Make WvBdbHash use a full WvError.  Have all methods deal
	  nicely with !isok instead of asserting (generally, just return
	  immediately) so that it's not fatal if we don't notice for
	  awhile.  Periodically check for filesdb errors in WvTapeBackup.
	  BUGZID: 3632

2004-01-17 07:32  jnc

	* include/wvlogfile.h, streams/wvlogfile.cc: HEAD: Close WvLogFile
	  after a fork, since the fork will have closed its file
	  descriptors anyway BUGZID: 3262

2004-01-15 21:08  scott

	* utils/: strutils.cc, t/strutils.t.cc: fixing valgrind bugs in
	  unit tests

2004-01-15 01:19  pphaneuf

	* Makefile, configfile/wvconf.cc, include/wvaddr.h,
	  include/wvfile.h, include/wvhashtable.h, include/wvinterface.h,
	  include/wvlinklist.h, include/wvondiskhash.h,
	  include/wvstringlist.h, include/wvstringtable.h,
	  ipstreams/wvudp.cc, streams/wvfile.cc, streams/wvstream.cc,
	  uniconf/t/.cvsignore, uniconf/t/wvconfemu.t.cc,
	  utils/wvbdbhash.cc, utils/wvdiriter.cc, utils/wvtclstring.cc,
	  utils/tests/bdbsillytest.cc, utils/tests/testtest.cc: pphaneuf:
	  merged from HEAD.

2004-01-13 20:07  scott

	* utils/: strutils.cc, t/strutils.t.cc: fixed metriculate negative
	  numbers bug

2004-01-13 19:16  scott

	* utils/t/wvstringlist.t.cc, include/strutils.h: fixed
	  strcoll_splitstrict

2004-01-13 18:30  scott

	* utils/t/strutils.t.cc: added several tests

2004-01-13 00:01  jnc

	* utils/tests/testtest.cc: HEAD: Make utils/tests/testtest compile
	  again.  Also add lines output showing when it's expected to fail.

2004-01-12 22:54  slajoie

	* include/wvwin32task.h, utils/t/wvtask.t.cc: wvstreams_unittest:
	  Made Win32 WvTask correspond to weird new singleton-without-state
	  implementation.

2004-01-08 21:24  scott

	* ipstreams/wvudp.cc: prevented data from being buffered on an
	  unconnected stream (BUGZ 3505)

2004-01-08 18:07  apenwarr

	* include/wvbdbhash.h, utils/wvbdbhash.cc,
	  utils/tests/bdbsillytest.cc:
	  r3_75: merged recent changes from r3_74.

2004-01-08 01:38  slajoie

	* utils/t/wvmatrix.t.cc:
	  wvstreams_unittest: Added cast to alloca's return value.

2004-01-08 01:31  slajoie

	* utils/t/wvmatrix.t.cc: wvstreams_unittest: Use alloca instead of
	  C99 dynamic arrays which aren't supported in VS.

2004-01-08 01:25  slajoie

	* include/wvsorter.h: wvstreams_unittest: Avoid parser bug in VS.

2004-01-07 22:51  slajoie

	* streams/wvfile.cc: Removed default parm from constructor
	  implementation. Default parms should be in declarations only,
	  else gcc 3.2 chokes.

2004-01-07 16:33  pzion

	* utils/wvtclstring.cc: HEAD: Fixed reversed short-circuit
	  evaluation that was causing read on uninitialized byte at end of
	  string in wvtcl_getword, thus causing valgrind complaints
	  BUGZID:3032

2004-01-07 05:57  jnc

	* include/wvbdbhash.h, utils/wvbdbhash.cc,
	  utils/tests/bdbsillytest.cc: r3_74: Add callbacks to WvTapeBackup
	  whenever it finishes a step of the backup.  Make weaver destroy
	  its tape objects when the appropriate stages are finished,
	  instead of whenever WebConfig feels like it.	Make WvBdbHash
	  destroy it's dbfile if you set the "persist_dbfile" param to
	  false, instead of scattering unlink() calls throughout
	  WvTapeBackup.  BUGZID: 3451

2004-01-07 01:12  apenwarr

	* configure.ac, utils/wvbdbhash.cc:
	  r3_75: merged (the very few) recent changes from r3_74.

2004-01-07 00:58  apenwarr

	* configfile/wvconf.cc, include/wvaddr.h, include/wvfile.h,
	  include/wvhashtable.h, include/wvinterface.h,
	  include/wvlinklist.h, include/wvondiskhash.h,
	  include/wvstringlist.h, include/wvstringtable.h,
	  streams/wvfile.cc, utils/wvbdbhash.cc, utils/wvdiriter.cc,
	  utils/tests/bdbsillytest.cc: HEAD: merged recent *wvstreams-only*
	  changes from r3_75.

2004-01-07 00:51  apenwarr

	* streams/wvstream.cc: HEAD: undo pphaneuf's weird change to make
	  the closecallback only get called in the destructor, which (among
	  other things) isn't when the stream was closed.

2004-01-06 18:35  pzion

	* Makefile: HEAD: Added missing libuniconf for unitest BUGZID:3153

2004-01-06 18:18  pzion

	* uniconf/t/: .cvsignore, wvconfemu.t.cc: HEAD: Added wvconfemu
	  unitest that checks that a deleted item in a section no longer
	  appears when you iterate through the section.  BUGZID:3153

2004-01-06 18:18  pphaneuf

	* Doxyfile, vars.mk, wvrules.mk, wvtestmain.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, include/uniconf.h,
	  include/wvondiskhash.h, include/wvsslstream.h, include/wvtcp.h,
	  include/wvtest.h, include/wvx509.h, ipstreams/wvtcp.cc,
	  ipstreams/tests/udptest.cc, ipstreams/tests/unixtest.cc,
	  streams/wvfile.cc, streams/wvloopback.cc, streams/wvmodem.cc,
	  streams/wvpipe.cc, streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvwatcher.cc, uniconf/wvconfemu.cc, utils/wverror.cc,
	  utils/wvtest.cc, utils/t/wvstring.t.cc: pphaneuf: merged from
	  HEAD.

2004-01-06 17:01  dcoombs

	* include/wvtcp.h, ipstreams/wvtcp.cc: HEAD: Fixing a bug in
	  WvTCPConn::localaddr, where it was using getsockopt with
	  SO_ORIGINAL_DST even for outgoing non-transproxied connections,
	  which is a little bit silly.

2004-01-05 22:32  pphaneuf

	* configure.ac, utils/wvbdbhash.cc: r3_74: do not build the
	  Berkeley DB code if we don't have libdb available.  This has been
	  fixed in a newer branch, I tried to make this as compatible as
	  possible with what is there.

2004-01-05 06:14  apenwarr

	* include/wvx509.h:
	  HEAD: better documentation for wvx509 constructors.

2004-01-05 06:02  apenwarr

	* include/uniconf.h: Add extra operator[] to the UniConf object,
	  allowing easier auto-typecasts from things that can cast
	  themselves into WvString.

2004-01-05 01:46  apenwarr

	* crypto/wvsslstream.cc, include/wvsslstream.h: HEAD: comment in
	  wvsslstream that you shouldn't delete the certificate until the
	  stream goes away.

2004-01-05 01:44  apenwarr

	* crypto/wvsslstream.cc, crypto/wvx509.cc, include/wvx509.h,
	  streams/wvfile.cc, streams/wvloopback.cc, streams/wvmodem.cc,
	  streams/wvpipe.cc, streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvwatcher.cc, utils/wverror.cc: HEAD: don't refer to
	  errnum directly; use seterr() and geterr() whenever possible
	  instead.  Made WvX509Mgr not return an empty errstr() when it
	  doesn't have a cert and/or an RSA key.  Made WvSSLStream not
	  crash when it gets an invalid cert.

2004-01-04 23:20  apenwarr

	* wvrules.mk: HEAD: BUGZID:3466: make wvrules.mk include t/.*.d by
	  default, making autodependencies work in test subdirectories.

2004-01-04 23:06  apenwarr

	* wvtestmain.cc, include/wvtest.h, utils/wvtest.cc,
	  utils/t/wvstring.t.cc: HEAD: merged wvtest.cc, wvtest.h, and
	  wvtestmain.cc from wvstreams_unittest so that we have the same
	  test API in both branches.  Updated WVTEST_MAIN() macro calls in
	  all test programs to match the "new" (as of a couple months ago)
	  API.

2004-01-04 22:46  apenwarr

	* ipstreams/tests/udptest.cc: HEAD: fixed some wvservice problems I
	  had last night, and made "make test" compile again (although
	  several tests fail, possibly since the wvstreams_unittest branch
	  hasn't been merged in).

2004-01-04 21:15  apenwarr

	* Doxyfile: HEAD: don't generate the doxygen treeview, which kills
	  several browsers pretty nicely.

2004-01-04 09:46  apenwarr

	* vars.mk:
	  HEAD: must build wvtestmain.o by default.

2004-01-04 09:12  apenwarr

	* Doxyfile:
	  HEAD: more doxygen tweaks.  Added doxygen docs for WvService
	  (fairly extensive) and WvWeaver (fairly basic), to try to help
	  with the CoopBootCamp.

2004-01-04 07:44  apenwarr

	* Doxyfile:
	  HEAD: better wvstreams/Doxyfile for doxygen.

2004-01-03 02:20  ppatters

	* wvrules.mk, ipstreams/tests/unixtest.cc: HEAD: First kick at a
	  UserSpaceWatchdog... I bring you - WvGuard :). VERY lightly
	  tested, but it does run, and might actually do the right thing...
	  On a related note, also made the wvtest rule in wvrules.mk do the
	  right thing... ../weaver/foo.o can't be counted on to be right
	  :/.

2004-01-03 01:57  apenwarr

	* include/wvbdbhash.h, utils/wvbdbhash.cc,
	  utils/tests/bdbsillytest.cc:
	  r3_75: merged recent changes from r3_74.

2003-12-31 23:47  apenwarr

	* include/wvbdbhash.h, utils/wvbdbhash.cc,
	  utils/tests/bdbsillytest.cc:
	  r3_74: BUGZID:3415: make WvBdbHash::zap() delete the file and
	  reopen it instead of manually removing each entry.  This makes it
	  go *way* faster, saving actual minutes when opening/closing
	  backups with WvTape.

2003-12-31 23:45  apenwarr

	* streams/wvstream.cc:
	  r3_74: upon return from continue_select(), set running_callback
	  to true.  I was worried about setting this before, but it's
	  definitely correct and experience in other branches shows that it
	  doesn't fry things (in any obvious way).

2003-12-31 04:15  slajoie

	* crypto/wvx509.cc: wvstreams_unittest: Removed bunch of gotos that
	  wouldn't compile in VS.

2003-12-31 04:08  slajoie

	* streams/wvstream.cc:
	  wvstreams_unittest: Use standard min/max functions instead of
	  rolling our own.

2003-12-30 23:18  slajoie

	* include/wvxplc.h: wvstreams_unittest: Windows version doesn't
	  have autoconf.

2003-12-22 23:16  slajoie

	* utils/wvdiriter.cc: r3_75: Fixed assertion I just broke.

2003-12-22 23:08  slajoie

	* configfile/wvconf.cc, include/wvfile.h, streams/wvfile.cc:
	  r3_75: Fixed Win32 build.  CVS: BUGZID: CVS: If you would like to
	  link this check-in to a FogBUGZ bug, remove the `CVS:' CVS:
	  comment indicator from the preceeding line and append the bug
	  number CVS: after `BUGZID:'

2003-12-22 23:05  slajoie

	* utils/wvdiriter.cc:
	  r3_75: Fixed warning.

2003-12-19 22:09  apenwarr

	* configfile/wvconf.cc:
	  r3_75: BUGZID:3311: lcdinter was flushing weaver.ini to disk
	  after a zap, undoing the effects of the zap.	This was for two
	  reasons: first, incredibly dumb code in wvlcd.cc that was
	  resetting a config option every time you initialized an LCD
	  panel, and second, incredibly dumb (but very long-lived) code in
	  WvConf that was setting dirty=true even if you set() a config
	  variable to its previous value.  It wouldn't run callbacks, but
	  it would still be dirty.  Oops!

2003-12-19 18:02  apenwarr

	* include/: wvhashtable.h, wvinterface.h, wvlinklist.h,
	  wvstringlist.h, wvstringtable.h:
	  r3_75: BUGZID:3126: added sfllaw's Samba User Importer.  I don't
	  know if it *exactly* works, but at least I fixed the crashes.

2003-12-18 21:22  pphaneuf

	* uniconf/wvconfemu.cc: You know what? If WvConfEmu::save actually
	  saved anything, that'd be great.

2003-12-18 21:08  pphaneuf

	* uniconf/wvconfemu.cc: Make WvConfEmu::save(file) not refresh the
	  file it is about to save to.

2003-12-18 21:06  dcoombs

	* include/wvaddr.h: r3_75: some libc change causes asm/types.h to
	  typedef __u32 and __u16 in debian testing but not debian stable.
	  Changing wvaddr.h to check for these before it redeclares them.

2003-12-18 02:21  mrwise

	* utils/t/wvbase64.t.cc: wvstreams_unittest: removed a debugging
	  line that was causing a valgrind error

2003-12-18 02:13  mrwise

	* include/wvstringlist.h, utils/wvstringlist.cc:
	  wvstreams_unittest: new append methods were written for
	  WvStringListby mag and merged in by kenrose, which changed
	  existing functionality.. bad.  Returned things to original
	  functionality while allowing new functionality required for
	  WvOnDiskHash.

2003-12-17 22:51  pphaneuf

	* .cvsignore, Makefile, config.mk.in, configure.ac, vars.mk,
	  wvrules.mk, Docs/sgmlmanual/egfiles/Makefile,
	  Win32WvStreams/test3/stdafx.cpp, Win32WvStreams/test3/stdafx.h,
	  configfile/wvconf.cc, debian/changelog, debian/control,
	  debian/rules, include/strutils.h, include/wvbdbhash.h,
	  include/wvbufstore.h, include/wvbufstream.h, include/wvconf.h,
	  include/wvconfemu.h, include/wvcont.h, include/wvdailyevent.h,
	  include/wvdelayedcallback.h, include/wvdiriter.h,
	  include/wverror.h, include/wvfam.h, include/wvgdbmhash.h,
	  include/wvgdbmlist.h, include/wvgzipstream.h,
	  include/wvhashtable.h, include/wvipfirewall.h,
	  include/wvlinklist.h, include/wvmagiccircle.h,
	  include/wvondiskhash.h, include/wvondisklist.h, include/wvrsa.h,
	  include/wvscatterhash.h, include/wvserialize.h,
	  include/wvshmzone.h, include/wvstream.h, include/wvstringlist.h,
	  include/wvsubproc.h, include/wvtelephony.h,
	  include/wvtimeutils.h, ipstreams/wvaddr.cc,
	  ipstreams/tests/.cvsignore, ipstreams/tests/wvstreams.cc,
	  linuxstreams/if_tun.h, linuxstreams/wvfam.cc,
	  linuxstreams/wvipfirewall.cc, streams/wvconstream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamlist.cc, streams/wvtimestream.cc,
	  streams/t/wvstream.t.cc, telephony/.cvsignore,
	  telephony/echo_cancel.c, uniconf/uniconf_c.cc,
	  uniconf/uniinigen.cc, uniconf/unimountgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/wvconfemu.cc,
	  uniconf/tests/emutest.cc, urlget/wvhttppool.cc,
	  utils/strutils.cc, utils/wvbdbhash.cc, utils/wvcont.cc,
	  utils/wvdiriter.cc, utils/wverror.cc, utils/wvfork.cc,
	  utils/wvgdbmhash.cc, utils/wvlinklist.cc, utils/wvqdbmhash.cc,
	  utils/wvscatterhash.cc, utils/wvstring.cc, utils/wvstringlist.cc,
	  utils/wvtask.cc, utils/wvtimeutils.cc,
	  utils/tests/bdbsillytest.cc, utils/tests/bdbtest.cc,
	  utils/tests/bdbtest2.cc, utils/tests/callbacktest.cc,
	  utils/tests/diriter2test.cc, utils/tests/gdbmlisttest.cc,
	  utils/tests/gdbmtest.cc, utils/tests/ondiskhashtest.cc,
	  utils/tests/ondisklisttest.cc, utils/tests/ondiskspeedtest.cc,
	  utils/tests/qdbmtest.cc, utils/tests/sizetoatest.cc: pphaneuf:
	  merged from HEAD.

2003-12-17 21:26  andrew

	* include/strutils.h, utils/strutils.cc: r3_74_datavault: Fixed up
	  poorly-formatted cryptic data collector success email.
	  BUGZID:3340 Also added get_bytestring to strutils to convert a
	  number of bytes to (xx GB, xx MB, XX kB, or xx bytes) depending
	  on how big it is.

2003-12-17 19:58  pphaneuf

	* uniconf/wvconfemu.cc: Make WvConfEmu support deleting a key by
	  setting it to an empty string, like WvConf does.

2003-12-17 19:49  pphaneuf

	* uniconf/tests/emutest.cc: Fixed a small detail in the emutest of
	  UniConf.

2003-12-16 21:52  pphaneuf

	* configure.ac: Improved the Qt test in configure.ac.

2003-12-16 19:48  jim

	* streams/wvfile.cc, include/wvfile.h: r3_75: revert my last patch
	  and add a comment about O_RDONLY.

2003-12-16 16:39  jim

	* include/wvfile.h, streams/wvfile.cc: r3_75: Check the mode flags
	  on a file descriptor when a WvFile is created with a file
	  descriptor.  Thanks Arvin.

2003-12-16 00:52  pphaneuf

	* streams/wvstream.cc: Change to WvStream that is possibly insanely
	  evil. Call the close callback in WvStream's destructor instead of
	  in WvStream::close(). If you did anything with the stream in the
	  close destructor, you're probably on crack anyway!

2003-12-15 23:26  jnc

	* Makefile: Add a . to find to appease non-GNU

2003-12-15 15:29  apenwarr

	* vars.mk: HEAD: merge vars.mk from wvstreams_unittest, allowing
	  building with xplc to actually work.

2003-12-13 20:17  dcoombs

	* include/wvgzipstream.h: Nobody ever used wvgzipstream.h, so
	  nobody ever noticed that if you include it, your program stops
	  compiling.

2003-12-11 19:25  mrwise

	* streams/t/wvfdstream.t.cc: wvstreams_unittest: changed testname
	  to appropriately reflect the old style test it was harvested from

	  BUGZID:2933

2003-12-11 19:22  mrwise

	* utils/t/wvhashtable.t.cc: wvstreams_unittest: removed some
	  commented out code that was unneccesary.

	  BUGZID:2933

2003-12-11 18:13  apenwarr

	* configure.ac, wvrules.mk, include/strutils.h,
	  include/wvbufstream.h, include/wvdiriter.h,
	  include/wvhashtable.h, include/wvlinklist.h,
	  linuxstreams/if_tun.h, streams/wvconstream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvtimestream.cc, uniconf/wvconfemu.cc,
	  urlget/wvhttppool.cc, utils/strutils.cc, utils/wvbdbhash.cc,
	  utils/wvdiriter.cc, utils/wvlinklist.cc: HEAD: merged recent
	  changes from r3_75.  Doesn't "obviously" seem to crash.

2003-12-11 17:54  pzion

	* include/wvtelephony.h, telephony/echo_cancel.c: HEAD: Added
	  comment header to echo_cancel.c, fixed docs

2003-12-11 17:53  mrwise

	* streams/t/wvstreamclone.t.cc: wvstreams_unittest: wrote a tiny
	  unittest to catch a looping destructor bug.

	  BUGZID:3184

2003-12-11 03:40  pzion

	* config.mk.in, configure.ac, vars.mk, include/wvtelephony.h,
	  telephony/.cvsignore, telephony/echo_cancel.c: HEAD: Added
	  wvtelephony library as part of wvstreams, which initially
	  contains just a fixed-point echo canceller

2003-12-10 06:27  mrwise

	* utils/t/wvtask.t.cc: wvstreams_unittest: ifdef'd out the section
	  of wvtask I'm still working on

	  BUGZID:2933

2003-12-10 06:25  mrwise

	* utils/t/wvhashtable.t.cc: wvstreams_unittest: converted what I
	  could of hashtest over to unittest, could be problems with some
	  of the absolute addresses I used..

	  BUGZID:2933

2003-12-10 04:45  mrwise

	* utils/t/: strutils.t.cc, verstring.t.cc, wvbackslash.t.cc,
	  wvbuffer.t.cc, wvcallback.t.cc, wvcont.t.cc, wvhashtable.t.cc,
	  wvlinklist.t.cc, wvmap.t.cc, wvmatrix.t.cc, wvsorter.t.cc,
	  wvtask.t.cc, wvvector.t.cc, wvwordwrap.t.cc: wvstreams_unittest:
	  changed test naming scheme to reflect the old-style test it came
	  from to simplify things, moved the test wvmap.t.cc into
	  wvhashtable.t.cc where it belongs

	  BUGZID:2933

2003-12-10 03:49  mrwise

	* utils/t/: wvbackslash.t.cc, wvlinklist.t.cc: wvstreams_unittest:
	  converted old-style listtest over to unittest and cleaned up
	  documentation in wvbackslash.t.cc

	  BUGZID:2933

2003-12-10 03:09  jklink

	* include/strutils.h:	This is completely an aesthetic change to
	  splitstrict.	Did the function earlier in the term but didn't
	  take into account spacing or proper tabbing and it looked brutal

2003-12-10 02:43  mrwise

	* utils/t/wvwordwrap.t.cc: wvstreams_unittest:converted old-style
	  wordwraptest to unittest

	  BUGZID:2933

2003-12-10 00:57  apenwarr

	* streams/: wvstream.cc, wvstreamclone.cc:
	  r3_75: BUGZID:3219: more setclone() madness made me debug tunnel
	  vision some more.

2003-12-10 00:41  mrwise

	* utils/t/verstring.t.cc: wvstreams_unittest: converted old-style
	  vertest over to unittest

	  BUGZID:2933

2003-12-10 00:17  mrwise

	* utils/t/wvvector.t.cc: wvstreams_unittest: converted old-style
	  test vectortest over to unittest

	  BUGZID:2933

2003-12-09 23:31  wlach

	* include/wvhashtable.h: Fix build error by including assert.h

2003-12-09 23:23  apenwarr

	* include/wvbufstream.h, include/wvdiriter.h,
	  streams/wvtimestream.cc, urlget/wvhttppool.cc,
	  utils/wvdiriter.cc, utils/tests/diriter2test.cc:
	  r3_75: merged recent changes from r3_74.

2003-12-09 21:52  mrwise

	* utils/t/wvhashtable.t.cc: wvstreams_unittest: converted
	  stresshashtest over to unittest for wvhashtable

	  BUGZID:2933

2003-12-09 20:56  apenwarr

	* streams/wvtimestream.cc:
	  r3_74: wvtimestream shouldn't select 'true' forever just because
	  you set its timeout to zero.	It should fail to *ever* select
	  true, instead.

2003-12-09 17:56  apenwarr

	* include/wvbufstream.h, urlget/wvhttppool.cc:
	  r3_74: BUGZID:3285: *actually* fixed the autoinstaller problems
	  this time.  At least, I'm pretty sure I did.

2003-12-09 06:28  mrwise

	* utils/t/: strutils.t.cc, wvsorter.t.cc: wvstreams_unittest:
	  merged in sizetoatest into strutils and converted sorttest over
	  to unittest format

	  BUGZID:2933

2003-12-09 04:51  apenwarr

	* .cvsignore, configure.ac, vars.mk, wvrules.mk,
	  include/wvbufstore.h, include/wvdailyevent.h, include/wvfam.h,
	  include/wvhashtable.h, include/wvlinklist.h,
	  include/wvondiskhash.h, include/wvondisklist.h,
	  include/wvserialize.h, include/wvstringlist.h,
	  include/wvtimeutils.h, ipstreams/wvunixsocket.cc,
	  linuxstreams/wvfam.cc, streams/t/wvfdstream.t.cc,
	  uniconf/uniconf_c.cc, uniconf/unimountgen.cc,
	  uniconf/unimounttreegen.cc, utils/wvbdbhash.cc, utils/wvcont.cc,
	  utils/wvfork.cc, utils/wvqdbmhash.cc, utils/wvscatterhash.cc,
	  utils/wvstringlist.cc, utils/wvtask.cc, utils/wvtimeutils.cc,
	  utils/tests/bdbsillytest.cc, utils/tests/bdbtest.cc,
	  utils/tests/callbacktest.cc, utils/tests/diriter2test.cc,
	  utils/tests/ondiskhashtest.cc, utils/tests/ondisklisttest.cc,
	  utils/tests/ondiskspeedtest.cc, utils/tests/qdbmtest.cc:
	  wvstreams_unittest: merged recent changes from HEAD.	Warning:
	  according to 'make test', this seems to introduce a new memory
	  leak in WvStreamList!  If that's true, then the leak is probably
	  also in HEAD.

2003-12-09 04:35  apenwarr

	* .cvsignore, ipstreams/tests/.cvsignore,
	  utils/tests/diriter2test.cc: Some .cvsignore files and
	  utils/tests/diriter2test.cc.

2003-12-09 01:27  mrwise

	* utils/t/: strutils.t.cc, wvmap.t.cc: wvstreams_unittest:
	  converted small old-style test for strutils and added proper
	  newlines to debug messages in wvmap

	  BUGZID:2933

2003-12-09 01:14  apenwarr

	* wvrules.mk:
	  r3_75: as in HEAD, don't compile wvstreams with -O unless
	  optimizations are turned on.

2003-12-09 00:47  mrwise

	* utils/t/wvmatrix.t.cc: wvstreams_unittest: converted old-style
	  test for wvmatrix

	  BUGZID:2933

2003-12-08 22:04  mrwise

	* utils/t/wvmap.t.cc: wvstreams_unittest: converted old-style test
	  for wvmap

	  BUGZID:2933

2003-12-08 20:49  wlach

	* wvrules.mk: re-apply some wvrules.mk action that was accidently
	  removed.

2003-12-08 20:46  wlach

	* wvrules.mk, utils/wvfork.cc: Commit apenwarr's workaround for
	  global constructors and ld.so's incorrect pulling-in of dynamic
	  libraries.

2003-12-08 19:43  jim

	* include/wvdailyevent.h: HEAD: Document limit on the number of
	  times a DailyEvent can run.

2003-12-08 19:08  apenwarr

	* streams/wvistreamlist.cc: wvstreams_unittest: another pointless
	  optimization from a few days ago.

2003-12-05 21:04  mrwise

	* utils/t/wvtclstring.t.cc: wvstreams_unittest:missing newlines on
	  printfs

	  BUGZID:2933

2003-12-04 22:46  mrwise

	* utils/t/: wvcont.t.cc, wvtclstring.t.cc: wvstreams_unittest: I
	  was improperly passing WvStrings to a printf, once I compiled I
	  clearly remember this and changed it to cstr().  Added test for
	  WvCont, still not testing that the assert is working, need to
	  find a suitable test to replace that one now.

	  BUGZID:2933

2003-12-04 22:32  mrwise

	* include/wvbufstore.h, include/wvlinklist.h, uniconf/uniconf_c.cc,
	  uniconf/unimountgen.cc, uniconf/unimounttreegen.cc,
	  utils/wvcont.cc, utils/wvscatterhash.cc: head: removed assert
	  from wvlinklist and added it where it is now required

	  BUGZID:3078

2003-12-04 20:56  mrwise

	* utils/t/: wvbackslash.t.cc, wvbuffer.t.cc, wvtclstring.t.cc:
	  wvstreams_unittest: cleaned up some tests and added some failure
	  support

	  BUGZID:2933

2003-12-04 20:28  mrwise

	* utils/t/wvcallback.t.cc: wvstreams_unittest: added in the code
	  for cbweirdtest which crashes, so it's ifdef'd out for now.  Once
	  that bug is resolved a unittest needs to be written for it.

	  BUGZID:2933

2003-12-04 20:18  mrwise

	* utils/t/wvcallback.t.cc: wvstreams_unittest: converted old-style
	  test to unit test.

	  BUGZID:2933

2003-12-04 20:00  mrwise

	* utils/t/wvbackslash.t.cc: wvstreams_unittest: converted the
	  old-style test for wvbackslash.

	  BUGZID:2933

2003-12-04 19:01  jim

	* .cvsignore: HEAD: Ignore .ii, i.e. preprocessed c files .

2003-12-04 05:23  kenrose

	* configure.ac, vars.mk, include/wvbdbhash.h, include/wvfam.h,
	  include/wvgdbmhash.h, include/wvgdbmlist.h,
	  include/wvhashtable.h, include/wvondiskhash.h,
	  include/wvondisklist.h, include/wvscatterhash.h,
	  include/wvserialize.h, include/wvstringlist.h,
	  linuxstreams/wvfam.cc, utils/wvbdbhash.cc, utils/wvgdbmhash.cc,
	  utils/wvqdbmhash.cc, utils/wvstringlist.cc, utils/wvtask.cc,
	  utils/tests/bdbsillytest.cc, utils/tests/bdbtest.cc,
	  utils/tests/bdbtest2.cc, utils/tests/callbacktest.cc,
	  utils/tests/gdbmlisttest.cc, utils/tests/gdbmtest.cc,
	  utils/tests/ondiskhashtest.cc, utils/tests/ondisklisttest.cc,
	  utils/tests/ondiskspeedtest.cc, utils/tests/qdbmtest.cc: Added
	  mag's changes to WvBdbHash and WvOnDiskHash.

	  This means we now use a templated class called WvOnDiskHash (to
	  which you pass the dbm implementation that you want) instead of
	  using WvBdbHash directly.  WvOnDiskHash allows for more portable
	  code since the program doesn't have to explicitly know what hash
	  its using.  In the future we could easily port other dbm
	  implementations (e.g., djb's cdm) with much ease.

	  Also, WvGdbmHash has been ripped out and replaced with
	  WvQdbmHash.  qdbm is an LGPL dbm that is (supposedly) faster than
	  gdm.

	  BUGZID: 3021

2003-12-03 22:50  pphaneuf

	* configure.ac: Updated WvStreams to use the One True XPLC Autoconf
	  Test.

2003-12-03 22:18  pphaneuf

	* configure.ac: r3_75: this is the One True XPLC Autoconf Test. It
	  actually doesn't detect version 0.3.0 of XPLC, because it (XPLC,
	  not the test!) has a bug, but that's *good*, you don't want a
	  buggy version, don't you? :-)

2003-12-03 22:04  mrwise

	* streams/t/wvfdstream.t.cc: wvstreams_unittest: cleared up the
	  file descriptor problem with the test, tests ultra basic
	  functionality now, but if it's crashing broken this should catch
	  it.

	  BUGZID:2933

2003-12-03 21:51  apenwarr

	* include/wvdiriter.h, utils/wvdiriter.cc,
	  utils/tests/diriter2test.cc:
	  r3_74: BUGZID:3144: added diriter2test.cc, and added some fancy
	  assertions to wvdiriter to make sure this never happens again.
	  Hint: sizeof(struct stat) changes if _FILE_OFFSET_BITS changes.

2003-12-03 21:24  kenrose

	* utils/t/wvhex.t.cc: wvstreams_unittest: Fixed memory errors in
	  wvhex.t.cc

	  BUGZID: 2933

2003-12-03 21:24  jklink

	* configure.ac: Don't link everything with -lxplc, it's nasty
	  (pphaneuf).

2003-12-03 20:19  mrwise

	* streams/t/wvfdstream.t.cc: wvstreams_unittest: old style tests
	  aren't fully merged over yet, but kenrose is working on writing
	  his own tests, so committing an ifdef'd out version of what I
	  have so far, so we don't get too out of sync

	  BUGZID:2933

2003-12-03 19:22  dfcarney

	* include/wvlinklist.h, utils/wvlinklist.cc: r3_75: added "reverse"
	  function to wvlinklist to reverse the order of elements in the
	  list (fiddles with pointers)

2003-12-03 18:36  apenwarr

	* streams/wvconstream.cc:
	  r3_75: merged recent changes from r3_74.  Yes, that includes the
	  weaverlogin CTRL-C fix.

2003-12-03 15:14  apenwarr

	* streams/wvconstream.cc:
	  r3_74: made _WvConStream not close file descriptors on exit, like
	  in the other branches.

2003-12-03 03:30  pphaneuf

	* vars.mk: Fixed a small buglet in the dependencies of UniConf.

2003-12-03 00:09  mrwise

	* include/wvstringlist.h, utils/t/wvstringlist.t.cc:
	  wvstreams_unittest: commented out the test that fails for now,
	  jklink is working on fixing the bug, splitstrict does not appear
	  to work properly on default delimiters.

	  BUGZID:2933

2003-12-02 22:32  jklink

	* libacl.so.1:	 don't ask .. should've added this to the makefile

2003-12-02 22:28  jklink

	* libacl.so.1:	  HACK, gack ... This definitely needs to be
	  changed somewhere .. the ldpre-load needed for this is rather
	  ugly but since we've already hacked ld_library_path then we might
	  as well take advantage of it and put in this symlink

2003-12-02 21:32  kenrose

	* utils/t/wvstringlist.t.cc: wvstreams_unittest: Added fix to
	  wvstringlist test.

	  BUGZID: 2933

2003-12-02 20:55  mrwise

	* include/: wvbufstore.h, wvlinklist.h: wvstreams_unittest: removed
	  assert.h dependency from wvlinklist.h and moved it to
	  wvbufstore.h, can't be shuffled any higher right now very well.

	  BUGZID:3078

2003-12-02 18:42  kenrose

	* utils/t/wvhex.t.cc: wvstreams_unittest: Added test for
	  WvHex{En,De}coder.

	  BUGZID: 2933

2003-12-02 17:03  mrwise

	* utils/t/: wvbuffer.t.cc, wvlinklist.t.cc: wvstreams_unittest:
	  converted most of "old-style" over, still need to find out how to
	  convert stress test.	But this should be basic coverage of major
	  problems.

	  BUGZID:2933

2003-12-02 14:58  apenwarr

	* ipstreams/wvunixsocket.cc: wvstreams_unittest: made
	  WvUnixListener try to connect() to the socket first to see if
	  anyone is listening on it; if it's successful, then the socket is
	  already in use.  If not, it auto-deletes the socket and then
	  tries to bind() it.  This avoids the need to rm /tmp/rcmd and
	  /tmp/wvauthd all the time.

	  HEAD: fixed a select(0) -> isreadable() in wvsoftupdate.cc.

2003-12-02 14:45  apenwarr

	* streams/wvstream.cc: wvstreams_unittest: we were using the wrong
	  select() in continue_select (I think).  Anyway, it caused an
	  assertion failure in Weaver, so I think this is better.

	  HEAD: changed a couple of select(0) to isreadable(): one in
	  wvprint, one in wvlcd.

2003-12-01 22:42  pphaneuf

	* configure.ac: Bringing in some fixes to
	  src/wvstreams/configure.ac from wvstreams_unittest.

2003-12-01 20:59  mrwise

	* configure.ac: wvstreams_unittest: now things compile properly
	  when both zlib and xplc are installed.

2003-12-01 20:41  mrwise

	* configure.ac: wvstreams_unittest: having both zlib and xplc on
	  machine caused configure to fail.  Changing the ordering of zlib
	  and xplc checks like this fixes it.

2003-12-01 19:21  apenwarr

	* streams/wvstream.cc: wvstreams_unittest: this is too addictive.
	  Removed an unnecessary buf.used() from WvStream::read().

2003-12-01 05:00  apenwarr

	* ipstreams/tests/wvstreams.cc, streams/wvfdstream.cc,
	  streams/wvstream.cc:
	  wvstreams_unittest: a few more pointless optimizations to save a
	  few percent of CPU time without actually making things less
	  readable.  (In fact, I cleaned up a few things...)

2003-11-30 23:47  apenwarr

	* include/wvmoniker.h, include/wvmonikerregistry.h,
	  include/wvstream.h, ipstreams/tests/wvstreams.cc,
	  streams/wvstream.cc, utils/wvmoniker.cc:
	  wvstreams_unittest: the 'wvstreams' moniker-based copying
	  application is now only 30% slower than 'cat', thanks to
	  profiling help from the super-cool kcachegrind program.  I saved
	  40% of CPU time mostly by using simple tricks like checking
	  variables before calling the (much heavier-weight) isok(),
	  instead of the other way around, and caching the return value of
	  isok() or buf.used().  Of course, the remaining 200% or so speed
	  improvement was from making the 'wvstreams' program's callback do
	  multiple read/write cycles instead of doing the (comparatively
	  expensive) select() loop every time.

	  Useless trivia: Enabling/disabling WvCont makes a measurable, but
	  super-tiny difference in CPU usage, even compared to the silly
	  check-isok()-last tricks.

2003-11-30 06:07  apenwarr

	* include/wvxplc.h: HEAD: removed an unnecessary assertion in
	  wvtape.cc that prevented compiling with wvstreams_unittest.

	  wvstreams_unittest: tweaked wvxplc.h again to remove operator==,
	  like it was removed in "real" XPLC.

2003-11-30 04:28  apenwarr

	* include/wvstream.h, streams/wvistreamlist.cc,
	  streams/wvstream.cc, streams/wvstreamlist.cc,
	  streams/t/wvstream.t.cc, streams/tests/contseltest.cc,
	  utils/wvtask.cc:
	  wvstreams_unittest: WvStreamsInversion step 2: continue_select()
	  has been reimplemented using WvCont.	This involved deleting
	  quite a bit of code from wvstream.cc, which is now considerably
	  saner.  I also added a few new unit tests for some bugs I ran
	  into while debugging.

	  Also: uncommented my valgrind assertion in wvtask.cc and fixed
	  the (real) bug that I think was causing it.  Made
	  streams/tests/contseltest.cc even theoretically work (if it
	  worked before, wvstreams was broken :)).  Eliminated a bool from
	  WvStream, to make pphaneuf happy.

	  WARNING: WvStream is now much more sensitive about
	  terminate_continue_select().	That is, if you set
	  uses_continue_select, you had better call it, or you'll fail an
	  assertion.  (In fact, WvCont is no worse than the old system if
	  you forget to call terminate_continue_select(), but the assertion
	  now actually works properly and *will* help you avoid weird
	  bugs.)

2003-11-30 03:00  apenwarr

	* include/wvstream.h, streams/wvstream.cc, streams/t/wvstream.t.cc:

	  wvstreams_unittest: added code to wvstream.t.cc to test that
	  WvCont works properly as a WvStream callback even when
	  uses_continue_select is true.

2003-11-30 02:04  apenwarr

	* configure.ac, vars.mk, ipstreams/tests/xplctest.cc,
	  utils/wvmoniker.cc:
	  wvstreams_unittest: improve qt detection to not work if the qt
	  libraries are incompatible with the compiler being used.  Made
	  xplctest not compile when there's no xplc.  Made wvmoniker.cc
	  provide an operator== for UUID.

2003-11-30 01:37  apenwarr

	* include/wvfdstream.h, streams/wvfdstream.cc,
	  streams/t/wvloopback.t.cc:
	  wvstreams_unittest: added a basic WvLoopback test that shows
	  yesterday's dumb WvFdStream bug, but passes today.  Renamed
	  WvFDStream to WvFdStream and left a typedef for the old name.

2003-11-29 01:35  apenwarr

	* ipstreams/tests/xplctest.cc: wvstreams_unittest: cleaned up
	  xplctest.cc a little (not much).

2003-11-29 01:13  apenwarr

	* ipstreams/tests/xplctest.cc: wvstreams_unittest: wrote
	  xplctest.cc, as I start on the first part of pphaneuf's "xplc
	  challenge."  If the XPLC api wasn't so weird, I might have gotten
	  further :)

2003-11-29 00:40  apenwarr

	* Makefile, wvrules.mk, Docs/sgmlmanual/egfiles/Makefile,
	  configfile/wvconf.cc, crypto/wvx509.cc,
	  crypto/tests/cert2test.cc, debian/changelog, debian/control,
	  debian/rules, include/strutils.h, include/unicachegen.h,
	  include/uniconf.h, include/uniconfgen.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unimountgen.h,
	  include/unimounttreegen.h, include/unireadonlygen.h,
	  include/wvbdbhash.h, include/wvconf.h, include/wvconfemu.h,
	  include/wvcont.h, include/wvdelayedcallback.h, include/wverror.h,
	  include/wvhashtable.h, include/wvipfirewall.h,
	  include/wvmagiccircle.h, include/wvmonikerregistry.h,
	  include/wvrsa.h, include/wvshmzone.h, include/wvstream.h,
	  include/wvstring.h, include/wvsubproc.h, include/wvx509.h,
	  include/wvxplc.h, ipstreams/wvaddr.cc, ipstreams/tests/vars.mk,
	  ipstreams/tests/wvstreams.cc, linuxstreams/wvipfirewall.cc,
	  streams/wvstream.cc, streams/wvstreamlist.cc,
	  streams/t/wvstream.t.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfgen.cc, uniconf/unidefgen.cc,
	  uniconf/unifiltergen.cc, uniconf/uniinigen.cc,
	  uniconf/uniinitreegen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unimounttreegen.cc,
	  uniconf/uninullgen.cc, uniconf/unipermgen.cc,
	  uniconf/unireadonlygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unitempgen.cc, uniconf/uniwvconfgen.cc,
	  uniconf/wvconfemu.cc, uniconf/tests/emutest.cc,
	  utils/strutils.cc, utils/wvbdbhash.cc, utils/wvcont.cc,
	  utils/wvcrash.cc, utils/wverror.cc, utils/wvstring.cc,
	  utils/wvtask.cc, utils/tests/bdbsillytest.cc,
	  utils/tests/sizetoatest.cc: wvstreams_unittest: ported all recent
	  changes from HEAD into this branch, then set
	  wvstreams_unittest_lastmerge to point at current HEAD.  (This is
	  what I should have done all along, but I was changing
	  wvstreams_unittest_branchpoint instead.  Be careful!)  Also,
	  forgot to check that in before I started munging other stuff to
	  make xplc work better with UniConf.

2003-11-29 00:04  slajoie

	* Win32WvStreams/test3/: stdafx.cpp, stdafx.h: Removed all
	  precompiled headers. Even this puny Athlon can compile WvStreams
	  in a reasonable time anyway.

2003-11-29 00:01  slajoie

	* include/wvtimeutils.h, utils/wvtimeutils.cc: Win32 port of
	  WvStreams brought up to date to latest changes.  All the files
	  are now in the various project files so the class browser shows
	  everything (the unported stuff is excluded from the build
	  obviously).

2003-11-28 19:32  apenwarr

	* .cvsignore, configure.ac, vars.mk, include/wvtest.h,
	  ipstreams/tests/.cvsignore, ipstreams/tests/resolvertest.cc,
	  ipstreams/tests/wvstreams.cc, streams/wvconstream.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc: wvstreams_unittest:
	  actually use the xplc from wvports.  Fix noread()/nowrite() so
	  they don't close the opposite fd from the one they should.  Make
	  WVPASS and WVFAIL return the result of their test, so you can do
	  "if (!WVFAIL(blah)) { blah blah }".  Improve resolvertest.cc,
	  although it's still not an actual "unit" test.  Made WvConStream
	  and WvFile support monikers.

	  Added ipstreams/tests/wvstreams.cc, a moniker-using program that
	  connects wvstreams together.	It needs more work, however.

2003-11-28 18:55  apenwarr

	* crypto/wvsslhacks.c, utils/t/wvstringlist.t.cc:
	  wvstreams_unittest: eliminate a warning from wvsslhacks with
	  *either* version of openssl, I think.  Fix failing tests in
	  wvstringlist.t (by commenting out the tests for the
	  apparently-broken splitstrict(), but oh well.)

2003-11-27 08:13  apenwarr

	* streams/wvstream.cc:
	  r3_75: make standalone tunnelvision compile again.  Fix weird
	  tunnel vision crashes caused by bad interactions with the new
	  WvStreamClone::setclone() stuff.

2003-11-27 06:18  apenwarr

	* include/strutils.h, utils/strutils.cc, utils/wvbdbhash.cc:
	  r3_75: merged recent changes from r3_74.

2003-11-26 21:28  sfllaw

	* include/wvcont.h, include/wvdelayedcallback.h, utils/wvcont.cc:
	  HEAD: Merge Stephane's WvStreams changes from 3.75 to make
	  ReplicateIt work.

2003-11-26 20:18  kenrose

	* Makefile: wvstreams_unittest: Added ability to run just one
	  UnitTest to Makefile

2003-11-26 20:01  mrwise

	* utils/wvstringlist.cc: wvstreams_unittest: removed documentation,
	  moved to header

2003-11-26 20:01  mrwise

	* include/wvstringlist.h, utils/t/wvstringlist.t.cc:
	  wvstreams_unittest: added some documentation to wvstringlist.h
	  and cleaned up the unit test, splitstrict is failing right now
	  jklink is looking into it.

	  BUGZID:2933

2003-11-26 19:37  pzion

	* include/wvipfirewall.h, include/wvstream.h,
	  linuxstreams/wvipfirewall.cc, streams/wvstream.cc: Added dynamic
	  HTTP connection detection based on content, for filtering HTTP
	  requests on ports other than 80.

	  BUGZID: 1552

2003-11-26 18:16  slajoie

	* include/wvdelayedcallback.h: r3_75: Avoid leak when a
	  WvDelayedCallback is destroyed right between freezing and
	  thawing.  BUGZID:2793

2003-11-26 18:02  slajoie

	* include/wvdelayedcallback.h: r3_75: Avoid crash when a
	  WvDelayedCallback is destroyed right between freezing and
	  thawing.  BUGZID:2793

2003-11-26 17:16  mrwise

	* utils/t/wvstringlist.t.cc: wvstreams_unittest: basic test of
	  functionality for wvstringlist.cc

	  BUGZID:2933

2003-11-26 01:07  kenrose

	* utils/t/wvbase64.t.cc: wvstreams_unittest: Initial checkin of
	  tests for Base64 {en,de}coder.

	  BUGZID: 2933

2003-11-25 20:02  pcolijn

	* include/: wvconf.h, wvconfemu.h: HEAD: Changed two "friend
	  WvAuthDaemonSvc" lines to "friend class WvAuthDaemonSvc" to make
	  stuff compile.

2003-11-25 19:49  pcolijn

	* include/wvhashtable.h: HEAD: Adding a function, find_pair(), to
	  WvMap. This way you can get the key/data pair from just the key,
	  which is sometimes more useful than it sounds.

2003-11-25 18:16  slajoie

	* include/wvcont.h, utils/wvcont.cc: r3_75: Added static
	  WvCont::current(), which returns a *copy* of the current WvCont.
	  BUGZID:2793

2003-11-25 15:39  dcoombs

	* include/strutils.h, utils/strutils.cc: r3_74: Fixing a weird
	  problem with sizetoa() -- if you passed it "3000000000" with a
	  blocksize of 1, you would get garbage numbers instead of "3.0
	  GB".	Obviously you could use a bigger blocksize to circumvent
	  this problem, but I just made the arg a "long long" instead of
	  just "long" and it's all good now.

2003-11-25 01:18  mcote

	* include/wvbdbhash.h: WvBdbHash::count() should return size_t
	  instead int, like WvList and WvDict.

2003-11-24 20:28  mrwise

	* include/wvtclstring.h, utils/wvtclstring.cc,
	  utils/t/wvtclstring.t.cc: wvstreams_unittest: changed
	  wvtcl_getword so that it returns the buffer untouched if no word
	  can be extracted, and added some tests to wvtclstring.t.cc

	  BUGZID:2933

2003-11-24 17:53  pphaneuf

	* uniconf/wvconfemu.cc: Wouldn't it be nice if WvConfEmu::save
	  saved something? I thought so...

2003-11-23 22:05  mrwise

	* utils/t/wvtclstring.t.cc: wvstreams_unittest: wrote a unittest
	  for wvtclstring.t.cc, it fails one test, when wvtcl_getword
	  cannot return a valid string, it does not return the buffer to
	  its original state as required.

	  BUGZID:2933

2003-11-23 00:27  apenwarr

	* utils/wvbdbhash.cc:
	  r3_74: BUGZID:3135: backport my recent bugfix for bdbhash from
	  HEAD.

2003-11-21 10:40  apenwarr

	* include/wverror.h, include/wvmagiccircle.h, include/wvrsa.h,
	  include/wvshmzone.h, include/wvstream.h, streams/wvstream.cc,
	  streams/wvstreamlist.cc, utils/wverror.cc: HEAD: rename WvError
	  to WvErrorBase, and add a new WvError with get(), set(), etc
	  functions, because a better way to do errors is to make WvError a
	  member, rather than deriving from it.

	  Add some perl scripts for my experimental email correlation
	  system.

2003-11-21 02:39  mrwise

	* wvtestmain.cc: wvstreams_unittest: added some quick and simple
	  test for wvtest itself, I really hope we never break wvtest.

	  BUGZID:2933

2003-11-21 01:43  apenwarr

	* utils/wvbdbhash.cc: HEAD: another spin bug in wvbdbhash.cc if
	  you're using libbdb1, which can sometimes seek to a point in the
	  tree *before* the key you want, rather than after.  This greatly
	  confuses Iter::next().

2003-11-20 22:19  pphaneuf

	* uniconf/uniinigen.cc: Do not quote spaces or tabs in UniIniGen,
	  so that we retain compatibility with WvConf files.  BUGZID:3083

2003-11-20 21:01  sfllaw

	* include/wvdelayedcallback.h: r3_75: Fix callback code in
	  WvStreams to be explicit.  Although this syntax is valid for GCC
	  3.x, it is not in GCC 2.95.

	  BUGZID: 3101

2003-11-20 20:59  pphaneuf

	* uniconf/wvconfemu.cc: pphaneuf: have the WvConfEmu::save(char*)
	  method actually do something.

2003-11-20 20:58  sfllaw

	* include/wvconf.h: r3_75: Use "friend class WvAuthDaemonSvc"
	  instead of just "friend WvAuthDaemonSvc" so that we are compliant
	  with ANSI C++.

	  BUGZID: 1794

2003-11-20 16:24  pphaneuf

	* .cvsignore, Makefile, config.mk.in, configure.ac, rules.mk,
	  vars.mk, wvrules.mk, wvtestmain.cc,
	  Docs/sgmlmanual/configfile.wvsgml, Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/backslashex.cc,
	  Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvdiriterex.cc,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/test3/MyEdit.cpp, Win32WvStreams/test3/MyEdit.h,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/MySocket.h, Win32WvStreams/test3/resource.h,
	  Win32WvStreams/test3/stdafx.cpp, Win32WvStreams/test3/stdafx.h,
	  Win32WvStreams/test3/test3.cpp, Win32WvStreams/test3/test3.h,
	  Win32WvStreams/test3/test3.rc, Win32WvStreams/test3/test3.vcproj,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h,
	  Win32WvStreams/test3/res/test3.manifest,
	  Win32WvStreams/test3/res/test3.rc2, bindings/.cvsignore,
	  bindings/rules.mk, bindings/test.tcl, configfile/wvconf.cc,
	  configfile/tests/rules.mk, configfile/tests/testfile.ini,
	  crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/tests/cert2test.cc, crypto/tests/ssltest.cc,
	  debian/control, gtk/vars.mk, gtk/wvgtkstreamclone.cc,
	  include/fileutils.h, include/ftpparse.h, include/strutils.h,
	  include/unicachegen.h, include/uniclientconn.h,
	  include/uniclientgen.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfpair.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/unidefgen.h, include/unifiletreegen.h,
	  include/unifiltergen.h, include/unihashtree.h,
	  include/uniinigen.h, include/uniinitreegen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/unimounttreegen.h, include/uninullgen.h,
	  include/unipermgen.h, include/unipstoregen.h,
	  include/unireadonlygen.h, include/uniregistrygen.h,
	  include/unisecuregen.h, include/unitempgen.h, include/uniwatch.h,
	  include/uniwvconfgen.h, include/verstring.h, include/wvaddr.h,
	  include/wvaudioencoder.h, include/wvbackslash.h,
	  include/wvbase64.h, include/wvbdbhash.h, include/wvblowfish.h,
	  include/wvbuf.h, include/wvbufbase.h, include/wvbufstore.h,
	  include/wvbufstream.h, include/wvcallback.h, include/wvconf.h,
	  include/wvconfemu.h, include/wvcont.h, include/wvcountermode.h,
	  include/wvcrash.h, include/wvcrypto.h, include/wvdailyevent.h,
	  include/wvdelayedcallback.h, include/wvdiffiehellman.h,
	  include/wvdigest.h, include/wvdiriter.h, include/wvdsp.h,
	  include/wvencoder.h, include/wvencoderstream.h,
	  include/wverror.h, include/wvfam.h, include/wvfdstream.h,
	  include/wvfft.h, include/wvfile.h, include/wvfork.h,
	  include/wvfunctorencoder.h, include/wvgdbmhash.h,
	  include/wvgdbmlist.h, include/wvgtkstreamclone.h,
	  include/wvgzip.h, include/wvgzipstream.h, include/wvhashtable.h,
	  include/wvhex.h, include/wvhttp.h, include/wvinterface.h,
	  include/wvipaddrtable.h, include/wvipaliaser.h,
	  include/wvipfirewall.h, include/wvipnetlist.h, include/wvipraw.h,
	  include/wviproute.h, include/wvistreamlist.h, include/wvlink.h,
	  include/wvlockdev.h, include/wvlockfile.h, include/wvlog.h,
	  include/wvlogbuffer.h, include/wvlogfile.h, include/wvlogrcv.h,
	  include/wvloopback.h, include/wvmagiccircle.h,
	  include/wvmatrix.h, include/wvmodem.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvoakley.h,
	  include/wvoggspeex.h, include/wvoggvorbis.h, include/wvpam.h,
	  include/wvpcmutils.h, include/wvpipe.h, include/wvprotostream.h,
	  include/wvqthook.h, include/wvqtstreamclone.h,
	  include/wvrateadjust.h, include/wvresolver.h, include/wvrsa.h,
	  include/wvscatterhash.h, include/wvserialize.h,
	  include/wvshmzone.h, include/wvsorter.h, include/wvspeex.h,
	  include/wvsslhacks.h, include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvstreamlist.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsubproc.h,
	  include/wvsyncstream.h, include/wvsyslog.h, include/wvtask.h,
	  include/wvtclstring.h, include/wvtcp.h, include/wvtest.h,
	  include/wvtimeoutstream.h, include/wvtripledes.h,
	  include/wvtundev.h, include/wvtypedencoder.h, include/wvudp.h,
	  include/wvunixsocket.h, include/wvurl.h, include/wvvector.h,
	  include/wvwatcher.h, include/wvwin32task.h,
	  include/wvwindebuglog.h, include/wvwinstreamclone.h,
	  include/wvwordwrap.h, include/wvx509.h, include/wvxor.h,
	  include/wvxplc.h, ipstreams/wvresolver.cc, ipstreams/wvurl.cc,
	  linuxstreams/if_tun.h, linuxstreams/wvdsp.cc,
	  linuxstreams/tests/dspechotest.cc, linuxstreams/tests/rules.mk,
	  oggspeex/tests/vars.mk, oggvorbis/tests/vars.mk,
	  qt/tests/qtstringtest.cc, streams/wvconstream.cc,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvfile.cc, streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvtest.cc, streams/t/.cvsignore, streams/t/wvstream.t.cc,
	  uniconf/uniconf.cc, uniconf/uniconf_c.cc, uniconf/uniinigen.cc,
	  uniconf/uniwvconfgen.cc, uniconf/wvconfemu.cc,
	  uniconf/gremlin/.cvsignore, uniconf/gremlin/Makefile,
	  uniconf/gremlin/rungremlin.cc, uniconf/gremlin/unigremlin.cc,
	  uniconf/gremlin/unigremlin.h, uniconf/tests/basictest.cc,
	  uniconf/tests/c_test.c, uniconf/tests/emutest.cc,
	  uniconf/tests/test2.ini, uniconf/tests/uni.cc,
	  uniconf/tests/uniconfwvgentest.cc, utils/strutils.cc,
	  utils/wvbdbhash.cc, utils/wvbufferstore.cc, utils/wvcont.cc,
	  utils/wvcrash.cc, utils/wvhashtable.cc, utils/wvscatterhash.cc,
	  utils/wvstring.cc, utils/wvstringlist.cc, utils/wvstringtable.cc,
	  utils/wvtask.cc, utils/wvtest.cc, utils/t/.cvsignore,
	  utils/t/wvstring.t.cc, utils/tests/buffertest.cc,
	  utils/tests/cbweirdtest.cc, utils/tests/rateadjtest.cc,
	  utils/tests/testtest.cc: r3_75: backported WvStreams from HEAD.

2003-11-20 02:09  apenwarr

	* Docs/sgmlmanual/egfiles/Makefile, configfile/wvconf.cc,
	  debian/changelog, debian/control, debian/rules,
	  include/strutils.h, include/wvconf.h, include/wvconfemu.h,
	  include/wvsubproc.h, ipstreams/wvaddr.cc, uniconf/wvconfemu.cc,
	  utils/strutils.cc, utils/wvbdbhash.cc,
	  utils/tests/bdbsillytest.cc, utils/tests/sizetoatest.cc: HEAD:
	  merged *all* recent changes from r3_75.

2003-11-19 21:55  apenwarr

	* streams/t/wvstream.t.cc, utils/wvstring.cc: HEAD: disabled
	  wvstream unittest and merged wvstring.cc from wvstreams_unittest
	  branch in order to make 'make test' pass in the wvstreams
	  directory, albeit by cheating.

2003-11-19 21:47  apenwarr

	* include/strutils.h, utils/strutils.cc,
	  utils/tests/sizetoatest.cc:
	  r3_75: merged recent changes from r3_74.

2003-11-18 02:54  apenwarr

	* crypto/wvx509.cc, crypto/tests/cert2test.cc, include/wvx509.h:
	  HEAD: wvdyndns.cc was *always* regenerating the RSA key, which
	  caused the X509 certificate (which uses that key) to become
	  invalid.  This made the LDAP server not start.  Careful, sfllaw!

2003-11-17 22:02  pzion

	* wvrules.mk: Fixed link failure (undefined exception symbols)
	  under gcc 3.2: -z defs doesnt seem to work when exception
	  handling is disabled

2003-11-17 20:40  dcoombs

	* include/strutils.h, utils/strutils.cc,
	  utils/tests/sizetoatest.cc: r3_74: Fixing BUGZID:3069.  Cleaned
	  up the successful-backup message considerably.  Removed useless
	  information (size remaining on IDB disk, percentage of IDB disk
	  full, list of other backups present), and reformatted the
	  existing information into a nice-ish table.

	  Moved sizetoa() from wvwebstatus.cc to strutils, added capability
	  to report in KB and bytes, and wrote a test program for it.  It
	  didn't pass.	Now it does.

2003-11-17 17:43  pphaneuf

	* utils/wvcrash.cc: Have WvCrash give a bit more info and use
	  SIGABRT for committing suicide.

2003-11-14 21:04  jim

	* Docs/sgmlmanual/egfiles/Makefile, debian/changelog,
	  debian/control, debian/rules: r3_75: Update debian directories
	  and apply debian patches.  I've updated wvdialer.cc to use
	  !WvString instead of using !Wvstring[0].

2003-11-14 17:30  ppatters

	* crypto/wvx509.cc, include/wvx509.h: HEAD: WvX509Mgr now knows how
	  to access a few of the more sought after v3 extensions.

2003-11-14 16:48  slajoie

	* include/wvstring.h, utils/wvstring.cc: Added WvString::operator<.
	  BUGZID:2793

2003-11-14 01:11  apenwarr

	* include/wvsubproc.h:
	  r3_75: redo dfcarney's recent change, but *really* in 3.75 this
	  time.

2003-11-14 01:10  apenwarr

	* include/wvsubproc.h:
	  r3_74: undo dfcarney's recent change, which was destined for
	  3.75, not 3.74.

2003-11-14 00:58  dfcarney

	* include/wvsubproc.h: r3_75: Beginnings of 'autonomic' logging
	  engine (see FogBUGZ case 2978)

2003-11-13 22:00  pphaneuf

	* utils/wvtask.cc: Commented out an assert in wvtask.cc that
	  discovers a bug, but we don't know what the bug is and we need to
	  make some progress on other bugs. I should be uncommented some
	  day, and the bug found and fixed. Good luck, soldier!

2003-11-13 21:42  pphaneuf

	* uniconf/wvconfemu.cc: Oops, there was a bug in
	  WvConfigSectionEmu::operator[].

2003-11-13 21:16  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: Fix for the
	  WvConfigSectionEmu::Iter bug.  BUGZID:3053

2003-11-13 20:19  pphaneuf

	* uniconf/wvconfemu.cc: This could fix the
	  WvConfigSectionEmu::Iter::rewind() bug.

2003-11-13 20:06  slajoie

	* include/wvcont.h: The int parameter to yield is now optional.
	  BUGZID: 2793

2003-11-13 16:54  pphaneuf

	* Makefile, wvrules.mk: Tell the user to run the "configure" script
	  as early as possible when running "make test".  BUGZID:3046

2003-11-12 22:52  mrwise

	* crypto/wvx509.cc: wvstreams_unittest: valgrind - fixed a small
	  memory leak where a file descriptor was not closed.

2003-11-12 22:31  pphaneuf

	* wvrules.mk, include/wvconf.h, include/wvconfemu.h,
	  uniconf/uniwvconfgen.cc, uniconf/wvconfemu.cc,
	  uniconf/tests/emutest.cc: Removed all USE_WVCONFEMU references,
	  along with a double-delete of "freeswan" in weaver.cc.

2003-11-12 22:05  mrwise

	* utils/: wvtask.cc, tests/maptest.cc, tests/proctest.cc,
	  tests/taskmaxtest.cc: wvstreams_unittest: valgrind - cleaned up
	  memory allocations in taskmaxtest, got around a bit of a
	  recursive problem in the valgrind fix for wvtask.cc, and cleaned
	  up memory leaks in maptest and proctest

2003-11-12 21:08  apenwarr

	* ipstreams/wvaddr.cc, utils/wvbdbhash.cc,
	  utils/tests/bdbsillytest.cc:
	  r3_75: merged recent changes from r3_74.

2003-11-12 20:03  apenwarr

	* ipstreams/wvaddr.cc:
	  r3_74: make WvIPPortAddr less likely to call getservbyname() in
	  its constructor.  This is not necessarily going to fix half of
	  the weirdness in BUGZID:3029 (and I can't easily test it until I
	  try it again on mai, I guess) but it sure looks like it will.

2003-11-12 19:41  apenwarr

	* utils/tests/bdbsillytest.cc:
	  r3_74: added bdbsillytest, which I added while searching for
	  BUGZID:3029.

2003-11-12 19:21  apenwarr

	* utils/wvbdbhash.cc:
	  r3_74: bdb apparently reacts very badly to trying to 'del' a
	  particular object by giving the key you want to delete.  After
	  backuptest ran on the directory created by my gen-testdir.sh
	  program, bdbhash would crash in zap().  To fix the problem, we
	  now use 'seq' to set the cursor to the key we want to delete (ie.
	  R_FIRST), then delete using R_CURSOR.  Weird, but it works.

2003-11-12 18:20  mrwise

	* include/wvbdbhash.h: wvstreams_unittest:valgrind - leak, added a
	  destructor for WvBdbHash, a bit surprised it didn't exist
	  before..

2003-11-12 17:22  sfllaw

	* include/wvconf.h: r3_75: Hold the pointer (*wvauthd) to the
	  global WvAuthDaemon within WvConf.  This is an ugly hack, but it
	  allows WvConf easy access to the daemon without having to change
	  the interface of WvConf.

	  I had considered making WvConf contain virtual check_passwd()
	  functions; but this causes the linker to complain bitterly that
	  not all symbols are found.  We don't ship wvconf.cc with
	  implementations of get_passwd(), set_passwd(), check_passwd() or
	  user_exists(); so this is not a good solution.

	  WvConf itself does not manage *wvauthd but WvAuthDaemonSvc does.
	  This service is a friend of WvConf, which allows this to happen
	  in a protected way.

	  BUGZID: 1794

2003-11-11 23:30  mrwise

	* utils/wvtclstring.cc: wvstreams_unittest:valgrind - change
	  ordering of comparison so that comparison is not done on a null
	  character when buffer has only \n in it

2003-11-11 19:55  pphaneuf

	* config.mk.in, configure.ac, vars.mk, wvrules.mk,
	  Win32WvStreams/Win32WvStreams.sln, bindings/.cvsignore,
	  bindings/rules.mk, bindings/test.tcl, configfile/wvconf.cc,
	  configfile/tests/rules.mk, crypto/wvsslstream.cc,
	  crypto/tests/ssltest.cc, debian/changelog, debian/control,
	  debian/libwvstreams3-base.install, debian/rules,
	  include/fileutils.h, include/ftpparse.h, include/strutils.h,
	  include/unicachegen.h, include/uniclientconn.h,
	  include/uniclientgen.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfpair.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/unidefgen.h, include/unifiletreegen.h,
	  include/unifiltergen.h, include/unihashtree.h,
	  include/uniinigen.h, include/uniinitreegen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/unimounttreegen.h, include/uninullgen.h,
	  include/unipermgen.h, include/unipstoregen.h,
	  include/unireadonlygen.h, include/uniregistrygen.h,
	  include/unisecuregen.h, include/unitempgen.h, include/uniwatch.h,
	  include/uniwvconfgen.h, include/verstring.h, include/wvaddr.h,
	  include/wvaudioencoder.h, include/wvbackslash.h,
	  include/wvbase64.h, include/wvbdbhash.h, include/wvblowfish.h,
	  include/wvbuf.h, include/wvbufbase.h, include/wvbufstore.h,
	  include/wvbufstream.h, include/wvcallback.h, include/wvconf.h,
	  include/wvconfemu.h, include/wvcont.h, include/wvcountermode.h,
	  include/wvcrash.h, include/wvcrypto.h, include/wvdailyevent.h,
	  include/wvdelayedcallback.h, include/wvdiffiehellman.h,
	  include/wvdigest.h, include/wvdiriter.h, include/wvdsp.h,
	  include/wvencoder.h, include/wvencoderstream.h,
	  include/wverror.h, include/wvfam.h, include/wvfdstream.h,
	  include/wvfft.h, include/wvfile.h, include/wvfork.h,
	  include/wvfunctorencoder.h, include/wvgdbmhash.h,
	  include/wvgdbmlist.h, include/wvgzip.h, include/wvgzipstream.h,
	  include/wvhashtable.h, include/wvhex.h, include/wvhttp.h,
	  include/wvhttppool.h, include/wvinterface.h,
	  include/wvipaddrtable.h, include/wvipaliaser.h,
	  include/wvipfirewall.h, include/wvipnetlist.h, include/wvipraw.h,
	  include/wviproute.h, include/wvistreamlist.h, include/wvlink.h,
	  include/wvlinklist.h, include/wvlockdev.h, include/wvlockfile.h,
	  include/wvlog.h, include/wvlogbuffer.h, include/wvlogfile.h,
	  include/wvlogrcv.h, include/wvloopback.h,
	  include/wvmagiccircle.h, include/wvmatrix.h, include/wvmodem.h,
	  include/wvmoniker.h, include/wvmonikerregistry.h,
	  include/wvoakley.h, include/wvoggspeex.h, include/wvoggvorbis.h,
	  include/wvpam.h, include/wvpcmutils.h, include/wvpipe.h,
	  include/wvprotostream.h, include/wvqthook.h,
	  include/wvqtstreamclone.h, include/wvrateadjust.h,
	  include/wvresolver.h, include/wvrsa.h, include/wvscatterhash.h,
	  include/wvserialize.h, include/wvshmzone.h, include/wvsorter.h,
	  include/wvspeex.h, include/wvsslhacks.h, include/wvsslstream.h,
	  include/wvstreamclone.h, include/wvstreamlist.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsubproc.h,
	  include/wvsyncstream.h, include/wvsyslog.h, include/wvtask.h,
	  include/wvtclstring.h, include/wvtcp.h, include/wvtest.h,
	  include/wvtimeoutstream.h, include/wvtripledes.h,
	  include/wvtundev.h, include/wvtypedencoder.h, include/wvudp.h,
	  include/wvunixsocket.h, include/wvurl.h, include/wvvector.h,
	  include/wvwatcher.h, include/wvwin32task.h,
	  include/wvwindebuglog.h, include/wvwinstreamclone.h,
	  include/wvwordwrap.h, include/wvx509.h, include/wvxor.h,
	  include/wvxplc.h, ipstreams/wvtcp.cc, oggspeex/tests/vars.mk,
	  oggvorbis/tests/vars.mk, streams/fileutils.cc,
	  streams/wvconstream.cc, streams/wvdailyevent.cc,
	  streams/wvfile.cc, streams/wvlockdev.cc, streams/wvlogfile.cc,
	  streams/wvstream.cc, streams/tests/closeflushtest.cc,
	  uniconf/uniconf.cc, uniconf/uniconf_c.cc, uniconf/uniinigen.cc,
	  uniconf/uniwvconfgen.cc, uniconf/wvconfemu.cc,
	  uniconf/gremlin/.cvsignore, uniconf/gremlin/Makefile,
	  uniconf/gremlin/rungremlin.cc, uniconf/gremlin/unigremlin.cc,
	  uniconf/gremlin/unigremlin.h, uniconf/tests/basictest.cc,
	  uniconf/tests/c_test.c, uniconf/tests/emutest.cc,
	  uniconf/tests/uni.cc, uniconf/tests/uniconfwvgentest.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc,
	  utils/wvbdbhash.cc, utils/wvbufferstore.cc, utils/wvhashtable.cc,
	  utils/wvscatterhash.cc, utils/wvsorter.cc, utils/wvstring.cc,
	  utils/wvstringlist.cc, utils/wvstringtable.cc, utils/wvtask.cc,
	  utils/tests/.cvsignore, utils/tests/bdbtest.cc,
	  utils/tests/bdbtest2.cc, utils/tests/sorttest.cc:
	  wvstreams_unittest: merged WvStreams from HEAD.

2003-11-11 18:16  pphaneuf

	* vars.mk, include/wvconf.h, include/wvhttppool.h,
	  streams/wvstream.cc, streams/tests/closeflushtest.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc,
	  utils/wvbufferstore.cc: Merged from r3_75.

2003-11-11 00:03  mrwise

	* include/wvsorter.h: wvstreams_unittest: valgrind - properly
	  deleting array

2003-11-10 22:00  sfllaw

	* include/wvconf.h: r3_75: Wrap get_passwd() with check_passwd()
	  and user_exists().  This is in preparation for passwords that
	  cannot be compared directly.	Checking a user-provided password
	  against the result of get_passwd() is now deprecated.

	  BUGZID: 1794

2003-11-10 20:39  slajoie

	* include/: wvcallback.h, wvdelayedcallback.h: Added
	  WvDelayedCallback, a wrapper for (almost) any kind of WvCallback
	  that delays the calling back to the next iteration of the main
	  loop.  BUGZID: 2793

2003-11-10 19:23  pphaneuf

	* utils/wvtask.cc: Have wvtask.cc use the HAVE_VALGRIND_MEMCHECK_H
	  wvautoconf.h define to use the Valgrind macros only if you have
	  them.

2003-11-10 17:47  apenwarr

	* vars.mk, streams/wvstream.cc, streams/tests/closeflushtest.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc,
	  utils/wvbufferstore.cc:
	  r3_75: merged recent changes, including the new kernel, from
	  r3_74.

2003-11-07 23:07  pphaneuf

	* include/wvscatterhash.h: Added a FIXME comment in WvScatterHash,
	  as a reminder for future generations.

2003-11-07 22:55  apenwarr

	* include/wvtask.h, utils/wvtask.cc: HEAD: ported my
	  valgrind-wvtask patch from the wvstreams_unittest branch, since
	  it seems harmless and pphaneuf wants one.

2003-11-07 05:34  apenwarr

	* streams/wvstream.cc, streams/tests/closeflushtest.cc,
	  utils/wvbufferstore.cc:
	  r3_74: BUGZID:2957: wrote closeflushtest.cc, which produces the
	  crash, then fixed wvstream.cc to not crash.  It's pretty
	  ridiculously crazy: it would happen if post_select() called
	  flush_outbuf() when you were using flush_then_close().
	  flush_outbuf() would call uwrite(), and if it had an error, that
	  would call close(), which calls flush(), which calls
	  flush_outbuf().  No real problem so far, since the original
	  flush_outbuf() did a get() on the entire buffer, so outbuf is
	  empty, so flush_outbuf shouldn't do anything.  But then
	  flush_outbuf() calls close(), which calls flush(), but the
	  reentrancy detector in flush() caused it to return immediately,
	  allowing the close() to complete, making isok() go false.  Then,
	  at the bottom of the second flush_outbuf(), it does outbuf.zap()
	  "just to be safe," and returns.  flush(), close(), and uwrite()
	  return.  Then the original flush_outbuf() tries to do unget() on
	  the buffer, and can't, because the outbuf.zap() made it
	  not-ungettable.  Assertion failure.  Phew.

	  The fix?  Don't unget() if !isok().

2003-11-07 04:07  build

	* vars.mk: r3_74: --disable-debug should *not* actually turn off
	  debug info.

2003-11-07 01:09  mrwise

	* include/uniconftree.h, include/wvconfemu.h, uniconf/wvconfemu.cc:
	  actually by pphaneuf: fixed a few leaks in UniConf and WvConfEmu.

2003-11-06 21:45  pphaneuf

	* urlget/: wvhttpstream.cc, tests/http2test.cc: r3_74: added some
	  error handling to WvHttpStream.

2003-11-06 20:40  mrwise

	* include/wvhttppool.h, urlget/wvhttpstream.cc: r_375: Added a
	  progress meter to the download portion of Gexpression
	  autoinstall.

	  BUGZID:2772

2003-11-06 19:43  slajoie

	* configfile/wvconf.cc, streams/wvfile.cc: Fixed Win32 port of
	  WvConf and WvFile so that they actually work.  BUGZID: 2793

2003-11-05 22:02  pphaneuf

	* uniconf/wvconfemu.cc: Implemented WvConfEmu::delete_section and
	  removed an irrelevant "assert(false)".

2003-11-05 20:28  pphaneuf

	* include/wvhashtable.h, include/wvscatterhash.h,
	  utils/wvhashtable.cc, utils/wvscatterhash.cc: A bit more
	  const-correctness that was missing from slajoie's patch.

2003-11-05 18:58  slajoie

	* include/: wvhashtable.h, wvlog.h: WvMap is now const-correct.
	  Fixed some comments.

2003-11-05 18:01  mrwise

	* include/wvconfemu.h, uniconf/wvconfemu.cc: HEAD: WvConfEmu get()
	  returned reference to invalid memory, now use WvStringList to
	  make sure memory is not leaked.

2003-11-04 22:34  pphaneuf

	* configfile/tests/rules.mk, uniconf/wvconfemu.cc: Fixed a bug in
	  the WvConfEmu callback emulation.

2003-11-04 18:06  slajoie

	* configfile/wvconf.cc: Ported WvConf to Win32.  BUGZID: 2793

2003-11-03 19:51  pphaneuf

	* oggspeex/tests/vars.mk, oggvorbis/tests/vars.mk: Check properly
	  for the presence or absence of Ogg, Vorbis and Speex for the
	  tests programs.

2003-11-03 19:46  pphaneuf

	* configure.ac: Added an autoconf test for valgrind/memcheck.h.

2003-11-03 18:57  ppatters

	* bindings/.cvsignore, include/uniconf.h: HEAD: pphaneuf's SWIG is
	  different from the version in both Debian Stable and Debian
	  unstable, making the %newobject command broken.. so comment it
	  out.

2003-11-02 09:24  apenwarr

	* Makefile:

	  wvstreams_unittest: 'make test' uses valgrind again, since wvtask
	  no longer barfs under valgrind.

2003-11-02 09:23  apenwarr

	* include/wvtask.h, ipstreams/wvaddr.cc, streams/wvstreamclone.cc,
	  utils/wvtask.cc, utils/tests/testtest.cc:

	  wvstreams_unittest: BUGZID:2584: fix wvtask to dodge valgrind
	  errors by revalidating the stack after longjmp().  Fix a spurious
	  valgrind warning from wvaddr.cc (not actually a bug, but
	  whatever).  WvStreamClone::close() should use setclone() rather
	  than assigning clone directly.  testtest.cc didn't compile due to
	  recent changes in the WvTest interface.

2003-10-31 21:23  mrwise

	* uniconf/gremlin/.cvsignore: head: I can't believe I hadn't heard
	  about .cvsignore files before now, wow

2003-10-31 21:17  mrwise

	* uniconf/gremlin/: Makefile, rungremlin.cc, unigremlin.cc: head:
	  Changed the gremlin to run from command line, plans to change it
	  to use bitpatterns for runlevels, currently defaults to 5, took
	  out the iostream stuff and changed it to printf instead per
	  wvstream compatibility.

2003-10-31 21:01  pphaneuf

	* config.mk.in, configure.ac, vars.mk, bindings/.cvsignore,
	  bindings/rules.mk, bindings/test.tcl, include/uniconf.h: Here it
	  comes: Tcl bindings for UniConf. They're pretty crude, but can be
	  useful.

2003-10-31 20:00  pphaneuf

	* uniconf/tests/: basictest.cc, c_test.c, uniconfwvgentest.cc:
	  Added a few extra tests to UniConf, and fixed a bug in
	  uniconfwvgentest.

2003-10-31 19:55  pphaneuf

	* include/uniconf.h, uniconf/uniconf_c.cc: Here comes the C binding
	  for UniConf. It's pretty basic, but it'll be enough for an
	  initial cut at a Tcl binding.

2003-10-31 02:54  jnc

	* crypto/wvsslstream.cc: r3_74_siag: Backport from r3_74 -
	  WvSSLStream error code fix (fixes rsync not aborting) and backup
	  transfer optimization (makes debugging easier)

2003-10-31 02:23  mrwise

	* uniconf/gremlin/unigremlin.cc: head: took out links to my home
	  directory when testing the gremlin, should put the ini file for
	  testing in /tmp from now on.

2003-10-31 02:20  apenwarr

	* uniconf/gremlin/Makefile:
	  HEAD: uniconfgremlin makefile had a bunch of mrwise-specific
	  directories.

2003-10-31 01:52  apenwarr

	* streams/wvconstream.cc, uniconf/tests/uni.cc: HEAD: WvConStream
	  actually *would* still close the stream on exit, because
	  something somewhere was silly.  This caused 'uni get' to not
	  work, because fflush(stdout) would run *after* the wvcon
	  destructor, thereby closing fd 1.

	  I've made a note to myself to test this properly in
	  wvstreams_unittest.

2003-10-31 00:14  slajoie

	* crypto/wvsslstream.cc: error_t doesn't exist in Windows.

2003-10-30 23:14  pphaneuf

	* vars.mk, crypto/wvsslstream.cc, include/wvbdbhash.h,
	  include/wvtcp.h, ipstreams/wvtcp.cc, streams/wvdailyevent.cc,
	  streams/wvlockdev.cc, streams/wvlogfile.cc, streams/wvstream.cc,
	  utils/wvbdbhash.cc, utils/wvbufferstore.cc,
	  utils/tests/bdbtest.cc: Merged WvStreams from r3_75.

2003-10-30 23:10  pphaneuf

	* vars.mk, crypto/wvsslstream.cc, include/wvbdbhash.h,
	  include/wvtcp.h, ipstreams/wvtcp.cc, streams/wvdailyevent.cc,
	  streams/wvlockdev.cc, streams/wvlogfile.cc, streams/wvstream.cc,
	  utils/wvbdbhash.cc, utils/wvbufferstore.cc,
	  utils/tests/bdbtest.cc: r3_75: merged WvStreams from r3_74.

2003-10-30 22:17  pphaneuf

	* include/uniconf.h: Marked the spot where the C binding for
	  UniConf should be.

2003-10-30 21:16  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: Added a
	  WvConfigSectionEmu::Sorter.

2003-10-29 23:53  mrwise

	* uniconf/gremlin/: Makefile, unigremlin.cc, unigremlin.h: head:
	  first rendition of the UniConfGremlin, see UniConfGremlin in the
	  wiki for details

	  BUGZID:2684

2003-10-29 23:18  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: I think I'm just about
	  finished with WvConfEmu, after having killed unlink() and
	  xunlink().

2003-10-27 03:56  apenwarr

	* utils/wvbufferstore.cc:
	  r3_74: add some extra assertions to WvLinkedBufferStore to
	  hopefully find BUGZID:2859 eventually.

2003-10-25 00:30  apenwarr

	* streams/wvstream.cc:
	  r3_74: fixed disk-status so it doesn't lie about which disks are
	  *really* in the raid.  Added (yet another) stupid hack to wvtape
	  to cause wvmysql to do post_configure() after a restore, so it
	  can run FLUSH TABLES and actually notice the new files are there.
	  Generally repair and make reliable the horribly mangled code for
	  moving mysql directories from one place to another.  Change idb
	  hotswap message from "disabled" (implying a user decision) to
	  "not available" (implying impossibility).  Fixed a dumb bug in my
	  getline() fix that caused it to return partial lines sometimes
	  even if the connection *didn't* close.

2003-10-24 22:06  apenwarr

	* crypto/wvsslstream.cc, streams/wvstream.cc:
	  r3_74: WvStream::getline() should return the contents of inbuf if
	  the stream goes !isok().  This was aggravated by WvSslStream,
	  which would sometimes close() the stream in uread() even if
	  uread() was going to return nonzero.	No other stream did that,
	  so we didn't have that problem until pphaneuf made wvsslstream
	  close as it should.

2003-10-24 20:59  apenwarr

	* streams/wvlockdev.cc:
	  r3_74: move open-panel-retry stuff into WvLcd, so we can try the
	  USB and IRDA panels several times before eventually reverting to
	  a dummy panel.  Otherwise we had a silly bug where we'd try up to
	  5 times, but the dummy panel always worked, so there was no real
	  looping.  Cleaned up some of the log messages related to this.
	  Made WvUsbPanel delete its 'usb' member even if !isok().  Fixed
	  some log message formatting and unnecessary binary paths in
	  WvDiskPlug.  Made WvLockDev go faster if it determines that it
	  actually has no write access to /var/lock.

2003-10-24 18:36  pphaneuf

	* crypto/wvsslstream.cc: r3_74: In WvSSLStream, when SSL_read
	  returns 0, we should close the stream.

2003-10-24 18:35  pphaneuf

	* vars.mk: r3_74: don't build wvstreams/crypto/tests/ssltest by
	  default.

2003-10-24 16:27  jklink

	* include/strutils.h:	One test case where the last one didn't
	  work so this is a little work-over .. it's now perfect .. :)

2003-10-24 04:28  jnc

	* include/wvbdbhash.h, utils/wvbdbhash.cc, utils/tests/bdbtest.cc:
	  r3_74: Add a method to WvBdbHash to open a db file after
	  construction.  BUGZID: 2712

2003-10-23 21:38  jim

	* crypto/wvsslstream.cc, include/wvtcp.h, ipstreams/wvtcp.cc,
	  streams/wvdailyevent.cc, streams/wvlogfile.cc: r3_74: Merge with
	  3_74_siag.  Mostly my fixes and debug_mode for wvtcp.

2003-10-23 20:56  jnc

	* include/wvtcp.h, ipstreams/wvtcp.cc, streams/wvdailyevent.cc:
	  r3_74: Make WvDailyEvent not crash when num_per_day is 0.
	  Thanks, jim.	BUGZID: 2846

2003-10-23 19:31  sfllaw

	* vars.mk: HEAD: Choose to use -lqt-mt if it's available.  This
	  makes things compile if you use Debian unstable.

2003-10-23 19:23  pphaneuf

	* vars.mk: Small workaround make silliness...

2003-10-23 15:27  ppatters

	* debian/control: HEAD: WvStreams-fft Debian Description fix, cause
	  someone was nitpicking...

2003-10-22 22:32  jklink

	* utils/wvstringtable.cc: Missing function call .. accidently
	  improperly copied over from wvstringlist.cc

2003-10-22 22:31  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: In WvConfEmu, removed
	  isclean, implemented quick_set, getraw and setraw.

2003-10-22 21:32  pphaneuf

	* uniconf/wvconfemu.cc: Implemented enough of WvConfEmu for the
	  weaver to start completely, get to a quiescent state and exit
	  properly. Still more to do...

2003-10-22 20:15  pphaneuf

	* uniconf/uniinigen.cc: In UniIniGen::commit, set the "dirty" flag
	  to false only after the file has been successfully written out.

2003-10-22 20:14  pphaneuf

	* uniconf/uniconf.cc, include/uniconf.h: Constified UniConf::copy.
	  I think this was a simple oversight...

2003-10-22 18:09  slajoie

	* crypto/wvsslstream.cc, streams/wvfdstream.cc: Make non-blocking
	  sockets work again in Windows.

2003-10-22 03:10  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc,
	  uniconf/tests/emutest.cc: Implemented enough of WvConfEmu that
	  the weaver will get to its main loop and sit there happily. Don't
	  change anything though, WvConfEmu::flush isn't implemented yet!
	  ;-)

2003-10-22 00:50  pphaneuf

	* vars.mk, wvrules.mk: Added an option to linking of shared
	  libraries to make sure that there are no unresolved symbols at
	  link time.

2003-10-21 23:45  jklink

	* include/strutils.h, include/wvstringlist.h,
	  include/wvstringtable.h, utils/wvstringlist.cc,
	  utils/wvstringtable.cc: Added new functionality to
	  WvStringList/Table split function.	New splitstrict function
	  will perform more as a tokenizer returning	empty wvstrings
	  between delimiters rather than throwing out these fields    as
	  split does.  This also returns empty wvstrings if delimiters are
	  found at    the start/end of the string (to be parsed).  NO regex
	  functionality.

2003-10-20 21:46  jim

	* streams/wvdailyevent.cc: [no log message]

2003-10-20 21:36  slajoie

	* crypto/wvsslstream.cc, streams/wvfdstream.cc,
	  streams/wvstream.cc: Fixed a few WvStreams for Windows warnings
	  and set up compiler options to ignore most of the rest.

2003-10-20 21:20  ppatters

	* crypto/tests/ssltest.cc: HEAD: Quick fix to ssltest so that it's
	  no longer testing against a defunct server.

2003-10-17 04:56  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: Removed
	  WvConfEmu::count() and WvConfigSectionEmu::count(), uninlined a
	  bunch of methods (for compile-time reasons at the moment), put
	  the WvConfEmu::isclean() method under probation, implemented
	  WvConfigSectionEmu::set(), WvConfigSectionEmu::isempty() and
	  WvConfEmu::isok().

2003-10-17 04:25  pphaneuf

	* uniconf/tests/emutest.cc: Added a test to
	  wvstreams/uniconf/tests/emutest.cc for the count() method.

2003-10-17 04:24  pphaneuf

	* include/uniinigen.h, uniconf/uniinigen.cc: Added the
	  "create_mode" option that WvConf had to UniIniGen.

2003-10-16 00:46  jim

	* crypto/wvsslstream.cc, streams/wvlogfile.cc: BUGZID:
	  1691,r3_74_siag: Rotate the log files in the current timezone.
	  Save errno in wvsslstream.cc

2003-10-15 19:57  slajoie

	* Win32WvStreams/Win32WvStreams.sln, include/uniregistrygen.h,
	  include/wvsorter.h, uniconf/wvconfemu.cc: Fixed compilation
	  problems/warnings (Windows) and typos.

2003-10-15 06:12  apenwarr

	* vars.mk, wvrules.mk, crypto/wvsslstream.cc, debian/changelog,
	  include/wvserialize.h, utils/tests/bdbtest2.cc: HEAD: merged
	  netguide_reversion branch, and therefore all recent r3_74
	  changes.  It seems unstable when I tried it, but I think it was
	  also unstable before I started.  And maybe 3.74 is unstable too.
	  Hmm.	Anyway, now that it's merged, we can begin to think about
	  testing and fixing stuff.

2003-10-15 06:01  apenwarr

	* crypto/wvsslstream.cc, debian/changelog, include/wvserialize.h,
	  utils/tests/bdbtest2.cc: netguide_reversion: merged *everything*
	  in src from r3_74 for the first time in a *really* long time.
	  Lost all HEAD changes to the backup stuff, on the assumption that
	  it probably didn't work anyway - just copied it all directly
	  forward from r3_74.

2003-10-15 03:12  apenwarr

	* vars.mk, wvrules.mk: netguide_reversion: make --enable-verbose
	  work.  Somebody had broken it.

2003-10-14 23:11  apenwarr

	* configfile/wvconf.cc: HEAD: undeleted a variant of fuzzy_getint()
	  that we do, in fact, need to compile wvdial.

2003-10-14 22:53  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: More WvConfEmu
	  hacking...

2003-10-14 22:48  pphaneuf

	* configfile/wvconf.cc: Removing randomly duplicate function in
	  wvconf.cc (probably caused by a CVS merge).

2003-10-14 22:39  apenwarr

	* utils/tests/bdbtest2.cc:
	  r3_74: merged recent changes from r3_74_siag.

2003-10-12 11:45  jnc

	* include/wvserialize.h: ir3_74: Make incremental_magic use a
	  WvBdbHash too (check it in here so it doesn't affect the SIAG
	  release) BUGZID: 2712

2003-10-12 11:37  jnc

	* include/wvserialize.h: Back out that last change to make sure not
	  to destabilize the SIAG release.  BUGZID: 2712

2003-10-12 11:12  jnc

	* include/wvserialize.h: r3_74_siag: Use a WvBdbHash for
	  incremental_magic as well as the main file list BUGZID: 2712

2003-10-12 11:11  jnc

	* utils/tests/bdbtest2.cc: r3_74_siag: Make bdbhash iterator test
	  include substrings to verify sorting

2003-10-10 23:38  apenwarr

	* include/wvscatterhash.h: wvstreams_unittest: a quickie
	  wvscatterhash.h patch from drheld.

2003-10-10 23:24  pphaneuf

	* include/wvconf.h, include/wvconfemu.h, uniconf/uniwvconfgen.cc,
	  uniconf/wvconfemu.cc, uniconf/tests/emutest.cc: More WvConfEmu
	  hacking... Did I run this without the USE_WVCONFEMU flag? Of
	  course not!

2003-10-09 06:31  pphaneuf

	* include/uniconfroot.h: If you initialized a UniConfRoot with a
	  UniConfGen*, notifications were borken.

2003-10-09 05:54  pphaneuf

	* include/uniwvconfgen.h, uniconf/uniwvconfgen.cc: Workaround for
	  the non-reentrance of WvConf in UniWvConfGen.

2003-10-09 04:37  pphaneuf

	* uniconf/uniinigen.cc: Fixed a leak in UniIniGen, thanks to
	  valgrind.

2003-10-08 23:39  sfllaw

	* debian/changelog: r3_74: Un-regressing bugs introduced from a
	  r3_73 merge.

	  On 2003-08-11 19:32, pphaneuf reverted many files within the
	  r3_73 tree to the versions we shipped to SIAG.  However, people
	  had fixed bugs, added features, and merged code from r3_72a since
	  we shipped.  Normally, this would not have been a problem.  On
	  2003-08-26 18:36 he merged r3_73 into r3_74, removing various
	  bits of code.

	  This patch restores this code where functionality was lost.  I
	  have taken great care to ensure that superior r3_74 code does not
	  get replaced by r3_73 or r3_72a code.

	  It fixes four regressed bugs: 1486, 2096, 2161, and 2185.

2003-10-08 23:27  pphaneuf

	* include/uniwvconfgen.h, uniconf/uniwvconfgen.cc: Attempted to add
	  notifications to UniWvConfGen, but it doesn't seem to work.  I
	  suspect UniConf borkenness (I do get the notification from
	  WvConf, but UniConf never tells me!)...

2003-10-08 01:34  pphaneuf

	* include/: fileutils.h, ftpparse.h, strutils.h, unicachegen.h,
	  uniclientconn.h, uniclientgen.h, uniconf.h, uniconfgen.h,
	  uniconfkey.h, uniconfpair.h, uniconfroot.h, uniconftree.h,
	  unidefgen.h, unifiletreegen.h, unifiltergen.h, unihashtree.h,
	  uniinigen.h, uniinitreegen.h, unilistgen.h, unimountgen.h,
	  unimounttreegen.h, uninullgen.h, unipermgen.h, unipstoregen.h,
	  unireadonlygen.h, uniregistrygen.h, unisecuregen.h, unitempgen.h,
	  uniwatch.h, uniwvconfgen.h, verstring.h, wvaddr.h,
	  wvaudioencoder.h, wvbackslash.h, wvbase64.h, wvbdbhash.h,
	  wvblowfish.h, wvbuf.h, wvbufbase.h, wvbufstore.h, wvbufstream.h,
	  wvconf.h, wvcont.h, wvcountermode.h, wvcrash.h, wvcrypto.h,
	  wvdailyevent.h, wvdiffiehellman.h, wvdigest.h, wvdiriter.h,
	  wvdsp.h, wvencoder.h, wvencoderstream.h, wverror.h, wvfam.h,
	  wvfdstream.h, wvfft.h, wvfile.h, wvfork.h, wvfunctorencoder.h,
	  wvgdbmhash.h, wvgdbmlist.h, wvgzip.h, wvgzipstream.h,
	  wvhashtable.h, wvhex.h, wvhttp.h, wvinterface.h, wvipaddrtable.h,
	  wvipaliaser.h, wvipfirewall.h, wvipnetlist.h, wvipraw.h,
	  wviproute.h, wvistreamlist.h, wvlink.h, wvlockdev.h,
	  wvlockfile.h, wvlog.h, wvlogbuffer.h, wvlogfile.h, wvlogrcv.h,
	  wvloopback.h, wvmagiccircle.h, wvmatrix.h, wvmodem.h,
	  wvmoniker.h, wvmonikerregistry.h, wvoakley.h, wvoggspeex.h,
	  wvoggvorbis.h, wvpam.h, wvpcmutils.h, wvpipe.h, wvprotostream.h,
	  wvqthook.h, wvqtstreamclone.h, wvrateadjust.h, wvresolver.h,
	  wvrsa.h, wvscatterhash.h, wvserialize.h, wvshmzone.h, wvsorter.h,
	  wvspeex.h, wvsslhacks.h, wvsslstream.h, wvstreamclone.h,
	  wvstreamlist.h, wvstring.h, wvstringlist.h, wvstringtable.h,
	  wvsubproc.h, wvsyncstream.h, wvsyslog.h, wvtask.h, wvtclstring.h,
	  wvtcp.h, wvtest.h, wvtimeoutstream.h, wvtripledes.h, wvtundev.h,
	  wvtypedencoder.h, wvudp.h, wvunixsocket.h, wvurl.h, wvvector.h,
	  wvwatcher.h, wvwin32task.h, wvwindebuglog.h, wvwinstreamclone.h,
	  wvwordwrap.h, wvx509.h, wvxor.h, wvxplc.h: The XEmacs Coup of
	  2003.

2003-10-08 01:05  pphaneuf

	* wvrules.mk, include/wvconfemu.h, uniconf/uniwvconfgen.cc,
	  uniconf/wvconfemu.cc: Yet some more WvConfEmu hacking...

2003-10-07 23:44  jim

	* crypto/wvsslstream.cc: BUGZID: 2689, r3_74: Handle successful
	  syscalls.

2003-10-03 15:13  apenwarr

	* wvtestmain.cc, streams/wvfile.cc, streams/t/wvfile.t.cc:
	  wvstreams_unittest: my noread/nowrite changes made wvfile not
	  work.  Oops! Added a super-basic wvfile unit test that discovers
	  the problem, then fixed it.  Also fixed a crasher bug in
	  wvnetmap.cc when the interface isn't found (although it really
	  should be found...).	wvtestmain.cc now checks that we haven't
	  leaked any fds between starting and stopping the test.

2003-10-03 14:55  apenwarr

	* vars.mk, debian/changelog, debian/control,
	  debian/libwvstreams3-base.install, debian/rules,
	  include/fileutils.h, include/wvbdbhash.h, include/wvhashtable.h,
	  include/wvlinklist.h, include/wvscatterhash.h,
	  include/wvsorter.h, include/wvstring.h, include/wvstringtable.h,
	  streams/fileutils.cc, utils/wvbdbhash.cc, utils/wvscatterhash.cc,
	  utils/wvsorter.cc, utils/wvstring.cc, utils/tests/.cvsignore,
	  utils/tests/bdbtest.cc, utils/tests/bdbtest2.cc,
	  utils/tests/sorttest.cc:
	  head: merged recent *wvstreams only* changes from r3_74.

2003-10-03 13:21  apenwarr

	* wvrules.mk, include/uniwvconfgen.h, include/wvconf.h,
	  include/wvconfemu.h, uniconf/uniwvconfgen.cc,
	  uniconf/wvconfemu.cc, uniconf/tests/emutest.cc:
	  wvstreams_unittest: merged recent changes from HEAD and updated
	  wvstreams_unittest_branchpoint.

2003-10-02 22:46  pphaneuf

	* include/uniwvconfgen.h, include/wvconfemu.h,
	  uniconf/uniwvconfgen.cc: More WvConfEmu hacking, added a bunch of
	  functions to wvconfemu.h without implementing them, so don't even
	  try using USE_WVCONFEMU... Also fixed a number of functions that
	  took WvString* as parameters without even modifying them (turned
	  them into WvStringParm).

2003-10-02 19:58  pphaneuf

	* include/: wvconf.h, wvconfemu.h: More progress on
	  WvConfEmuization of weaver, and also uncrazification of
	  WvAuth::getuser.

2003-10-02 18:35  apenwarr

	* include/wvsorter.h:
	  r3_74: minor style cleanups in wvsorter.h.  WvLcdConfig shouldn't
	  report a "new msg" unless the message exists.

2003-10-02 14:38  ppatters

	* include/wvconfemu.h, uniconf/wvconfemu.cc: HEAD: Repair
	  pphaneuf's non-GCC3.x compliant coding.. Friends need a class
	  key, and please stop double declaring default parameters.

2003-10-02 04:38  apenwarr

	* include/fileutils.h, include/wvhashtable.h, include/wvlinklist.h,
	  include/wvscatterhash.h, include/wvsorter.h,
	  include/wvstringtable.h, utils/wvscatterhash.cc,
	  utils/wvsorter.cc, utils/tests/.cvsignore,
	  utils/tests/sorttest.cc:
	  r3_74: BUGZID:2637 (1000+ users): backported tzsebe's WvAuth
	  improvements from HEAD and then changed it, making it slightly
	  less scalable in some ways but fixing several bugs in the
	  process.  Note for future merging: wvauth.cc and .h should be
	  copied wholesale from r3_74 into HEAD, but uncomment all the
	  quota-related stuff, since quotas don't exist in r3_74.

	  Made wvffilter auto-create its destination directory if it
	  doesn't exist.  Made the virus updater not print BAH HUMBUG.
	  Added billions of missing "\n" and punctuation to usermsg()
	  calls, and fixed lots of RandomSpacing, in wvwebsubmit.  Changed
	  the user importer so that you can use the same input data for
	  creating *and* deleting users.  "Syntactically generated users"
	  are now "Normally generated users", which makes slightly more
	  sense.  WvScatterHash is now WvSorter-compatible, since WvSorter
	  no longer needs any WvLink pointers.	WvStringTable is now a
	  WvScatterHash.  WvAuth now uses WvStringTable instead of
	  WvStringList for group membership lists, making user_in_group()
	  much faster.	Fixed a bug that caused WvScatterHash::count() to
	  return invalid values after zap().  Added bdbtest2 to .cvsignore.
	   Added a scatterhash-based test to sorttest.cc.

	  As far as I can tell, all these things combined make weaver run
	  reasonably well with 1000+ users.  The UI is still a bit crowded
	  (*very* long user lists in several places), so maybe BUGZID:2637
	  isn't solved yet... or maybe we can get away with it.

2003-10-01 20:26  pphaneuf

	* include/wvconfemu.h, uniconf/wvconfemu.cc: Began converting
	  weaver to WvConfEmu. This is turned on by compiling with a
	  USE_WVCONFEMU preprocessor symbol, so don't worry, I'm not
	  actually breaking everything... :-)

2003-10-01 19:18  pphaneuf

	* include/wvconf.h, include/wvconfemu.h, uniconf/tests/emutest.cc:
	  In WvStreams: in wvconf.h, if wvconfemu.h has been included,
	  disable its emulation #defines, in wvconfemu.h, if wvconf.h has
	  been included, do not enable the emulation #defines, got
	  wvconfemu.h into a state where it can run uniconf/tests/emutest
	  correctly.

2003-09-30 16:57  dcoombs

	* include/wvbdbhash.h: r3_74: warning police in wvbdbhash.h

2003-09-30 16:37  pphaneuf

	* wvrules.mk: Fixed a small bug in the dependency generation
	  process of wvrules.mk.

2003-09-27 05:47  apenwarr

	* include/wvtest.h, streams/t/wvstream.t.cc, utils/wvtest.cc,
	  utils/t/wvstring.t.cc, utils/t/wvtask.t.cc: wvstreams_unittest:
	  added a parameter, the description, to WVTEST_MAIN().  This
	  provides slightly more clue what's going on when you read the
	  tester output.

2003-09-27 05:22  apenwarr

	* Makefile, include/wvtask.h, streams/wvstream.cc,
	  streams/t/wvstream.t.cc, utils/wvtask.cc, utils/t/wvtask.t.cc:
	  wvstreams_unittest: filled in most of the missing bits of the
	  WvStream unit test, fixing several weird bugs in the process.
	  Notably: noread()/nowrite() has a documented API and are actually
	  implemented.	flush_then_close() works even in non-fdstream based
	  streams.  Don't pass 'forced' SelectInfo on to the globalstream
	  in pre/post_select (eek!), since that could cause us to use 100%
	  CPU if any stream is waiting for an outbuf flush.  Add a bit of
	  time to alarmleft, because the kernel is apparently allowed to
	  wake up *early* if it wants; also check the alarm in
	  post_select(), not just pre_select().  Now the alarm should
	  reliably go off in the same cycle as it expired, rather than the
	  next one.

	  Unfortunately, I had to disable valgrind from running as part of
	  the unit tests - it conflicts badly with WvTask.

2003-09-26 23:12  apenwarr

	* streams/: wvfdstream.cc, wvfile.cc, t/wvstream.t.cc:
	  wvstream_unittest: valgrind rightly complained that we close fd
	  #2 on exit.  Fixed.

2003-09-26 23:02  apenwarr

	* include/wvfdstream.h, include/wvstream.h, streams/wvfdstream.cc,
	  streams/wvstream.cc, streams/t/wvstream.t.cc: wvstreams_unittest:
	  made the WvStream unit test (what there is of it) pass.  Only one
	  of the test program's tests turned out to actually be wrong.	I'm
	  putting this in a separate branch for now, because to do this I
	  had to make some pretty weird changes that touched some pretty
	  weird stuff.	Once we add a few *more* unit tests, this sort of
	  thing will be relatively safe.  Until then, I'll stay in this
	  branch.

2003-09-26 18:02  jim

	* debian/: changelog, libwvstreams3-base.install, rules:
	  r3_74: Put libuniconf into libwvstreams3-base

2003-09-26 15:41  andrew

	* include/wvstring.h, utils/wvstring.cc: r3_74: Adding all kinds of
	  WvFastString integer conversions. BUGZID:2551

2003-09-26 06:10  jnc

	* utils/tests/bdbtest2.cc: Add more complete test of WvBdbHash
	  iterators (including multiple iterators) BUGZID: 2531

2003-09-26 04:53  jnc

	* include/wvbdbhash.h, utils/wvbdbhash.cc, utils/tests/bdbtest.cc:
	  r3_74: Rewrite WvBdbHash to work around libdb1 bugs (and as a
	  bonus, allow multiple iters!) BUGZID: 2531

2003-09-25 20:39  pphaneuf

	* include/wvconfemu.h, uniconf/tests/emutest.cc: Started a new
	  attempt at a WvConfEmu.

2003-09-25 17:00  mrwise

	* streams/wvstream.cc, utils/wvbufferstore.cc: Corrected a problem
	  in wvbufstore which caused a crash when running
	  WvLinkedBufferStore::coalesce.  It was trying to skip when
	  totalused = 0, causing the assert in WvCircularBufStore::get to
	  fail since the skip called get with a count > 0.  Just prevented
	  it from skipping in the case where totalused = 0.

	  BUGZID:2452

2003-09-24 22:45  pphaneuf

	* uniconf/tests/: emutest.cc, test2.ini: Make sure that
	  wvstreams/uniconf/tests/emutest is reproductible, added a few
	  asserts as well.

2003-09-24 21:13  pphaneuf

	* configure.ac, include/wvbdbhash.h, utils/wvbdbhash.cc: Make sure
	  that compiling support for Berkeley DB is dependent on having
	  properly detected it.

2003-09-24 21:02  pphaneuf

	* configure.ac, crypto/wvsslstream.cc: Added the OPENSSL_NO_KRB5 to
	  WvStreams detection, in case OpenSSL is compiled with Kerberos
	  support and the Kerberos headers aren't around.

2003-09-24 20:19  pphaneuf

	* Makefile, config.mk.in, configure.ac: If you have valgrind, "make
	  test" will use it.

2003-09-24 01:45  dcoombs

	* crypto/wvsslstream.cc, include/wvsslstream.h: HEAD: Fixing
	  WvSSLStream's error handling, which was horribly broken.  I had a
	  working stream that exploded because an entirely different
	  connection failed to negotiate properly.  On that note, OpenSSL
	  is a festering pile of smelly old socks.

2003-09-23 15:51  dcoombs

	* include/fileutils.h, streams/fileutils.cc: r3_74: polly's
	  ignorefile support bloody well works now.  Man, was it ever
	  totally broken before!  I lost count of all the bugs.  ANYWAY --
	  it starts with a default ignorelist that's the same as CVS's.
	  (You can override that default by setting [Polly]Ignore.)  Then
	  in each directory it looks for a .cvsignore file, even accepting
	  the ! notation to reverse-match and/or cancel out the defaults.
	  THEN it looks for a .pollyignore file, supporting the same
	  notation, and letting you cancel out the cvs ignores if you want.
	  It's cool and it works, so don't talk to me about bugs anymore.
	  ;)

2003-09-19 21:21  jim

	* debian/: changelog, control:
	  r3_74: Sanitize the debian changelog.  Add more build-depends.

2003-09-19 17:48  jim

	* debian/: changelog, rules:
	  r3_74: WvStreams is ready to be put into debian, again.

2003-09-19 17:23  jim

	* rules.mk, debian/changelog, debian/rules:
	  r3_74: Add a script to create snapshot tarballs.  Update debian
	  files for an upload.

2003-09-19 15:04  jnc

	* vars.mk: Revert vars.mk from last commit BUGZID: 2531

2003-09-19 15:03  jnc

	* vars.mk, include/wvbdbhash.h, utils/wvbdbhash.cc,
	  utils/tests/bdbtest.cc: Add isempty(), iter.save() and
	  iter.xunlink() to the WvBdbHash API.	Make it create an temp
	  database if passed a null WvString.  BUGZID: 2531

2003-09-18 05:10  pphaneuf

	* config.mk.in, configure.ac, vars.mk, include/wvbdbhash.h,
	  utils/wvbdbhash.cc: Merged niti/src/wvstreams from r3_74.

2003-09-18 02:50  pphaneuf

	* config.mk.in, configure.ac, vars.mk, include/wvbdbhash.h,
	  utils/wvbdbhash.cc: r3_74: added proper autoconf detection for
	  Berkeley DB version 1.x in WvStreams.

2003-09-17 21:38  apenwarr

	* vars.mk, include/wvstream.h, include/wvtimestream.h,
	  include/wvtimeutils.h, streams/wvstream.cc,
	  streams/wvtimestream.cc, urlget/wvhttpstream.cc,
	  utils/wvcrash.cc, utils/wvtimeutils.cc, utils/tests/crashtest.cc:
	  HEAD: merged recent changes for wvstreams ONLY from r3_74.

2003-09-15 23:29  jnc

	* rules.mk: Add libuniconf.so to tests dependencies

2003-09-12 21:20  pphaneuf

	* rules.mk, vars.mk: r3_74: a few small tweaks to the makefiles
	  ("make dist" creates a ChangeLog, "make clean" removes the
	  libuniconf symlink).

2003-09-11 21:33  andrew

	* include/wvtimeutils.h, streams/wvstream.cc,
	  streams/wvtimestream.cc, urlget/wvhttpstream.cc,
	  utils/wvtimeutils.cc: r3_74: Fixing broken Virus Updater caused
	  by change to WvStream relating to time going backwards.
	  BUGZID:2456

2003-09-11 15:00  ppatters

	* configure.ac, vars.mk, gtk/vars.mk, gtk/wvgtkstreamclone.cc,
	  include/wvgtkstreamclone.h: HEAD: Remove WvGTKStreamClone, since
	  it used GTK-1.2, and both Unity, and the Evolution connector need
	  to use GTK-2.0, and WvGlibStreamClone is better anyways.

2003-09-10 06:38  jnc

	* utils/: wvcrash.cc, tests/crashtest.cc: Added SIGFPE to wvcrash
	  BUGZID: 2454

2003-09-10 05:47  apenwarr

	* wvrules.mk:
	  More steps toward a WvSamba automated test, but we're certainly
	  not there yet.  Samba won't even actually start :)

2003-09-10 03:42  apenwarr

	* .cvsignore, Makefile, config.mk.in, configure.ac, rules.mk,
	  vars.mk, wvrules.mk:
	  The great Makefile re-merger: now wvstreams and the rest of niti
	  use the same wvrules.mk.  The wvstreams one is still
	  unnecessarily messy, but I'm too lazy to fix it right now.  Big
	  new bonus feature: you can now do things like "make t/whatever.t"
	  and it'll work, because the compile rule no longer assumes you're
	  compiling something in the current directory.  Other big bonus
	  feature: there's only one way to enable/disable optimizations
	  now.	Darn it.

2003-09-09 21:44  slajoie

	* Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/test3/MyEdit.cpp, Win32WvStreams/test3/MyEdit.h,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/MySocket.h, Win32WvStreams/test3/resource.h,
	  Win32WvStreams/test3/stdafx.cpp, Win32WvStreams/test3/stdafx.h,
	  Win32WvStreams/test3/test3.cpp, Win32WvStreams/test3/test3.h,
	  Win32WvStreams/test3/test3.rc, Win32WvStreams/test3/test3.vcproj,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h,
	  Win32WvStreams/test3/res/test3.manifest,
	  Win32WvStreams/test3/res/test3.rc2, include/unipstoregen.h,
	  include/wvwin32task.h, include/wvwindebuglog.h,
	  include/wvwinstreamclone.h, streams/wvconstream.cc,
	  streams/wvfdstream.cc: Fixing fucked up line endings all over the
	  place.

2003-09-09 19:10  jim

	* configure.ac:
	  HEAD: configure.ac - Remove incorrect quoting.  autoconf uses []
	  for quotes not ""

2003-09-09 06:59  apenwarr

	* vars.mk, wvrules.mk, wvtestmain.cc: HEAD: Added the 'bindover'
	  library, which makes people bind()/connect() at a different port
	  than they thought they would, so you can run daemons your machine
	  is already running, for test purposes.  Made a unit test for it.
	  Added an experimental unit test for WvSamba, although it still
	  needs (much) more work.

2003-09-09 05:19  apenwarr

	* wvrules.mk, streams/t/.cvsignore, streams/t/wvstream.t.cc: HEAD:
	  added the initial unit test for WvStream.  Needs much more work.
	  Also made "make test" work from the toplevel of the niti tree,
	  although only wvstreams actually tests anything yet.

2003-09-09 04:42  apenwarr

	* .cvsignore, Makefile, wvtestmain.cc, include/wvtest.h,
	  linuxstreams/tests/dspechotest.cc, qt/tests/qtstringtest.cc,
	  streams/wvtest.cc, utils/wvtest.cc, utils/t/.cvsignore,
	  utils/t/wvstring.t.cc, utils/tests/rateadjtest.cc,
	  utils/tests/testtest.cc: HEAD: A basic self-test framework for
	  wvstreams, including fairly extensive tests for WvString (it
	  passes!).  Try "make test" from niti/src/wvstreams.

2003-09-08 22:16  apenwarr

	* ee, rules.mk, wvrules.mk, uniconf/tests/uni.cc,
	  utils/tests/cbweirdtest.cc: Some stuff that's been floating
	  around in my tree for a while.  Move wvrules.mk to wvstreams, and
	  replace the one in niti with an include of that one.	Add
	  command-line help to 'uni'.  Check in the weird WvCallback test
	  that crashes rather than running, even though it shouldn't.

2003-09-04 20:20  slajoie

	* include/wvcallback.h: Fixed the most annoying warning in VS. Only
	  half a million to go :).

2003-09-03 23:58  pphaneuf

	* include/wvstream.h, streams/wvstream.cc: r3_74: fixed
	  WvStream::alarm to fix itself up if time goes backward.

2003-09-03 22:16  pphaneuf

	* include/wvtimestream.h, streams/wvtimestream.cc: r3_74: added
	  guards against time going backward in WvTimeStream and
	  WvWeaver::run.

2003-09-03 22:15  pphaneuf

	* include/wvtimeutils.h: r3_74: Added a "static const WvTime
	  wvtime_zero" and an == operator.

2003-09-03 04:29  jnc

	* include/uniclientgen.h, include/wvstream.h,
	  linuxstreams/wvdsp.cc: Merge from PI_DOGFOOD_2PLUS

2003-08-29 17:59  lyan

	* Docs/sgmlmanual/utils.wvsgml: HEAD: adding wvbuffer.cc in
	  wvstreams manual

2003-08-28 17:24  pphaneuf

	* include/wvbdbhash.h, utils/wvbdbhash.cc: Merged wvstreams from
	  r3_74.

2003-08-27 21:45  jdcormie

	* streams/wvencoderstream.cc: don't read from underlying stream if
	  buffers are non-empty (avoid's early eof) BUGZID: 2391

2003-08-27 21:19  mcote

	* include/wvbdbhash.h, utils/wvbdbhash.cc: r3_74: Added an assert()
	  to WvBdbHashBase::IterBase to ensure that only one iterator can
	  exist at a time per WvBdbHashBase.  Added count() and first()
	  functions to WvBdbHash.

2003-08-27 17:24  jdcormie

	* streams/wvencoderstream.cc: wvencoderstream would go !isok()
	  before you've read all the data! BUGZID: 2391

2003-08-27 14:21  dcoombs

	* include/wvbdbhash.h, utils/wvbdbhash.cc: r3_74: Making
	  WvBdbHash's iterator more like our other iterators.  Its
	  constructor takes a const reference to a hash now, rather than a
	  non-const.  Everything should still compile.	(In fact, MORE
	  stuff should compile!)

2003-08-26 22:48  pphaneuf

	* vars.mk, include/wvbufbase.h, streams/wvlogfile.cc,
	  uniconf/daemon/rules.mk: Merged from r3_74.

2003-08-26 19:47  kindness

	* Docs/sgmlmanual/: utils.wvsgml, egfiles/backslashex.cc,
	  egfiles/wvbase64ex.cc, egfiles/wvdiriterex.cc: HEAD: adding
	  wvdiriter in wvstreams manual

2003-08-26 19:10  dcoombs

	* include/wvserialize.h: r3_74: Copying wvserialize.h from head,
	  since otherwise I get bizarre assembler (!!) errors when using
	  gcc 2.95.  Avery added an extra layer of indirection with the
	  inline htonl functions, which apparently fixes it for some
	  reason.

2003-08-26 19:01  kindness

	* Docs/sgmlmanual/configfile.wvsgml: HEAD: updating wvstreams
	  manual (configfile), better than nothing

2003-08-26 00:03  mcote

	* include/wvbdbhash.h, utils/wvbdbhash.cc: r3_74: Porting WvBdbHash
	  from head.

2003-08-25 21:14  ppatters

	* include/strutils.h, utils/strutils.cc: HEAD: We now have a nifty
	  new url_encoder in strutils...

2003-08-25 15:18  kindness

	* streams/wvlogfile.cc: r3_74: logfiles should be created at GMT
	  00:00 everyday. Note that it depends on the correctness of the
	  system's time, i.e. how often rdate is run

2003-08-22 23:48  jdcormie

	* streams/wvstream.cc: simplify WvStream::read(WvBuf&) BUGZID: 2377

2003-08-22 00:55  pphaneuf

	* vars.mk, uniconf/daemon/rules.mk: r3_74: shaved 40KB off the usr
	  disk by putting UniConf in its own libuniconf instead of in
	  libwvstreams. It isn't used at all by the Weaver at the moment.

2003-08-21 23:30  jdcormie

	* streams/wvstream.cc: fix read() reentrancy BUGZID: 2377

2003-08-20 20:17  pphaneuf

	* include/wvbufbase.h: r3_74: make WvBuf return NULL if you try to
	  get() more than used(), instead of asserting.  BUGZID:1358

2003-08-20 19:07  jdcormie

	* include/unipstoregen.h: avoid #import pragma

2003-08-20 18:08  jdcormie

	* include/wvstreamclone.h, streams/wvstreamclone.cc: pass nowrite()
	  onto the clone

2003-08-19 22:55  jdcormie

	* utils/wvcont.cc: uninitialized member

2003-08-19 19:29  pphaneuf

	* include/wvdailyevent.h, include/wvinterface.h,
	  include/wviproute.h, include/wvstream.h,
	  linuxstreams/wvinterface.cc, linuxstreams/wviproute.cc,
	  streams/wvdailyevent.cc, streams/wvlog.cc, streams/wvlogfile.cc,
	  streams/wvstream.cc: Merged changes from r3_74 in WvStreams only.

2003-08-19 19:28  pphaneuf

	* streams/wvstream.cc: Removed LFs from line endings.

2003-08-19 18:13  jdcormie

	* streams/wvstreamclone.cc: make sure monikers get registered
	  before user code constructors

2003-08-19 00:04  jdcormie

	* include/unipstoregen.h: add windows protected storage uniconf
	  backend BUGZID: 2313

2003-08-19 00:03  jdcormie

	* include/uniregistrygen.h: add win32 registry backend BUGZID: 2312

2003-08-17 07:58  apenwarr

	* include/wvstream.h: WvStreamsInversion 1b: added runonce(), which
	  is the same as select() followed by callback().  You should use
	  that in your main loops from now on, since the WvStreamsInversion
	  will (far in the future) eliminate select() and callback()
	  altogether.

2003-08-17 07:29  apenwarr

	* include/wvstream.h, streams/wvstream.cc: WvStreamsInversion step
	  1 (although it's a bit pathetic to even call it that): add
	  WvStream::isreadable() and iswritable(), which are (for now) just
	  readability wrappers around select(t,r,w,x).	Also cleaned up a
	  bunch of comments in wvstream.h.

2003-08-17 03:13  apenwarr

	* include/wvcont.h, utils/wvcont.cc: WvCont: don't forget to let
	  people override the stack size.

2003-08-17 02:40  apenwarr

	* streams/: wvstream.cc, wvstreamclone.cc: Fixed a crash-on-exit
	  problem in weaver caused by jdcormie's change to make
	  WvStreamClone's close callback work.	It stems from the fact that
	  WvStreamClone::cloned isn't private, which means you don't have
	  to call setclone(), so WvRcmd wasn't.  I foresee a whole bunch of
	  problems like this popping up in the future...

2003-08-17 01:31  apenwarr

	* include/wvbdbhash.h, include/wvgdbmhash.h, utils/wvbdbhash.cc:
	  Yikes!  bdbhash and gdbmhash both had totally lying evil
	  isempty() and count() functions.

	  Made WvBdbHash assert() if you try to do anything with it when
	  it's !isok().  Also added an isok() function.

2003-08-17 01:12  apenwarr

	* include/wvserialize.h: Changed wvserialize.h in a nonsensical way
	  so that it doesn't cause wacky assembler errors with "-O"
	  optimization anymore.

2003-08-14 19:51  pphaneuf

	* linuxstreams/tests/rules.mk: Added a linuxstreams/tests to
	  WvStreams makefiles.

2003-08-14 17:43  jdcormie

	* ipstreams/wvurl.cc: add exchangeit protocols

2003-08-13 23:10  pphaneuf

	* crypto/wvcrypto.cc: r3_72a: fixed a bug in the dyndns client and
	  another in WvRSAStream.  BUGZID:2222

2003-08-13 22:22  jdcormie

	* ipstreams/wvresolver.cc: remove autoconf.h REALLY skip fork if
	  preproc symbol defined

2003-08-13 21:36  jdcormie

	* Win32WvStreams/test3/test3.vcproj: project fix

2003-08-12 23:50  tzsebe

	* configfile/tests/testfile.ini: HEAD: Varpack image maker, and
	  random ProcSvc cleanups

2003-08-11 23:51  jdcormie

	* include/wvstream.h, include/wvstreamclone.h, streams/wvstream.cc,
	  streams/wvstreamclone.cc: fix wvstreamclone BUGZID: 2291

2003-08-11 23:35  jnc

	* include/wvbufbase.h, include/wvbufstore.h,
	  utils/wvbufferstore.cc, utils/tests/buffertest.cc: Remove
	  subbuffer management from the WvBufStore public interface.  Move
	  some unget handling in WvLinkedBufferStore into the coalesce()
	  and do_xunlink() functions instead of having to manage it at each
	  function call.

2003-08-11 23:32  pphaneuf

	* .cvsignore, Doxyfile, config.mk.in, configure.ac, rules.mk,
	  vars.mk, Docs/sgmlmanual/streams.wvsgml,
	  Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhashtableex.cc,
	  Docs/sgmlmanual/egfiles/wvlistex.cc,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/test3/MyEdit.cpp, Win32WvStreams/test3/MyEdit.h,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/MySocket.h, Win32WvStreams/test3/resource.h,
	  Win32WvStreams/test3/stdafx.cpp, Win32WvStreams/test3/stdafx.h,
	  Win32WvStreams/test3/test3.cpp, Win32WvStreams/test3/test3.h,
	  Win32WvStreams/test3/test3.rc, Win32WvStreams/test3/test3.vcproj,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h,
	  Win32WvStreams/test3/res/test3.ico,
	  Win32WvStreams/test3/res/test3.manifest,
	  Win32WvStreams/test3/res/test3.rc2, configfile/wvconf.cc,
	  crypto/wvdiffiehellman.cc, crypto/wvdigest.cc,
	  crypto/wvoakley.cc, crypto/wvrsa.cc, crypto/wvsslhacks.c,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, crypto/wvx509.cc,
	  crypto/tests/certtest.cc, crypto/tests/sslsrvtest.cc,
	  debian/changelog, debian/control, debian/rules,
	  include/strutils.h, include/uniclientconn.h,
	  include/uniclientgen.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfroot.h,
	  include/uniconftree.h, include/unihashtree.h,
	  include/unimountgen.h, include/unimounttreegen.h,
	  include/wvaddr.h, include/wvbdbhash.h, include/wvblowfish.h,
	  include/wvbuf.h, include/wvcallback.h, include/wvconf.h,
	  include/wvcont.h, include/wvcrypto.h, include/wvdiffiehellman.h,
	  include/wvdigest.h, include/wvdiriter.h, include/wvfam.h,
	  include/wvfork.h, include/wvgdbmhash.h, include/wvgzip.h,
	  include/wvhashtable.h, include/wvhttppool.h,
	  include/wvistreamlist.h, include/wvlinklist.h,
	  include/wvmatrix.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvoakley.h, include/wvpam.h,
	  include/wvrateadjust.h, include/wvscatterhash.h,
	  include/wvserialize.h, include/wvsslhacks.h, include/wvstream.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsyncstream.h,
	  include/wvtask.h, include/wvtclstring.h, include/wvtimestream.h,
	  include/wvtimeutils.h, include/wvtripledes.h,
	  include/wvwin32task.h, include/wvwindebuglog.h,
	  include/wvwinstreamclone.h, include/wvx509.h, include/wvxplc.h,
	  ipstreams/wvaddr.cc, ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/contseltest.cc, ipstreams/tests/conttest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/tcptest.cc, ipstreams/tests/vars.mk,
	  linuxstreams/if_tun.h, linuxstreams/wvfam.cc,
	  linuxstreams/wvpam.cc, qt/vars.mk, qt/tests/qtstringtest.cc,
	  qt/tests/vars.mk, streams/fileutils.cc, streams/wvconstream.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvlog.cc,
	  streams/wvloopback.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/wvtimestream.cc, streams/tests/globaltest.cc,
	  streams/tests/logfiletest.cc, streams/tests/rules.mk,
	  streams/tests/timetest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc, uniconf/uniconfkey.cc,
	  uniconf/uniconfroot.cc, uniconf/uniconftree.cc,
	  uniconf/unihashtree.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/uniwatch.cc,
	  uniconf/uniwvconfgen.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h, uniconf/tests/.cvsignore,
	  uniconf/tests/conftest.cc, uniconf/tests/uninoticetest.cc,
	  uniconf/tests/vars.mk, urlget/wvftpstream.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc,
	  utils/strutils.cc, utils/wvbdbhash.cc, utils/wvbufferstore.cc,
	  utils/wvcont.cc, utils/wvcrash.cc, utils/wvdiriter.cc,
	  utils/wverror.cc, utils/wvfork.cc, utils/wvgzip.cc,
	  utils/wvmatrix.cc, utils/wvmoniker.cc, utils/wvrateadjust.cc,
	  utils/wvserialize.cc, utils/wvstring.cc, utils/wvtask.cc,
	  utils/wvtclstring.cc, utils/wvtimeutils.cc,
	  utils/tests/bdbtest.cc, utils/tests/callbacktest.cc,
	  utils/tests/conttest.cc, utils/tests/diritertest.cc,
	  utils/tests/gdbmtest.cc, utils/tests/hashtest.cc,
	  utils/tests/matrixtest.cc, utils/tests/monikertest.cc,
	  utils/tests/taskmaxtest.cc, utils/tests/tasktest.cc,
	  utils/tests/tcltest.cc: r3_73: reverted this branch back to the
	  way it was just after the last SIAG release.

2003-08-11 23:18  tzsebe

	* include/strutils.h, utils/strutils.cc: HEAD: Cleaned up varpacks
	  webconfig page, added some lights and bells, and changed
	  weaver.cc to not run as a timestream (which causes annoying
	  "catch-up" sessions which made weaver unusable)

2003-08-11 22:29  mcote

	* include/wvstream.h, streams/wvstream.cc: r3_74: Merged from
	  r3_73.

2003-08-11 22:05  pphaneuf

	* include/wvdailyevent.h, include/wvinterface.h,
	  include/wviproute.h, linuxstreams/wvinterface.cc,
	  linuxstreams/wviproute.cc, streams/wvdailyevent.cc,
	  streams/wvlog.cc, streams/wvlogfile.cc: r3_74: merged changes
	  from r3_72a.

2003-08-08 05:34  jnc

	* include/wvstream.h, streams/wvstream.cc: Make sure
	  WvStream::flush is never called recursively.	BUGZID: 2209

2003-08-07 22:29  jdcormie

	* include/wvwin32task.h: bring win32task up to speed

2003-08-07 22:23  jdcormie

	* include/wvstream.h, streams/wvstream.cc: simplify winsock
	  initialize add unread

2003-08-07 21:51  jdcormie

	* utils/wvbufferstore.cc: fix assert() with sideeffect

2003-08-06 19:38  pphaneuf

	* streams/wvstream.cc: Merged a bug fix from r3_74 (actually from
	  r3_73, but it has to make its way!).

2003-08-06 19:33  pphaneuf

	* streams/wvstream.cc: r3_74: merging changes from r3_73 only in
	  WvStreams.

2003-08-06 19:16  pphaneuf

	* streams/wvstream.cc: r3_73: fixed a bug in WvStreams where the
	  post_select of the globalstream would be called twice if the user
	  was select()ing it directly, and its callbacks would be called
	  twice as well.

2003-08-06 07:49  apenwarr

	* include/wvtimeutils.h, utils/wvtimeutils.cc:
	  r3_72a: improvements to my disktest program: if the program is
	  interrupted, pick up where we left off next time. This makes
	  long-running scans resumable across reboots.	Catch signals
	  properly.  Make the megs-per-min and ms-per-tick parameters
	  optional; if not given, we'll calculate reasonable values to make
	  the scan take exactly 2 weeks.  Dodge kernel readahead by making
	  sure we never read blocks < 2megs.  If we fall 10 ticks behind
	  schedule, just throw them away - we obviously can't catch up, and
	  we risk overflowing some ints otherwise.

	  We still don't estimate latency or back off when the disk is
	  busy, but since we appear to have no visible impact on
	  performance, and on a 60 gig disk the default is to read only 2
	  megs every 40 seconds anyway, maybe we don't need to bother.

2003-08-05 18:32  pphaneuf

	* .cvsignore, Doxyfile, config.mk.in, configure.ac, rules.mk,
	  vars.mk, Docs/sgmlmanual/streams.wvsgml,
	  Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/backslashex.cc,
	  Docs/sgmlmanual/egfiles/intlistex.cc,
	  Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhashtableex.cc,
	  Docs/sgmlmanual/egfiles/wvlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstringlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstringtableex.cc,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/test3/MyEdit.cpp, Win32WvStreams/test3/MyEdit.h,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/MySocket.h, Win32WvStreams/test3/resource.h,
	  Win32WvStreams/test3/stdafx.cpp, Win32WvStreams/test3/stdafx.h,
	  Win32WvStreams/test3/test3.cpp, Win32WvStreams/test3/test3.h,
	  Win32WvStreams/test3/test3.rc, Win32WvStreams/test3/test3.vcproj,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h,
	  Win32WvStreams/test3/res/test3.ico,
	  Win32WvStreams/test3/res/test3.manifest,
	  Win32WvStreams/test3/res/test3.rc2, configfile/wvconf.cc,
	  crypto/wvdiffiehellman.cc, crypto/wvdigest.cc,
	  crypto/wvoakley.cc, crypto/wvrsa.cc, crypto/wvsslhacks.c,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, crypto/wvx509.cc,
	  crypto/tests/certtest.cc, crypto/tests/sslsrvtest.cc,
	  debian/changelog, debian/control, debian/rules, gtk/.cvsignore,
	  gtk/vars.mk, gtk/wvgtkstreamclone.cc, include/strutils.h,
	  include/uniclientconn.h, include/uniclientgen.h,
	  include/uniconf.h, include/uniconfgen.h, include/uniconfkey.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/unihashtree.h, include/unimountgen.h,
	  include/unimounttreegen.h, include/uniwatch.h, include/wvaddr.h,
	  include/wvbdbhash.h, include/wvbuf.h, include/wvcallback.h,
	  include/wvconf.h, include/wvcont.h, include/wvcrypto.h,
	  include/wvdiffiehellman.h, include/wvdigest.h,
	  include/wvdiriter.h, include/wvfam.h, include/wvfork.h,
	  include/wvgdbmhash.h, include/wvgdbmlist.h,
	  include/wvhashtable.h, include/wvhttppool.h,
	  include/wvistreamlist.h, include/wvlinklist.h,
	  include/wvmoniker.h, include/wvmonikerregistry.h,
	  include/wvoakley.h, include/wvpam.h, include/wvscatterhash.h,
	  include/wvserialize.h, include/wvsslhacks.h, include/wvstream.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsyncstream.h,
	  include/wvtask.h, include/wvtclstring.h, include/wvtimestream.h,
	  include/wvtimeutils.h, include/wvtripledes.h,
	  include/wvwin32task.h, include/wvwindebuglog.h,
	  include/wvwinstreamclone.h, include/wvx509.h, include/wvxplc.h,
	  ipstreams/wvaddr.cc, ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/contseltest.cc, ipstreams/tests/conttest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/tcptest.cc, ipstreams/tests/vars.mk,
	  linuxstreams/if_tun.h, linuxstreams/wvfam.cc,
	  linuxstreams/wvpam.cc, qt/vars.mk, qt/tests/qtstringtest.cc,
	  qt/tests/vars.mk, streams/fileutils.cc, streams/wvconstream.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvlog.cc,
	  streams/wvloopback.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/wvtimestream.cc, streams/tests/globaltest.cc,
	  streams/tests/logfiletest.cc, streams/tests/rules.mk,
	  streams/tests/timetest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc, uniconf/uniconfkey.cc,
	  uniconf/uniconfroot.cc, uniconf/uniconftree.cc,
	  uniconf/unihashtree.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/uniwatch.cc,
	  uniconf/uniwvconfgen.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h, uniconf/tests/.cvsignore,
	  uniconf/tests/conftest.cc, uniconf/tests/simple.ini,
	  uniconf/tests/simple2.ini, uniconf/tests/uni.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unitest.sh,
	  uniconf/tests/vars.mk, urlget/wvftpstream.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc,
	  utils/strutils.cc, utils/wvbdbhash.cc, utils/wvbufferstore.cc,
	  utils/wvcont.cc, utils/wvcrash.cc, utils/wvdiriter.cc,
	  utils/wverror.cc, utils/wvfork.cc, utils/wvgdbmhash.cc,
	  utils/wvmoniker.cc, utils/wvserialize.cc, utils/wvstring.cc,
	  utils/wvtask.cc, utils/wvtclstring.cc, utils/wvtimeutils.cc,
	  utils/tests/bdbtest.cc, utils/tests/callbacktest.cc,
	  utils/tests/conttest.cc, utils/tests/diritertest.cc,
	  utils/tests/gdbmlisttest.cc, utils/tests/gdbmtest.cc,
	  utils/tests/hashtest.cc, utils/tests/hosttest.cc,
	  utils/tests/monikertest.cc, utils/tests/rules.mk,
	  utils/tests/serializetest.cc, utils/tests/taskmaxtest.cc,
	  utils/tests/tasktest.cc, utils/tests/tcltest.cc: r3_74: merged
	  the HEAD WvStreams and corresponding changes from r3_73.

2003-08-05 16:48  pphaneuf

	* .cvsignore, Doxyfile, config.mk.in, configure.ac, rules.mk,
	  vars.mk, Docs/sgmlmanual/streams.wvsgml,
	  Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/backslashex.cc,
	  Docs/sgmlmanual/egfiles/intlistex.cc,
	  Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvhashtableex.cc,
	  Docs/sgmlmanual/egfiles/wvlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstringlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstringtableex.cc,
	  Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/test3/MyEdit.cpp, Win32WvStreams/test3/MyEdit.h,
	  Win32WvStreams/test3/MySocket.cpp,
	  Win32WvStreams/test3/MySocket.h, Win32WvStreams/test3/resource.h,
	  Win32WvStreams/test3/stdafx.cpp, Win32WvStreams/test3/stdafx.h,
	  Win32WvStreams/test3/test3.cpp, Win32WvStreams/test3/test3.h,
	  Win32WvStreams/test3/test3.rc, Win32WvStreams/test3/test3.vcproj,
	  Win32WvStreams/test3/test3Dlg.cpp,
	  Win32WvStreams/test3/test3Dlg.h,
	  Win32WvStreams/test3/res/test3.ico,
	  Win32WvStreams/test3/res/test3.manifest,
	  Win32WvStreams/test3/res/test3.rc2, configfile/wvconf.cc,
	  crypto/wvdiffiehellman.cc, crypto/wvdigest.cc,
	  crypto/wvoakley.cc, crypto/wvrsa.cc, crypto/wvsslhacks.c,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc, crypto/wvx509.cc,
	  crypto/tests/certtest.cc, crypto/tests/sslsrvtest.cc,
	  debian/changelog, debian/control, debian/rules,
	  include/strutils.h, include/uniclientconn.h,
	  include/uniclientgen.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfroot.h,
	  include/uniconftree.h, include/unihashtree.h,
	  include/unimountgen.h, include/unimounttreegen.h,
	  include/uniwatch.h, include/wvaddr.h, include/wvbdbhash.h,
	  include/wvblowfish.h, include/wvbuf.h, include/wvcallback.h,
	  include/wvconf.h, include/wvcont.h, include/wvcrypto.h,
	  include/wvdiffiehellman.h, include/wvdigest.h,
	  include/wvdiriter.h, include/wvfam.h, include/wvfork.h,
	  include/wvgdbmhash.h, include/wvgdbmlist.h, include/wvgzip.h,
	  include/wvhashtable.h, include/wvhttppool.h,
	  include/wvistreamlist.h, include/wvlinklist.h,
	  include/wvmatrix.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvoakley.h, include/wvpam.h,
	  include/wvrateadjust.h, include/wvscatterhash.h,
	  include/wvserialize.h, include/wvsslhacks.h, include/wvstream.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsyncstream.h,
	  include/wvtask.h, include/wvtclstring.h, include/wvtimestream.h,
	  include/wvtimeutils.h, include/wvtripledes.h,
	  include/wvwin32task.h, include/wvwindebuglog.h,
	  include/wvwinstreamclone.h, include/wvx509.h, include/wvxplc.h,
	  ipstreams/wvaddr.cc, ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/contseltest.cc, ipstreams/tests/conttest.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/simpleconntest.cc,
	  ipstreams/tests/tcptest.cc, ipstreams/tests/vars.mk,
	  linuxstreams/if_tun.h, linuxstreams/wvfam.cc,
	  linuxstreams/wvpam.cc, qt/vars.mk, qt/tests/qtstringtest.cc,
	  qt/tests/vars.mk, streams/fileutils.cc, streams/wvconstream.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvlog.cc,
	  streams/wvloopback.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/wvtimestream.cc, streams/tests/globaltest.cc,
	  streams/tests/logfiletest.cc, streams/tests/rules.mk,
	  streams/tests/timetest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc, uniconf/uniconfkey.cc,
	  uniconf/uniconfroot.cc, uniconf/uniconftree.cc,
	  uniconf/unihashtree.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/uniwatch.cc,
	  uniconf/uniwvconfgen.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h, uniconf/tests/.cvsignore,
	  uniconf/tests/conftest.cc, uniconf/tests/simple.ini,
	  uniconf/tests/simple2.ini, uniconf/tests/uni.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unitest.sh,
	  uniconf/tests/vars.mk, urlget/wvftpstream.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc,
	  utils/strutils.cc, utils/wvbdbhash.cc, utils/wvbufferstore.cc,
	  utils/wvcont.cc, utils/wvcrash.cc, utils/wvdiriter.cc,
	  utils/wverror.cc, utils/wvfork.cc, utils/wvgdbmhash.cc,
	  utils/wvgzip.cc, utils/wvmatrix.cc, utils/wvmoniker.cc,
	  utils/wvrateadjust.cc, utils/wvserialize.cc, utils/wvstring.cc,
	  utils/wvtask.cc, utils/wvtclstring.cc, utils/wvtimeutils.cc,
	  utils/tests/bdbtest.cc, utils/tests/callbacktest.cc,
	  utils/tests/conttest.cc, utils/tests/diritertest.cc,
	  utils/tests/gdbmlisttest.cc, utils/tests/gdbmtest.cc,
	  utils/tests/hashtest.cc, utils/tests/hosttest.cc,
	  utils/tests/matrixtest.cc, utils/tests/monikertest.cc,
	  utils/tests/rules.mk, utils/tests/serializetest.cc,
	  utils/tests/taskmaxtest.cc, utils/tests/tasktest.cc,
	  utils/tests/tcltest.cc: r3_73: copied HEAD's WvStreams to r3_73.

2003-08-05 16:10  pphaneuf

	* rules.mk: Made "make clean" in WvStreams blabber a bit less.

2003-08-05 04:39  apenwarr

	* utils/wvcont.cc: [no log message]

2003-08-05 04:22  apenwarr

	* include/wvcont.h, utils/wvcont.cc, utils/tests/conttest.cc:
	  Changed the parameter/return types of WvCont from int to void*,
	  since I couldn't bring myself to either make them 'void' (no
	  values at all) or to templatize them.  void* will at least let
	  you pass anything you want (the hard way).  We can always make a
	  templated one later.

2003-08-05 03:36  apenwarr

	* utils/tests/conttest.cc: Cleaning conttest.  Recursion now
	  officially causes an assert() failure, since I'm pretty sure
	  there's nothing that makes more sense than that.  According to
	  jnc's prof, that makes WvCont an implementation of
	  semi-coroutines.

2003-08-04 21:01  pphaneuf

	* include/wvstream.h, streams/wvstream.cc: Made WvStream::taskman
	  per-instance. Fixes a bug introduced by recent WvTaskMan changes.

2003-08-04 20:40  jdcormie

	* streams/wvstream.cc: fix line endings

2003-08-04 18:20  pphaneuf

	* include/wvcallback.h, uniconf/uniconfroot.cc,
	  uniconf/uniwatch.cc, uniconf/tests/uninoticetest.cc,
	  utils/tests/callbacktest.cc, utils/tests/conttest.cc: Renamed
	  BoundCallback to WvBoundCallback.

2003-08-02 06:15  jdcormie

	* ipstreams/wvtcp.cc: do non-blocking connect() correctly, fixing
	  WIN32 in the process

2003-08-02 04:10  apenwarr

	* utils/tests/conttest.cc: Improve conttest.cc to test WvCont's
	  recursion behaviour (a calls b, which calls c, which calls a) but
	  realized that I didn't know what it *should* do, so I stopped for
	  now.	Currently, the innermost call to 'a' will just be
	  short-circuited.  (This is also what we do in
	  WvStream::callback() with continue_select(), but it seems to make
	  a mess, so I'm trying to find something better.)

2003-08-02 03:04  apenwarr

	* include/wvstream.h, include/wvtask.h, streams/wvstream.cc,
	  utils/wvtask.cc, utils/tests/conttest.cc,
	  utils/tests/monikertest.cc, utils/tests/taskmaxtest.cc,
	  utils/tests/tasktest.cc: Oops!  Making TaskFunc return int turned
	  out to be a screwier idea than I thought.  Changed it back, and
	  added a comment to remind me not to try that in the future.
	  Started playing with generic continuations in conttest.cc.  Made
	  WvTaskMan a singleton.

2003-08-01 22:10  apenwarr

	* include/wvstream.h, include/wvtask.h,
	  ipstreams/tests/simpleconntest.cc, streams/wvstream.cc,
	  utils/wvtask.cc, utils/tests/taskmaxtest.cc,
	  utils/tests/tasktest.cc: The return value of a WvTask function is
	  now int instead of void, so that you can "return" a value usable
	  as the return value of WvTask::run().  This makes all users of
	  WvTask have to change - but luckily, that was just some test
	  programs and WvStream::_callback().

2003-08-01 22:05  jdcormie

	* Win32WvStreams/test3/res/: test3.ico, test3.manifest, test3.rc2:
	  missing files

2003-08-01 22:04  jdcormie

	* Win32WvStreams/test3/test3.rc: missing file

2003-08-01 22:01  jdcormie

	* Win32WvStreams/test3/: stdafx.cpp, stdafx.h, MyEdit.cpp,
	  MyEdit.h, MySocket.cpp, MySocket.h, resource.h, test3.cpp,
	  test3.h, test3Dlg.cpp, test3Dlg.h: missing files

2003-08-01 21:54  jdcormie

	* include/wvwindebuglog.h: missed file

2003-08-01 21:26  apenwarr

	* ipstreams/tests/contseltest.cc, ipstreams/tests/conttest.cc,
	  utils/wvtask.cc, utils/tests/callbacktest.cc,
	  utils/tests/tasktest.cc: Made tasktest not fail with an
	  assertion.  Renamed conttest.cc to contseltest.cc.  Added
	  (finally!) a callbacktest.cc to demonstrate/test WvCallback.

2003-08-01 19:00  jdcormie

	* Win32WvStreams/Win32WvStreams.sln,
	  Win32WvStreams/test3/test3.vcproj, crypto/wvsslstream.cc,
	  crypto/wvx509.cc, include/strutils.h, include/uniconfgen.h,
	  include/unihashtree.h, include/unimounttreegen.h,
	  include/wvaddr.h, include/wvistreamlist.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvserialize.h,
	  include/wvstream.h, include/wvsyncstream.h, include/wvtask.h,
	  include/wvtimeutils.h, include/wvwin32task.h,
	  include/wvwinstreamclone.h, include/wvxplc.h,
	  ipstreams/wvaddr.cc, ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/tests/listentest.cc,
	  ipstreams/tests/tcptest.cc, streams/wvconstream.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvlog.cc,
	  streams/wvloopback.cc, streams/wvstream.cc,
	  streams/wvstreamlist.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfkey.cc, urlget/wvftpstream.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc,
	  utils/strutils.cc, utils/wvbufferstore.cc, utils/wvcrash.cc,
	  utils/wvdiriter.cc, utils/wverror.cc, utils/wvmoniker.cc,
	  utils/wvtclstring.cc, utils/wvtimeutils.cc: wvstreams win32
	  BUGZID: 2076

2003-07-31 22:22  apenwarr

	* vars.mk, configfile/wvconf.cc, crypto/wvsslstream.cc,
	  crypto/wvx509.cc, crypto/tests/ssltest.cc, include/strutils.h,
	  include/wvblowfish.h, include/wvconf.h, include/wvdiriter.h,
	  include/wvfdstream.h, include/wvgzip.h, include/wvinterface.h,
	  include/wvmatrix.h, include/wvpipe.h, include/wvrateadjust.h,
	  include/wvstream.h, include/wvx509.h, ipstreams/wvresolver.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/tests/simpleconntest.cc,
	  linuxstreams/wvinterface.cc, streams/fileutils.cc,
	  streams/wvconstream.cc, streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvlockdev.cc, streams/wvlockfile.cc, streams/wvpipe.cc,
	  streams/wvstream.cc, utils/strutils.cc, utils/wvdiriter.cc,
	  utils/wvgzip.cc, utils/wvmatrix.cc, utils/wvrateadjust.cc,
	  utils/wvsubproc.cc, utils/tests/diritertest.cc,
	  utils/tests/matrixtest.cc: merged wvstreams (only) from r3_74
	  into HEAD. Also made the missing r3_74_lastmerge tag for
	  everything.

2003-07-31 20:48  kindness

	* Docs/sgmlmanual/streams.wvsgml: HEAD: fixed a typo in wvstreams
	  manual

2003-07-30 21:20  pphaneuf

	* configure.ac, configfile/wvconf.cc, include/strutils.h,
	  ipstreams/wvresolver.cc, streams/wvlockdev.cc,
	  streams/wvlockfile.cc, utils/strutils.cc, utils/wvsubproc.cc:
	  r3_74: merged changes from r3_73 in WvStreams only.

2003-07-30 18:36  pphaneuf

	* include/wvstream.h, streams/wvstream.cc: WvStream::select() won't
	  return true if it was the globallist that trigged it, only if it
	  is what you explicitly select()ed on that went ready.
	  BUGZID:2145

2003-07-30 18:27  pphaneuf

	* streams/tests/timetest.cc: Fixed a small bit of RandomSpacing.

2003-07-30 18:13  kindness

	* utils/strutils.cc, include/strutils.h: HEAD: remove metriculate()
	  to avoid conflict when merging

2003-07-30 16:47  kindness

	* utils/strutils.cc, include/strutils.h: HEAD: adding metriculate()
	  to HEAD

2003-07-30 16:38  pphaneuf

	* rules.mk: Force the tests to be build as a .o and then linked,
	  rather than in a single pass.

2003-07-30 16:08  pphaneuf

	* rules.mk: Corrected a typo in wvstreams/rules.mk.

2003-07-30 06:36  apenwarr

	* include/wvbdbhash.h, utils/wvbdbhash.cc: wvfilemon now actually
	  monitors file changes and can give you a list of files that "may"
	  have changed since any time_t you want.  It has about a million
	  FIXMEs, but the idea is there.

2003-07-30 05:48  apenwarr

	* include/wvdiriter.h, utils/wvbdbhash.cc: Beginnings of wvfilemon,
	  which will be a daemon that keeps track of which files have
	  changed since a particular point in time (using the dazuko kernel
	  module for notifications).  This should be useful for massively
	  accelerating idb and polly.  But so far it just generates some
	  WvBdbHash files indexing all the files in /tmp.

2003-07-30 03:21  apenwarr

	* include/wvbdbhash.h, include/wvgdbmhash.h, utils/wvbdbhash.cc:
	  Added rewind(Key &firstkey) to the WvBdbHash iterator, so you can
	  start iterating at the key >= the one you requested.	Most
	  importantly for us, this means you can jump into a tree at any
	  point and see all the children.  (WvGdbmHash::Iter should get the
	  same feature someday... or maybe we'll just dump gdbmhash
	  entirely, since it seems to be inferior.)

2003-07-30 02:59  apenwarr

	* config.mk.in, vars.mk, include/wvbdbhash.h, utils/wvbdbhash.cc,
	  utils/tests/bdbtest.cc, utils/tests/gdbmtest.cc: First
	  implementation of WvBdbHash, which is like WvGdbmHash except
	  based on libdb instead of libgdbm.  It's definitely faster, and
	  it supports BTREE mode, which gives it an interesting advantage:
	  it keeps lists sorted, rather than in a weird hash order.  This
	  will make it an excellent candidate for storing tree structures
	  and (coincidentally?) idb file lists.

2003-07-29 21:42  pphaneuf

	* streams/tests/rules.mk: Added a streams/tests target to WvStreams
	  makefiles.

2003-07-29 21:30  pphaneuf

	* streams/tests/globaltest.cc: Added a check to
	  wvstreams/streams/tests/globaltest to make sure that the callback
	  gets called the appropriate number of times.

2003-07-29 20:14  pphaneuf

	* streams/tests/globaltest.cc: Made a test case for bug 2145.

2003-07-29 18:46  pphaneuf

	* streams/tests/timetest.cc: Changed WvTimeStream's test to verify
	  that it plays well with alarm().

2003-07-29 18:35  pphaneuf

	* streams/wvstream.cc: Added some extra details in a Weaver error
	  message, added "FIXME" comments related to bug 2145.

2003-07-28 19:58  lyan

	* configfile/wvconf.cc: r3_73 BUGZID:2151 Tunnel Vision password is
	  not logged in plain text

2003-07-24 23:29  tzsebe

	* utils/tests/diritertest.cc: HEAD: preliminary work in autoinstall
	  webconfig stuff

2003-07-23 03:38  jdcormie

	* streams/wvstream.cc: fix a problem where continue_read would
	  never return EOF

2003-07-22 08:34  apenwarr

	* streams/wvlogfile.cc:
	  r3_72a: wvlogfile should create a relative symlink, not an
	  absolute one.

2003-07-21 23:48  pphaneuf

	* streams/wvtimestream.cc: When WvTimeStream comes out of
	  pre_select with true, let's set msec_timeout to zero, just in
	  case. This shouldn't matter, but better safe than sorry...

2003-07-21 19:20  pphaneuf

	* include/wvtimestream.h, streams/wvtimestream.cc,
	  streams/tests/timetest.cc: Made WvTimeStream play (mostly) nice
	  with alarm().

2003-07-17 20:56  pphaneuf

	* include/wvtimestream.h, streams/wvtimestream.cc,
	  streams/tests/timetest.cc: Rewrote WvTimeStream to be more like
	  it used to be before the alarm() reimplementation (which broke
	  the interface contract of the class), with the difference that it
	  is now implemented using the wvtimeutils.h primitives,
	  WvTimeStream::pre_select will actually adjust the si.msec_timeout
	  (so it is now safe to do select(-1)) and I didn't bring back the
	  max_backlog feature, which didn't seem to be used anywhere.

	  Also fixed a number of bugs in weaver and lcd where
	  WvTimeStream::tick was being called directly (it is an error
	  since the moment that it was getting called automatically in
	  WvTimeStream::execute), with a horrible hack in WvLCD, which is
	  an horrible hack in itself (two wrongs *do* make a right!).

	  Ever noticed how the backup countdown was taking more than a
	  second per second? :-)

2003-07-17 19:23  pphaneuf

	* include/wvtimeutils.h: Turned a reference to "struct timeval" to
	  WvTime, for consistency.

2003-07-16 22:06  pphaneuf

	* streams/tests/timetest.cc: select() -1 or 0, damnit!

2003-07-16 22:04  pphaneuf

	* streams/wvtimestream.cc: Minor cosmetic spacing change.

2003-07-16 00:41  apenwarr

	* streams/wvlog.cc:
	  r3_72a: fixed the brokenness detector again (BUGZID:1880).  Also
	  made [debug]custom work on all rcmd connections, not just the
	  console one.

2003-07-15 04:20  pphaneuf

	* streams/fileutils.cc: While this isn't an outright fix for some
	  blocking thing in WvStreams fileutils.cc, it makes it at least
	  avoid wasting lots and lots of CPU in the process...

2003-07-15 03:47  mcote

	* include/strutils.h, utils/strutils.cc: r3_73: Fixed a mistake in
	  metriculate(), and changed backup & Cryptic Data transfer emails
	  to use it.

2003-07-14 23:10  build

	* include/wvinterface.h, linuxstreams/wvinterface.cc,
	  linuxstreams/wviproute.cc: r3_72a: More freeswan fixes, thanks to
	  Avery, and also, partly, because of Avery. :)  A route whose
	  table is "default" shouldn't actually go in the default table, so
	  we put it in "main" now, which lets the ipsec route with the src
	  field work properly.	Also, whenever we add any route in weaver,
	  we now pre-add a temporary metric-255 route to the real route's
	  gateway, on the appropriate interface, and then delete it after
	  creating the real route.  This lets us create routes that the
	  kernel peopel feel we ordinarily shouldn't be allowed to create.

	  This will, darnit, be the REAL #7-exp.  Beware of cheap
	  imitations.

2003-07-14 21:09  mcote

	* include/strutils.h, utils/strutils.cc: r3_73: Added
	  metriculate(), a function to add metric-style spacing to a
	  number.

2003-07-14 18:55  pphaneuf

	* ipstreams/tests/vars.mk, uniconf/tests/vars.mk,
	  utils/tests/rules.mk: Added a "utils/tests" target to the
	  WvStreams makefiles. Fixed some spacing, while I was there.

2003-07-11 20:10  dcoombs

	* include/wvinterface.h, include/wviproute.h,
	  linuxstreams/wvinterface.cc, linuxstreams/wviproute.cc: r3_72a:
	  That was horrendously painful, and hideously evil, but it works.
	  IPsec routes work in all different directions now, by default.
	  Subnets can ping subnets, endpoints can ping endpoints (although
	  they have to use the internal IP addresses for it to go through
	  the VPN; externals do not), subnets can ping endpoints
	  internally, and, most importantly, and most difficultly,
	  endpoints can ping remote subnets.

2003-07-11 03:38  apenwarr

	* configure.ac: r3_73: it's not an error if you --enable-devel and
	  it can't find libpam, because I explicitly made libpam not link
	  in for now.

2003-07-11 01:50  jnc

	* utils/wvtclstring.cc: wvtclstring: Fix escaping of unbalanced
	  braces (ie. { is now escaped as \{, not {{}).  Fix crash on
	  string of all whitespace in last checkin.  BUGZID: 878

2003-07-11 00:51  jnc

	* uniconf/daemon/uniconf.ini, utils/wvtclstring.cc,
	  utils/tests/tcltest.cc: Fix handling of leading spaces and quotes
	  in wvtcl_getword BUGZID: 878

2003-07-11 00:21  mcote

	* ipstreams/wvresolver.cc, streams/wvlockdev.cc,
	  streams/wvlockfile.cc, utils/wvsubproc.cc: r3_74: Added an
	  assert() to WvSubProc ensuring that we never kill process -1.
	  Added a bit of (possibly redundant) checking to a few other files
	  that don't use WvSubProc but still want to kill() things.

2003-07-10 22:34  mcote

	* configure.ac, rules.mk, vars.mk, crypto/tests/ssltest.cc,
	  ipstreams/wvunixsocket.cc, streams/wvconstream.cc,
	  streams/wvfdstream.cc: r3_74: Merging from r3_73.  It compiles
	  and boots fine, but there may be some problems with backups.
	  Will check further.

2003-07-10 06:52  apenwarr

	* configure.ac: r3_73: force fam and pam to disabled for now, since
	  we don't use them anyway.

2003-07-10 06:17  apenwarr

	* rules.mk, vars.mk: r3_73: saved almost 300k from the usrdisk.

	  Specifically: Linking wvstreams.so with -lfam amazingly causes
	  every binary linked with wvstreams to include giant hunks of
	  libgcc.a, thus making them bigger.  So link those hunks of
	  libgcc.a into libwvutils.so instead, where they are unless you
	  link with -lfam.  Whee!  Make smbpassmaker not link with
	  wvstreams, since it doesn't use it anyway.  Restore the old
	  tcpdump/traceroute binaries from r3_72, since they're smaller
	  than the newer ones and I don't know why they got deleted anyway.
	   Make slapd/slapadd use a shared library and thus duplicate less
	  code.

2003-07-09 03:10  apenwarr

	* include/wvdailyevent.h, streams/wvdailyevent.cc:
	  r3_72a: wvdailyevent waits a minimum of one full period before
	  setting off an event.  That way it never gets in the way of
	  weaver startup.

2003-07-08 18:51  apenwarr

	* vars.mk, crypto/tests/ssltest.cc: r3_73: merged recent changes
	  from r3_72a.

2003-07-07 23:55  apenwarr

	* ipstreams/wvunixsocket.cc:
	  r3_73: set several close-on-exec flags, including a particularly
	  nasty one missing from WvUnixListener::accept().  I think there's
	  still a missing one floating around somewhere, but it's pretty
	  rare so it's hard to find.  BUGZID:2026.

2003-07-07 23:09  apenwarr

	* streams/: wvconstream.cc, wvfdstream.cc:
	  r3_73: make the wvcon/wvin/wvout/wverr streams not close their
	  fds on close, thereby not needing to dup() them on
	  initialization.  This is the easy part of BUGZID:2026, and saves
	  4 (non-close-on-exec, oops) fds in every WvStreams process.

2003-07-07 20:53  jnc

	* configure.ac: r3_74: Bump wvstreams version num to 3.74

2003-07-06 22:24  jnc

	* linuxstreams/wvdsp.cc: PI: comment out fragsize assert in WvDsp
	  (some devices use fixed fragsizes, apparently including the SB
	  live)

2003-07-05 09:24  apenwarr

	* include/wvgdbmlist.h, include/wvserialize.h, utils/wvgdbmhash.cc,
	  utils/tests/gdbmlisttest.cc, utils/tests/gdbmtest.cc:
	  Found a better way to serialize the standard int types. Changed
	  wvgdbmhash to tell gdbm to not fsync() after every write, which
	  makes it go about a bazillion times faster.  Split wvgdbmlist
	  into its own files.  FIXME: It's not very optimized, and
	  everything is inlined.

	  Made WvTape optionally use WvGdbmList for its WvTapeFileList
	  object.  This makes the initial indexing go about 10 times slower
	  (if all the files are already in cache) but drops the memory
	  usage of wvtar from 25 megs and rising to a flat 2.5 megs in my
	  test.  But because GdbmList doesn't provide a Sorter, this isn't
	  actually workable quite yet.	Maybe a btree would make more sense
	  than sorting an on-disk list...

2003-07-05 06:18  apenwarr

	* include/wvgdbmhash.h, include/wvserialize.h, utils/wvgdbmhash.cc,
	  utils/tests/gdbmlisttest.cc: First crack at a WvGdbmList, a
	  linked list stored in a WvGdbmHash.  The class itself is still in
	  gdbmlisttest.cc.

2003-07-05 04:18  apenwarr

	* include/wvgdbmhash.h, include/wvlinklist.h,
	  include/wvserialize.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvtclstring.h,
	  uniconf/unilistgen.cc, utils/wvtclstring.cc,
	  utils/tests/gdbmtest.cc: wvstringlist::split should split on \n\r
	  by default, not just space and \t.  wvtclstring should use
	  WvList<WvString> rather than the more specific WvStringList,
	  since it doesn't use WvStringList's special features.  Fixed a
	  few bugs in serialization and WvGdbmHash so your keys and values
	  can now be lists.

2003-07-05 03:42  apenwarr

	* include/wvgdbmhash.h, include/wvserialize.h, utils/wvgdbmhash.cc,
	  utils/tests/gdbmtest.cc, utils/tests/serializetest.cc: You can
	  now serialize/deserialize WvLists and WvBufs.  WvGdbmHash now
	  uses the wv serialization stuff rather than its own, making its
	  implementation somewhat more understandable and getting free
	  features.  Unfortunately, it loses a few optimizations for
	  non-complex data types, but I think the added readability and
	  consistency are probably worth it.

2003-07-05 02:17  apenwarr

	* include/wvgdbmhash.h: Oops.  My previous gdbmhash fix broke
	  WvGdbmHash::find() by using the wrong DatumAdapter.

2003-07-05 02:09  apenwarr

	* include/wvserialize.h, utils/wvserialize.cc,
	  utils/tests/serializetest.cc: Added wvserialize, an API for
	  serializing objects to/from WvBuf.  This will be useful in
	  wvgdbmhash, most likely.

2003-07-04 21:55  apenwarr

	* utils/: wvgdbmhash.cc, tests/gdbmtest.cc: [no log message]

2003-07-04 21:34  slajoie

	* crypto/wvx509.cc: Fixed warning.

2003-07-04 21:21  apenwarr

	* include/wvgdbmhash.h, include/wvstring.h, utils/wvgdbmhash.cc,
	  utils/wvstring.cc, utils/tests/gdbmtest.cc: WvString::append now
	  returns *this, so you can go s.append("foo").append("blah") and
	  other funny things.

	  Fixed a bunch of ugly semantics in wvgdbmhash's interface (there
	  are many more) but without making the API incompatible (I think).
	   Made wvgdbmhash's iterator actually work, and wrote a wvgdbmhash
	  test program which easily revealed that it didn't before.

	  THE NEXT PERSON TO WRITE A NEW CLASS IN WVSTREAMS WITHOUT
	  INCLUDING A TEST PROGRAM DIES.  That means you, Pierre!

2003-07-04 21:20  slajoie

	* include/wvbuf.h: Fixed specialization syntax for VS 2003.

2003-07-04 01:13  jnc

	* include/wvdiriter.h, utils/wvdiriter.cc,
	  utils/tests/diritertest.cc: r3_74: Added "skip_mount" option to
	  WvDirIter (do not descend into filesystems on another device).
	  Apply the option to WvTapeBackup::scan_sets.	BUGZID: 2073

2003-07-02 20:01  andrew

	* configfile/wvconf.h, crypto/wvcrypto.h, crypto/wvsslhacks.h,
	  crypto/wvsslstream.h, crypto/wvx509.h, ipstreams/wvaddr.h,
	  ipstreams/wvhttp.h, ipstreams/wvinterface.h,
	  ipstreams/wvipfirewall.h, ipstreams/wviproute.h,
	  ipstreams/wvresolver.h, ipstreams/wvtcp.h,
	  streams/wvdailyevent.h, streams/wvfile.h, streams/wvlog.h,
	  streams/wvlogbuffer.h, streams/wvstream.h, streams/wvsyslog.h,
	  utils/base64.h, utils/strutils.h, utils/wvbuffer.h,
	  utils/wvfork.h, utils/wvhashtable.h, utils/wvlink.h,
	  utils/wvstring.h, utils/wvstringlist.h, utils/wvstringtable.h,
	  utils/wvsubproc.h, utils/wvtask.h: Fixing borken webconfig demo.

2003-07-02 18:59  dcoombs

	* Makefile, crypto/Makefile: r3_72a: WvStreams compiles again

2003-07-02 05:26  apenwarr

	* crypto/: Makefile, tests/ssltest.cc:
	  r3_72a: run the webmail exchangeit import scripts run
	  automatically (BUGZID:2060).	This was much sucker than I had
	  hoped, since we have to connect to the https server and run a php
	  script to do it.  So now ssltest is on our usrdisk, hopefully
	  only temporarily :)  I think the right fix is to have a
	  standalone php binary, make it fast using something similar to
	  speedycgi but for php, and then just run the binary straight from
	  exchangeit-import.sh rather than involving the web server at all.
	  But that's for another day...

2003-06-27 02:17  build

	* Doxyfile: Disable macro expansion in doxygen, now that most list
	  types (for example) are templates anyway.  This makes things like
	  WVSTRING_FORMAT_DECL not look disgusting in the doxygen output.

2003-06-23 20:26  lyan

	* Docs/sgmlmanual/utils.wvsgml: HEAD: corrected the output of
	  wvlinklist sample

2003-06-23 18:30  jnc

	* include/wvpam.h, linuxstreams/wvpam.cc: Removed bogus comment.

2003-06-21 19:10  ppatters

	* crypto/tests/certtest.cc, crypto/tests/sslsrvtest.cc,
	  include/strutils.h, uniconf/daemon/daemonmain.cc,
	  utils/strutils.cc, utils/tests/hosttest.cc: HEAD: HA! I believe
	  that Sanity has finally been imposed about figuring out hostnames
	  and fully qualified domain names... and the certificate
	  generation code is much happier.

2003-06-21 15:06  ppatters

	* crypto/wvx509.cc, crypto/tests/certtest.cc,
	  crypto/tests/sslsrvtest.cc, include/strutils.h,
	  include/wvhttppool.h, include/wvx509.h,
	  uniconf/daemon/daemonmain.cc, utils/strutils.cc: HEAD: Moved
	  hostname() and domainname() out of the uniconf daemonmain.cc into
	  strutils, and then cleaned up all of the Certificate generation
	  code.  Fixed a bunch of random spacing in WvX509 and friends, and
	  generally made getting the Distiguished Name right for
	  certificate generation a heck of a lot easier (and safer too :)

2003-06-21 06:49  mcote

	* include/wvmatrix.h, utils/wvmatrix.cc, utils/tests/matrixtest.cc:
	  r3_74: A matrix class for something I'm doing on my own.  I
	  figured I might as well add it to WvStreams.	It's only got basic
	  functionality now, but I'll probably add more interesting stuff
	  like an inverse function and such.

2003-06-16 08:21  apenwarr

	* ipstreams/wvunixsocket.cc, uniconf/unicachegen.cc,
	  uniconf/uniconfroot.cc, uniconf/daemon/daemonmain.cc:
	  Some uninteresting uniconf changes.  The uniconfdaemon now does
	  refresh() periodically.  WvUnixSocket now sets non-blocking when
	  it accepts a connection (!).	UniKonf does something minor
	  slightly differently, but I forget what.  Made the test programs
	  in src/netmap compile again.

2003-06-10 20:29  mcote

	* crypto/wvx509.cc: r3_74: Merging from r3_73.

2003-06-10 01:04  apenwarr

	* include/uniconf.h, include/uniwatch.h, uniconf/uniconf.cc,
	  uniconf/unimountgen.cc, uniconf/uniwatch.cc: Fixed a little typo
	  in UniWatch and made UniConf::copy() and move() actually work.

2003-06-09 19:37  ppatters

	* crypto/wvx509.cc: r3_73: I'm obviously not doing Constraints
	  properly - since this causes the cert to be marked invalid,
	  and/or give a wierd error in Netscape, comment it out for now.
	  This "fixes" BUGZID: 461

2003-06-05 23:32  apenwarr

	* include/uniconfroot.h, include/uniwatch.h, include/wvcallback.h,
	  uniconf/uniconfroot.cc, uniconf/uniwatch.cc: Renamed the old
	  internal-only UniWatch to UniWatchInfo, and introduced a new
	  (useful) UniWatch that registers/unregisters sort of like the
	  WvService::ChangeBool, only better.

2003-06-05 22:50  apenwarr

	* configfile/wvconf.cc, include/uniconf.h, include/uniconfroot.h,
	  include/wvcallback.h, include/wvconf.h, include/wvfork.h,
	  uniconf/uniconf.cc, uniconf/uniconfroot.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, uniconf/tests/uninoticetest.cc,
	  utils/wvfork.cc: Pierre's new WvCallback can't be accurately
	  compared with ==, so I added a new private operator== to keep
	  people from trying.  To make up for this, I had to fix a whole
	  bunch of places where people were trying, presumably fixing a
	  whole bunch of bugs in the process.  BUGZID:1774.  Most
	  noticeably, this fixes BUGZID:1773, uniconfdaemon notifications
	  randomly stopping on you if more than one person connects to the
	  daemon.

	  We will probably want to port this to r3_73 once we feel brave
	  enough, since I suspect this bug also breaks other things.  But
	  it's kind of inconvenient to do since it also touches several
	  other files in Weaver.

2003-06-05 14:07  apenwarr

	* include/unihashtree.h: Hmm, unihashtree's iterator was protected,
	  but gcc 2.95 didn't care.  Apparently other gcc versions *do*
	  care, unfortunately.

2003-06-04 21:41  mcote

	* configfile/wvconf.cc, include/wvconf.h, include/wvfdstream.h,
	  include/wvpipe.h, include/wvstream.h,
	  ipstreams/tests/simpleconntest.cc, streams/fileutils.cc,
	  streams/wvfdstream.cc, streams/wvpipe.cc, streams/wvstream.cc:
	  r3_74: Merged recent changes from r3_73.  Weaver runs, but I'm
	  sure there are a couple problems with Cryptic Data.  Backups
	  can't be any worse than before, at least.

2003-06-04 06:54  apenwarr

	* uniconf/: daemon/daemonmain.cc, tests/simple.ini,
	  tests/simple2.ini, tests/unitest.sh: UniConfDaemon now forks
	  itself into the background when it's finished mounting everything
	  and starting its listeners.  Added unitest.sh, a big bunch of
	  unit tests for UniConf using my 'uni' program.  Note that lots of
	  the tests currently fail, because various UniConf generators
	  currently have lots of bugs.

2003-06-03 01:04  apenwarr

	* ipstreams/tests/simpleconntest.cc: r3_73: merged recent changes
	  from r3_72a.

2003-06-03 00:31  apenwarr

	* ipstreams/tests/simpleconn.cc:
	  r3_72a: merged recent changes from r3_72.

2003-05-31 12:55  apenwarr

	* uniconf/: uniwvconfgen.cc, tests/uni.cc: UniWvConfGen now has a
	  moniker, 'wvconf', so you can test it with uni.  It mostly fails
	  :(.  uni now remembers to do commit() after set or xset, so it'll
	  save changes if you're using the ini (and maybe other) backend.
	  Added new keys/hkeys commands to list all the keys (but not
	  values) in a branch, and updated dump/hdump to use wvtcl_escape
	  so special characters won't be lost in the output.  Bonus
	  feature: 'uni hdump /section' produces output compatible with
	  UniIniGen.

2003-05-31 12:23  apenwarr

	* include/wvstream.h, ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  uniconf/tests/uni.cc:
	  Fixed a bug in wvresolver which would make name resolution fail
	  if you were only selecting for write, which 'uni set' tends to
	  do.  Fixed a related bug in WvStream::flush_outbuf() where it
	  would select() for nonzero time with an empty fdset because
	  WvStream::isok() is always true, the outbuf was nonempty, and the
	  derived class was in the process of being destroyed so its own
	  isok() (which was false) was no longer accessible.  Oops!

	  Added a new "xset" command to uni, which reads the value from
	  stdin.  "uni xset /etc/profile </etc/profile".  As long as the
	  file contains no nuls, the UniConf value is byte-for-byte the
	  same as the file contents.  This may seem silly *now*, but it'll
	  be useful with the upcoming IMAP backend :)

2003-05-31 10:14  apenwarr

	* ipstreams/wvunixsocket.cc, streams/wvstreamclone.cc,
	  uniconf/uniclientconn.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/uni.cc, uniconf/tests/vars.mk: Added WvMoniker
	  support to WvUnixConn.  Made the WvStreamClone moniker
	  constructor able to construct an inner moniker if a NULL object
	  is passed (so you can say clone:clone:clone:tcp:localhost:4111,
	  in case you're bored).  Made the UniConfDaemon not log "Read:"
	  lines for empty input lines.	Added a "uni" program for
	  command-line UniConf access, similar to WvRcmd.  (Try "uni get
	  /foo/blah" or "uni sect /servers" after setting the UNICONF
	  environment variable to the UniConf moniker you want to use.)

2003-05-31 09:22  apenwarr

	* include/uniconftree.h, uniconf/uniconfgen.cc,
	  uniconf/uniconftree.cc, uniconf/unihashtree.cc,
	  uniconf/tests/conftest.cc: Deleting an item from UniConf would
	  delete all other items at that level, because of a horrible bug
	  in UniHashTreeBase::unlink().  And nobody noticed before.  We are
	  in some DIRE need of unit tests (or at least basic sanity).
	  Yeesh.

	  Also removed the totally dead but probably buggy code for
	  UniConfTreeBase.  Nobody was using it, but it was suspiciously
	  similar to UniHashTreeBase.  Makes you think.

2003-05-31 08:45  apenwarr

	* vars.mk: Put -lefence in LDLIBS instead of LDFLAGS in
	  wvstreams/vars.mk.

2003-05-31 08:21  apenwarr

	* include/uniconfkey.h, include/unimountgen.h,
	  uniconf/uniclientconn.cc, uniconf/unimountgen.cc,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/tests/conftest.cc:
	  More random UniKonf cleanups.  Made uniconfdaemon able to handle
	  \r at the end of lines (obviously nobody ever *tested* the thing
	  with a simple telnet client!) uniconfdaemon now also ignores
	  blank input lines, rather than complaining that they're an error.
	  Removed evil semi-caching from UniMountGen::findgen(), since it
	  made the function non-reentrant.  Removed even more evil
	  semicolon from the end of an if(); line in UniMountGen, thus
	  making haschildren() actually return false sometimes, and added a
	  test to conftest.cc to verify that it actually works now.

2003-05-31 06:19  apenwarr

	* rules.mk, qt/tests/vars.mk, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h, uniconf/tests/uninoticetest.cc:
	  Make "make tests" work again in src/wvstreams/qt/tests.  Improved
	  some UniConfDaemon log messages.  Assorted cleanups to unikonf.
	  Force -frtti when compiling unikonf and nitiphone, since the
	  highcolor.so KDE theme uses RTTI for no conceivable reason and
	  crashes if you use menu bars with the default KDE theme (but not
	  the fancier ones) without RTTI.  Really.

2003-05-30 01:23  dcoombs

	* include/wvpipe.h, streams/fileutils.cc, streams/wvpipe.cc: r3_73:
	  Fixing some crazy weirdness related to pphaneuf's and my WvPipe
	  changes last night.  If a wvpipe is on the globallist, and it
	  would like to die, you have to read from it.	So for sendmail
	  pipes, for example, we want to set a callback that ignores
	  everything it reads.	But it reads.  Also, there were TONS of
	  places in the code that had while(select(0)) loops that would do
	  the wrong thing if the globallist wasn't empty.  Making these
	  (usually) while(select(0, true, false)) to avoid selecting on the
	  globallist and confusing things.

2003-05-29 02:07  dcoombs

	* streams/: wvfdstream.cc, wvstream.cc: r3_73: Something Pierre
	  convinced me to leave in during the WvFDStream changes caused a
	  ridiculous number of things to not work.  They should now.

2003-05-29 00:25  dcoombs

	* include/wvfdstream.h, include/wvpipe.h, include/wvstream.h,
	  streams/wvfdstream.cc, streams/wvstream.cc: r3_73: Made
	  WvFDStream::nowrite() deal with buffering properly.  Used to be
	  it would shutdown() the wfd right away, regardless of what was in
	  the outbuf.  Now it sets a flag, and when the outbuf hits 0 (and
	  the flag is set), it'll shutdown.  Basically it means "I won't be
	  writing anything else." Also works if you never sent anything and
	  outbuf is already empty.

2003-05-27 18:44  apenwarr

	* ipstreams/tests/simpleconn.cc:
	  r3_72: simpleconn could get stuck if used with a blocking stream.
	  (Most wvstream sockets are non-blocking, but not wvcon.)

2003-05-22 16:28  tzsebe

	* configfile/wvconf.cc, include/wvconf.h: R3_73: Fixed "Unknown
	  files in /home" bug

2003-05-22 01:20  mcote

	* crypto/wvsslstream.cc, crypto/wvx509.cc, include/wvinterface.h,
	  include/wvx509.h, linuxstreams/wvinterface.cc: r3_74: Merging
	  from r3_73 (except kernel).

2003-05-15 22:19  ppatters

	* crypto/wvx509.cc, include/wvx509.h: r3_73: WvX509Mgr - now with
	  fewer bugs, and with the awesome knowledge of how to read in PEM
	  encoded Certificates and RSA Keys...

2003-05-13 17:41  ppatters

	* include/wvinterface.h: r3_73: Weaver actually compiles this time
	  *sigh*

2003-05-13 17:15  ppatters

	* include/wvinterface.h, linuxstreams/wvinterface.cc: r3_73:
	  WvInterface now can handle Wireless IOCTLs...

2003-05-12 04:27  apenwarr

	* include/strutils.h: Merged my exchangeit client changes from
	  exit_tmp into the main branch.  The progress bar seems pretty
	  nonsensical, but I doubt that's my fault.

	  By the way, I forgot to mention last time that I updated
	  wvrules.mk to actually optimize again (!) when DEBUG=0.

2003-05-09 05:17  jnc

	* include/wvblowfish.h: r3_74: Add is_encoding() utility method to
	  WvBlowfish.  Make the key and iv available to subclasses.

2003-05-09 05:02  jnc

	* uniconf/daemon/: uniconfpamconn.cc, uniconfpamconn.h: Change a
	  reinterpret_cast (pointer-to-int) to C-style to be sure it'll
	  work on all architectures.

2003-05-09 04:48  jnc

	* include/uniclientgen.h, include/uniconfroot.h,
	  include/wvstream.h, uniconf/uniclientgen.cc,
	  uniconf/uniconfroot.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h: PI_DOGFOOD_2PLUS: backport
	  uniconf notification fixes from HEAD (fixes uniconf server crash)

2003-05-08 18:18  pphaneuf

	* configure.ac: Make the GTK+ test in WvStreams' autoconf script
	  quieter when pkg-config isn't available.

2003-05-08 16:43  ppatters

	* crypto/tests/sslsrvtest.cc: HEAD: Make nimon compile again, and
	  clean up some transition bugs (new WvCallback, etc.), Fix Unikonf
	  Makefile to work with Pierre's changes, added some extra comments
	  in wvisakmp.h, a bunch of WvLdapClient updates to prepare for
	  actually being able to handle read/write LDAP, and fix sslsrvtest
	  to not have a horrible potential buffer overflow (WvStrings are
	  MUCH better than static buffers :)

2003-05-08 04:57  pphaneuf

	* .cvsignore, config.mk.in, configure.ac, rules.mk, vars.mk:
	  Improved the WvStreams autoconf script to find Qt as a whole,
	  using (in order) the --with-qt parameter, the (Trolltech
	  recommended) $QTDIR variable and various sundry places where we
	  often find it. It also finds "moc" properly, since it isn't in
	  the PATH on those platforms that install Qt the Trolltech way.
	  Also added config.cache to the .cvsignore file, using -C with the
	  "configure" script makes it so much faster.

2003-05-07 20:16  pphaneuf

	* configure.ac, vars.mk: Cleaned up the
	  niti/src/wvstreams/configure.ac file a whole lot, including
	  avoiding linking with Qt (we just find the headers, an
	  application using libwvqt would have to specify Qt itself).

2003-05-06 23:17  pphaneuf

	* rules.mk: Removed the line break in the %: %.cc implicit rule of
	  the wvstreams makefiles.

2003-05-06 23:16  pphaneuf

	* config.mk.in, configure.ac: Cleaned up the
	  niti/src/wvstreams/config.mk.in file.

2003-05-06 23:02  pphaneuf

	* vars.mk: Compensated for the missing qt/vars.mk, the proper way.

2003-05-06 21:47  pphaneuf

	* qt/vars.mk: Don't link *everything* against Qt anymore (yes, even
	  libwvgtk.so!), thank you very much.

2003-05-06 21:46  pphaneuf

	* vars.mk: Restoring some order and sanity to the linker's
	  dependencies of the various wvstreams shared objects. If you
	  think you know what you're doing, you don't, and leave this
	  alone!

2003-05-06 21:29  pphaneuf

	* include/wvrateadjust.h, utils/wvrateadjust.cc: Removed the cause
	  of a dependency on libwvstreams by libwvutils.

2003-05-03 00:37  jnc

	* include/wvgzip.h, utils/wvgzip.cc: r3_74: Add reset method to
	  WvGzipEncoder

2003-05-02 21:22  ppatters

	* crypto/wvsslstream.cc: r3_73: Ummm... oops - WvSSLStream now
	  compiles... note to self: testing is a GOOD thing.. :)

2003-05-02 21:05  ppatters

	* crypto/wvsslstream.cc: r3_73: Make debugging and failure
	  information much more informative in WvSSLStream to hopefully be
	  able to figure out what is causing some people to receive
	  truncated Web Pages from Weaver...

2003-04-29 15:37  jim

	* configure.ac, debian/rules:
	  HEAD: * src/phone/client/cmdphone.cc: remove multi-line literal.
	  * src/wvauthd/Makefile: add any SUBDIRS to .PHONY *
	  src/wvstreams/configure.ac: add implications for so --with-gtk et
	  al just work.

2003-04-28 21:09  drheld

	* include/wvscatterhash.h: WvScatterHash: Minorly tweaked a resize
	  constant... massively tweaked performance.

2003-04-28 19:46  ilguiz

	* configure.ac: HEAD: * src/wvstreams/configure.ac: fix the link
	  test for Qt

2003-04-28 16:15  ilguiz

	* config.mk.in, configure.ac: HEAD: *
	  src/wvstreams/{configure.ac,config.mk.in}: separate Glib compile
	  tests.  Define HAVE_LIBGLIB, HAVE_LIBQT if needed.

2003-04-26 09:23  ilguiz

	* configure.ac: HEAD: * src/wvstreams/configure.ac: don't rely on
	  most of external libraries by default.  Indicate the default
	  choice by the opposite with/without, enabled/disabled help
	  message.  Eliminate automatic compiler selection based on the
	  installed Qt library, but keep the ABI compatibility check.

2003-04-26 09:16  ilguiz

	* rules.mk: HEAD: * src/wvstreams/rules.mk: add a silly
	  runconfigure target to check whether configure was run.

2003-04-25 23:22  pphaneuf

	* include/: wvhashtable.h, wvlinklist.h, wvstream.h: Added a case
	  insensitive comparator for WvHashtable.

2003-04-25 14:41  jim

	* crypto/wvdiffiehellman.cc, include/wvdiffiehellman.h:
	  HEAD: src/wvstreams: wvdiffiehellman.cc: minor bug fixes so that
	  it actually works now.

2003-04-24 22:32  jnc

	* include/wvrateadjust.h, utils/wvrateadjust.cc: r3_74: Remove
	  WvLog refs from utils

2003-04-24 22:32  jnc

	* vars.mk: r3_74: Add large-file defines to WvStreams

2003-04-24 20:00  drheld

	* uniconf/daemon/: uniconfdaemonconn.cc, uniconfdaemonconn.h: Got
	  rid of some random leftover stuff in uniconfdaemonconn that's not
	  actually being used and perhaps never was.

2003-04-23 21:51  drheld

	* uniconf/tests/uninoticetest.cc: Initial twister import.

2003-04-23 17:37  pphaneuf

	* rules.mk: Tweaked the verbosity of the makefiles a bit and
	  corrected the order of compiling vs computing dependencies (to
	  make error messages clearer).

2003-04-23 17:05  ilguiz

	* rules.mk: HEAD: rm -rf only non-empty file lists in
	  wvstreams/rules.mk

2003-04-23 17:04  ilguiz

	* crypto/wvrsa.cc: HEAD: keep the original pointer to the key
	  buffer in wvrsa.cc.  This isn't necessary because we don't need
	  the original pointer later.  However such a precaution can serve
	  as a reminder.

2003-04-23 16:59  ilguiz

	* include/wvsslhacks.h, crypto/wvsslhacks.c, crypto/wvx509.cc:
	  HEAD: can't propagate constness into OpenSSL function d2i_X509,
	  although its description at
	  http://www.openssl.org/docs/crypto/d2i_X509.html suggests that
	  would be OK.

2003-04-23 16:55  ilguiz

	* streams/tests/logfiletest.cc: HEAD: no newline at end of file in
	  logfiletest.cc

2003-04-23 16:53  ilguiz

	* utils/tests/hashtest.cc: HEAD: NULL matched int& in hashtest.cc

2003-04-23 16:50  ilguiz

	* utils/tests/diritertest.cc: HEAD: explicit 64 bit output format
	  for off_t in diritertest.cc

2003-04-23 11:18  mcote

	* rules.mk, vars.mk, streams/wvfile.cc: r3_74: Merging from r3_73.

2003-04-23 05:29  drheld

	* include/: uniclientgen.h, wvstream.h: Made the WvStream
	  constructor public instead of protected.

2003-04-22 22:39  ilguiz

	* rules.mk, qt/vars.mk, qt/tests/qtstringtest.cc, qt/tests/vars.mk:
	  HEAD: iron out make tests in wvstreams

2003-04-22 22:32  drheld

	* include/uniclientconn.h, include/uniclientgen.h,
	  include/wvstream.h, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc: Moved around the recent fix for uniconf
	  notifications.

2003-04-22 21:46  drheld

	* include/uniclientconn.h, include/uniclientgen.h,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/tests/uninoticetest.cc: UniConf Client/Daemon
	  notifications are no longer borked to hell. Previously doing a
	  get() from within a uniconf callback would freeze you forever due
	  to re-entrance.... thanks to the magic of alarm(0) and a cheapo
	  delta delivering stream, this is no longer so!

2003-04-22 16:48  drheld

	* include/wvfam.h, linuxstreams/wvfam.cc: Some WvFam fun... (for
	  weirdos who like calling _exit).

2003-04-22 02:50  apenwarr

	* Doxyfile: Random change to make sure I didn't break CVS.

2003-04-21 22:54  drheld

	* include/uniconfroot.h: Whoops... UniConf watches still had the
	  void * that was removed... now they don't.

2003-04-21 21:33  drheld

	* uniconf/uniconfroot.cc: Fixed UniConf multiple notification bug.

2003-04-21 19:28  mag

	* include/wvgdbmhash.h: A minor cleanup to wvgdbmhash.

2003-04-18 22:56  ilguiz

	* rules.mk: r3_73: use C preprocessor flags in wvstreams/rules.mk,
	  so that make tests works in wvstreams.

2003-04-18 22:55  ilguiz

	* vars.mk: r3_73: fix the --with-fam=no case in wvstreams/vars.mk
	  to indulge the libstdc++ phobic self.

2003-04-17 21:02  pphaneuf

	* config.mk.in, configure.ac, vars.mk: Silly attempts to restore a
	  teensy bit of sanity in the autoconf scripts and makefiles...
	  Hey, I'm a dreamer!

2003-04-17 20:09  drheld

	* include/uniconf.h, include/uniconfroot.h, include/wvcallback.h,
	  uniconf/uniconf.cc, uniconf/uniconfroot.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h, uniconf/tests/uninoticetest.cc:
	  Made it so the Bound callbacks aren't "backwards" anymore. They
	  should be nicely useable now. So nicely in fact that they're
	  being used in random places I changed. ; )

	  Also changed UniConfCallback to be actually useful and made the
	  appropriate changes elsewhere.

2003-04-17 05:53  dcoombs

	* streams/wvfile.cc: r3_73: We don't actually need O_LARGEFILE in
	  WvFile::open, since Pierre's wacko Makefiles confused me into
	  thinking that my wvrules.mk changes applied to everything.  Oops.

2003-04-16 22:50  mag

	* vars.mk, include/wvgdbmhash.h, utils/wvgdbmhash.cc: HEAD: We also
	  need to make sure we link with -lgdbm if we are using gdbm.

2003-04-16 22:49  drheld

	* include/uniconfroot.h: UniConf notifications are working again!
	  Stupid multiple constructors.

2003-04-16 22:20  drheld

	* uniconf/daemon/uniconfdaemonconn.h: UniConfDaemon sucks less.
	  (ie: doesn't try to call back people who went home for the
	  weekend).  BUGZID:1717

2003-04-16 22:13  mag

	* configure.ac, include/wvgdbmhash.h, utils/wvgdbmhash.cc: HEAD:
	  Include the GDBM hash in wvstreams.

2003-04-16 20:28  pphaneuf

	* include/wvstringlist.h: Fixed a tiny buglet in WvStringList::join
	  default parameter.

2003-04-16 20:21  pphaneuf

	* include/wvhashtable.h: Added a "set" method to WvMap.

2003-04-16 18:57  drheld

	* include/uniconf.h: If you want a uniconfroot, include
	  uniconfroot.h. Now that's the way things work. : )

2003-04-16 17:06  jim

	* crypto/wvdigest.cc, crypto/wvtripledes.cc, include/wvcrypto.h,
	  include/wvtripledes.h:
	  HEAD: src/wvstreams * crypto/wvdigest.cc: Use unsigned int
	  instead of size_t like openssl does.	Should fix the build on
	  s390, ia64 and alpha.  * include/wvcrypto.h: New virtual class,
	  WvCryptoEncoder which as setiv functions.  * wvtripledes.{cc,h}:
	  Make WvTripleDES a WvCryptoEncoder.

2003-04-15 19:58  pphaneuf

	* rules.mk, vars.mk: Clean up the libwv*.so.* files too, not just
	  the non-suffixed ones.

2003-04-15 18:32  pphaneuf

	* vars.mk: Front-ported the large file offsets fix from r3_73 to
	  HEAD.

2003-04-15 18:08  drheld

	* include/wvfam.h: HEAD: Removed old twister stuff.

2003-04-15 17:44  pphaneuf

	* vars.mk: r3_73: added a few build options to fix up large file
	  problems with WvDirIter.

2003-04-15 00:39  apenwarr

	* configfile/wvconf.cc, include/wvconf.h, streams/fileutils.cc,
	  streams/wvfile.cc, utils/wvstring.cc: Merged recent changes from
	  r3_73 into HEAD.  Skipped the changes to the netguide brokenness
	  detector, and did a pretty lousy job of the (now officially
	  untested) modem dialin stuff.  Filed bugs for both so we don't
	  forget.

2003-04-14 15:49  jim

	* vars.mk, debian/changelog, debian/control, debian/rules:
	  HEAD: niti/src/wvstreams * debian/changelog: Update entry to what
	  was uploaded.  Added new entry for the next upload, which I will
	  do from HPPA so Lamont wont' be able to complain about -fPIC.  *
	  vars.mk: Assign CXXFLAGS and CFLAGS to COPTS and CXXOPTS so we
	  are closer to the old build.	* debian/control: Add me to the
	  uploaders.  * debian/rules: Add COPTS just in case we ever use
	  gcc.

2003-04-11 17:35  drheld

	* streams/fileutils.cc: Added an assertion to mkdirp for people who
	  should be shot in the head.

	  Also updated the twister rc scripts.

2003-04-11 00:28  mag

	* configfile/wvconf.cc, include/wvconf.h, utils/wvstring.cc: r3_73:
	  merge up from 3.72

2003-04-11 00:05  drheld

	* linuxstreams/wvfam.cc: Forgot to change FAM to Fam in one part.
	  WvFam is happier now. : )

2003-04-10 22:06  drheld

	* include/wvfam.h, linuxstreams/wvfam.cc, uniconf/unipermgen.cc:
	  Forgot to check in these WvFam changes earlier. Here they are
	  now...

2003-04-10 22:01  drheld

	* uniconf/unipermgen.cc: r3_73: Removed global wvlog in unipermgen
	  that wasn't being used.

2003-04-10 20:09  kindness

	* Docs/sgmlmanual/: utils.wvsgml, egfiles/backslashex.cc,
	  egfiles/intlistex.cc, egfiles/wvbase64ex.cc,
	  egfiles/wvhashtableex.cc, egfiles/wvlistex.cc,
	  egfiles/wvstringlistex.cc, egfiles/wvstringtableex.cc: HEAD: more
	  wvstreams manuals for utils, wvstring, wvlinklist and examples

2003-04-10 01:45  drheld

	* streams/wvfile.cc: r3_73: Whoops -- lost the O_LARGEFILE. Back
	  now. : )

2003-04-10 01:19  drheld

	* uniconf/tests/uninoticetest.cc, utils/tests/maptest.cc: A few
	  tests in wvstreams head didn't compile... they do now.

2003-04-10 01:17  jim

	* crypto/wvoakley.cc, crypto/wvtripledes.cc, include/strutils.h,
	  include/wvdigest.h, include/wvoakley.h, utils/strutils.cc:
	  HEAD: fix WvTripleDES cbc mode.

2003-04-10 01:15  drheld

	* Makefile, config.mk.in, configure.ac, rules.mk, vars.mk,
	  crypto/wvdiffiehellman.cc, crypto/wvoakley.cc,
	  crypto/wvsslstream.cc, crypto/wvtripledes.cc,
	  crypto/tests/sslsrvtest.cc, debian/changelog, debian/control,
	  debian/copyright, debian/dirs, debian/docs,
	  debian/libwvstreams3-base.install,
	  debian/libwvstreams3-fft.install,
	  debian/libwvstreams3-gtk.install,
	  debian/libwvstreams3-qt.install,
	  debian/libwvstreams3-speex.install,
	  debian/libwvstreams3-vorbis.install, debian/postinst,
	  debian/rules, debian/shlibs, debian/uniconfd.install,
	  gtk/.cvsignore, gtk/vars.mk, gtk/wvgtkstreamclone.cc,
	  include/.cvsignore, include/fileutils.h, include/strutils.h,
	  include/unicache.h, include/unicachegen.h,
	  include/uniclientconn.h, include/uniclientgen.h,
	  include/uniconf.h, include/uniconfdefs.h, include/uniconfgen.h,
	  include/uniconfiter.h, include/uniconfkey.h,
	  include/uniconfpair.h, include/uniconfroot.h,
	  include/uniconftree.h, include/uniconfwatch.h,
	  include/unidefgen.h, include/unifiletreegen.h,
	  include/unifiltergen.h, include/unihashtree.h,
	  include/uniinigen.h, include/uniinitreegen.h,
	  include/unilistgen.h, include/unimountgen.h,
	  include/unimounttreegen.h, include/uninullgen.h,
	  include/unipermgen.h, include/unireadonlygen.h,
	  include/unisecuregen.h, include/unitempgen.h,
	  include/uniwvconfgen.h, include/wvbuf.h, include/wvbufbase.h,
	  include/wvbufstore.h, include/wvconfemu.h,
	  include/wvcountermode.h, include/wvdiffiehellman.h,
	  include/wvdigest.h, include/wvdsp.h, include/wvencoder.h,
	  include/wvfam.h, include/wvfork.h, include/wvgtkstreamclone.h,
	  include/wvhashtable.h, include/wvipraw.h,
	  include/wvistreamlist.h, include/wvlinklist.h,
	  include/wvoakley.h, include/wvpam.h, include/wvpipe.h,
	  include/wvrateadjust.h, include/wvscatterhash.h,
	  include/wvsslstream.h, include/wvstream.h, include/wvtclstring.h,
	  include/wvtimeutils.h, include/wvtripledes.h,
	  ipstreams/wvipraw.cc, ipstreams/wvtcp.cc,
	  ipstreams/tests/.cvsignore, ipstreams/tests/ip2test.cc,
	  ipstreams/tests/iptest.cc, linuxstreams/if_tun.h,
	  linuxstreams/wvdsp.cc, linuxstreams/wvfam.cc,
	  linuxstreams/wvpam.cc, linuxstreams/tests/dspechotest.cc,
	  linuxstreams/tests/dsptest.cc, oggspeex/wvoggspeex.cc,
	  qt/vars.mk, qt/wvqtstreamclone.cc, streams/fileutils.cc,
	  streams/wvfdstream.cc, streams/wvfile.cc,
	  streams/wvistreamlist.cc, streams/wvpipe.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, uniconf/.cvsignore,
	  uniconf/unicachegen.cc, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfcache.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfconn.cc, uniconf/uniconfdefgen.cc,
	  uniconf/uniconfdefs.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfini.cc, uniconf/uniconfiter.cc,
	  uniconf/uniconfkey.cc, uniconf/uniconflistgen.cc,
	  uniconf/uniconfmounttree.cc, uniconf/uniconfnull.cc,
	  uniconf/uniconfpair.cc, uniconf/uniconfreadonly.cc,
	  uniconf/uniconfroot.cc, uniconf/uniconftemp.cc,
	  uniconf/uniconftree.cc, uniconf/uniconfwatch.cc,
	  uniconf/uniconfwvgen.cc, uniconf/unidefgen.cc,
	  uniconf/unifiletreegen.cc, uniconf/unifiltergen.cc,
	  uniconf/unihashtree.cc, uniconf/uniinigen.cc,
	  uniconf/uniinitreegen.cc, uniconf/unilistgen.cc,
	  uniconf/unimountgen.cc, uniconf/unimounttreegen.cc,
	  uniconf/uninullgen.cc, uniconf/unipermgen.cc,
	  uniconf/unireadonlygen.cc, uniconf/unisecuregen.cc,
	  uniconf/unitempgen.cc, uniconf/uniwvconfgen.cc,
	  uniconf/daemon/.cvsignore, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/rules.mk, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h, uniconf/tests/.cvsignore,
	  uniconf/tests/conftest.cc, uniconf/tests/inttest.cc,
	  uniconf/tests/itertest.cc, uniconf/tests/uniclientitertest.cc,
	  uniconf/tests/uniclienttest.cc,
	  uniconf/tests/uniclienttimingtest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc,
	  uniconf/tests/uniconfinitreetest.cc,
	  uniconf/tests/uniconfwvgentest.cc,
	  uniconf/tests/uninoticetest.cc, uniconf/tests/unisecuretest.cc,
	  utils/strutils.cc, utils/wvbuffer.cc, utils/wvbufferstore.cc,
	  utils/wvencoder.cc, utils/wvfork.cc, utils/wvrateadjust.cc,
	  utils/wvscatterhash.cc, utils/tests/maptest.cc,
	  utils/tests/rateadjtest.cc: MERGE (well... more of a cp -a... but
	  close enough): HEAD WvStreams => r3_73. Yes I am going
	  merge-happy... thanks for noticing! Enjoy. ;)

2003-04-09 20:34  drheld

	* include/wvfam.h, linuxstreams/wvfam.cc: Renamed WvFAM to WvFam.
	  Watch out... you might be next!

2003-04-09 19:31  dcoombs

	* streams/wvfile.cc: r3_73: Hang on to your helmets and watch your
	  step, I've added LARGEFILE support to weaver.  This meant adding
	  a couple -D options to CXXFLAGS in wvrules.mk, and it meant
	  adding O_LARGEFILE in WvFile::open.  This enables IDB to back up
	  files larger than 2 gigs... backward compatibility is also
	  included, so that it can read old non-largefile backups just
	  fine.  I think.

	  Expect bugs.

	  I haven't touched samba yet, so you probably still have to create
	  largefiles from the command line, but I'll get there... let's
	  just see how badly this breaks weaver first. :)

2003-04-09 04:53  apenwarr

	* configfile/wvconf.cc:
	  r3_72: BUGZID:1518; massively hacked up the dns config page and
	  wvnamed to apply DontDoubleTranslate and fix a few bugs.  The
	  code is much nicer now (though still not nice).  Replaced more
	  handmade FQDN qualifications with WvNamed::re/unappend_domain().

	  My favourite bug: creating mydomain.coms (yes, that's
	  mydomain.com with an extra s) would corrupt the variable
	  immediately preceding fullname in memory, because we tried to
	  null out the character before mydomain.com, which we assumed was
	  a dot.

	  Also, creating virtual web sites named mydomain.com would freak
	  out.	You couldn't delete certain kinds of entries created by
	  3.70 and earlier.  Case sensitivity problems.  Weird MX record
	  behaviour.  Three different struct declarations with the exact
	  same data but different member names.  And more.  YUCK!

	  ...also, finally made it so you can "wv set [section]=blah" to
	  deal with those stupid empty-named entries that show up
	  occasionally while debugging :)

2003-04-08 23:02  drheld

	* vars.mk, crypto/wvsslstream.cc, include/uniconf.h,
	  include/uniconfgen.h, include/uniconfroot.h,
	  include/uniconftree.h, include/unihashtree.h,
	  include/wvcallback.h, include/wvconduit.h, include/wvconf.h,
	  include/wvfam.h, include/wvfork.h, include/wvqthook.h,
	  include/wvstream.h, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, linuxstreams/wvfam.cc,
	  streams/wvconduit.cc, streams/wvstream.cc,
	  streams/tests/contseltest.cc, uniconf/unicachegen.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfroot.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/unimountgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfpamconn.cc, utils/tests/taskmaxtest.cc:
	  HEAD: *MERGE* r3_73=>HEAD. Should maybe possibly even work. ;)

2003-04-08 20:09  jim

	* crypto/wvtripledes.cc:
	  HEAD: apparently some people don't like warnings in wvstreams.

2003-04-08 19:41  jim

	* include/: wvoakley.h, wvtripledes.h:
	  HEAD: commit minor changes so wvipsec still compiles

2003-04-08 17:39  mag

	* include/wvconduit.h, streams/wvconduit.cc: r3_73: removed
	  wvconduit.cc/h which I added for use with wvhttpd, but are no
	  longer worth keeping around since a) they never worked right, and
	  b) Pierre took over, and he won't be using virtual streams.

2003-04-08 02:38  ilguiz

	* configfile/wvconf.cc, include/wvconf.h: r3_72: include the
	  configuration value decoding function with the WvConf class as a
	  static function.

2003-04-08 00:52  jim

	* include/: wvdiffiehellman.h, wvoakley.h:
	  HEAD: Oakley and Diffie Hellman header files.

2003-04-08 00:51  jim

	* crypto/: wvdiffiehellman.cc, wvoakley.cc:
	  HEAD: Oakley authentication and diffiehellman handshaking.  not
	  really useful.

2003-04-07 20:18  jnc

	* include/unipermgen.h, uniconf/unipermgen.cc,
	  uniconf/unisecuregen.cc, uniconf/tests/unisecuretest.cc: Fix
	  inheritance of UniConf permissions, correctly this time.  BUGZID:
	  1595

2003-04-05 08:55  pphaneuf

	* include/wvcallback.h, streams/wvstream.cc: r3_73: made it so that
	  passing 0 to a function that takes a WvCallback will make the
	  callback null. Unfortunately, due to non-standard trickery in
	  g++, passing NULL doesn't work, so don't do that.

2003-04-04 22:53  drheld

	* include/wvfam.h: Minor cleanups to WvFAM

2003-04-04 21:38  drheld

	* include/wvfam.h, linuxstreams/wvfam.cc: Made WvFAM much more
	  evil. Now there's a WvFAMBase that can be derrived from if you
	  want to manage your own requests, or the main WvFAM that does it
	  all for you.

2003-04-04 20:51  drheld

	* include/wvpipe.h, streams/wvpipe.cc: Fixed bug in WvPipe which
	  could sometimes make exit_status return 0 instead of the actual
	  exit code.

2003-04-03 18:07  mag

	* include/wvfam.h, linuxstreams/wvfam.cc: Clean up WvFAM a bit.

2003-04-03 04:14  pphaneuf

	* include/uniconfgen.h, include/uniconftree.h,
	  include/uniconfwatch.h, include/wvcallback.h, include/wvconf.h,
	  include/wvqthook.h, include/wvstream.h, ipstreams/wvtcp.cc,
	  ipstreams/wvunixsocket.cc, streams/wvstream.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfini.cc, uniconf/uniconfmounttree.cc,
	  uniconf/daemon/uniconfdaemon.cc: r3_73: the new WvCallback has
	  landed. If anyone's looking for me, I'm in hiding far, far away.
	  Leave a message.

2003-04-03 03:38  pphaneuf

	* vars.mk: r3_73: fixed up XPLC-related parts of the WvStreams
	  makefile, shouldn't mess anything up as long as you don't have
	  XPLC (or if you have it properly compiled/installed).

2003-04-02 18:33  jim

	* utils/wvstring.cc:
	  r3_72: set buf to null went free'd.  Prevents double freeing and
	  stops retchmail from crashing.

2003-04-02 06:26  drheld

	* include/wvfam.h, linuxstreams/wvfam.cc: Added hold/unhold
	  functions to wvfam in case you want to be able to select for a
	  while without notifications coming in (they'll queue up and come
	  in when you unhold). Also made it so that file notifications
	  don't double notify.

2003-04-02 06:20  mag

	* streams/wvstream.cc: Fixed continue_read so that it does not go
	  into a spinloop when terminating continue select.

2003-04-01 19:56  drheld

	* include/uniconf.h: Made it so that people can include uniconf.h
	  instead of uniconfroot.h and still use a uniconfroot. This is
	  pretty ugly and bad, but people seem to like it so...

2003-04-01 19:55  drheld

	* utils/wvscatterhash.cc, include/wvscatterhash.h: Renamed "slots"
	  to "xslots" in WvScatterHash because QT massively sucks.

2003-04-01 17:22  jim

	* rules.mk, debian/changelog, debian/control, include/wvdigest.h:
	  HEAD: Add symlinks libfoo.so.RELEASE -> libfoo.so so old
	  LD_LIBRARY_PATH hack works.  Updated section of libwvstreams3-dev
	  to libdevel.

2003-04-01 06:44  drheld

	* include/wvfam.h, linuxstreams/wvfam.cc: Added a general 'monitor'
	  command to WvFAM which will automagically do the correct thing
	  (monitorfile/monitordir). Also made it so callbacks from
	  monitordir return a fullpath instead of just the changed file.

2003-04-01 04:34  drheld

	* include/wvfam.h, linuxstreams/wvfam.cc: WvFAM is now sweetly
	  working.

2003-04-01 04:11  ilguiz

	* rules.mk: r3_73: use gcc instead of g++ when linking wvstreams.
	  This removes 290K libstdc++ but adds 44K to libwvstreams.so and
	  libwvutils.so

2003-04-01 03:11  jnc

	* include/unipermgen.h, uniconf/unipermgen.cc,
	  uniconf/tests/unisecuretest.cc: HEAD: Fix inheritance of UniConf
	  permissions.	BUGZID: 1595

2003-04-01 01:37  jnc

	* include/wvpam.h, linuxstreams/wvpam.cc,
	  uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h: HEAD: fill in the last step of
	  Uniconf security: passing the credentials down from PAM to the
	  UniSecureGen BUGZID: 1619

2003-03-31 20:06  jnc

	* uniconf/daemon/daemonmain.cc: HEAD: Put the arguments of the
	  uniconfdaemon back the way they were before I started fiddling
	  with it.  It's now possible to user more than one mount point
	  again.  (oops)

2003-03-30 08:35  drheld

	* include/uniconf.h, include/uniconfroot.h, include/unimountgen.h,
	  uniconf/uniconf.cc, uniconf/uniconfroot.cc,
	  uniconf/unimountgen.cc: New "backend" to UniConf. The UniConfImpl
	  was removed and the funcionality is now back in UniConfRoot. The
	  mounting now follows unix semantics and is completely redone.
	  Theoretically it all still works too.

2003-03-30 06:47  drheld

	* rules.mk, uniconf/tests/unisecuretest.cc: Fixed unisecuretest to
	  compile under gcc3.2. Also fixed rules.mk to not blow up when
	  compiling tests (and try to compile a million header files).

2003-03-30 00:03  jim

	* configure.ac, rules.mk, debian/control:
	  HEAD: Put version numbers in our sonames.

2003-03-29 01:33  drheld

	* linuxstreams/wvfam.cc, include/wvfam.h: The FAM handling
	  class.... which doesn't really quite do anything yet. But it
	  will!

2003-03-28 23:55  drheld

	* config.mk.in, configure.ac, vars.mk: Autoconf config files... now
	  with 100% more FAM!

2003-03-28 07:13  drheld

	* uniconf/tests/uninoticetest.cc: Actually add the callbacks in
	  uninoticetest (not because I particularly care, but rather to
	  make it not complain about unnused paramaters ;)

2003-03-28 06:47  drheld

	* uniconf/uniconfkey.cc, include/uniconfkey.h: Added a function to
	  uniconfkey to determine whether another key is equal to or a
	  subkey of a given key.

2003-03-28 06:45  drheld

	* uniconf/daemon/daemonmain.cc: "Ditto" -- Changed to use
	  uniconfroot.h

2003-03-28 06:44  drheld

	* uniconf/tests/: conftest.cc, inttest.cc, itertest.cc,
	  uniclientitertest.cc, uniclienttest.cc, uniclienttimingtest.cc,
	  uniconfinitreetest.cc, uniconfwvgentest.cc, uninoticetest.cc,
	  unisecuretest.cc: Changed the UniConf tests to include
	  uniconfroot.h instead of uniconf.h (since they all use a
	  uniconfroot).

2003-03-27 15:55  pphaneuf

	* Makefile, rules.mk: A few trivial changes to WvStreams makefiles,
	  I can't remember why I didn't commit this for a long time. Tell
	  me if you know!

2003-03-27 02:08  jnc

	* vars.mk, include/unisecuregen.h, include/wvpam.h,
	  linuxstreams/wvpam.cc, uniconf/unisecuregen.cc,
	  uniconf/daemon/rules.mk, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/daemon/uniconfpamconn.cc,
	  uniconf/daemon/uniconfpamconn.h: Move PAM support from
	  UniConfDaemon to its own stream, WvPamStream.

2003-03-26 20:40  drheld

	* include/unilistgen.h, uniconf/unilistgen.cc,
	  uniconf/tests/uninoticetest.cc: UniListGen now actually iterates
	  through the merged list instead of just iterating over the top
	  item (I never actually got around to making the IterIter before).

	  Also added a callback to the uniconf notice test (just as an
	  example -- it's not even used).

2003-03-26 02:03  apenwarr

	* crypto/wvsslstream.cc: r3_73: merged recent changes from r3_72.

2003-03-25 19:25  ppatters

	* crypto/wvsslstream.cc: r3_72: Make sure WvSSLStream uses 128bit
	  Symetric keys instead of anything the client feels like... *sigh*
	  this shouldn't be necessary, but SOME versions of IE default to
	  the LOWEST crypto setting, not the highest.  BUGZID: 1613

2003-03-25 17:32  jnc

	* crypto/wvsslstream.cc, crypto/tests/sslsrvtest.cc,
	  include/wvsslstream.h: HEAD: Make WvSSLStream buffer anything
	  written to it during negotiation.

2003-03-25 17:32  jnc

	* uniconf/daemon/: uniconfdaemonconn.h, uniconfpamconn.cc: HEAD:
	  move uniconfd banner to after authorization.	Remove acct_mgmt
	  step, which apparently nobody in the universe uses.

2003-03-25 00:37  jnc

	* uniconf/daemon/uniconfpamconn.cc: HEAD: added RHOST and USER info
	  to uniconfd pam login for ssoya

2003-03-24 22:35  drheld

	* include/uniclientgen.h, uniconf/uniclientgen.cc: Commented out
	  some unimplemented stuff in uniclientgen so it doesn't waste
	  resources until we actually use it.

2003-03-24 20:29  jnc

	* uniconf/daemon/uniconfpamconn.cc: HEAD: Sigh.  Could've sworn
	  that built last time.

2003-03-24 20:28  jnc

	* uniconf/daemon/: uniconfpamconn.cc, uniconfpamconn.h: HEAD: Add
	  files missed in last two checkins.  (Unfortunately, this means
	  there's no record of the user conversation stuff, since it was
	  never checked in in the first place.)

2003-03-24 20:27  jnc

	* include/uniclientconn.h, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/daemon/uniconfdaemonconn.cc:
	  HEAD: Remove user conversation from uniconfdaemon PAM support.

2003-03-24 19:57  jnc

	* config.mk.in, configure.ac, include/uniclientconn.h,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/rules.mk,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h: Added authentication to
	  uniconfdaemon.  Most of this is going to go away in a minute,
	  since we've decided we should support Ssoya only - user
	  interaction should just fail.  (Otherwise we need to add lots of
	  state to the protocol - eeeagh.)

2003-03-23 23:06  jim

	* debian/: changelog, control, dirs, libwvstreams3-base.install,
	  libwvstreams3-fft.install, libwvstreams3-gtk.install,
	  libwvstreams3-qt.install, libwvstreams3-speex.install,
	  libwvstreams3-vorbis.install, postinst, rules, shlibs,
	  uniconfd.install:
	  HEAD: Almost usable debian packages now.  Removed postinst and
	  shlibs because debhelper creates them.  Don't put these in debian
	  because libwvstreams3-{qt, gtk, etc} do not depend on
	  libwvstreams3-base.

2003-03-21 19:22  mag

	* include/: wvhashtable.h, wvscatterhash.h:
	  Tweaked the WvMap operator[] to return a reference instead of a
	  pointer. More convenient, but means that you have to always check
	  if the key exists() before doing [].

2003-03-20 23:14  drheld

	* include/uniconftree.h, include/unihashtree.h,
	  uniconf/unihashtree.cc: Added the recursive comparator into the
	  hash tree implmentation. The hash tree is now fully functional
	  and equivalent to the vector tree and looks to be sweetly faster
	  too.

2003-03-20 22:38  drheld

	* include/uniconftree.h, include/unihashtree.h,
	  uniconf/uniconftree.cc, uniconf/unihashtree.cc: Made UniConfTree
	  more generic and added a second template parameter so the base
	  class can be specified. (The same thing should probably be done
	  with the two hash tables...).

	  Also added a second base implementation for uniconftree using a
	  tree of hash tables instead of a tree of vectors.

2003-03-20 22:35  drheld

	* include/wvscatterhash.h, utils/wvscatterhash.cc: Some cleanups to
	  the scatterhash.

2003-03-19 20:30  ppatters

	* gtk/.cvsignore: HEAD: added a .cvsignore to WvGtk

2003-03-19 19:49  sharvil

	* gtk/vars.mk, gtk/wvgtkstreamclone.cc, include/wvgtkstreamclone.h:
	  HEAD: added wvgtk. Include wvgtkstreamclone.h and link with
	  -lwvgtk. Added files: gtk/vars.mk, gtk/wvgtkstreamclone.cc, and
	  include/wvgtkstreamclone.h.

2003-03-19 19:47  sharvil

	* configure.ac, config.mk.in, vars.mk: HEAD: modified configure
	  scripts to build wvgtk. Modified files: configure.ac,
	  config.mk.in, and vars.mk.

2003-03-19 19:32  ppatters

	* debian/: changelog, control: HEAD: Incorporate a WvStreams debian
	  control file patch, and update the debian changelog

2003-03-19 19:03  sharvil

	* config.mk.in, configure.ac, vars.mk: r3_73: the last commit
	  should have been in HEAD. Reverted back to original.

2003-03-19 18:40  sharvil

	* config.mk.in, configure.ac, vars.mk: r3_73: modified the
	  configure scripts to add support for wvgtk. Files changed:
	  config.mk.in, configure.ac, and vars.mk in the wvstreams/
	  directory.

2003-03-18 22:46  jim

	* ipstreams/wvipraw.cc, include/wvipraw.h,
	  ipstreams/tests/ip2test.cc, ipstreams/tests/iptest.cc:
	  HEAD: New Class WvIPRawStream, this allows someone to create raw
	  IP connections.

2003-03-18 21:17  apenwarr

	* streams/tests/contseltest.cc, utils/tests/taskmaxtest.cc:
	  r3_73: added taskmaxtest.cc and contseltest.cc, which stress
	  WvTask by creating lots of tasks.  For mag, this causes a stack
	  overflow much earlier than it should; for me, it doesn't.

2003-03-17 18:43  drheld

	* include/wvscatterhash.h, utils/wvscatterhash.cc: Fix to scatter
	  hash so that it doesn't get horribly borked after a rebuild. Also
	  added a second threshhold so we don't go too rebuild happy.

2003-03-15 02:17  mag

	* utils/strutils.cc:

	  Replaced the duplicate character remover thing with a more robust
	  implementation.

2003-03-14 17:27  ppatters

	* debian/: control, docs, postinst, rules: HEAD: Debian Packaging
	  "Fixes" to fix some lintian buglets, and start wvstreams into
	  it's mega packaging split (since we now have hooks into a TON of
	  stuff :)

2003-03-14 02:15  jnc

	* include/: uniconfgen.h, unidefgen.h, unipermgen.h: Oops.  Last
	  couple checking didn't include the include - uh.

2003-03-14 02:14  jnc

	* uniconf/tests/unisecuretest.cc: Minor change to unisecuretest to
	  populate with the new *1 defaults thing instead of a big loop

2003-03-14 02:08  jnc

	* uniconf/: uniconf.cc, uniconfgen.cc, unipermgen.cc,
	  tests/unisecuretest.cc: Change the behind-the-scenes encoding of
	  UniPermGen to use subkeys instead of a format.  Move getint from
	  UniConf to UniConfGen so it can be called from subclasses.

2003-03-14 00:37  jnc

	* uniconf/: unidefgen.cc, tests/conftest.cc: Add *1 positional
	  wildcards to unidefgen

2003-03-13 22:34  jnc

	* uniconf/: unipermgen.cc, unisecuregen.cc, tests/unisecuretest.cc:
	  Add defaults to UniPermGen.  Fix a drilldown bug.  Expand the
	  test suite.

2003-03-13 21:38  jnc

	* uniconf/tests/unisecuretest.cc: Make unisecuretest better

2003-03-13 17:53  jnc

	* include/unipermgen.h, include/unisecuregen.h,
	  uniconf/unipermgen.cc, uniconf/unisecuregen.cc,
	  uniconf/tests/unisecuretest.cc: First cut at UniSecureGen

2003-03-13 05:38  jnc

	* uniconf/daemon/daemonmain.cc: Add -p flag to uniconfdaemon to
	  listen on nontraditional port

2003-03-13 02:25  mag

	* include/strutils.h, streams/fileutils.cc, utils/strutils.cc:
	  Added a string utility function to get rid of multiple
	  consecutive instances of the same character, that can be used to
	  beautify paths (ex: ///bin -> /bin).

2003-03-07 20:13  drheld

	* utils/wvscatterhash.cc: Reduced the default hash starting size.

2003-03-07 20:12  drheld

	* include/wvscatterhash.h, utils/wvscatterhash.cc: Optimized the
	  secondary hashing a bit more for wvscatterhash.

2003-03-07 18:28  drheld

	* include/wvscatterhash.h, utils/wvscatterhash.cc: Added a default
	  parameter to the scatter hash constructor. Now you can have a
	  hash table and not have to specify the starting size!

2003-03-07 18:26  drheld

	* include/wvscatterhash.h, utils/wvscatterhash.cc: Added
	  WvScatterHash (kind of mostly done...) as a faster(?) hash table
	  that can automatically increase its size as needed and add
	  elements with no memory allocation.

2003-03-07 01:04  jnc

	* uniconf/tests/: uniclientitertest.cc, uniclienttest.cc,
	  uniconfclientitertest.cc, uniconfclienttest.cc: Renames
	  uniconfclient* to uniclient* in tests

2003-03-07 01:03  jnc

	* uniconf/tests/: inttest.cc, uniclienttimingtest.cc,
	  uniconfclienttest.cc: Change usage() funcs in uniconf tests to
	  figure out their own names.  Trivial, really.

2003-03-04 22:05  apenwarr

	* crypto/wvsslstream.cc, crypto/wvtripledes.cc,
	  crypto/tests/cryptotest.cc, include/wvtripledes.h,
	  linuxstreams/tests/.cvsignore, linuxstreams/tests/ifctest.cc:
	  HEAD: merged recent changes from r3_73.

2003-03-04 20:17  apenwarr

	* linuxstreams/tests/: .cvsignore, ifctest.cc: r3_73: merged recent
	  changes from r3_72.

2003-03-04 14:25  ilguiz

	* include/wvstring.h, utils/wvstring.cc: r3_72: provide a static
	  empty string with WvString to avoid doubtful life time of the
	  char[] buffer in the 'WvString str = "";' assignment.

2003-03-04 01:10  jnc

	* include/fileutils.h: Fix outdated comment in fileutils.h

2003-03-03 22:04  ilguiz

	* vars.mk: HEAD: fix libsupc++ autodetection.  Thanks Patrick.

2003-03-03 22:00  jim

	* crypto/wvtripledes.cc, crypto/tests/cryptotest.cc,
	  include/wvtripledes.h:
	  r3_73: Add TripleDES support.

2003-03-03 18:44  apenwarr

	* linuxstreams/tests/: .cvsignore, Makefile, ifctest.cc:
	  r3_72: merged recent changes from r3_71.

2003-03-03 18:07  jnc

	* linuxstreams/wvdsp.cc: Put WvDSP rate logging to debug level

2003-03-03 14:03  ilguiz

	* config.mk.in: HEAD: cosmetic change to test the logs at
	  http://echo/cgi-bin/viewcvs.cgi/ChangeSets/

2003-03-03 10:04  ilguiz

	* configure.ac: HEAD: synchronize the --enable-debug and
	  --enable-efence logic in TOPDIR and TOPDIR/src/wvstreams

2003-03-03 08:57  ilguiz

	* config.mk.in, configure.ac, rules.mk: HEAD: change compiler to
	  the one that fits Qt library when configuring --with-qt

2003-03-03 05:10  drheld

	* include/wvhashtable.h, streams/wvstream.cc: Fixed a bug in
	  continue_read which could (and bloody did!) leave you selecting
	  forever. Also added getlink to wvhashtable so you can access the
	  linklist that holds stuff (mostly for changing auto_free).

2003-03-02 04:16  drheld

	* include/unidefgen.h, uniconf/unidefgen.cc: UniConf default
	  generator is now *massively* faster.... mmmm optimization-happy.

2003-03-01 16:04  apenwarr

	* include/wvdsp.h, include/wvrateadjust.h, linuxstreams/wvdsp.cc,
	  linuxstreams/tests/dspechotest.cc, linuxstreams/tests/dsptest.cc,
	  utils/wvrateadjust.cc, utils/tests/rateadjtest.cc: Make nimon
	  compile again.  Made nitiphone auto-focus the "dial:" entry line
	  on startup.

	  Attempted to modify WvDsp to use the new WvRateAdjust encoder,
	  but it doesn't quite work: it warbles quite a bit (probably
	  because the cheap inrate averager is too sensitive/stupid) and
	  even when it stops warbling it just sounds *funny* somehow.
	  (Particularly when setting the /dev/dsp rate to 44100 and asking
	  WvDsp for 8000 Hz, like the Phone Integrator does.)

2003-03-01 13:38  apenwarr

	* include/wvencoder.h, include/wvrateadjust.h,
	  include/wvtimeutils.h, utils/wvrateadjust.cc,
	  utils/tests/rateadjtest.cc: HEAD: added WvRateAdjust, an encoder
	  that uses the Bresenham algorithm to up- or downsample its input
	  data so that the output comes out (on average) at the requested
	  rate.  This will probably be useful for cleaning up Nitiphone's
	  nasty DSP/pstn speed dependence problems, eventually helping to
	  eliminate clicks.

2003-03-01 01:09  drheld

	* include/wvbuf.h, utils/wvbuffer.cc: Added getstr(length) to
	  WvBuf. Mmm.... nothing like buffin.

2003-02-28 17:53  drheld

	* streams/wvstream.cc: Merge from r3_73 to HEAD for some reason
	  didn't merge up the return value to WvStream's outbuf_flush
	  (which turned into a bool instead of void). Happier now.

2003-02-28 07:11  mcote

	* crypto/wvsslstream.cc: r3_73: Turned down volume of messages from
	  WvSSLStream.	Switched the DataVault server from running in
	  weaver to a separate process.  Turned off backups during when
	  VaultClient is retrieving data from server.  Moved vault from idb
	  to main disk.  Disabling all backups when VaultServer is enabled.
	  Corrected small bug in new VaultClient rsync directory listing.
	  Made SSL rsync server handle disconnection properly.	Added
	  ability to dump vault data to idb disk in VaultServer.  Added
	  DataVault verify information to backup status screen.  Added more
	  DataVault status messages to WebConfig.  Phew.

2003-02-28 05:22  apenwarr

	* include/wvbufbase.h, include/wvbufstream.h,
	  include/wvencoderstream.h, include/wvhttppool.h,
	  include/wvstream.h, include/wvstreamclone.h, include/wvstring.h,
	  include/wvtask.h, streams/wvbufstream.cc,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvfile.cc, streams/wvpipe.cc, streams/wvprotostream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamlist.cc, urlget/wvftpstream.cc,
	  urlget/wvhttppool.cc, urlget/wvhttpstream.cc,
	  urlget/tests/http2test.cc, utils/wvstring.cc, utils/wvtask.cc:
	  Merged r3_73 changes as of yesterday into HEAD.  Seems to start
	  and not segfault immediately - no other promises.

2003-02-28 04:24  apenwarr

	* linuxstreams/tests/: .cvsignore, Makefile, ifctest.cc: r3_71:
	  added even more bools to WvService (yay!).  reconfig_on_rebind is
	  spilt into config_on_private/config_on_public, and also added
	  reread_on_private/reread_on_public.  Mainly for backwards
	  compatibility, the former two default to false, while the latter
	  two default to true.	It turns out that lots of daemons, most
	  noticeably samba, were restarting when the Internet connection
	  status changed, even though they weren't supposed to.
	  Broken/non-broken state didn't set it off (since
	  changed.online_status wasn't causing rebind events anymore) but
	  changes to the primary default route *did* set it off, and that's
	  bad.

	  While I was there, I made it so WvSamba actually prints a message
	  when restarting samba (like all the other services do) and fixed
	  a bug where if an interface's IP address was 0.0.0.0, it would
	  set it over and over again.

2003-02-27 23:47  drheld

	* uniconf/unidefgen.cc: UniConf default generator now accepts "" as
	  a valid result and only keeps searching when it finds (nil).

2003-02-27 21:55  drheld

	* include/uniconf.h, uniconf/uniconf.cc, uniconf/unidefgen.cc:
	  Added copy / move to the UniConf API (as yet unimplemented). Also
	  made a slight fix to the default generator that will make it
	  slightly faster when searching for wild cards with wild cards.

2003-02-26 21:31  dgtaylor

	* uniconf/: unifiletreegen.cc, tests/uniconfinitreetest.cc: Yay to
	  testing.  Still have to come up with a better way to do testing
	  for the initree generator but at least it has some things to use
	  for tests now.

2003-02-26 04:31  jnc

	* include/wvfork.h, include/wvistreamlist.h, include/wvlinklist.h,
	  streams/wvistreamlist.cc, utils/wvfork.cc: HEAD: Add callback to
	  clear the global stream list when forking

2003-02-26 02:38  apenwarr

	* include/wvtask.h, streams/wvpipe.cc, streams/wvstream.cc,
	  utils/wvtask.cc: r3_73: merged recent changes from r3_72.

2003-02-26 02:16  apenwarr

	* streams/wvpipe.cc, streams/wvstream.cc, utils/tests/testtask.cc:
	  r3_72: ported recent changes from r3_71.

2003-02-26 02:15  apenwarr

	* include/wvtask.h, utils/wvtask.cc:
	  r3_72: changes to wvtask so it can detect stack overflows and, if
	  TASK_DEBUG is set, tell you how much stack each task is using.

2003-02-26 02:12  apenwarr

	* streams/wvpipe.cc, streams/wvstream.cc, utils/tests/testtask.cc:
	  r3_71: fun with weirder bugs than usual.  Fixed a retchmail crash
	  caused by WvSendmailProc calling its callback when WvPopClient
	  was already destroyed.  Fixed a retchmail spin-on-exit problem
	  caused by an *insanely well-hidden* bug in WvPipe: the parent
	  process wasn't making its parent fd close-on-exec at all; it
	  should do this *after* forking, or future children will inherit
	  previous children's parent fd, and craziness ensues.	Fixed
	  random crashing in retchmail caused by wvtask stack overflows.
	  (The stack overflow detector for wvtask is a bit intrusive, so
	  I'll put it in r3_72 instead.  Now that I know it's an overflow,
	  I simply bumped up retchmail's stack size.)

	  Also, at drheld's advice, found a bug in wvapache that would make
	  it not open ports 4201 and 4202 like it should (for the dynamic
	  web bouncer).

2003-02-26 01:03  drheld

	* include/wvdiriter.h, streams/wvlockfile.cc, streams/wvlogfile.cc,
	  urlget/wvhttppool.cc, utils/tests/dirnametest.cc: Fixed includes
	  that are slightly messy / non-working from the fileutils
	  movearounds.

2003-02-26 00:54  ilguiz

	* configure.ac: HEAD: fix the Qt library autodetection

2003-02-26 00:30  ilguiz

	* include/fileutils.h, include/strutils.h, include/wvdiriter.h,
	  streams/wvlockfile.cc, streams/wvlogfile.cc, utils/strutils.cc,
	  streams/fileutils.cc, utils/fileutils.cc: HEAD: move string
	  processing functions from fileutils into strutils.  This keeps
	  libwvutils independent of libwvstreams.

2003-02-26 00:01  ilguiz

	* config.mk.in, configure.ac, rules.mk, vars.mk, qt/vars.mk: HEAD:
	  the --with-qt option should now be available from the top level
	  make.  Automatically detect older and newer (multithreaded) Qt
	  libraries.  Compensate for KDE's tiny header file incompatibility
	  with the newer Qt.

2003-02-25 23:54  ilguiz

	* streams/fileutils.cc, utils/fileutils.cc: HEAD: moved
	  fileutils.cc into wvstreams/utils/ so that dyndnsd can find the
	  mangled name of getdirname

2003-02-25 23:47  drheld

	* uniconf/unimounttreegen.cc: Added an assertion so instead of
	  doing a whole lot of nothing, you notice when you mispell a
	  moniker when creating a uniconf.

2003-02-25 23:29  drheld

	* include/wvlinklist.h: WvLinkList comment changes to match the
	  not-so-recent macro changes.

2003-02-25 21:28  jnc

	* qt/wvqtstreamclone.cc: Remove nitiphone spinning workaround.	Fix
	  WvQtStreamClone instead.

2003-02-25 06:24  jnc

	* uniconf/: uniclientgen.cc, daemon/uniconfdaemon.cc: Fix
	  UniClientConn timeout being constantly reset when select returns
	  false

2003-02-25 01:00  ilguiz

	* include/wvstring.h, utils/wvstring.cc: r3_73: modified the type
	  of static empty string to be able to mix it with dynamic
	  WvString's

2003-02-25 00:54  jnc

	* uniconf/: uniclientconn.cc, uniclientgen.cc: Fix ternary
	  operators in uniconf to stop crashing.

2003-02-24 21:20  drheld

	* include/fileutils.h, include/strutils.h, include/wvdiriter.h,
	  streams/fileutils.cc, streams/wvlockfile.cc,
	  streams/wvlogfile.cc, urlget/wvhttppool.cc, utils/strutils.cc,
	  utils/tests/dirnametest.cc: Moved relevent stuff from strutils to
	  fileutils. Also added samedate for checking whether two files
	  have the same date-stamp and fcopy for all your file copying
	  needs. Updated stuff that uses stuff that was moved.

2003-02-24 19:25  drheld

	* include/strutils.h, utils/strutils.cc: Added a mkdirp function
	  (equivalent to mkdir -p). Now people can stop forking to create
	  bloody directories the whole time! It's in strutils for lack of a
	  better place to put it.

2003-02-21 22:09  apenwarr

	* include/: wvfdstream.h, wvstream.h:
	  r3_72: forgot to check in my backport of wvsyslogd from a few
	  days ago.  There's no wvsyslogdsvc yet, so this isn't actually
	  used.

2003-02-21 02:11  ppatters

	* uniconf/: uniclientconn.cc, uniclientgen.cc: HEAD: Fixes for
	  drheld's last checkin to make it compile and work using gcc3.2

2003-02-21 01:10  mag

	* streams/wvstream.cc:

	  Remember to disable the alarm after we are done, much?

2003-02-21 01:04  mag

	* include/wvstream.h, streams/wvstream.cc:

	  Woo-hoo!! continue_read!! Woo-hoo!!

2003-02-21 00:44  drheld

	* include/uniclientconn.h, include/uniclientgen.h,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc: Uniconf
	  clients connecting by hostname (instead of ip) no longer always
	  show 0.0.0.0 as their destination. Yay!

2003-02-21 00:34  drheld

	* ipstreams/wvtcp.cc: Make tcp streams not die if they show the
	  error condition EALREADY (already connected). This, conveniently,
	  fixes a bunch of problems with using tcp streams with hostnames
	  and the global streamlist.

2003-02-20 19:09  drheld

	* uniconf/tests/uninoticetest.cc: Added uninoticetest for playing
	  with uniconf notices.

2003-02-20 19:06  drheld

	* include/uniconfroot.h, uniconf/uniconfroot.cc,
	  uniconf/daemon/uniconfdaemonconn.cc: Some fixes to UniConf
	  notifications so that keys only get notified of events that
	  directly relate to them (or their children if it's a recursive
	  notification) instead of being notified of changes to ancestors.

2003-02-20 01:30  apenwarr

	* streams/wvprotostream.cc, urlget/tests/http2test.cc: r3_73:
	  merged recent changes from r3_72.

2003-02-19 23:16  ilguiz

	* rules.mk, vars.mk: HEAD: link libwvstreams.so and friends against
	  libsupc++ when needed

2003-02-19 21:43  apenwarr

	* include/ftpparse.h, include/wvhttppool.h, include/wvsubproc.h,
	  include/wvurl.h, urlget/Makefile, urlget/ftpparse.cc,
	  urlget/wvftpstream.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc:
	  r3_72: merged recent changes from r3_71.

2003-02-19 01:20  apenwarr

	* include/ftpparse.h, include/wvbuffer.h, include/wvhttppool.h,
	  include/wvurl.h, urlget/Makefile, urlget/ftpparse.cc,
	  urlget/wvftpstream.cc, urlget/wvhttppool.cc,
	  urlget/wvhttpstream.cc, urlget/tests/http2test.cc: r3_71:
	  backported Sharvil's WvHttpPool changes to this version, because
	  it supposedly fixes some crash bugs, and we definitely have some
	  crash bugs to fix (in the virus updater).

2003-02-19 00:12  apenwarr

	* include/wvsubproc.h, utils/wvsubproc.cc: r3_71: backported an
	  earlier wvsubproc file ('kill -0 pid' on a zombie doesn't return
	  an error, so don't loop forever).  This, combined with a rather
	  silly hack to make retchmail not loop when sendmail dies before
	  retchmail finishes sending it the message, should fix up our
	  crazy retchmail spinning problems in 3.71.  There's still a
	  suspicious retchmail crashing problem around, I think, but I
	  haven't seen it for a while and it's (amazingly) not as serious.

2003-02-18 20:35  jnc

	* uniconf/uniclientgen.cc: UniClientGen: reset timeout after every
	  command

2003-02-18 20:33  jnc

	* uniconf/unifiletreegen.cc: Fix order-of-initializers warning in
	  UniFileTreeGen

2003-02-18 17:53  sharvil

	* urlget/tests/http2test.cc: Updated test to use the new interface.

2003-02-18 17:52  sharvil

	* include/wvhttppool.h: Cleaned up the interface so that new
	  protocols may be handled easily.

2003-02-18 17:50  sharvil

	* urlget/: wvftpstream.cc, wvhttppool.cc, wvhttpstream.cc: Moved
	  the WvFtpStream and WvHttpStream classes into their own files.
	  Fixed some crash bugs with WvHttpStream and WvFtpStream.  Added
	  support for "Basic" authentication for HTTP streams (base64
	  encoding).  Added support for methods other than "GET" and "HEAD"
	  in WvHttpStream.  Cleaner, more consistent interface.

2003-02-18 00:55  ilguiz

	* include/wvstring.h, utils/wvstring.cc: r3_73: add a static empty
	  string to WvString.  This is useful when WvString() is required,
	  e.g. in "bool ? wvstr1 : wvstr2".

2003-02-15 23:32  dgtaylor

	* include/unifiletreegen.h, uniconf/unifiletreegen.cc,
	  uniconf/tests/uniconfinitreetest.cc: Checkin for the
	  unifiletreegen, inifiletreegen and initreetest.

	  Need to create a better set of tests for the inifiletreegen
	  however as the current one is based off my home computer
	  directories.

	  Will do that soon.

2003-02-15 22:23  dgtaylor

	* uniconf/tests/uniconfinitreetest.cc: Test for ini test

2003-02-15 22:22  dgtaylor

	* include/unifiletreegen.h, include/uniinitreegen.h,
	  uniconf/unifiletreegen.cc, uniconf/uniinitreegen.cc: Committing
	  for testing

2003-02-14 20:34  drheld

	* include/unicachegen.h, uniconf/daemon/uniconf.ini: Updated
	  comments on the unicachegen.

2003-02-14 19:43  drheld

	* include/uniclientgen.h, uniconf/uniclientgen.cc: Removed the
	  clone function from the uniconf remote iter class. It just had an
	  assertion and isn't required by the interface so no point in it
	  being there. It could be easily created if anyone wants it by
	  simply copying a list.

2003-02-14 19:40  drheld

	* include/unicachegen.h, uniconf/unicachegen.cc: Added UniConf
	  cache generator. Highly recommended for use with the uniconf
	  client/daemon for fully non-blocking fast and tasty goodness!

2003-02-14 19:38  drheld

	* include/uniclientconn.h, include/uniconfgen.h,
	  include/uniconfpair.h, include/uniconfroot.h,
	  include/unifiltergen.h, include/unimounttreegen.h,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfpair.cc,
	  uniconf/uniconfroot.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/unimounttreegen.cc,
	  uniconf/unitempgen.cc, uniconf/daemon/.cvsignore,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h: UniConf notifications are now
	  here, working, happier, and even in the client/daemon! Only thing
	  to note is that for client/daemon notifications to work you need
	  to be running a select loop of some sort. Have fun.

2003-02-14 03:17  apenwarr

	* streams/wvprotostream.cc:
	  r3_72: BUGZID:1167: potentially broken attempt to fix tunnel
	  vision.  It seems nobody was really *checking* isok() on a
	  tunnel, which is silly for many reasons, not least of which is
	  random crashing after mag made it happen more often.

2003-02-14 00:41  drheld

	* include/uniclientgen.h: Changing one arbitrary constant to
	  another! Hurray for shorter timeouts that should never actually
	  be used anyways. (uniconf client)

2003-02-13 23:30  jnc

	* include/uniclientconn.h, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc: Aha.  Finally found the true source of
	  the random disconnects - spurious alarm.

2003-02-13 21:08  drheld

	* include/.cvsignore, include/unicache.h, include/uniclientconn.h,
	  include/uniclientgen.h, include/uniconf.h, include/uniconfdefs.h,
	  include/uniconfgen.h, include/uniconfroot.h,
	  include/unifiletreegen.h, include/unifiltergen.h,
	  include/uniinigen.h, include/unilistgen.h,
	  include/unimounttreegen.h, include/uninullgen.h,
	  include/unireadonlygen.h, include/unitempgen.h,
	  include/uniwvconfgen.h, ipstreams/tests/.cvsignore,
	  uniconf/.cvsignore, uniconf/unicache.cc,
	  uniconf/uniclientconn.cc, uniconf/uniclientgen.cc,
	  uniconf/uniconf.cc, uniconf/uniconfdefs.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfroot.cc,
	  uniconf/unifiletreegen.cc, uniconf/unifiltergen.cc,
	  uniconf/uniinigen.cc, uniconf/unilistgen.cc,
	  uniconf/unimounttreegen.cc, uniconf/uninullgen.cc,
	  uniconf/unireadonlygen.cc, uniconf/unitempgen.cc,
	  uniconf/uniwvconfgen.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/tests/uniconfclienttest.cc: Insane amounts of changes to
	  uniconf that should hopefully not really break anything. Zap has
	  been removed from the API, and the set and commit functions now
	  return void instead of refresh. Client/Daemon notifications are
	  not currently present but will be coming soon. The client also no
	  longer caches - a caching layer is ready but requires
	  notifications so it'll be in soon.

2003-02-13 20:41  jnc

	* uniconf/tests/uniclienttimingtest.cc: Make uniclienttimingtest a
	  little more rigorous.

2003-02-13 19:58  kindness

	* crypto/tests/Makefile: r3_72: refer to OpenSSL library when
	  compiling wvstreams cypto tests. (ilguiz)

2003-02-13 18:54  drheld

	* uniconf/tests/.cvsignore: Updated .cvsignore for uniconf tests.

2003-02-13 18:10  drheld

	* uniconf/tests/: conftest.cc, uniconfwvgentest.cc: Some updates /
	  fixes to uniconf tests.

2003-02-13 14:18  apenwarr

	* urlget/wvhttppool.cc: r3_73: fixed some crazy bugs in the virus
	  updater, and a pretty ugly nastyism in WvHttpPool caused by it -
	  you heard this right - quietly replacing its tcp streams without
	  telling anyone.  I think this probably deserves a backport...

2003-02-13 12:39  apenwarr

	* include/wvbufbase.h, include/wvencoderstream.h,
	  include/wvstream.h, include/wvstreamclone.h,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamlist.cc: r3_73: changes to the WvStream
	  buffering.  Now flush(), flush_internal(), and flush_outbuf() all
	  return a bool that indicates whether the flushing has finished.
	  That way, we can do something sensible if a cloned stream still
	  has stuff in its outbuf.  This gets rid of some weird
	  WebConfig-screens-are-cut-off bugs.

2003-02-13 11:19  apenwarr

	* include/wvbufstream.h, streams/wvbufstream.cc, streams/wvfile.cc,
	  streams/wvstream.cc, streams/wvstreamlist.cc,
	  urlget/wvhttppool.cc, urlget/tests/http2test.cc:
	  r3_73: Fixed some crazy spinning bugs in the virus updater and
	  wvhttppool.  Man, WvStream's buffer management is really getting
	  insane.

2003-02-13 09:09  apenwarr

	* include/wvautoconf.h, linuxstreams/if_tun.h,
	  linuxstreams/wvtundev.cc, streams/wvlockdev.cc,
	  urlget/wvhttppool.cc, utils/wvsubproc.cc: HEAD: merged recent
	  r3_73 changes into the main branch.  It seems to not crash
	  immediately on insight - no other promises :)

2003-02-13 08:20  build

	* include/wvautoconf.h, linuxstreams/if_tun.h,
	  linuxstreams/wvtundev.cc: r3_73: various changes to make things
	  compile without LD_LIBRARY_PATH set (link explicitly to
	  libwvutils.so).  Added if_tun.h to the linuxstreams directory to
	  help with compiling on resonance (old libc).

2003-02-13 01:53  mag

	* include/wvstream.h, streams/wvfdstream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc:

	  Added a should_flush() function to wvstream to work around a
	  delayed flushing bug.

2003-02-12 18:22  jnc

	* uniconf/tests/: uniclienttimingtest.cc, uniconfclienttest.cc:
	  Added new uniconf test and fixed old one to match provided .ini
	  file

2003-02-12 16:43  jnc

	* uniconf/uniclientgen.cc: Previous uniconf patch was too zealous.
	  This version still catches timeouts, but doesn't close the
	  connection.

2003-02-12 16:12  jnc

	* uniconf/uniclientgen.cc: Disabled command timeout detection
	  UniClientGen

2003-02-12 04:45  ppatters

	* debian/copyright: HEAD: Huge number of files touched while
	  updating the copyright notice on all of the open source files.
	  Also, while I was there, cleaned up the option entry on the polly
	  binary, fixed some random spacing in Retchmail, and made the
	  Makefiles for unithingy not suck so much.

2003-02-12 03:58  mcote

	* include/wvautoconf.h: r3_73: Beginnings of DataVault phase 1.  A
	  simple class right now that sends stuff in the idb datavault
	  directory to a server via rsync on demand and on a scheduled
	  basis.

2003-02-11 23:19  mag

	* streams/wvstreamclone.cc:
	  r3_73: Make WvStreamClones react to alarms even when cloned ==
	  NULL.

2003-02-11 02:34  apenwarr

	* streams/wvlockdev.cc, urlget/wvhttppool.cc, utils/wvsubproc.cc:
	  r3_73: merged recent changes from r3_72.

2003-02-11 01:23  apenwarr

	* urlget/wvhttppool.cc:
	  r3_72: fixed a bug in WvHttpPool that would cause it to crash in
	  the destructor.  Suspiciously unlike the wvcrash reports that
	  we've been getting from 3.72pre2, but it doesn't seem to crash
	  for me anymore at least...  BUGZID:1366.

2003-02-10 20:35  drheld

	* uniconf/uniwvconfgen.cc: Whoops... we wanted _cfg not cfg for
	  wvconfgens!

2003-02-10 18:31  mag

	* include/wvstream.h:

	  Pierre is on crack. queuemin *does* affect the select behaviour.
	  Removed the comment to the contrary from wvstream.h.

2003-02-08 05:23  jnc

	* uniconf/uniclientconn.cc: Fix crash bug in UniConfClientConn

2003-02-08 03:06  dgtaylor

	* include/unifiletreegen.h, include/uniinitreegen.h,
	  uniconf/unifiletreegen.cc, uniconf/uniinitreegen.cc: Initial
	  draft of the uniinitreegen and uniinifiletreegen.

2003-02-06 17:14  jnc

	* streams/wvstreamclone.cc: Fixed comment in WvStreamClone

2003-02-05 21:32  jnc

	* streams/wvstreamlist.cc: WvStreamList was not always copying the
	  id when adding a stream to the sure_thing list

2003-02-05 05:29  jnc

	* streams/wvstreamlist.cc: Fixed TRACE message in WvStreamList.
	  (Guess nobody's used STREAMTRACE in a long time - yeah, it didn't
	  help me either.)

2003-02-05 04:47  apenwarr

	* include/wvbuf.h, include/wvbufbase.h, include/wvbufstore.h,
	  include/wvcountermode.h, include/wvtclstring.h,
	  oggspeex/wvoggspeex.cc, uniconf/uniconftree.cc,
	  uniconf/uniinigen.cc, utils/wvbuffer.cc, utils/wvbufferstore.cc,
	  utils/wvencoder.cc: Renamed Wv*InPlaceBuffer to Wv*InPlaceBuf,
	  like I should have before (oops).  Fixed an infinite-recursion
	  bug in UniConfTree::_recursivecompare() that caused
	  UniIniGen::refresh() to sometimes core dump.	Started work on a
	  UniConf-centric "PiClient" class that might someday replace
	  WvPhoneClient.

2003-02-04 04:37  apenwarr

	* utils/wvsubproc.cc:
	  r3_72: wait a minute, I forgot about the pidfile support in
	  WvSubProc.  Fixed a bug in that, used it, and now kavdaemon does
	  the right thing.

2003-02-04 03:55  apenwarr

	* streams/wvlockdev.cc:
	  r3_72: blargh.  Stupid kavdaemon is statically linked, making
	  libnopgid ineffective on it.	I'll stop futzing with it for now,
	  but I'll get you someday!

2003-02-03 10:50  jbrown

	* include/uniconf.h, include/uniconfgen.h, uniconf/uniconf.cc,
	  uniconf/daemon/uniconf.ini: HEAD: Exposed notification controls
	  through UniConf API.

2003-02-03 10:21  jbrown

	* include/uniclientgen.h, include/uniconfgen.h,
	  include/uniconfroot.h, include/unimounttreegen.h,
	  uniconf/uniclientgen.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfroot.cc, uniconf/uniinigen.cc,
	  uniconf/unimounttreegen.cc, uniconf/unitempgen.cc: HEAD: Added
	  methods to UniConfGen to prevent accidental invocation of
	  non-reentrant methods resulting from notifications.  Fixes part
	  of a recent UniKonf bug.

2003-02-03 05:18  jbrown

	* include/uniclientconn.h, include/uniclientgen.h,
	  include/uniconf.h, include/uniconfgen.h, include/uniconfroot.h,
	  include/uniconfwatch.h, uniconf/uniclientconn.cc,
	  uniconf/uniclientgen.cc, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/uniconfwatch.cc,
	  uniconf/daemon/uniconfdaemonconn.cc: HEAD: Added notification
	  infrastructure.  It all appears to work fine under the covers but
	  UniKonf hangs when   a key is changed.  This does not occur with
	  other test cases   or when interacting directly with
	  UniConfDaemon.    I would fix the bug now but the VMware session
	  I run Linux in is    nutzoid at the moment.  Sometimes 2-3 minute
	  hangs on I/O. *argh*

2003-02-03 00:37  jbrown

	* uniconf/: unicache.cc, uniclientconn.cc, uniclientgen.cc,
	  uniconfcache.cc, uniconfclient.cc, uniconfconn.cc,
	  uniconfdefgen.cc, uniconfini.cc, uniconflistgen.cc,
	  uniconfmounttree.cc, uniconfnull.cc, uniconfreadonly.cc,
	  uniconftemp.cc, uniconfwvgen.cc, unidefgen.cc, uniinigen.cc,
	  unilistgen.cc, unimounttreegen.cc, uninullgen.cc,
	  unireadonlygen.cc, unitempgen.cc, uniwvconfgen.cc: HEAD: Renamed
	  uniconf/uniconf*.cc to uniconf/uni*[gen].cc to alleviate
	  confusion caused by similar renaming of the *.h files.  Bye bye
	  CVS history. *sniff*

2003-02-02 22:51  jbrown

	* include/uniconf.h, include/uniconfgen.h, include/uniconfiter.h,
	  include/uniconfkey.h, include/unidefgen.h,
	  include/unifiltergen.h, include/unimounttreegen.h,
	  include/unireadonlygen.h, include/unitempgen.h,
	  include/uniwvconfgen.h, include/wvconfemu.h,
	  uniconf/uniconfgen.cc, uniconf/uniconfiter.cc,
	  uniconf/uniconflistgen.cc, uniconf/uniconfmounttree.cc,
	  uniconf/uniconftemp.cc, uniconf/uniconfwvgen.cc,
	  uniconf/unifiltergen.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc: HEAD:
	  Folded useful bits of uniconfiter.h into uniconfgen.h  -- you
	  will need to "make clean", sorry! Split UniFilterGen out into own
	  files.  Hopefully the process of writing a generator will be more
	  obvious now.

2003-02-02 08:18  jbrown

	* include/uniclientconn.h, include/uniconf.h, include/uniconfgen.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/uniconfwatch.h, include/unimounttreegen.h,
	  uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfconn.cc, uniconf/uniconfdefs.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfini.cc,
	  uniconf/uniconfmounttree.cc, uniconf/uniconfroot.cc,
	  uniconf/uniconftemp.cc, uniconf/uniconfwatch.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h: HEAD: Introduced dirt simple
	  UniConf notifications API and skeleton code.	Implemented
	  notification interface in UniConfDaemon.  Fixed a dumb cut &
	  paste bug in UniTempGen::zap().  Simplified UniConfGen API for
	  implementors by making more methods optional	 and eliminating
	  the confusing remove() shortcut.

	  NOTE: Notifications are non-functional: critical data structure
	  not yet committed.

2003-02-01 11:27  apenwarr

	* include/wvbuffer.h:
	  r3_72: added WvBuffer::putstr(), again for compatibility with the
	  new-style buffers.  Didn't rename all the current calls to
	  WvBuffer::put(), though, possibly to my own detriment.

2003-02-01 11:19  apenwarr

	* crypto/wvx509.cc, include/base64.h, include/wvbuffer.h,
	  include/wvcrypto.h, include/wvencoder.h, include/wvlogbuffer.h,
	  include/wvprotostream.h, include/wvstream.h, include/wvsyslog.h,
	  uniconf/uniconfini.cc, urlget/wvhttppool.cc, utils/base64.cc,
	  utils/strutils.cc, utils/wvtclstring.cc,
	  utils/tests/testbase64.cc, utils/tests/testbuffer.cc:
	  r3_72: made typedefs for WvBuf and WvDynBuf and converted
	  everyone to use them instead of the real WvBuffer, so
	  buffer-using code can be the same between this branch and HEAD.
	  That'll save us some merging troubles later.

2003-02-01 10:15  apenwarr

	* crypto/wvblowfish.cc, crypto/wvcountermode.cc,
	  crypto/wvdigest.cc, crypto/wvrsa.cc, crypto/wvx509.cc,
	  crypto/wvxor.cc, crypto/tests/md5test.cc, include/unicache.h,
	  include/uniclientconn.h, include/uniclientgen.h,
	  include/uniconfcache.h, include/uniconfclient.h,
	  include/uniconfconn.h, include/uniconfdefgen.h,
	  include/uniconfgen.h, include/uniconfini.h,
	  include/uniconflistgen.h, include/uniconfmounttree.h,
	  include/uniconfnull.h, include/uniconfreadonly.h,
	  include/uniconfroot.h, include/uniconftemp.h,
	  include/uniconfwvgen.h, include/unidefgen.h, include/uniinigen.h,
	  include/unilistgen.h, include/unimounttreegen.h,
	  include/uninullgen.h, include/unireadonlygen.h,
	  include/unitempgen.h, include/uniwvconfgen.h,
	  include/wvautoconf.h, include/wvbackslash.h, include/wvbase64.h,
	  include/wvblowfish.h, include/wvbuf.h, include/wvbufbase.h,
	  include/wvbuffer.h, include/wvbufferbase.h,
	  include/wvbufferstore.h, include/wvbufstore.h,
	  include/wvcountermode.h, include/wvdigest.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wvfft.h,
	  include/wvfunctorencoder.h, include/wvgzip.h, include/wvhex.h,
	  include/wvlogbuffer.h, include/wvoggspeex.h,
	  include/wvprotostream.h, include/wvrsa.h, include/wvsslstream.h,
	  include/wvstream.h, include/wvsyslog.h, include/wvtclstring.h,
	  include/wvtypedencoder.h, include/wvwordwrap.h, include/wvxor.h,
	  ipstreams/tests/udp2test.cc, linuxstreams/tests/dspechotest.cc,
	  oggspeex/wvoggspeex.cc, streams/wvstream.cc,
	  uniconf/uniconfcache.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfconn.cc, uniconf/uniconfdefgen.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfini.cc,
	  uniconf/uniconflistgen.cc, uniconf/uniconfmounttree.cc,
	  uniconf/uniconfnull.cc, uniconf/uniconfreadonly.cc,
	  uniconf/uniconftemp.cc, uniconf/uniconfwvgen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h, uniconf/tests/inttest.cc,
	  uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc,
	  uniconf/tests/uniconfwvgentest.cc, urlget/wvhttppool.cc,
	  utils/strutils.cc, utils/wvbackslash.cc, utils/wvbase64.cc,
	  utils/wvbuffer.cc, utils/wvbufferstore.cc, utils/wvencoder.cc,
	  utils/wvgzip.cc, utils/wvhex.cc, utils/wvtclstring.cc,
	  utils/wvwordwrap.cc, utils/tests/buffertest.cc,
	  utils/tests/encodertest.cc: The Great Class Renaming.  "UniConf*"
	  mostly becomes "Uni*Gen", "Wv*Buffer*" usually becomes "Wv*Buf*",
	  and a few nonstandard renamings are thrown in for good measure.

2003-02-01 09:53  apenwarr

	* include/: uniconfdefgen.h, uniconfiter.h, uniconflistgen.h,
	  uniconfmounttree.h, wvbufferbase.h, wvbufferstore.h,
	  wvfunctorencoder.h: Assorted comment cleanups to WvBuffer and
	  UniConf headers.

2003-02-01 08:02  apenwarr

	* include/strutils.h, include/uniconf.h, include/uniconfclient.h,
	  include/uniconfconn.h, include/uniconfdefs.h,
	  include/uniconfgen.h, include/uniconfkey.h,
	  include/uniconflistgen.h, include/uniconfmounttree.h,
	  include/uniconfpair.h, include/uniconfroot.h,
	  include/uniconftemp.h, include/uniconftree.h,
	  include/uniconfwatch.h, include/wvaddr.h, include/wvbackslash.h,
	  include/wvbase64.h, include/wvbuffer.h, include/wvbufferbase.h,
	  include/wvbufferstore.h, include/wvcountermode.h,
	  include/wvcrypto.h, include/wvdigest.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wverror.h,
	  include/wvfdstream.h, include/wvfft.h, include/wvhex.h,
	  include/wvinterface.h, include/wvipfirewall.h,
	  include/wviproute.h, include/wvistreamlist.h,
	  include/wvlinklist.h, include/wvlockfile.h, include/wvlog.h,
	  include/wvlogrcv.h, include/wvmagiccircle.h, include/wvmodem.h,
	  include/wvpipe.h, include/wvprotostream.h, include/wvresolver.h,
	  include/wvspeex.h, include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamlist.h, include/wvstring.h, include/wvtask.h,
	  include/wvtcp.h, include/wvtimestream.h, include/wvtimeutils.h,
	  include/wvtundev.h, include/wvtypedencoder.h, include/wvudp.h,
	  include/wvunixsocket.h, include/wvvector.h, include/wvx509.h,
	  oggspeex/wvoggspeex.cc, oggspeex/tests/oggspeextest.cc,
	  oggvorbis/tests/oggvorbistest.cc, utils/wvbufferstore.cc:
	  Converted several one-liner /** blah */ doxygen comments into a
	  single line.	This makes quite a few headers much more
	  reasonable.

2003-02-01 07:37  apenwarr

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfconn.h, include/uniconfini.h,
	  include/uniconfiter.h, include/uniconfkey.h,
	  include/uniconfmounttree.h, include/uniconfpair.h,
	  include/uniconfroot.h, include/uniconftree.h,
	  include/uniconfwatch.h, include/wvaudioencoder.h,
	  include/wvblowfish.h, include/wvbuffer.h, include/wvbufferbase.h,
	  include/wvbufferstore.h, include/wvdigest.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wvfdstream.h, include/wvfft.h,
	  include/wvfunctorencoder.h, include/wvgzip.h,
	  include/wvhashtable.h, include/wvhex.h, include/wvlinklist.h,
	  include/wvmagiccircle.h, include/wvoggspeex.h,
	  include/wvoggvorbis.h, include/wvrsa.h, include/wvshmzone.h,
	  include/wvspeex.h, include/wvsyncstream.h, include/wvtundev.h,
	  include/wvtypedencoder.h, oggspeex/wvspeex.cc: Got rid of lots of
	  silly @param/@return Doxygen junk.  There are now lots of
	  repetitive comments of the form "'chicken' is the chicken"
	  however, as a result.  Feel free to delete these when you see
	  them.

2003-02-01 06:05  apenwarr

	* Docs/sgmlmanual/egfiles/wvbase64ex.cc,
	  Docs/sgmlmanual/egfiles/wvcallbackex.cc,
	  Docs/sgmlmanual/egfiles/wvfileex.cc,
	  Docs/sgmlmanual/egfiles/wvhttpex.cc,
	  Docs/sgmlmanual/egfiles/wvlistex.cc,
	  Docs/sgmlmanual/egfiles/wvlogbufex.cc,
	  Docs/sgmlmanual/egfiles/wvlogex.cc,
	  Docs/sgmlmanual/egfiles/wvlogfileex.cc,
	  Docs/sgmlmanual/egfiles/wvpipeex.cc,
	  Docs/sgmlmanual/egfiles/wvpipelogex.cc,
	  Docs/sgmlmanual/egfiles/wvresolverex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex2.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex3.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex4.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex5.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex6.cc,
	  Docs/sgmlmanual/egfiles/wvstreamex7.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc,
	  Docs/sgmlmanual/egfiles/wvstringex.cc,
	  Docs/sgmlmanual/egfiles/wvtcpex.cc,
	  Docs/sgmlmanual/egfiles/wvtimeex.cc,
	  Docs/sgmlmanual/egfiles/wvtimeoutex.cc,
	  Docs/sgmlmanual/egfiles/wvudpex.cc, include/strutils.h,
	  include/uniconf.h, include/uniconfclient.h,
	  include/uniconfconn.h, include/uniconfgen.h,
	  include/uniconfkey.h, include/uniconfnull.h,
	  include/uniconfpair.h, include/uniconftemp.h,
	  include/uniconfwatch.h, include/verstring.h, include/wvaddr.h,
	  include/wvaudioencoder.h, include/wvbackslash.h,
	  include/wvbase64.h, include/wvblowfish.h, include/wvbuffer.h,
	  include/wvbufferbase.h, include/wvbufferstore.h,
	  include/wvbufstream.h, include/wvcallback.h, include/wvconduit.h,
	  include/wvconf.h, include/wvconfemu.h, include/wvcountermode.h,
	  include/wvcrash.h, include/wvcrypto.h, include/wvdailyevent.h,
	  include/wvdigest.h, include/wvdiriter.h, include/wvdsp.h,
	  include/wvencoder.h, include/wvencoderstream.h,
	  include/wverror.h, include/wvfdstream.h, include/wvfft.h,
	  include/wvfile.h, include/wvfork.h, include/wvfunctorencoder.h,
	  include/wvgzip.h, include/wvgzipstream.h, include/wvhashtable.h,
	  include/wvhex.h, include/wvhttp.h, include/wvhttppool.h,
	  include/wvinterface.h, include/wvipaddrtable.h,
	  include/wvipaliaser.h, include/wvipfirewall.h,
	  include/wvipnetlist.h, include/wviproute.h, include/wvlink.h,
	  include/wvlinklist.h, include/wvlockdev.h, include/wvlockfile.h,
	  include/wvlog.h, include/wvlogbuffer.h, include/wvlogfile.h,
	  include/wvlogrcv.h, include/wvloopback.h,
	  include/wvmagiccircle.h, include/wvmodem.h, include/wvoggspeex.h,
	  include/wvoggvorbis.h, include/wvpcmutils.h, include/wvpipe.h,
	  include/wvprotostream.h, include/wvqthook.h,
	  include/wvqtstreamclone.h, include/wvresolver.h, include/wvrsa.h,
	  include/wvshmzone.h, include/wvsorter.h, include/wvspeex.h,
	  include/wvsslhacks.h, include/wvsslstream.h, include/wvstring.h,
	  include/wvstringlist.h, include/wvstringtable.h,
	  include/wvsubproc.h, include/wvsyncstream.h, include/wvsyslog.h,
	  include/wvtask.h, include/wvtclstring.h, include/wvtcp.h,
	  include/wvtest.h, include/wvtimeoutstream.h,
	  include/wvtimestream.h, include/wvtimeutils.h,
	  include/wvtundev.h, include/wvtypedencoder.h, include/wvudp.h,
	  include/wvunixsocket.h, include/wvurl.h, include/wvwatcher.h,
	  include/wvwordwrap.h, include/wvx509.h, include/wvxor.h,
	  ipstreams/tests/urltest.cc, oggspeex/wvoggspeex.cc,
	  oggspeex/wvspeex.cc, uniconf/uniconfconn.cc,
	  uniconf/uniconfdefs.cc, uniconf/uniconfiter.cc,
	  uniconf/uniconfpair.cc, uniconf/uniconfwatch.cc,
	  uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h, utils/wvaudioencoder.cc:
	  Removed silly /file and \file tags from the tops of files.
	  Removed silly html tags from comments.  Removed spurious "inline"
	  keywords where inline is implicit.  All praise sed!

2003-02-01 03:24  apenwarr

	* include/wvsubproc.h, utils/wvsubproc.cc: Merged more changed from
	  r3_72 into HEAD.  No conflicts this time - I guess I must be
	  doing something right.

2003-01-31 23:21  apenwarr

	* crypto/wvsslstream.cc, include/wvsslstream.h, include/wvstream.h,
	  streams/wvstreamclone.cc: WvSSLStream would crash if you did
	  write() after close().  Also fixed some buffer-flushing issues in
	  WvStreamClone, which was the problem hidden by the symptom.
	  WebConfig now works again (and it really WASN'T the fault of my
	  merge, wow).

2003-01-31 22:15  apenwarr

	* include/wvlockdev.h, linuxstreams/wvinterface.cc,
	  streams/wvfile.cc, streams/wvlockdev.cc: HEAD: merged recent and
	  not-so-recent changes from r3_72 (and thus r3_71) into HEAD.
	  There were lots, but now they're mostly in sync.  WebConfig
	  doesn't actually work (dies in WvSSLStream::uwrite) but someone
	  told me that this was true even before I started, so I'll check
	  in anyway.

2003-01-31 17:59  jbrown

	* configfile/tests/testfile.ini, include/uniconf.h,
	  include/uniconfgen.h, include/uniconfiter.h,
	  include/uniconfmounttree.h, include/uniconfroot.h,
	  uniconf/uniconf.cc, uniconf/uniconfmounttree.cc,
	  uniconf/uniconfroot.cc, uniconf/daemon/uniconf.ini,
	  uniconf/tests/conftest.cc, uniconf/tests/test2.ini,
	  uniconf/tests/uniconfwvgentest.cc: HEAD: Refactored UniConfRoot
	  into a UniConfGen and a UniConfRootImpl.

2003-01-31 17:49  jbrown

	* utils/tests/sorttest.cc: HEAD: Fixed a missing semicolon in
	  utils/tests/sorttest.cc.

2003-01-30 23:39  mag

	* include/wvstream.h:

	  The close callback is NOT depricated. And there is no reason it
	  should not work for WvStreamClones.

2003-01-30 21:44  jang

	* include/wvsubproc.h, utils/wvsubproc.cc:
	  Rewrote some parts to be cleaner. Removed the code that restores
	  the backup of the dhcpd leases file.

	  BUGZID: 388

2003-01-30 02:39  jnc

	* include/uniconfclient.h, uniconf/daemon/daemonmain.cc: Fix
	  moniker example in uniconf header file and unchecked arg parsing
	  in uniconfdaemon

2003-01-29 22:26  mag

	* include/: uniconf.h, wvencoder.h, wviproute.h, wvistreamlist.h,
	  wvlinklist.h, wvprotostream.h, wvstreamlist.h, wvstringlist.h:

	  Some random tweaks to WvLinkList. DeclareWvList# macros are now
	  just a typedef, like in Table/Dict.

2003-01-29 21:26  mag

	* include/wvhashtable.h, include/wvinterface.h,
	  include/wvresolver.h, include/wvstringtable.h,
	  ipstreams/wvresolver.cc:

	  Some more table/dict related changes.

2003-01-29 21:25  mag

	* rules.mk:

	  The silly .NONPARALLEL target makes EVERYTHING non parallel, not
	  just targets that it depend on. Removed it.

2003-01-28 23:50  drheld

	* include/uniconfdefgen.h, include/uniconflistgen.h,
	  uniconf/uniconfdefgen.cc, uniconf/uniconflistgen.cc: Added
	  comments to the header files for the default and list generators
	  explaining their purpose and use.

2003-01-28 22:08  drheld

	* uniconf/tests/conftest.cc: Added tests for using the UniConf list
	  generator to conftest.

2003-01-28 22:00  drheld

	* include/uniconflistgen.h, uniconf/uniconflistgen.cc: Added a
	  UniConf generator for stacking multiple UniConf generators at one
	  mount point. This can be especially useful for mounting a
	  read-only mask on top of a user-controlled ini file (done with a
	  moniker like: "list: readonly:ini:admin.ini ini:user.ini"

2003-01-28 20:41  ppatters

	* debian/changelog: HEAD: Update wvstreams/debian/changelog to
	  reflect the fact that it now compiles under GCC3.2, thus
	  potentially closing some Debian BTS issues. If I ever decide to
	  upload a new version :)

2003-01-28 20:40  drheld

	* include/uniconfwvgen.h, uniconf/uniconfwvgen.cc,
	  uniconf/tests/uniconfwvgentest.cc: Added a test program for the
	  WvConf UniConf generator and expanded support for useful return
	  values.

2003-01-28 18:46  mag

	* include/wvhashtable.h, include/wvhttppool.h,
	  utils/wvhashtable.cc:

	  WvHashTable and WvMap now accept an optional comparator function
	  paramerer.  WvMap now derives directly from a HashTable instread
	  of a Dict. Now with 20% more type safety.

2003-01-28 18:43  mag

	* rules.mk:

	  Make g++ not complain (as much) about "linking not being done"
	  when generating dependencies.

2003-01-28 17:37  drheld

	* include/uniconfwvgen.h, uniconf/uniconfdefgen.cc,
	  uniconf/uniconfwvgen.cc: Added a uniconf generator to wrap a
	  wvconf object into a uniconf.

2003-01-27 23:50  ppatters

	* Docs/sgmlmanual/.cvsignore: We're not going to ever do transfer
	  (ok, Never is a long time, but no time soon) as anything other
	  than a side-effect of conferencing, so the transfer button will
	  now mute - once jnc finishes with his wvendpoint changes.

2003-01-27 18:05  mag

	* rules.mk, vars.mk, include/uniconfroot.h, include/wvaddr.h,
	  include/wvbufferbase.h, include/wvcallback.h,
	  include/wvfunctorencoder.h, include/wvhashtable.h,
	  include/wvxplc.h, ipstreams/wvaddr.cc, oggspeex/wvoggspeex.cc,
	  uniconf/uniconfcache.cc, uniconf/uniconftemp.cc,
	  urlget/wvhttppool.cc, utils/wvmoniker.cc:

	  A slew of tweaks to make wvstreams compile cleanly with gcc-3.2.
	  Mainly a billion "implicit typename" and duplicate default
	  parameter warnings.  Also some makefile fixes.

2003-01-27 17:59  mag

	* include/wvconduit.h, streams/wvconduit.cc:

	  Remove my earlier shutdown hack in wvconduit.

2003-01-27 17:21  pphaneuf

	* uniconf/tests/rules.mk: Added a uniconf/tests makefile target.

2003-01-26 20:15  jnc

	* include/uniconf.h, uniconf/uniconf.cc, uniconf/tests/inttest.cc,
	  uniconf/tests/inttest.ini: Changed UniConf::getint() to accept
	  partial integers.  Added a test case.

2003-01-24 18:52  kindness

	* Docs/sgmlmanual/: configfile.wvsgml, netmap.wvsgml: Manual for
	  Configfile, and Netmap

2003-01-24 15:51  ppatters

	* Makefile: r3_72: Match up WvStreams versions in wvver.h ... I
	  guess we'll track them the same for right now...

2003-01-22 23:26  drheld

	* uniconf/: uniconfdefgen.cc, tests/conftest.cc: Slight fix to
	  default generator, and default generator added to the conftest
	  program as another test case.

2003-01-22 22:52  kindness

	* Docs/sgmlmanual/ipstreams.wvsgml: Manual: A bit more on IPStreams

2003-01-22 22:09  mag

	* include/wvconduit.h, streams/wvconduit.cc:

	  Made my double ended virtual stream thing suck less.

2003-01-22 21:47  drheld

	* include/uniconfdefgen.h, uniconf/uniconfdefgen.cc: UniConf
	  generator wrapper to allow default values to be specified.

2003-01-22 03:38  apenwarr

	* include/wvlockdev.h, linuxstreams/wvinterface.cc,
	  streams/wvfile.cc, streams/wvlockdev.cc, streams/wvstream.cc:
	  r3_72: merged recent changes from r3_71.

2003-01-21 21:49  kindness

	* Docs/sgmlmanual/: ipstreams.wvsgml, streams.wvsgml,
	  egfiles/wvcallbackex.cc, egfiles/wvhttpex.cc,
	  egfiles/wvlogbufex.cc, egfiles/wvlogex.cc,
	  egfiles/wvlogfileex.cc, egfiles/wvpipelogex.cc,
	  egfiles/wvresolverex.cc, egfiles/wvtcpex.cc, egfiles/wvtimeex.cc,
	  egfiles/wvtimeoutex.cc, egfiles/wvudpex.cc: More manual for
	  Wvstreams Library: IPStreams, still to add

2003-01-21 07:26  jbrown

	* include/uniconf.h, include/uniconfgen.h, include/uniconfkey.h,
	  include/uniconfroot.h, uniconf/uniconf.cc, uniconf/uniconfkey.cc,
	  uniconf/uniconfroot.cc, uniconf/tests/itertest.cc: HEAD: UniConf
	  XIter and RecursiveIter fixes.  Added support for multimounts.

2003-01-21 06:36  apenwarr

	* include/wvlockdev.h, streams/wvfile.cc, streams/wvlockdev.cc,
	  streams/wvstream.cc: r3_71: wvlockdev didn't actually delete
	  stale locks; wvlcdpanel now displays boot messages again;
	  wvhotswap dodges a few more weird conditions and enables *only*
	  with Highpoint cards (for now); and we now have the long-awaited
	  LCD messages warning you when you can/can't swap your idb.

2003-01-21 05:18  apenwarr

	* linuxstreams/wvinterface.cc: r3_71: hotswap: worked around more
	  kernel bugs than I care to contemplate.  Still haven't seen
	  anything that looks caused by physically *swapping* the drives -
	  just loading/unloading the driver and mounting/unmounting
	  filesystems cause all my troubles.  Then again, I'm still only
	  testing with the highpoint card right now, so maybe other cards
	  have even *more* fun problems.

2003-01-20 20:32  kindness

	* Docs/sgmlmanual/egfiles/: wvbase64ex.cc, wvlogex.cc, wvpipeex.cc:
	  Added examples (for the manual) wvpipeex.cc wvlogex.cc
	  wvbase64.cc

2003-01-20 20:24  kindness

	* Docs/sgmlmanual/: streams.wvsgml, utils.wvsgml,
	  egfiles/wvcallbackex.cc, egfiles/wvcallbackex2.cc: Added manual
	  for WvLog.

2003-01-20 16:47  jim

	* .cvsignore, Makefile, Docs/sgmlmanual/streams.wvsgml,
	  Docs/sgmlmanual/utils.wvsgml, Docs/sgmlmanual/wvstreams.wvsgml,
	  Docs/sgmlmanual/egfiles/Makefile,
	  Docs/sgmlmanual/egfiles/wvcallbackex.cc,
	  Docs/sgmlmanual/egfiles/wvcallbackex2.cc,
	  Docs/sgmlmanual/egfiles/wvhashtableex.cc,
	  Docs/sgmlmanual/egfiles/wvlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamfunex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc, configfile/Makefile,
	  configfile/delsection.cc, configfile/initest.cc,
	  configfile/testfile.ini, configfile/wvconf.cc,
	  configfile/tests/.cvsignore, configfile/tests/Makefile,
	  configfile/tests/delsection.cc, configfile/tests/initest.cc,
	  configfile/tests/nofile.cc, configfile/tests/testfile.ini,
	  crypto/Makefile, crypto/cryptotest.cc, crypto/ssltest.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc, crypto/tests/.cvsignore,
	  crypto/tests/Makefile, crypto/tests/certtest.cc,
	  crypto/tests/cryptotest.cc, crypto/tests/md5test.cc,
	  crypto/tests/reqtest.cc, crypto/tests/sslsrvtest.cc,
	  crypto/tests/ssltest.cc, include/base64.h, include/strutils.h,
	  include/uniconf.h, include/uniconfini.h, include/uniconfiter.h,
	  include/unievents.h, include/verstring.h, include/wvaddr.h,
	  include/wvbuffer.h, include/wvbufstream.h, include/wvcallback.h,
	  include/wvconf.h, include/wvconfemu.h, include/wvcrash.h,
	  include/wvcrypto.h, include/wvdailyevent.h, include/wvdiriter.h,
	  include/wvencoder.h, include/wvfile.h, include/wvfork.h,
	  include/wvgzip.h, include/wvhashtable.h, include/wvhttp.h,
	  include/wvhttppool.h, include/wvinterface.h,
	  include/wvipaddrtable.h, include/wvipaliaser.h,
	  include/wvipfirewall.h, include/wvipnetlist.h,
	  include/wviproute.h, include/wvlink.h, include/wvlinklist.h,
	  include/wvlockdev.h, include/wvlockfile.h, include/wvlog.h,
	  include/wvlogbuffer.h, include/wvlogfile.h, include/wvlogrcv.h,
	  include/wvloopback.h, include/wvmodem.h, include/wvpipe.h,
	  include/wvprotostream.h, include/wvresolver.h,
	  include/wvsorter.h, include/wvsplitstream.h,
	  include/wvsslhacks.h, include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvstreamlist.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsubproc.h, include/wvsyslog.h,
	  include/wvtask.h, include/wvtclstring.h, include/wvtcp.h,
	  include/wvtimeoutstream.h, include/wvtimestream.h,
	  include/wvtimeutils.h, include/wvudp.h, include/wvunixsocket.h,
	  include/wvurl.h, include/wvwatcher.h, include/wvx509.h,
	  ipstreams/Makefile, ipstreams/aliastest.cc,
	  ipstreams/conttest.cc, ipstreams/httptest.cc,
	  ipstreams/listentest.cc, ipstreams/resolvertest.cc,
	  ipstreams/routetest.cc, ipstreams/tcptest.cc,
	  ipstreams/udptest.cc, ipstreams/ulistentest.cc,
	  ipstreams/unixtest.cc, ipstreams/wvhttp.cc,
	  ipstreams/wvipaddrtable.h, ipstreams/wvipaliaser.h,
	  ipstreams/wvipnetlist.h, ipstreams/wvresolver.cc,
	  ipstreams/wvtcp.cc, ipstreams/wvudp.cc, ipstreams/wvudp.h,
	  ipstreams/wvunixsocket.cc, ipstreams/wvunixsocket.h,
	  ipstreams/wvurl.cc, ipstreams/tests/.cvsignore,
	  ipstreams/tests/Makefile, ipstreams/tests/conttest.cc,
	  ipstreams/tests/httptest.cc, ipstreams/tests/listentest.cc,
	  ipstreams/tests/resolvertest.cc, ipstreams/tests/simpleconn.cc,
	  ipstreams/tests/tcptest.cc, ipstreams/tests/udp2test.cc,
	  ipstreams/tests/udptest.cc, ipstreams/tests/ulistentest.cc,
	  ipstreams/tests/unixtest.cc, ipstreams/tests/urltest.cc,
	  linuxstreams/.cvsignore, linuxstreams/Makefile,
	  linuxstreams/wvinterface.cc, linuxstreams/wvipaliaser.cc,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wviproute.cc,
	  linuxstreams/tests/.cvsignore, linuxstreams/tests/Makefile,
	  linuxstreams/tests/aliastest.cc, linuxstreams/tests/routetest.cc,
	  streams/Makefile, streams/clonetest.cc, streams/logbuftest.cc,
	  streams/logtest.cc, streams/looptest.cc, streams/modemtest.cc,
	  streams/pipetest.cc, streams/prototest.cc, streams/syslogtest.cc,
	  streams/timetest.cc, streams/watchtest.cc,
	  streams/wvbufstream.cc, streams/wvfile.cc, streams/wvlockdev.cc,
	  streams/wvlockfile.cc, streams/wvlockfile.h, streams/wvlog.cc,
	  streams/wvlogbuffer.cc, streams/wvlogfile.cc, streams/wvlogrcv.h,
	  streams/wvloopback.h, streams/wvmodem.h, streams/wvpipe.cc,
	  streams/wvpipe.h, streams/wvprotostream.h,
	  streams/wvsplitstream.cc, streams/wvsplitstream.h,
	  streams/wvstream.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvtimeoutstream.cc, streams/wvtimeoutstream.h,
	  streams/wvtimestream.h, streams/wvwatcher.h,
	  streams/tests/.cvsignore, streams/tests/Makefile,
	  streams/tests/clonetest.cc, streams/tests/logbuftest.cc,
	  streams/tests/logfiletest.cc, streams/tests/logtest.cc,
	  streams/tests/looptest.cc, streams/tests/modemtest.cc,
	  streams/tests/pipetest.cc, streams/tests/prototest.cc,
	  streams/tests/syslogtest.cc, streams/tests/timetest.cc,
	  streams/tests/watchtest.cc, uniconf/.cvsignore, uniconf/Makefile,
	  uniconf/uniconf.cc, uniconf/uniconfini.cc,
	  uniconf/uniconfiter.cc, uniconf/unievents.cc, uniconf/unigen.cc,
	  uniconf/unikey.cc, uniconf/wvconfemu.cc,
	  uniconf/tests/.cvsignore, uniconf/tests/Makefile,
	  uniconf/tests/conftest.cc, uniconf/tests/emutest.cc,
	  uniconf/tests/eventtest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/test.ini, uniconf/tests/test2.ini,
	  urlget/.cvsignore, urlget/Makefile, urlget/wvhttppool.cc,
	  urlget/tests/.cvsignore, urlget/tests/Makefile,
	  urlget/tests/http2test.cc, urlget/tests/http2test.in1,
	  urlget/tests/http2test.in2, utils/.cvsignore, utils/Makefile,
	  utils/complex-proc.sh, utils/strutils.cc, utils/testbuffer.cc,
	  utils/testcallback.cc, utils/testdiriter.cc,
	  utils/testencoder.cc, utils/testfork.cc, utils/testlist.cc,
	  utils/testproc.cc, utils/testsort.cc, utils/testtask.cc,
	  utils/testver.cc, utils/verstring.h, utils/wvbuffer.cc,
	  utils/wvcallback.h, utils/wvcrash.cc, utils/wvcrash.h,
	  utils/wvdiriter.cc, utils/wvdiriter.h, utils/wvencoder.h,
	  utils/wvfork.cc, utils/wvgzip.h, utils/wvlinklist.h,
	  utils/wvsorter.h, utils/wvstring.cc, utils/wvstringlist.cc,
	  utils/wvstringtable.cc, utils/wvsubproc.cc, utils/wvtask.cc,
	  utils/wvtclstring.cc, utils/wvtimeutils.h,
	  utils/tests/.cvsignore, utils/tests/Makefile,
	  utils/tests/dirnametest.cc, utils/tests/replacetest.cc,
	  utils/tests/stresshash.cc, utils/tests/testbase64.cc,
	  utils/tests/testbuffer.cc, utils/tests/testcallback.cc,
	  utils/tests/testcrash.cc, utils/tests/testdiriter.cc,
	  utils/tests/testencoder.cc, utils/tests/testfork.cc,
	  utils/tests/testhash.cc, utils/tests/testlist.cc,
	  utils/tests/testproc.cc, utils/tests/testsort.cc,
	  utils/tests/teststr.cc, utils/tests/testtask.cc,
	  utils/tests/testtcl.cc, utils/tests/testver.cc:

	  Merge WEBCONFIG_DEMO tree with r3_71 tree.

2003-01-20 04:34  apenwarr

	* include/uniconf.h, include/uniconfgen.h, include/uniconfkey.h,
	  include/uniconfroot.h, uniconf/uniconf.cc, uniconf/uniconfini.cc,
	  uniconf/uniconfkey.cc, uniconf/uniconfroot.cc,
	  uniconf/uniconftemp.cc, uniconf/tests/conftest.cc,
	  uniconf/tests/itertest.cc: Make UniConfKeys not have
	  leading/trailing slashes, since that made them look like absolute
	  paths even when they weren't.  (Think about Unix paths here,
	  although prepending a slash doesn't send us to the tree root in
	  our case.)  Removed UniConfKey::strip(), since all keys are
	  always stripped now.	Fixed up some edge cases in some iterators,
	  and also added "..." support to XIter (/foo/.../snoot will match
	  /foo/snoot, /foo/x/snoot, /foo/x/y/snoot, etc).  Removed features
	  from RecursiveIter in the process, since what people always
	  really want is UniConfDepth::DESCENDENTS (I think).

2003-01-19 01:02  mag

	* ipstreams/wvresolver.cc:

	  Removed duplicate default parameter from WvResolver::findaddr.

2003-01-18 00:03  mcote

	* uniconf/uniconfkey.cc: Undoing that last change to
	  UniConfKey::range()...

2003-01-17 23:52  jnc

	* uniconf/uniconfkey.cc: Remove more debug spam from UniConfKey

2003-01-17 23:51  jnc

	* uniconf/uniconfkey.cc: Remove debug spam in UniConfKey

2003-01-17 23:29  mcote

	* uniconf/uniconfkey.cc: UniConf::key() only starts with a '/' if
	  the path is absolute, i.e. if the beginning of the range is 0.

2003-01-17 22:39  mcote

	* uniconf/uniconf.cc: Small bug in UniConf::getint().

2003-01-17 01:50  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc: WvHttpPool's
	  WvUrlStreamInfo class renamed to WvUrlStream::Target with an
	  improved constructor.  BUGZID: 1120

2003-01-16 23:47  jnc

	* uniconf/uniconf.cc: PI_DOGFOOD_2: Update fullnames when caller id
	  comes in.  Also fix fullnames on dial out.  BUGZID: 1084

2003-01-16 21:09  ppatters

	* configure.ac, vars.mk, crypto/wvdigest.cc, include/wvdigest.h:
	  HEAD: Updates to a few things that should make WvCrypto and
	  friends happier with OpenSSL.0.9.7 - amongst other things, this
	  finally forces us to use the Unix libcrypt instead of the OpenSSL
	  libcrypto - thus making all of the other distributions easier to
	  support for WvStreams. So.. Thanks Ave for fixing WvDigest for
	  me, and here's to this working everywhere else ;)

2003-01-16 20:07  jnc

	* utils/wvmoniker.cc: Fix compile warning (redef of DEBUG) in
	  wvmoniker

2003-01-16 17:10  mag

	* utils/tests/maptest.cc, include/wvhashtable.h:

	  Added a template for WvMap to wvhashtable.h, and created a little
	  test thingy for it.

2003-01-16 05:30  apenwarr

	* streams/: wvstream.cc, wvstreamlist.cc: Simplified WvScript quite
	  a lot.  No more WvScriptable.  WvScriptReturnTicket is now just
	  WvScriptTicket, and its return_whatever() functions are just
	  reply() now, since WvString was already doing all the magic
	  conversions we needed.  Plus, it now uses WVSTRING_FORMAT_DECL so
	  we can just reply("foo %s", s) - much more convenient.

	  I'm considering dumping the tickets entirely, but I think they
	  save a tiny amount of typing, so it might be worth keeping them.

2003-01-16 02:01  jnc

	* uniconf/daemon/: daemonmain.cc, uniconfdaemon.cc,
	  uniconfdaemon.h: PI_DOGFOOD_2: uniconfdaemon - mount default
	  uniconf.ini only if no cmdline params

2003-01-15 16:52  kindness

	* Docs/sgmlmanual/utils.wvsgml: Manual for Encoder, not complete
	  yet

2003-01-14 18:56  mag

	* include/wvconduit.h, streams/wvconduit.cc:

	  Added a double ended virtual stream thingy to be used in wvhttpd.

2003-01-13 23:30  kindness

	* Docs/sgmlmanual/utils.wvsgml: Added manual of some functions that
	  were not documented yet.

	  Committing in niti/src/wvstreams/Docs/sgmlmanual

2003-01-13 19:51  jbrown

	* include/uniconfcache.h, include/uniconfclient.h,
	  include/uniconfgen.h, uniconf/uniconfcache.cc,
	  uniconf/uniconfclient.cc, uniconf/daemon/uniconf.ini: HEAD:
	  UniConfClient caching First draft of UniConfClient caching
	  support.    We might need to add a prefetching mechanism to the
	  UniConfGen	API to speed up initial queries distinct from the
	  refresh()    mechanism.  We want refresh() to be as fast as
	  possible since    it is usually called upon mounting a generator.
	  Prefetching	  would therefore be kept separate for those who
	  are willing to    take the performance hit at precisely the times
	  they need.

2003-01-13 16:45  jbrown

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfconn.h, include/uniconfdefs.h,
	  include/uniconfgen.h, include/uniconfini.h, include/uniconfkey.h,
	  include/uniconfroot.h, include/uniconftemp.h,
	  include/uniconftree.h, include/uniconfwatch.h,
	  include/wvvector.h, uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfconn.cc, uniconf/uniconfdefs.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfini.cc,
	  uniconf/uniconfkey.cc, uniconf/uniconfroot.cc,
	  uniconf/uniconftemp.cc, uniconf/uniconftree.cc,
	  uniconf/uniconfwatch.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/tests/uniconfclientitertest.cc: HEAD: UniConf
	  improvements Added more infrastructure for notifications (coming
	  soon...) Moved pattern matching code into UniConfKey.  Fixed
	  resource management bugs in WvVector, UniConfTree, and
	  UniConfMountTree.  Rewrote UniConfDaemon for clarity and
	  compactness.

2003-01-13 08:22  apenwarr

	* rules.mk, vars.mk, crypto/wvsslstream.cc, include/uniconf.h,
	  include/uniconfclient.h, include/uniconfconn.h,
	  include/uniconfdefs.h, include/uniconfgen.h,
	  include/uniconfini.h, include/uniconfiter.h,
	  include/uniconfkey.h, include/uniconflocation.h,
	  include/uniconfnull.h, include/uniconfreadonly.h,
	  include/uniconfroot.h, include/uniconftemp.h,
	  include/uniconftree.h, include/wvhttp.h, include/wvhttppool.h,
	  include/wvistreamlist.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvsslstream.h,
	  include/wvstream.h, include/wvstreamclone.h,
	  include/wvstreamlist.h, include/wvurl.h, include/wvvector.h,
	  include/wvxplc.h, ipstreams/wvhttp.cc, ipstreams/wvresolver.cc,
	  ipstreams/wvtcp.cc, ipstreams/tests/component2test.cc,
	  ipstreams/tests/componenttest.cc, ipstreams/tests/vars.mk,
	  qt/wvqtstreamclone.cc, streams/wvencoderstream.cc,
	  streams/wvfdstream.cc, streams/wvistreamlist.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamlist.cc, streams/wvsyncstream.cc,
	  uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfconn.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfini.cc, uniconf/uniconfkey.cc,
	  uniconf/uniconflocation.cc, uniconf/uniconfnull.cc,
	  uniconf/uniconfreadonly.cc, uniconf/uniconfroot.cc,
	  uniconf/uniconftemp.cc, uniconf/uniconftree.cc,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc, urlget/wvhttpcomponent.cc,
	  utils/wvcrash.cc, utils/wvmoniker.cc, utils/wvvector.cc,
	  utils/tests/monikertest.cc, utils/tests/vectortest.cc: Merging
	  unifix into the main branch.	And now the REAL fun begins...

2003-01-13 07:32  apenwarr

	* utils/wvmoniker.cc: unifix: whoops, left some debug messages in
	  wvmoniker.cc.

2003-01-13 07:28  apenwarr

	* include/uniconf.h, include/uniconfiter.h, include/uniconfroot.h,
	  uniconf/uniconf.cc, uniconf/uniconfroot.cc,
	  uniconf/daemon/uniconf.ini, uniconf/tests/conftest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: unifix: UniConfRoot *is* a
	  UniConf.  And UniConf passes most of its requests to UniConfRoot
	  to do the real work.	Okay, it's disgusting, but it sort of makes
	  sense and it means you can now initialize, mount, and use UniConf
	  with just one line:  UniConfRoot cfg("ini:file.ini")

	  That should be the last major chunk in my cleanup.  I now declare
	  UniConf's API to be officially non-sucky :)  (The innards were
	  already good thanks to jbrown, of course.  I'm just picky.)

2003-01-13 05:59  apenwarr

	* include/uniconfclient.h, include/uniconfconn.h,
	  include/uniconfgen.h, include/uniconfgenfactory.h,
	  include/uniconfini.h, include/uniconflocation.h,
	  include/uniconfnull.h, include/uniconfreadonly.h,
	  include/uniconftemp.h, ipstreams/wvresolver.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfconn.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfini.cc,
	  uniconf/uniconflocation.cc, uniconf/uniconfnull.cc,
	  uniconf/uniconfreadonly.cc, uniconf/uniconfroot.cc,
	  uniconf/uniconftemp.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/tests/conftest.cc,
	  uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc, utils/wvmoniker.cc: unifix:
	  whew!  No more UniConfLocation, which means UniConf::mount() now
	  takes WvMonikers of the form "ini:filename.ini" and
	  "tcp:localhost:4111" and (hold your breath!)
	  "readonly:wvstream:ssl:tcp:localhost:4112".  Plus there are no
	  more spurious "//" parts in the UniConf locations, *and* there
	  are fewer lines of code.

2003-01-13 04:57  apenwarr

	* crypto/wvsslstream.cc, include/iwvstreamregistry.h,
	  include/wvhttppool.h, include/wvmoniker.h,
	  include/wvmonikerregistry.h, include/wvstream.h,
	  include/wvstreamautoregister.h, include/wvstreamregistry.h,
	  include/wvurl.h, ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  ipstreams/tests/component2test.cc,
	  ipstreams/tests/componenttest.cc, streams/wvfdstream.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamregistry.cc, urlget/wvhttpcomponent.cc,
	  urlget/wvhttppool.cc, utils/wvcrash.cc, utils/wvmoniker.cc,
	  utils/tests/monikertest.cc: unifix: replaced the old
	  WvStreamRegistry stuff with WvMoniker.  This only took so long
	  because I found a weird, mostly unrelated bug in WvResolver vs.
	  globallist while testing the changes.

	  Hint: with globallist, select(0) is no longer the same as
	  select(0, true, false).  This is rather disturbing and is bound
	  to screw someone eventually.	Is it finally time to rename
	  select(int) to run(int) or something, to show that it really is a
	  different operation?

2003-01-13 03:03  apenwarr

	* include/wvmoniker.h, include/wvxplc.h, utils/wvmoniker.cc,
	  utils/tests/monikertest.cc: unifix: WvMoniker and wvcreate() are
	  now typesafe.  Still nobody uses them, though.

2003-01-13 02:21  apenwarr

	* include/wvmoniker.h, include/wvxplc.h, utils/wvmoniker.cc,
	  utils/tests/monikertest.cc: unifix: a pretty sane, but
	  type-unsafe, WvMoniker.  Type safety (and conversion of
	  everything to actually use it) coming shortly.

2003-01-13 01:10  ilguiz

	* rules.mk: Make make make, after all.	Added explicit instructions
	  to niti/Makefile on creating the configure script with the "make
	  configure" command, then running the script itself.  This was
	  enforced already by the make and configure failures.	Also,
	  removed the intermediary stamp-h dependency in src/wvstreams as
	  it prevented from running autoheader and its purpose wasn't clear
	  even after reading "info -f autoconf".

2003-01-12 21:58  apenwarr

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfdefs.h, include/uniconfgen.h,
	  include/uniconfgenfactory.h, include/uniconfroot.h,
	  uniconf/uniconf.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfroot.cc, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h:
	  unifix: started to eliminate UniConfLocation and change the
	  factories, but didn't finish yet so I backpedaled a little...

2003-01-12 21:46  pphaneuf

	* config.mk.in, configure.ac, vars.mk: Added detection of XPLC to
	  WvStreams' configure script.

2003-01-12 21:27  apenwarr

	* include/uniconfroot.h, uniconf/uniconfroot.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc: unifix:
	  UniConfRoot can take a constructor parameter that specifies the
	  default root generator to auto-mount.  This eliminates the extra
	  call to UniConf::mount in the typical case.

2003-01-12 21:17  apenwarr

	* include/uniconf.h, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: unifix: changed the UniConf
	  object constructor behaviour, so it's somewhat more obvious.
	  Needs more cleaning: maybe I should inherit UniConfRoot from
	  UniConf, or maybe I'm just crazy...

2003-01-12 21:01  apenwarr

	* include/uniconf.h, include/uniconfroot.h, uniconf/uniconf.cc,
	  uniconf/uniconfroot.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc: unifix: elimated UniConfMount objects
	  and converted a bunch of stuff in UniConfRoot to protected:, so
	  people know for sure that they should call the UniConf ones
	  instead.

2003-01-10 17:53  drheld

	* include/wvdiriter.h, utils/wvdiriter.cc: Changed relpath to
	  relname in WvDirIter for convenience and added isdir().  Also
	  added the expression setup program to cvs.

2003-01-09 11:55  apenwarr

	* include/: iwvstreamregistry.h, uniconf.h: unifix: minor
	  formatting cleanups.	I started a new WvMoniker class, but it's
	  too gross so I won't check it in right now.

2003-01-09 10:52  apenwarr

	* include/uniconf.h, include/uniconfclient.h, include/uniconfgen.h,
	  include/uniconfiter.h, include/uniconfroot.h,
	  include/uniconftemp.h, include/wvstream.h,
	  include/wvstreamlist.h, qt/wvqtstreamclone.cc,
	  streams/wvstream.cc, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfroot.cc, uniconf/uniconftemp.cc,
	  uniconf/uniconftree.cc, uniconf/daemon/uniconfdaemon.cc: unifix:
	  get rid of attach()/detach(); use the new
	  WvIStreamList::globallist (from the component_test merge)
	  instead.  Fixed a memory bug I introduced in sorted iterators.

2003-01-09 08:58  apenwarr

	* include/uniconf.h, include/uniconftree.h, include/wvvector.h,
	  uniconf/uniconf.cc, uniconf/uniconftree.cc, utils/wvvector.cc,
	  utils/tests/vectortest.cc: unifix: removed a lot of generality
	  from WvVector, thus making the code shorter and more readable.
	  This allowed some cleanups in UniConfTree as well.

2003-01-09 04:20  apenwarr

	* include/iwvstreamregistry.h, include/wvistreamlist.h,
	  include/wvstreamautoregister.h, include/wvstreamregistry.h,
	  include/wvxplc.h, ipstreams/tests/component2test.cc,
	  ipstreams/tests/componenttest.cc, streams/wvistreamlist.cc,
	  streams/wvstreamregistry.cc, urlget/wvhttpcomponent.cc:
	  Oops: I accidentally checked my new files into HEAD instead of
	  unifix.

2003-01-09 04:07  apenwarr

	* rules.mk, vars.mk, crypto/wvsslstream.cc,
	  include/iwvstreamregistry.h, include/uniconf.h,
	  include/uniconfkey.h, include/wvhttp.h, include/wvistreamlist.h,
	  include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamautoregister.h, include/wvstreamclone.h,
	  include/wvstreamregistry.h, include/wvxplc.h,
	  ipstreams/wvhttp.cc, ipstreams/wvtcp.cc,
	  ipstreams/tests/component2test.cc,
	  ipstreams/tests/componenttest.cc, ipstreams/tests/vars.mk,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvistreamlist.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/wvstreamregistry.cc, streams/wvsyncstream.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfkey.cc,
	  uniconf/tests/conftest.cc, urlget/wvhttpcomponent.cc:
	  unifix: merged jbrown's changes again.

2003-01-09 02:20  apenwarr

	* include/wvstreamclone.h: unifix: fixed wvhttpproxystream to work
	  with my changes, so now 'make all' works again.  And weaver
	  doesn't crash immediately!  Wow.

2003-01-09 01:53  apenwarr

	* include/wvstreamclone.h: unifix: lots more things compile again.
	  Quite a lot of people were assuming WvStreamClone::cloned was a
	  WvStream, where it's now an IWvStream.

2003-01-09 01:10  apenwarr

	* include/wvxplc.h: unifix: uh, but don't forget to check in
	  wvxplc.h.

2003-01-09 01:09  apenwarr

	* vars.mk, include/iwvstreamregistry.h, include/wvstream.h,
	  include/wvstreamregistry.h, streams/wvstreamregistry.cc: unifix:
	  we no longer actually *use* xplc, although it should be pretty
	  close to "just working" if autoconf were to happen to detect it.
	  Thus, we now compile again without xplc.

2003-01-09 00:16  jbrown

	* include/uniconf.h, uniconf/uniconf.cc, uniconf/tests/itertest.cc:
	  HEAD: Uniconf refactoring step #12 Added UniConf::SortedIter and
	  company.

2003-01-09 00:08  apenwarr

	* rules.mk, vars.mk, crypto/wvsslstream.cc,
	  include/iwvstreamregistry.h, include/wvhttp.h,
	  include/wvistreamlist.h, include/wvsslstream.h,
	  include/wvstream.h, include/wvstreamautoregister.h,
	  include/wvstreamclone.h, include/wvstreamregistry.h,
	  ipstreams/wvhttp.cc, ipstreams/wvtcp.cc,
	  ipstreams/tests/component2test.cc,
	  ipstreams/tests/componenttest.cc, ipstreams/tests/vars.mk,
	  streams/wvencoderstream.cc, streams/wvfdstream.cc,
	  streams/wvistreamlist.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvstreamlist.cc,
	  streams/wvstreamregistry.cc, streams/wvsyncstream.cc,
	  urlget/wvhttpcomponent.cc:
	  unifix: merged the component_test branch into the unifix branch.
	  That means we now have support for WvStreams monikers and XPLC,
	  but the rest of Weaver doesn't compile anymore.  For now, XPLC
	  has to be installed and compiled in the same base directory as
	  niti and wvpackages.

2003-01-08 23:39  apenwarr

	* include/uniconf.h, include/uniconfkey.h, uniconf/uniconfgen.cc,
	  uniconf/uniconfkey.cc, uniconf/tests/conftest.cc:
	  unifix branch: merged in recent changes from HEAD.

2003-01-08 22:03  jbrown

	* include/uniconf.h, include/uniconfgen.h, include/wvlinklist.h,
	  uniconf/uniconf.cc, uniconf/tests/itertest.cc: HEAD: UniConf
	  refactoring step #11

	  Added a new UniConf::XIter to filter keys according to wildcards.

2003-01-08 21:17  pphaneuf

	* configure.ac, rules.mk: Reorganized the configure.ac script so
	  that it complains about all the missing things all at once
	  instead of only about the first thing stopping the run (so you
	  can fix it all in one go). Also fixed the dependency problem
	  between configure and include/wvautoconf.h.

2003-01-08 19:29  apenwarr

	* include/uniconf.h, include/uniconfkey.h, uniconf/uniconfgen.cc,
	  uniconf/uniconfkey.cc, uniconf/tests/conftest.cc: unifix branch:
	  some tweaks to UniConfKey formatting.  Make UniConfKey::Iter use
	  WvIterStuff.

2003-01-08 19:15  jnc

	* include/wvaudioencoder.h: Add missed header file

2003-01-08 19:08  jnc

	* include/wvspeex.h, oggspeex/wvspeex.cc, utils/wvaudioencoder.cc:
	  Minor rearrangement of Speex code

2003-01-08 16:39  apenwarr

	* linuxstreams/tests/dspechotest.cc: Added a dspechotest program
	  that echos back what you say after 2 seconds so you can hear what
	  you sound like.  It also does some statistics on your sound (avg,
	  range, and signal power) that might help with setting your mic
	  levels.

	  A similar thing WvPhoneClient (so you can test how you sound
	  through the phone integrator) would be really handy, but that's
	  not this.

2003-01-08 04:10  pphaneuf

	* vars.mk: Workaround for the infinite recursion in the evaluation
	  of LDFLAGS in the WvStreams makefile (my SuSE box has the weird
	  version of make, argh!).

2003-01-07 23:48  drheld

	* include/wvdiriter.h, utils/wvdiriter.cc: Added relpath to
	  WvDirEnt to give current path relative to the directory where the
	  iteration began.

2003-01-07 21:25  apenwarr

	* linuxstreams/wvdsp.cc: WvDsp::close() should close wloop and
	  rloop to encourage subprocesses to die right away.

2003-01-07 21:20  apenwarr

	* linuxstreams/wvdsp.cc, streams/wvstream.cc: Restored jbrown's
	  wvdsp fix, with a bugfix to wvstream.cc so that the wvdsp
	  subprocess will actually terminate.  (WvStream::select() should
	  return false immediately if !isok() - it should definitely *not*
	  try to actually do an empty select!)

2003-01-06 22:10  jnc

	* linuxstreams/wvdsp.cc: Revert change to wvdsp subproc() that
	  makes wloop not exit.

2003-01-06 20:28  pphaneuf

	* configure.ac: Added an --enable-devel shortcut option for
	  developers.

2003-01-03 21:54  jbrown

	* linuxstreams/wvdsp.cc: HEAD: help WvDsp shutdown properly

2003-01-03 21:00  jbrown

	* linuxstreams/wvdsp.cc: HEAD: Fixed a bug where WvDsp was spinning
	  on partial fragments.

2003-01-03 11:35  jbrown

	* ipstreams/wvudp.cc: Fixed a crash in WvUDPStream when uwrite
	  fails due to an error.

2003-01-02 23:15  jbrown

	* include/wvstream.h, streams/wvstream.cc: Added
	  WvStream::noautoforward() to cancel an autoforward.

2003-01-02 19:44  jbrown

	* streams/wvsyncstream.cc: Fixed a stupid bug in the WvSyncStream
	  playing files longer than 60secs.

2002-12-31 22:01  jbrown

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfdefs.h, include/uniconfgen.h,
	  include/uniconfini.h, include/uniconfreadonly.h,
	  include/uniconfroot.h, include/uniconftree.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfgen.cc,
	  uniconf/uniconfini.cc, uniconf/uniconfreadonly.cc,
	  uniconf/uniconfroot.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc: HEAD: UniConf refactoring step #10:
	  UniConfMount

	  Introduced UniConfMount (still only single-mounts).  Some API
	  refinements.	Reorganized a few headers to eliminate cyclic
	  dependencies.

2002-12-30 21:16  jbrown

	* Docs/sgmlmanual/egfiles/wvstreamlistex.cc,
	  Docs/sgmlmanual/egfiles/wvstreamlistex2.cc, include/uniconf.h,
	  include/uniconfclient.h, include/uniconfconn.h,
	  include/uniconfgen.h, include/uniconfini.h,
	  include/uniconfiter.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/daemon/uniconfdaemon.cc: HEAD:
	  UniConf refactoring step #9: Housecleaning

	  Some documentation improvements and minor edits.  Adapted and
	  incorporated part of Dan's patch.  Optional commit on unmount
	  (API not final).  Implemented UniConfRoot attach() and detach()
	  behaviour.

2002-12-30 18:13  jbrown

	* include/uniconf.h, uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfini.cc, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: HEAD: UniConf refactoring
	  step #8: UniConf becomes a handle

	  UniConf instances are now handles on subtrees -- new API.
	  Cleaned up uniconfclienttest a bit.  Added missing some recursive
	  refresh / commit code.  Fixed UniConfClient handling of empty
	  string.

2002-12-30 13:04  jbrown

	* include/uniconf.h, include/uniconfgen.h, uniconf/uniconf.cc,
	  uniconf/uniconfini.cc, uniconf/uniconftemp.cc,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/uniconfclienttest.cc:
	  HEAD: UniConf refactoring step #7: delegate to UniConfRoot

	  Moved all responsibilities for managing mounted UniConf
	  generators,	retrieving keys, et al into UniConfRoot to which
	  UniConf delegates.  Laid some groundwork for eventually
	  supporting multimounts.  Added a refresh flag to mount().

2002-12-30 05:07  jbrown

	* include/uniconf.h, include/uniconfini.h, include/uniconfkey.h,
	  include/uniconftemp.h, include/uniconftree.h, include/wvvector.h,
	  uniconf/uniconf.cc, uniconf/uniconfini.cc, uniconf/uniconfkey.cc,
	  uniconf/uniconftemp.cc, uniconf/uniconftree.cc,
	  uniconf/daemon/uniconf.ini, uniconf/tests/conftest.cc,
	  utils/wvvector.cc, utils/tests/vectortest.cc: HEAD: UniConf
	  refactoring step #6: make UniConfTree more useful

	  Added WvVector abstraction.  UniConfTree now uses an ordered
	  vector rather than a hashtable   to maintain the list of
	  children.  This significantly reduces   footprint for interior
	  nodes and should make it easier to   implement some forms of
	  notification later on.  Moved UniConfTree value field into a
	  subclass.

2002-12-25 04:08  ilguiz

	* uniconf/daemon/rules.mk: HEAD: libwvstreams needs libwvutils when
	  uniconfdaemon is linked

2002-12-20 19:43  jbrown

	* include/uniconf.h, include/uniconfclient.h, include/uniconfgen.h,
	  include/uniconfini.h, include/uniconfiter.h,
	  include/uniconfnull.h, include/uniconfpair.h,
	  include/uniconfreadonly.h, include/uniconftemp.h,
	  include/uniconftree.h, include/unievents.h,
	  include/wvbackslash.h, include/wvbuffer.h, include/wvhashtable.h,
	  uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfini.cc,
	  uniconf/uniconfiter.cc, uniconf/uniconfnull.cc,
	  uniconf/uniconfreadonly.cc, uniconf/uniconftemp.cc,
	  uniconf/uniconftree.cc, uniconf/unievents.cc,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h, uniconf/tests/conftest.cc,
	  uniconf/tests/eventtest.cc, uniconf/tests/test.ini,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc, utils/wvbackslash.cc,
	  utils/wvbuffer.cc, utils/wvtclstring.cc: HEAD: UniConf
	  refactoring step #5: redesign UniConfGen interface

	  Some updates to UniConfTree, deleted a bit of code.  Redesigned
	  UniConfGen interface to allow the generator to fully
	  encapsulate all key/value operations.  Added UniConfAbstractIter
	  interface because static typing will not   work for iterators
	  over keys managed by UniConfGen.  Added an interface for
	  UniConfGen implementations to add streams   to a streamlist but
	  not enabled yet.  Fixed a bug with WvBuffer::getstr() and
	  read-only buffers.  Rewrote UniConfIniFileGen from scratch using
	  new WvStreams features   that make it faster and easier to read.
	  Added support for comments to UniConfIniFileGen.  Fixed
	  wvtcl_getword handling of line continuation sequences which was
	  returning strings prematurely and was substituting newlines
	  instead   of spaces as Tcl does.  Added stubs for new
	  notification architecture to UniConf.  Disabled support for
	  defaults and inheritance pending next phase.	Crippled the
	  UniConf client so that it now causes more round-trips   but this
	  makes it easier to implement a really smart cache later on.
	  Fixed a UniConfDaemon bug with returning subtrees using relative
	   rather than absolute key paths.

2002-12-20 07:24  pphaneuf

	* vars.mk, include/iwvstreamregistry.h, include/wvstream.h,
	  streams/wvstreamregistry.cc: component_test: Keepin' it real...

2002-12-20 04:12  jbrown

	* configure.ac, ipstreams/wvresolver.cc: Added
	  --disable-resolver-fork to ./configure script to replace the
	  error-prone SKIP_FORK_FOR_DEBUGGING manual edit.

2002-12-20 03:44  jbrown

	* utils/wvbase64.cc: Fixed a bug in the Base64Decoder to do with
	  padding.

2002-12-20 03:27  tzsebe

	* ipstreams/wvresolver.cc: HEAD: untoggled broken debug parameter

2002-12-20 02:59  jdcormie

	* include/wvbase64.h, streams/wvstream.cc, utils/wvbase64.cc:
	  Changed WvBase64Encoder semantics to output padding on finish()
	  rather than on flush().  No current clients are affected but the
	  test case is broken (will fix pronto).  Cleaned up some WvStream
	  trace code that was not being properly disabled.  Changed
	  WvStream::drain() to not depend on force_select flags.

2002-12-19 21:23  ppatters

	* crypto/wvx509.cc: Fixed a memory leak, and commented why an
	  apparent one isn't.

2002-12-19 21:05  ppatters

	* configfile/tests/.cvsignore, crypto/wvx509.cc,
	  crypto/tests/certtest.cc, include/wvx509.h: WvX509Mgr now knows
	  what to do with PKCS12 objects... this should allow us to start
	  writing things that actually have to interoperate with other PKI
	  Enabled things... *shrug* someone was going to ask for it sooner
	  or later, and I hadn't looked at anything in wvx509 for a while.

2002-12-19 07:20  jbrown

	* include/uniconf.h, include/uniconfiter.h, include/uniconftree.h,
	  ipstreams/wvresolver.cc, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfini.cc,
	  uniconf/uniconftree.cc, uniconf/unievents.cc,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc: HEAD: UniConf refactoring
	  step #4: move notification fields

	  Refactored UniConfTree to be more generic.  Moved the
	  notification support into UniConfNotifyTree.	Made
	  UniConfNotifyTree a superclass of Uniconf.  Renamed full_key() to
	  fullkey().  Renamed top() to root().

2002-12-18 23:46  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc: Fixed some incorrect
	  WvStream usage in WvHttpPool.

2002-12-17 22:51  dgtaylor

	* uniconf/daemon/uniconf.ini: Fixed some stuff

2002-12-17 15:43  jbrown

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfconn.h, include/uniconfgen.h,
	  include/uniconfini.h, include/uniconflocation.h,
	  include/uniconfnull.h, include/uniconfreadonly.h,
	  uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfgen.cc, uniconf/uniconfini.cc,
	  uniconf/uniconflocation.cc, uniconf/uniconfnull.cc,
	  uniconf/uniconfreadonly.cc, uniconf/unigen.cc,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h, uniconf/tests/conftest.cc,
	  uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: HEAD: UniConf refactoring
	  step #3: generator monikers

	  Introduced UniConfGen instantiation via monikers which changes
	  the	interface for mount() but leaves the rest of it untouched
	  for now.    This involves an unfortunate hack for getting around
	  problems with    static initializers and the linker until we
	  start componentizing.  Added UniConfNullGen, a null generator.
	  Added UniConfReadOnlyGen, a read only generator wrapper.  Renamed
	  UniConfIniFile to UniConfIniFileGen.	Renamed UniConfClient to
	  UniConfClientGen.  Removed no longer useful UniConfIniFileGen
	  save_test option.  Moved hostname resolution into the
	  UniConfClientGenFactory.  Temporarily broke change notifications
	  because UniConfClientGen   no longer has access easy to a
	  streamlist, will be fixed soon.

2002-12-17 12:13  jbrown

	* include/uniconfpair.h, include/uniconftree.h,
	  uniconf/uniconfpair.cc, uniconf/uniconftree.cc: HEAD: UniConf
	  refactoring step #2: data hiding Forgot to add a few files to
	  CVS.

2002-12-17 12:11  jbrown

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfiter.h, include/uniconfkey.h, include/wvconfemu.h,
	  include/wvhashtable.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfini.cc,
	  uniconf/uniconfiter.cc, uniconf/unievents.cc, uniconf/unigen.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h,
	  uniconf/tests/conftest.cc, uniconf/tests/emutest.cc,
	  uniconf/tests/itertest.cc, uniconf/tests/test2.ini,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc, utils/wvhashtable.cc: HEAD:
	  UniConf refactoring step #2: data hiding

	  UniConf name and parent fields private.  Moved UniConf key value
	  pair behaviour into UniConfPair.  Moved UniConf tree behaviour
	  into UniConfTree.  Rewrote UniConf iterators to reduce the
	  dependence on the   children hash table and backing tree in
	  preparation for   the next step.  Eliminated UniConfClient
	  waitingdata in favour of UniConfPair.  Disabled broken WvConf
	  emulation code pending completion of	 refactoring (bad Avery
	  depending on class layout like that...) Disabled unused XIter and
	  Sorters for now.  Changed a whole bunch of WvStrings to
	  UniConfKeys in the daemon.  Created quite a mess and probably
	  broke a few things though the   tests and unikonf tool appear to
	  run correctly.  Introduced some slowness during recursive
	  iteration to be   corrected when UniConfGen is refactored.

2002-12-17 06:01  jbrown

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfiter.h, include/uniconfkey.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfini.cc,
	  uniconf/uniconfiter.cc, uniconf/uniconfkey.cc,
	  uniconf/unievents.cc, uniconf/unigen.cc, uniconf/unikey.cc,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc: HEAD:
	  UniConf refactoring step #1: UniConfKey.

	  Replaced UniConfString and UniConfKey with a new and improved
	  UniConfKey with refined key representation semantics.  Modified
	  UniConf iterators to return all keys, even empty ones   since
	  their presence may be used to signal things to the client.
	  This is to further the effort to distinguish between empty and
	  non-existant (null) keys/value pairs.  Filtering of empty
	  values should happen at the client's discretion ONLY!  Possibly
	  broke UniConf::XIter?  (did it work? what does it do?) The tests
	  and unikonf tool all seem to work okay.

2002-12-16 23:43  jnc

	* include/wvstream.h, include/wvsyncstream.h, streams/wvstream.cc,
	  streams/wvsyncstream.cc: Moved closecallback's to WvStream due to
	  problem with closed messages being passed through WvStreamClone.
	  (On WvStreamClones, call cloned->setclosecallback) BUGZID: 862

2002-12-16 20:45  dgtaylor

	* include/uniconfiter.h: Fixed a bug caused by removing a true from
	  the wrong spot in uniconfiter.h

2002-12-12 20:50  tzsebe

	* include/wvconf.h: HEAD: Added wvfast_user_import, which will
	  minimize the initial hangtime when imporint users, by abusing
	  WvConf to some extent

2002-12-12 01:45  dgtaylor

	* include/uniconfiter.h: UniThingy can now add items to the UniConf
	  object.

	  Changed UniConf::RecursiveIter::next to also return empty UniConf
	  objects which are also mountpoints for generators.

2002-12-11 20:15  dgtaylor

	* uniconf/daemon/daemonmain.cc: Added better checking into the
	  daemon's main so that if a field in mount is missing, it will
	  actually tell you.

2002-12-11 08:59  jbrown

	* include/wvencoder.h, include/wvtypedencoder.h,
	  oggspeex/wvspeex.cc: Mostly documentation fixes.

2002-12-11 02:01  dgtaylor

	* include/uniconf.h, include/uniconfconn.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfconn.cc,
	  uniconf/uniconfini.cc, uniconf/uniconfiter.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h:
	  Added the ability to do a .remove(UniConfKey) to a UniConf object
	  due to requests by Mark, and others.

	  Added a "Delete subtree" context menu item to UniThingy.

	  Modified the client so it would send empty valued strings
	  properly, as opposed to sending (nil) as the value.

	  Modified the daemon so it would only return items in the subtree
	  that have a value.

2002-12-11 00:14  tzsebe

	* include/wvconf.h: HEAD: made the write_etcpasswd() callbacks more
	  efficient. Should be much faster for many users now.

2002-12-10 16:46  jbrown

	* config.mk.in, configure.ac, rules.mk, vars.mk,
	  include/wvencoderstream.h, include/wvoggspeex.h,
	  include/wvoggvorbis.h, include/wvpcmutils.h, include/wvspeex.h,
	  include/wvtimeutils.h, oggspeex/.cvsignore,
	  oggspeex/wvoggspeex.cc, oggspeex/wvspeex.cc,
	  oggspeex/tests/.cvsignore, oggspeex/tests/oggspeextest.cc,
	  oggspeex/tests/vars.mk, oggvorbis/wvoggvorbis.cc,
	  oggvorbis/tests/oggvorbistest.cc, oggvorbis/tests/vars.mk,
	  streams/wvencoderstream.cc: Added WvSpeexEncoder/Decoder and
	  WvOggSpeexEncoder/Decoder for   doing packet-level Speex or
	  encapsulating Speex inside an Ogg   container.  Renamed the
	  classes in wvpcmutils.h to distinguish between non-	normalized
	  and normalized floating point representations.  Fixed a bug in
	  WvEncoderStream where EOF would be reported	despite the
	  presence of pending encoded data.  Modified WvStreams configure
	  script to consider ogg, vorbis, and	speex separately.  BUGZID:
	  956

2002-12-10 00:44  dgtaylor

	* include/uniconf.h, uniconf/uniconf.cc: Removed a boolean variable
	  that I thought I had already removed.

2002-12-10 00:42  dgtaylor

	* include/uniconf.h, include/uniconfiter.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfiter.cc,
	  utils/tests/simplefunctortest.cc: Huge speed increase on the
	  RecursiveIter for UniConfClient:

	  Reason:  Was doing a recursion on EVERY call to next with the top
	  object.  oi.

	  Also removed "simplefunctortest.cc" since wvfunctor.h is no
	  longer available and this was causing tests to not build.

2002-12-09 20:57  dgtaylor

	* include/uniconf.h, include/uniconfclient.h,
	  uniconf/uniconfclient.cc, uniconf/unigen.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: Fixed a bug in the client
	  which was causing it to take progressively numerous get requests
	  to the daemon in order to get a value.  Now it takes 1.

	  worked on some fixes for speed with subtrees.  Added a pre_get
	  function to the generators.  Does nothing in most cases.  Added
	  an update_all function to the generators which automatically
	  updates any non-dirty objects.

2002-12-06 20:20  mcote

	* include/uniconfclient.h, uniconf/uniconfclient.cc: Couple quick
	  fixes to UniConf--removed non-existent constructor from
	  UniConfClient header file and fixe UniConfClient destructor.
	  Well, dgtaylor did, actually.

2002-12-06 02:27  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc,
	  urlget/tests/http2test.cc: WvHttpPool::addputurl() now takes an
	  optional parameter specifying if directories should be created if
	  the url contains non-existent ones (otherwise the upload will
	  just fail, which might be desired, I suppose, hence the
	  parameter).

2002-12-05 02:21  jbrown

	* include/: strutils.h, uniconf.h, uniconfclient.h, uniconfconn.h,
	  uniconfini.h, uniconfiter.h, unievents.h, verstring.h, wvaddr.h,
	  wvbackslash.h, wvbase64.h, wvblowfish.h, wvbuffer.h,
	  wvbufferbase.h, wvbufferstore.h, wvbufstream.h, wvcallback.h,
	  wvconf.h, wvconfemu.h, wvcountermode.h, wvcrash.h, wvcrypto.h,
	  wvdailyevent.h, wvdigest.h, wvdiriter.h, wvdsp.h, wvencoder.h,
	  wvencoderstream.h, wverror.h, wvfdstream.h, wvfft.h, wvfile.h,
	  wvfork.h, wvfunctorencoder.h, wvgzip.h, wvgzipstream.h,
	  wvhashtable.h, wvhex.h, wvhttp.h, wvhttppool.h, wvinterface.h,
	  wvipaddrtable.h, wvipaliaser.h, wvipfirewall.h, wvipnetlist.h,
	  wviproute.h, wvlink.h, wvlinklist.h, wvlockdev.h, wvlockfile.h,
	  wvlog.h, wvlogbuffer.h, wvlogfile.h, wvlogrcv.h, wvloopback.h,
	  wvmagiccircle.h, wvmodem.h, wvoggvorbis.h, wvpcmutils.h,
	  wvpipe.h, wvprotostream.h, wvqthook.h, wvqtstreamclone.h,
	  wvresolver.h, wvrsa.h, wvshmzone.h, wvsorter.h, wvsslhacks.h,
	  wvsslstream.h, wvstream.h, wvstreamclone.h, wvstreamlist.h,
	  wvstringlist.h, wvstringtable.h, wvsubproc.h, wvsyncstream.h,
	  wvsyslog.h, wvtask.h, wvtclstring.h, wvtcp.h, wvtest.h,
	  wvtimeoutstream.h, wvtimestream.h, wvtimeutils.h, wvtundev.h,
	  wvtypedencoder.h, wvudp.h, wvunixsocket.h, wvurl.h, wvwatcher.h,
	  wvwordwrap.h, wvx509.h, wvxor.h: More documentation fixes.  Added
	  file tags to beginning of headers so that file comments   show up
	  in the Doxygen docs.

2002-12-05 02:12  smllei

	* Docs/sgmlmanual/egfiles/: Makefile, wvfileex.cc, wvlistex.cc,
	  wvstreamex.cc, wvstreamex2.cc, wvstreamex3.cc, wvstreamex4.cc,
	  wvstreamex5.cc, wvstreamex6.cc, wvstreamex7.cc, wvstreamfunex.cc,
	  wvstreamlistex.cc, wvstreamlistex2.cc, wvstringex.cc: I added
	  WvString example.

2002-12-05 01:24  dgtaylor

	* include/uniconfclient.h, include/uniconfini.h,
	  uniconf/uniconfclient.cc, uniconf/uniconfini.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: Removed the automount feature
	  for generators.

2002-12-05 01:06  jbrown

	* Docs/sgmlmanual/streams.wvsgml, Docs/sgmlmanual/utils.wvsgml,
	  Docs/sgmlmanual/egfiles/wvcallbackex.cc,
	  Docs/sgmlmanual/egfiles/wvcallbackex2.cc,
	  Docs/sgmlmanual/egfiles/wvhashtableex.cc,
	  configfile/tests/nofile.cc, include/strutils.h, include/wvlog.h,
	  streams/wvlog.cc, streams/wvstreamlist.cc, utils/strutils.cc,
	  utils/tests/dirnametest.cc, utils/tests/replacetest.cc: Merged
	  r3_71 WvStreams (not all of niti) into HEAD.

2002-12-05 00:47  smllei

	* Docs/sgmlmanual/egfiles/: wvcallbackex.cc, wvcallbackex2.cc,
	  wvhashtableex.cc: Some new examples for WvStream manual
	  documentation are added.

2002-12-05 00:42  smllei

	* Doxyfile, include/wvstring.h: Documentation improvements.

2002-12-04 17:37  jbrown

	* Doxyfile, include/wvbufferstore.h, include/wvlink.h:
	  Documentation improvements.  The graphs are back.

2002-12-04 08:07  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc,
	  urlget/tests/http2test.cc: Added support for ftp STOR commands to
	  WvHttpPool.  Updated http2test to add a method for sending URLs
	  (don't try this with HTTP yet, though...).

2002-12-03 23:55  dgtaylor

	* uniconf/: uniconf.cc, uniconfclient.cc, uniconfini.cc,
	  daemon/uniconfdaemon.cc: Modified UniThingy to display different
	  icons depending on whether or not the node in the tree is a
	  mountpoint, and if it is, depending on its status.

	  The status is updated if the node itself or one of it's children
	  is selected.

	  Changed the log level of one of UniConfDaemon's logs.

2002-12-03 23:02  dgtaylor

	* uniconf/daemon/tests/: daemontest09.txt,
	  real_res_daemontest09.txt: Another test file for the daemon.

2002-12-03 22:46  dgtaylor

	* uniconf/daemon/: daemonmain.cc, uniconfdaemon.cc,
	  uniconfdaemon.h: Added new debugging output to the UniConfDaemon,
	  and modified it to use WvLogConsole.	Also added the ability to
	  mount multiple files at the start instead of just uniconf.ini

	  Using Debugging Output Level:

	  ./uniconfdaemon -d [level] level = Critical | Error | Warning |
	  Notice | Info | Debug1 | Debug2 | Debug3 | Debug4 | Debug5

	  Usage of Debugging levels: Critical:	Anything that will cause
	  the daemon to die miserably.	Error:	   Errors which are
	  important, but may not cause us to crash and burn.  Warning:
	  Items which are suspect and should be looked into Notice:
	  Currently not used.  Info:	  Things like starting, saving,
	  stopping.  Debug1:	To track program flow.	Method
	  entrance/exit notifications Debug2:	 Supplies connection
	  information immediately below method entrance notification where
	  applicable Debug3:	Supplies response information.

	  Debug4/5:  Use for whatever

	  BUGZID: 876

2002-12-03 22:41  dgtaylor

	* uniconf/daemon/tests/: daemontest01.txt, daemontest02.txt,
	  daemontest03.txt, daemontest04.txt, daemontest05.txt,
	  daemontest06.txt, daemontest07.txt, daemontest08.txt: Fixed tests
	  so that the # lines wouldn't cause errors

2002-12-03 19:58  dgtaylor

	* include/uniconfclient.h, uniconf/uniconfclient.cc,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: Fixed the tests for the
	  UniConfClient Started turning daemon towards modifiable log
	  levels.

	  BUGZID: 876

2002-12-02 22:57  smllei

	* Docs/sgmlmanual/streams.wvsgml: A description of how to use and
	  create WvCallback is added.

2002-12-02 22:52  smllei

	* Docs/sgmlmanual/: streams.wvsgml, utils.wvsgml: A detailed
	  example of WvHashTable is added.

2002-12-02 20:13  dgtaylor

	* uniconf/daemon/uniconf.ini: Multiple values now save properly.

2002-11-30 10:01  pphaneuf

	* include/wvstream.h, streams/wvstream.cc,
	  streams/wvstreamregistry.cc: Synced the WvStreams
	  "component_test" branch with the latest XPLC, including fully
	  automated getInterface implementation.

2002-11-29 19:13  jbrown

	* crypto/wvblowfish.cc, include/wvblowfish.h: Added Explicit IV
	  support to WvBlowfish.

2002-11-28 20:59  dgtaylor

	* uniconf/daemon/uniconfdaemon.cc: Removed an annoying log from the
	  daemon.

2002-11-28 20:51  dgtaylor

	* uniconf/: uniconfclient.cc, daemon/uniconf.ini: Modified UniKonf
	  so it doesn't delete the entire tree then rebuild it.

2002-11-28 17:13  apenwarr

	* include/strutils.h, streams/wvstreamlist.cc, utils/strutils.cc,
	  utils/tests/Makefile, utils/tests/replacetest.cc: r3_71: added
	  support for launching AutoInstall from WebConfig.  Also made the
	  autoinstall rcommand give better error messages.

2002-11-28 10:12  apenwarr

	* include/wvlog.h, streams/wvlog.cc, utils/strutils.cc,
	  utils/tests/.cvsignore, utils/tests/Makefile,
	  utils/tests/dirnametest.cc: r3_71: Made autoinstall.sh and
	  WvInstallSvc able to retrieve the files referred to in wvauto.ini
	  via http or https; just use an http: URL instead of a filename in
	  wvauto.ini.  Made the autoinstall.sh extraction process atomic,
	  so the old directory doesn't go away until the new directory is
	  in place.  Added debug messages to WvShaper to make it complain
	  when something suspicious happens (which should help find bug
	  187).  Added support for a new [rsync readonly] section for
	  WvRsync, which tells it that a particular team's rsync should be
	  read-only for everyone (will be useful for wvautoinstall servers
	  eventually...).  Added an "Installing:" message to the SoftUpdate
	  WebConfig status when the autoinstaller is running.  Made
	  WvLog::select(0, false, true, false) return true, allowing you to
	  autoforward() to a WvLog -- I can't believe we didn't notice that
	  before! Fixed the supremely broken and dangerous getfilename()
	  and getdirname() functions in strutils.cc; now they should work
	  like the shell dirname and basename commands.

2002-11-28 02:49  dgtaylor

	* include/uniconfclient.h, uniconf/uniconfclient.cc,
	  uniconf/daemon/uniconfdaemon.cc: UniKonf now automatically adds a
	  subtree when the result is received from the daemon

2002-11-27 21:14  dgtaylor

	* uniconf/uniconfclient.cc: Fixed a bug that was causing UniThingy
	  to crash if it couldn't access a daemon

2002-11-27 20:41  jbrown

	* include/wvcallback.h: Oops, forgot to comming wvcallback.h

2002-11-27 20:31  jbrown

	* include/wvfunctor.h, include/wvtypelist.h, utils/wvfunctor.cc,
	  utils/tests/functortest.cc: Backed out wvcallback.h ->
	  wvfunctor.h changes.	I will put this back in someday hopefully
	  when all of the bugs	 have been worked out.

2002-11-27 08:49  mcote

	* urlget/wvhttppool.cc: When WvHttpPool is given an ftp url that
	  turns out to be a directory, a standardized output in HTML of the
	  directory contents is given on the associated stream.

2002-11-26 20:56  dgtaylor

	* uniconf/uniconfclient.cc: UniThingy now updates the on-screen
	  item if a change is received by the generator and the item on
	  screen is still in it's original form.

2002-11-26 19:00  pphaneuf

	* rules.mk: Made the soname of a shared object settable through the
	  SONAME variable (meant to be set per-target, obviously). The
	  default is to make it the same as the shared object filename.

2002-11-26 18:19  pphaneuf

	* vars.mk: Oops, missed deleting a few lines in the top-level
	  makefile.  BUGZID:745

2002-11-26 18:16  pphaneuf

	* uniconf/daemon/: Makefile, rules.mk: Folded uniconfdaemon's
	  makefiles into WvStreams' build system.  BUGZID:749

2002-11-25 17:50  dgtaylor

	* include/uniconf.h, include/uniconfclient.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/daemon/uniconfdaemon.cc:
	  Automatic updating of keys in UniThingy is almost done..  just
	  need to figure out how to have them update the onscreen keys.

2002-11-23 03:07  apenwarr

	* rules.mk: The beginnings of libnss-uniconf.so.  It can now look
	  up users and groups inside a UniConfIni file that looks
	  suspiciously like the output of wvldap/ldaptest; eventually I'll
	  write a daemon to take that output and dump it (in a sane format)
	  into the UniConfDaemon, and tell libnss-uniconf to also point at
	  the UniConfDaemon, and we'll have some nice stuff.  Plus, that
	  same code will (hopefully) allow us to integrate Weaver into
	  other people's LDAP user directories.

	  Obvious remaining bugs: several unimplemented functions
	  (including getpwent), we don't fill in group membership lists, we
	  print incredibly annoying debug messages, and we don't deallocate
	  the UniConf object when we're unloaded.

2002-11-22 23:51  jnc

	* uniconf/daemon/uniconfdaemon.cc: Added log message to show when
	  uniconfdaemon saves its files.

2002-11-22 22:08  apenwarr

	* vars.mk: Warning warning!  Danger danger!  Added several
	  directories to the Makefile so that they autobuild/clean,
	  including: phone, unikonf, uniconfdaemon, ssoya.  It works for
	  me...

2002-11-22 21:56  jnc

	* include/wvpcmutils.h: Fixed order of IType/OType parameters in
	  PCM functor encoders

2002-11-22 11:22  jbrown

	* include/: wvlink.h, wvlinklist.h: More and more docs

2002-11-22 01:27  jbrown

	* Doxyfile, include/wvfunctor.h: more docs...

2002-11-22 01:19  dgtaylor

	* uniconf/daemon/: uniconfdaemon.cc, uniconfdaemon.h,
	  uniconfdaemonconn.cc: Fixed a bug introduced by the ability to
	  request varying levels of notification

2002-11-22 01:00  jbrown

	* Doxyfile: More docs fixes.  It's annoying that undocumented
	  members only show up on a separate page linked from the class
	  declaration, but it's better than the alternative which pollutes
	  the index with template crap.

	  Alright people.  Start documenting your header files!

2002-11-22 00:34  jbrown

	* Doxyfile, crypto/wvrsa.cc, include/wvbackslash.h,
	  include/wvbase64.h, include/wvblowfish.h, include/wvbufferbase.h,
	  include/wvbufstream.h, include/wvdailyevent.h,
	  include/wvdigest.h, include/wvdsp.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wverror.h,
	  include/wvfdstream.h, include/wvfft.h, include/wvfunctor.h,
	  include/wvfunctorencoder.h, include/wvgzip.h,
	  include/wvgzipstream.h, include/wvhashtable.h, include/wvhex.h,
	  include/wvinterface.h, include/wvlink.h, include/wvlinklist.h,
	  include/wvlogrcv.h, include/wvmagiccircle.h,
	  include/wvoggvorbis.h, include/wvpcmutils.h,
	  include/wvqtstreamclone.h, include/wvrsa.h, include/wvshmzone.h,
	  include/wvsyncstream.h, include/wvtask.h, include/wvtundev.h,
	  include/wvtypedencoder.h, include/wvtypelist.h,
	  include/wvwordwrap.h, ipstreams/wvaddr.cc,
	  oggvorbis/wvoggvorbis.cc, streams/wvencoderstream.cc,
	  utils/wvfunctor.cc: Lots of documentation improvements.  Added
	  new documentation, fixed up old documentation, and twiddled
	  Doxygen options to produce more useable output.

2002-11-22 00:09  dgtaylor

	* include/uniconfiter.h, uniconf/uniconfiter.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/daemon/uniconfdaemon.h:
	  Added the ability to have callbacks on a UniConf subtree from the
	  daemon, for 1 level or infinite levels.

2002-11-21 21:35  dgtaylor

	* uniconf/daemon/: uniconfdaemon.cc, uniconfdaemon.h: Refactored a
	  create_return_string method so that a keychanged event and a get
	  will both return exactly the same thing, guarunteed.

2002-11-21 21:28  dgtaylor

	* uniconf/daemon/: uniconfdaemon.cc, uniconfdaemon.h,
	  uniconfdaemonconn.cc, uniconfdaemonconn.h: Fixed some erroneous
	  comments

2002-11-21 21:22  dgtaylor

	* uniconf/daemon/: uniconfdaemon.cc, uniconfdaemon.h,
	  uniconfdaemonconn.cc, uniconfdaemonconn.h: Refactored the
	  UniConfDaemonConn & UniConfDaemon so that the DaemonConn only
	  looks after connection related things, and the Daemon actually
	  looks after all of the information retrieval / sending.

	  Tested & checked in.

2002-11-21 19:12  dgtaylor

	* uniconf/daemon/uniconfdaemonconn.cc: Daemon no longer sends \0 if
	  a key doesn't exist.

2002-11-21 00:45  dgtaylor

	* uniconf/daemon/: uniconfdaemonconn.cc, uniconfdaemonconn.h: The
	  UniConfDaemon now sends a return when a key is changed, instead
	  of sending a FGET.

2002-11-21 00:04  jbrown

	* include/wvtimeutils.h, streams/wvstream.cc, utils/wvtimeutils.cc:
	  Added proper timeout support to WvStream::getline()

2002-11-20 23:10  jbrown

	* vars.mk, include/wvcallback.h, include/wvfunctor.h,
	  include/wvhttppool.h, include/wvstream.h, include/wvtypelist.h,
	  ipstreams/wvtcp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/simpleconntest.cc, streams/wvstream.cc,
	  streams/wvsyncstream.cc, urlget/wvhttppool.cc,
	  utils/wvfunctor.cc, utils/tests/callbacktest.cc,
	  utils/tests/functortest.cc, utils/tests/magiccircletest.cc,
	  utils/tests/simplefunctortest.cc: Fixed a few serious WvHttpPool
	  bugs where WvUrlRequests were being	used after they were
	  deleted.  Added new WvFunctor to replace WvCallback and add
	  support for	binding parameters.  Spent a lot of time trying to
	  minimize   footprint on this without hurting runtime efficiency
	  too much.  Various minor changes to eliminate a few warnings.

2002-11-20 22:48  dgtaylor

	* include/uniconf.h, include/uniconfconn.h, include/unievents.h,
	  uniconf/uniconfconn.cc, uniconf/unievents.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h: Added the ability to create
	  "one-shot" UniConf events.

	  Also added to the Daemon the ability to register to receive
	  updates on a subtree, not just for keys you "get".

2002-11-20 16:52  tzsebe

	* configfile/tests/nofile.cc: r3_71: fixed case 750, and a little
	  DNS quirk

2002-11-19 18:12  dgtaylor

	* include/uniconf.h, uniconf/uniconfclient.cc,
	  uniconf/uniconfini.cc, uniconf/tests/conftest.cc,
	  uniconf/tests/itertest.cc: Made the generator field of a UniConf
	  object private in preparation for adding the ability to mount
	  more than one subtree on a node.

2002-11-19 02:07  jbrown

	* include/wvstream.h, ipstreams/wvtcp.cc, streams/wvstream.cc:
	  Fixed merge of niti from r3_71 into HEAD including nasty TCP bug.

2002-11-19 01:36  tzsebe

	* configfile/tests/: Makefile, nofile.cc: r3.71: fixed cases 728
	  and 697

2002-11-19 01:20  jbrown

	* include/wvtcp.h, ipstreams/wvtcp.cc, utils/strutils.cc: Merged
	  niti r3_71 into HEAD.  Note: Removed 'twister' temporarily from
	  Makefiles because it contains   much duplicated code that is very
	  hard to maintain.  Suggest   factoring out the important bits
	  from Weaver that Twister requires.	Alternately, why not just
	  develop Weaver on top of a Twister core?

2002-11-18 23:53  jbrown

	* include/wverror.h, include/wvhttp.h, include/wvstreamclone.h,
	  ipstreams/wvhttp.cc, streams/wvstreamclone.cc, utils/wverror.cc:
	  Changed WvError::errstr() to return a WvString rather than a
	  const char * to stave off potential bugs...

2002-11-18 21:06  dgtaylor

	* include/uniconf.h, uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfini.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/uniconfdaemon.cc, uniconf/tests/conftest.cc,
	  uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: Moved the UniConf->generator
	  to be a private member of UniConf.

	  Adding/removing a generator is now done exclusively through
	  mount/unmount functions in the UniConf object.

	  Modified regd, unikonf, uniconfdaemon, the uniconf tests and the
	  ldaptest to use the new method of setting a generator.

2002-11-18 19:19  pphaneuf

	* rules.mk: Added dependencies in the top-level makefile for the
	  config.mk and friends.

2002-11-18 19:18  dgtaylor

	* include/uniconfconn.h, uniconf/uniconfconn.cc: Finished
	  refactoringof UniConfConn values.

2002-11-18 19:08  dgtaylor

	* uniconf/daemon/uniconfdaemonconn.cc: Finished refactoring
	  hardcoded strings out of the UniConfDaemonConn.

2002-11-17 06:50  apenwarr

	* utils/strutils.cc: r3_71: fixed a crash bug in backslash_escape()
	  (BUGZID:761).  Made FastForward restart when anything in
	  [Servers] changes, plus made WvQMail actually stop services in
	  CheckEnable like it should.  The problem was that check_enable()
	  expected you to have called is_enabled() first, which is dumb
	  since is_enabled() isn't _supposed_ to change anything.  Made
	  is_enabled() a const function to enforce that from now on.
	  (BUGZID:729).  Got rid of Rebind events, and instead added
	  rebind_private and rebind_public variables to each WvService.
	  This makes it possible to only rebind your service if a _trusted_
	  IP changes, and thus ignore changes to public IP addresses, so
	  netatalk and samba needn't restart so much. (BUGZID:820).

2002-11-16 03:39  jbrown

	* streams/wvlog.cc, streams/wvlogfile.cc, streams/wvstream.cc,
	  urlget/wvhttppool.cc, utils/wvstring.cc: Tentative fix
	  WvStream::getline hang.  Fix for some WvVirusUpdate crashing and
	  other nastiness.  Changed some WvString clients to use
	  WvString::len() instead of strlen.  BUGZID: 765

2002-11-15 23:59  jbrown

	* crypto/wvrsa.cc, crypto/tests/md5test.cc, fft/wvfft.cc,
	  include/wvbuffer.h, include/wvbufferbase.h, include/wvencoder.h,
	  include/wvfft.h, include/wvfunctorencoder.h,
	  include/wvoggvorbis.h, include/wvtraits.h,
	  include/wvtypedencoder.h, oggvorbis/wvoggvorbis.cc,
	  utils/wvencoder.cc, utils/wvtclstring.cc, utils/tests/hextest.cc:
	  Removed WvTraits since I have resigned myself to not supporting
	  typed WvBuffers containing full-blown objects, for now.  Added a
	  WvTypedEncoder subclass which uses typed WvBuffers to   eliminate
	  a bunch of nasty casts and annoying sizeof arithmetic   and to
	  clarify certain interface contracts etc...  Renamed the remaining
	  overloaded WvEncoder helpers to look like all   of the other
	  non-overloaded helpers.

2002-11-15 22:12  apenwarr

	* include/wvtcp.h, ipstreams/wvtcp.cc:
	  r3_71: WvPrintService should reconfigure when the [WvPrint]
	  section changes.  WvTCP::uwrite() did something stupid if
	  !connected, causing WvPrint's lpdprobe to not always work.  Tiny
	  code cleanup in wvauth.cc.

2002-11-15 20:10  jbrown

	* include/wvbufferbase.h, include/wvbufferstore.h,
	  include/wvrtti.h, utils/wvbufferstore.cc, utils/wvrtti.cc,
	  utils/tests/buffertest.cc, utils/tests/rttitest.cc: Removed
	  wvrtti (*sniff*) and instead exposed a minimal subbuffer
	  interface in WvBufferStore to support minimum copy merge.

2002-11-14 21:38  dgtaylor

	* include/uniconfconn.h, uniconf/uniconfclient.cc,
	  uniconf/uniconfconn.cc: Converted the client to use the new
	  constants in UniConfConn.

2002-11-14 20:48  dgtaylor

	* include/uniconfconn.h, include/unievents.h,
	  uniconf/uniconfclient.cc, uniconf/uniconfconn.cc,
	  uniconf/unievents.cc: Started refactoring some of the
	  daemon-client communication protocols to make it easier to add
	  more actions later, and to improve readability of code.

	  Essentially just declaring some constants in UniConfConn:
	  UNICONF_GET: get UNICONF_SET: set UNICONF_SUBTREE: subt
	  UNICONF_RECURSIVESUBTREE: rsub UNICONF_RETURN: RETN
	  UNICONF_FORGET: FGET UNICONF_SUBTREE_RETURN: SUBT UNICONF_OK: OK
	  UNICONF_FAIL: FAIL

2002-11-14 20:20  dgtaylor

	* uniconf/daemon/tests/: daemontest06.txt, daemontest07.txt,
	  daemontest08.txt, real_res_daemontest06.txt,
	  real_res_daemontest07.txt, real_res_daemontest08.txt: Added tests
	  to the daemon tests to check getting a recursive subtree, get a
	  key, set it, get a subtree of it's parent, get a key, set it, get
	  a recursive subtree of /.

2002-11-14 20:10  dgtaylor

	* uniconf/daemon/: uniconfdaemon.cc, uniconfdaemon.h,
	  uniconfdaemonconn.cc, uniconfdaemonconn.h: Fixed a bug in the
	  daemon where it would crash on an invalid stream access.

	  Was caused by not adding the keys to the keylist when doing a
	  subt.

2002-11-14 18:49  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc: WvHttpPool now parses
	  directory listings and put the results (filename and full URL)
	  into a list in the output stream.  The output stream is also
	  standardized into filename, size, time, and id (or "?" if any are
	  unknown), since FTP LIST responses actually have no set
	  structure.

2002-11-14 10:47  jbrown

	* include/wvbuffer.h, include/wvbufferbase.h,
	  include/wvbufferstore.h, include/wvrtti.h,
	  utils/wvbufferstore.cc, utils/wvrtti.cc, utils/tests/rttitest.cc:
	  Added some primitive _very low_ footprint RTTI support to
	  WvUtils.  Using new RTTI support, optimized
	  WvDynamicBuffer::merge for minimum-	copy usage between
	  WvDynamicBuffers as it was before the new   buffering API went
	  into place.  Marked relevant WvBuffer and WvBufferStore
	  constructors explicit.  Discarded experimental WvDynamicBuffer
	  pooling code.

2002-11-14 04:00  jbrown

	* include/wvbuffer.h, include/wvbufferbase.h,
	  include/wvbufferstore.h, include/wvgzip.h, include/wvsslstream.h,
	  ipstreams/tests/udp2test.cc, utils/wvbuffer.cc,
	  utils/wvbufferstore.cc, utils/tests/buffertest.cc: Fixed bug in
	  WvLinkedBufferStore::ungettable() that could result from
	  unlinking the first buffer thus incorrectly exposing stale data
	  in the next buffer for subsequent unget()'s.	Fixed bug in
	  WvLinkedBufferStore coalescing of ungettable region during
	  peek().  Added first draft of WvCircularBufferStore and
	  associated templates.  Modified WvDynamicBufferStore to use
	  WvCircularBufferStore instead of   WvInPlaceBufferStore as
	  internal mini-buffers.  Removed deprecated WvMiniBuffer typedef.
	  More WvBuffer documentation improvements.

2002-11-14 02:05  jnc

	* linuxstreams/wvdsp.cc: Added sanity checks to WvDsp::read,
	  WvDsp::write

2002-11-14 01:11  dgtaylor

	* uniconf/daemon/: uniconf.ini, uniconfdaemon.cc, uniconfdaemon.h,
	  uniconfdaemonconn.cc, uniconfdaemonconn.h: Refactored some of the
	  UniEvents callback stuff in UniConfDaemonConn so the same code
	  wasn't repeated in 5 different functions.

2002-11-14 00:31  dgtaylor

	* uniconf/daemon/: uniconfdaemon.cc, uniconfdaemon.h,
	  tests/daemontest.sh: Modified stress testing ability somewhat.

	  Refactored some error checking code from the daemon run()
	  procedure into it's own function.

2002-11-14 00:19  dgtaylor

	* uniconf/daemon/tests/: daemontest.sh, daemontest05.txt,
	  real_res_daemontest05.txt: Script now will stop running on a
	  failure, with stress tests

2002-11-14 00:12  dgtaylor

	* uniconf/daemon/tests/daemontest.sh: Added the ability to stress
	  test the daemon automatically to the script.

2002-11-13 19:47  mcote

	* urlget/ftpparse.cc, include/ftpparse.h: Added a library for
	  parsing responses to the LIST ftp command.

2002-11-13 10:53  dgtaylor

	* uniconf/daemon/: daemonmain.cc, uniconfdaemonconn.cc,
	  uniconfdaemonconn.h: Fixed a SIGPIPE error that was being caused
	  in the daemon and was causing it to exit abruptly.

2002-11-13 10:52  dgtaylor

	* uniconf/daemon/tests/: daemontest.sh, daemontest01.txt,
	  daemontest02.txt, daemontest03.txt, daemontest04.txt,
	  daemontest05.txt, real_res_daemontest01.txt,
	  real_res_daemontest02.txt, real_res_daemontest03.txt,
	  real_res_daemontest04.txt, real_res_daemontest05.txt: Created a
	  shell script to test the UniConfDaemon more thoroughly.
	  Currently looks at all files of the format:  daemontest*.txt and
	  passes them to nc to send to the daemon.

	  Results are then recorded in res_daemontest*.txt files, and
	  diffed with expected results.  If there is a difference, a less
	  session is brought up with the results of the diff.

	  There is a help feature to the script, accessible by
	  daemontest.sh -h

	  To add new tests, simply create a new daemontest*.txt file, and a
	  new real_res_daemontest*.txt file containing the expected results
	  of the operations.

2002-11-13 10:16  jbrown

	* crypto/wvcountermode.cc, include/wvbuffer.h,
	  include/wvbufferbase.h, include/wvbufferstore.h,
	  utils/wvbuffer.cc, utils/wvbufferstore.cc: Changed semantics of
	  peek() and mutablepeek() to make it possible to   support buffers
	  of different datatypes backed by a plain byte buffer.  Added
	  WvBuffer::skip().

2002-11-13 01:21  mcote

	* ipstreams/wvurl.cc: WvUrl wasn't printing the password part of
	  the Url when the () operator was called.

2002-11-13 00:03  jbrown

	* include/wvqthook.h, qt/rules.mk, qt/wvqthook.cc: Added WvQtHook
	  to help with posting defered event to Qt event loop.

2002-11-12 07:46  apenwarr

	* linuxstreams/wvdsp.cc: Make wvdsp never write less than a full
	  frag.  Add echotest.cc, a program to try to figure out where the
	  echos are coming from (it turns out to be from crosstalk in the
	  headsets!)

2002-11-11 23:12  pphaneuf

	* Makefile: My small harmless change to WvStream's makefile just
	  harmed Andrew... Ahem!

2002-11-11 21:52  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc: WvHttpPool returns a
	  data stream containing a list of files if an ftp URL that turns
	  out to be a directory is passed to it.

2002-11-11 21:45  dgtaylor

	* include/uniconfconn.h, uniconf/uniconfclient.cc,
	  uniconf/uniconfconn.cc, uniconf/daemon/uniconfdaemon.cc: Fixes to
	  optimize the detection of not-ok generators.

2002-11-11 21:07  dgtaylor

	* uniconf/uniconfclient.cc: Fixes to allow proper detection of
	  whether or not a stream isok

2002-11-11 19:49  dgtaylor

	* uniconf/: uniconf.cc, uniconfclient.cc,
	  daemon/uniconfdaemonconn.cc, daemon/uniconfdaemonconn.h:
	  Refactored the UniConfDaemonConn, and also fixed a bug where I
	  had accidentally set a waiting = true in the wrong spot.

2002-11-11 18:42  dgtaylor

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfiter.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfiter.cc,
	  uniconf/unigen.cc, uniconf/daemon/uniconfdaemonconn.cc:
	  Modifications to allow the UniConfClient to request a subtree
	  recursively.	Now used by UniConf::RecursiveIterator

2002-11-11 18:01  dgtaylor

	* include/uniconfclient.h, qt/wvqtstring.cc,
	  uniconf/uniconfclient.cc, uniconf/daemon/uniconfdaemonconn.cc:
	  Refactorings of the uniconfclient.  UniConfDaemon now sends an
	  "OK" or "FAIL" depending on success of request.

2002-11-11 16:49  pphaneuf

	* Makefile, rules.mk: Fixed the dependencies for the tests in
	  WvStreams.

2002-11-11 15:56  pphaneuf

	* qt/tests/vars.mk: Fixed the WvQt string test.

2002-11-11 15:23  dgtaylor

	* include/uniconf.h, include/uniconfclient.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/tests/uniconfclienttest.cc:
	  more UniConfClient modifications and test improvements.

2002-11-09 07:15  pphaneuf

	* rules.mk, vars.mk, configfile/vars.mk, crypto/vars.mk,
	  crypto/tests/vars.mk, fft/vars.mk, ipstreams/vars.mk,
	  linuxstreams/vars.mk, oggvorbis/vars.mk, qt/rules.mk, qt/vars.mk,
	  streams/vars.mk, uniconf/vars.mk, urlget/vars.mk,
	  urlget/tests/vars.mk, utils/vars.mk, utils/tests/vars.mk:
	  WvStreams makefile changes, part of the "The Miracle Diet
	  Makefile" plan.

	  Added an "objects" function that takes directories and expands to
	  the name of the object files that should be in there (takes all
	  the .cc and .c files and turn them into .o). Removed a bunch of
	  vars.mk files by replacing them with uses of the "objects"
	  function higher up.

	  Added a VERBOSE variable that is the moral equivalent of what
	  DONT_LIE did, so you get get the details when something goes
	  wrong.

	  Added an implicit target for going from a .cc to an executable.

	  Including your subdirs vars.mk and rules.mk is now done at the
	  top level, so you don't need to do it anymore.

	  Switched from using funky variable variable names (like
	  "libwvutils.so-LIBS") to using target-local variables.

	  Fixed a number of mostly aesthetic buglets.

2002-11-09 06:11  pphaneuf

	* qt/tests/vars.mk: Cut, cut, cut, snip, snip, snip in
	  wvstreams/qt/tests/vars.mk...

2002-11-09 06:05  pphaneuf

	* oggvorbis/tests/: .cvsignore, oggvorbistest.cc, testoggvorbis.cc,
	  vars.mk: Renamed testoggvorbis to oggvorbistest, for consistency.
	  Also cleaned up wvstreams/oggvorbis/tests/vars.mk to its minimal
	  expression, to be compatible with an upcoming streamlining.

2002-11-09 04:14  pphaneuf

	* uniconf/daemon/Makefile: Hmm, there's a recursive makefile in
	  WvStreams (the UniConf daemon)...  Let's whine a bit...

2002-11-09 03:43  pphaneuf

	* rules.mk: Removed the duplication in the implicit rules for
	  WvStreams.

2002-11-09 00:15  apenwarr

	* rules.mk, include/wvstring.h, qt/wvqtstring.cc,
	  qt/tests/.cvsignore, qt/tests/qtstringtest.cc, qt/tests/vars.mk,
	  utils/wvstring.cc: Various tweaks to make WvString interop with
	  QString and QCString (ie. added some extra constructors and and
	  operator QString).  Wrote qtstringtest.cc.  wvrules.mk includes
	  $(TOPDIR)/config.mk.	Moved the parsers for enable_efence and
	  enable_verbose to wvrules.mk.  Cleaned a truly horrendous amount
	  of RandomSpacing in nitiphone (don't worry, there's plenty left),
	  as well as fixing at least one crash bug and cleaning a bunch of
	  log messages.

2002-11-08 23:32  jbrown

	* crypto/wvcountermode.cc, crypto/wvdigest.cc, crypto/wvxor.cc,
	  fft/wvfft.cc, include/wvbufferbase.h, include/wvbufferstore.h,
	  utils/wvbackslash.cc, utils/wvbufferstore.cc, utils/wvgzip.cc:
	  Renamed freeopt() to optallocable() and usedopt() to
	  optgettable().

2002-11-08 21:07  apenwarr

	* Docs/sgmlmanual/.cvsignore:
	  src/wvstreams/Docs/sgmlmanual/.cvsignore

2002-11-08 06:26  pphaneuf

	* config.mk.in, configure.ac, rules.mk: Made "--enable-efence" work
	  globally rather than just for WvStreams, and added an also global
	  "--enable-verbose" option that acts as like DONT_LIE, but on
	  steroids (both ways, if you don't have it, it's even terser and
	  neater).

2002-11-08 01:11  jbrown

	* include/wvbuffer.h, include/wvbufferbase.h,
	  include/wvbufferstore.h, utils/wvbufferstore.cc: Split the
	  WvBuffer into a template interface backed by shared
	  implementation storage classes.  Not quite finished, but all
	  currently used functionality is supported.  (peek mincount not
	  yet supported)

2002-11-07 23:06  jbrown

	* streams/wvlogfile.cc: Merged r3_71 niti into HEAD, again.

2002-11-07 22:58  andrew

	* streams/wvlogfile.cc: r3_71: Fixing some logic in WvLogFile.

2002-11-07 20:41  jbrown

	* include/wvinterface.h, linuxstreams/wvinterface.cc,
	  streams/wvlogfile.cc: Merge r3_71 niti into HEAD.

2002-11-07 20:31  jbrown

	* include/wvinterface.h, linuxstreams/wvinterface.cc: r3_71: Added
	  [ethX]hwaddr=aa:bb:cc:ee:ff:gg hidden option to set	the
	  hardware address of an interface, a little hacky Fixed a stupid
	  bug shutting down WvDHClient.

2002-11-07 19:05  andrew

	* streams/wvlogfile.cc: r3_71: WvLogFile makes separate logfiles if
	  its size reaches 100MB.

2002-11-07 15:22  dgtaylor

	* uniconf/: uniconf.cc, uniconfclient.cc, tests/test2.ini,
	  tests/uniconfclientitertest.cc: Fixed a generator related bug
	  with enumerate_children.

	  Also fixed a bug in UniConfClient that required the setting of
	  the generator for each key.

	  Iterator test now prints the full key out with it's value,
	  instead of just the base name of the node in the tree.

2002-11-07 14:40  dgtaylor

	* uniconf/tests/: uniconfclientitertest.cc, uniconfclienttest.cc:
	  UniConfClient is now tested with automounting.  Moved iterator
	  tests into uniconfitertest to make it easier to judge whether
	  other UniConfClient tests were being passed or failed.

	  Easiest way to check for failure in UniConfClient tests is:
	  uniconfclient | grep FAILED

	  The iterator test just prints the data received by each iterator
	  out to the screen.  Really no way to verify this, other than to
	  look at it yourself.

2002-11-07 14:19  dgtaylor

	* uniconf/tests/uniconfclienttest.cc: Improved the client tests
	  some more

2002-11-07 00:24  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc,
	  urlget/tests/http2test.cc, urlget/tests/vars.mk: WvHttpPool now
	  has basic (lightly tested) ftp support.  Just call addurl() with
	  a URL of the form ftp://[user:pw@]host/file, and a data stream
	  will be returned.  And yes, WvHttpPool will probably be renamed
	  to WvUrlPool at some point in the future.

2002-11-07 00:16  jbrown

	* urlget/wvhttppool.cc, utils/strutils.cc, utils/wvstring.cc: Messy
	  merge from r3_71.  The recent traffic shaper and DHCP
	  improvements should be reflected in HEAD now.

2002-11-06 22:28  dgtaylor

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfconnfactory.h, include/uniconfini.h,
	  uniconf/uniconf.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfconntcpfactory.cc,
	  uniconf/uniconfconnusocketfactory.cc, uniconf/uniconfini.cc,
	  uniconf/wvconfemu.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/conftest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/uniconfclientitertest.cc,
	  uniconf/tests/uniconfclienttest.cc: Modified uniconfclient tests
	  to be more reliable with less code duplication.  UniKonf connects
	  on startup.  The 2 generators now have an automount parameter to
	  their constructors which either: true:  creates the generator,
	  then sets it to be the generator for _top, followed by a load.
	  false: just creates the generator.

	  removed the factories as per ppatters & appenwarr's request.

2002-11-06 19:01  dgtaylor

	* include/uniconfclient.h, uniconf/uniconfclient.cc,
	  uniconf/uniconfconntcpfactory.cc: Fixed a bug in
	  UniConfTCPFactory where it was returning a connection, regardless
	  of whether or not it was connected.

	  Cleanups to UniKonf

2002-11-06 17:12  dgtaylor

	* uniconf/uniconfclient.cc: Client now sends "quit" on deletion.

	  UniKonf displays a more appropriate error message if no trees are
	  mounted.

2002-11-06 02:25  dgtaylor

	* include/uniconf.h, include/uniconfclient.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfconntcpfactory.cc,
	  uniconf/uniconfconnusocketfactory.cc, uniconf/unigen.cc,
	  uniconf/daemon/uniconf.ini, uniconf/tests/uniconfclienttest.cc:
	  Modified unikonf to connect to all configured sources at once.

	  Also fixed the client so it was using full_key(top) modified
	  tests to include multiply mounted tests.

2002-11-06 02:11  mcote

	* ipstreams/wvurl.cc, include/wvurl.h, ipstreams/tests/urltest.cc:
	  Added password support to WvUrl.  Modified urltest to test for
	  passwords and ftp.

2002-11-05 07:54  apenwarr

	* urlget/wvhttppool.cc, utils/strutils.cc, utils/wvstring.cc:
	  r3_71: killstuff should kill bunzip2.  Fixed traffic shaping
	  (only lightly tested, but it's _way_ better than before).
	  WvPingProbe now tells you the sequence number it used.  Set
	  changed.x509 when the X509Certificate changes (duh!).  Make
	  WvApache depend only on a pointer to WvX509Mgr, not on WvWeaver.
	  Renamed several kinds of name "origins" in WvNamed to look more
	  like what I want.  Made WvString::len() return the right answer
	  when buf->size isn't the length of your actual string.

2002-11-04 21:37  jbrown

	* Doxyfile, include/wvencoder.h: More documentation improvements.
	  Doxygen'd WvEncoder is actually usable!

2002-11-04 20:14  jbrown

	* include/wvencoder.h: Documentation improvements to WvEncoder.

2002-11-04 20:12  pphaneuf

	* Doxyfile: Let's not exclude the include files from Doxygen, okay?
	  :-)

2002-11-03 18:22  tzsebe

	* configfile/wvconf.cc: HEAD: Created WvQuota interface for
	  handling quota operations.

2002-11-02 01:41  ppatters

	* uniconf/daemon/uniconfdaemonconn.cc: uniconfdaemon now is MUCH
	  nicer to talk to...

2002-11-02 01:36  jbrown

	* crypto/tests/sslsrvtest.cc: Ooops... missed sslsrvtest.cc

2002-11-02 01:08  apenwarr

	* include/uniconf.h, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h: Assorted changes and cleanups
	  to UniKonf and uniconfdaemon.  UniKonf works without crashing
	  again, but only because we inherit UniKonfListItem from
	  QListViewItem instead of KListViewItem, which shouldn't make any
	  difference at all.  So watch out...

2002-11-02 00:18  jbrown

	* include/strutils.h, utils/strutils.cc: Added a lookup() function
	  to strutils.cc to help push WvProtoStream   further into
	  obsolesence.	Notice that WvStringList::split() and	lookup()
	  together provide the same type of tokenizing support	 as is
	  offered in WvProtoStream...

2002-11-02 00:17  jbrown

	* streams/wvencoderstream.cc: Added a missing check for NULL to
	  WvEncoderStream::isok().

2002-11-02 00:16  jbrown

	* include/wvlinklist.h: Reordered a couple of lines in
	  WvLinkList::zap() and unlink_after()	 to make it a teensy bit
	  more robust.

2002-11-01 02:21  jbrown

	* urlget/wvhttppool.cc: Fixed WvSSLStream to only accept
	  WvFDStreams, for real now.

2002-11-01 02:12  jbrown

	* crypto/wvsslstream.cc, crypto/tests/cryptotest.cc,
	  include/wvfdstream.h, include/wvfile.h, include/wvlogrcv.h,
	  include/wvloopback.h, include/wvpipe.h, include/wvsplitstream.h,
	  include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvtcp.h, include/wvtimeutils.h,
	  include/wvudp.h, include/wvunixsocket.h, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/listentest.cc, ipstreams/tests/ulistentest.cc,
	  linuxstreams/wviproute.cc, linuxstreams/wvtundev.cc,
	  oggvorbis/tests/testoggvorbis.cc, oggvorbis/tests/vars.mk,
	  streams/wvfdstream.cc, streams/wvfile.cc, streams/wvlog.cc,
	  streams/wvpipe.cc, streams/wvsplitstream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, utils/tests/backslashtest.cc,
	  utils/tests/base64test.cc, utils/tests/hextest.cc,
	  utils/tests/wordwraptest.cc: Split WvStream file-descriptor
	  related code off into WvFDStream subclass.  Removed obsolete
	  WvSplitStream.  Added wvin, wvout, wverr console streams.  Fixed
	  up all users of any of the above features and fixed any   obvious
	  existing bugs that were uncovered by the refactoring.  This all
	  seems to work fine (Weaver runs okay)...

2002-10-31 23:00  pphaneuf

	* .cvsignore, configure.ac: Added a feature to the configure
	  scripts so that they create a "reconfigure" script when they are
	  run that runs "configure" again with the exact same parameters.

2002-10-31 21:01  dgtaylor

	* include/uniconfconn.h, include/wvstring.h, include/wvtclstring.h,
	  uniconf/uniconfclient.cc, uniconf/uniconfconn.cc,
	  uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemonconn.cc, utils/wvtclstring.cc:
	  Changed Tcl string utils to return WvStrings instead of
	  WvFastString or   WvString*'s.  Fixed memory leaks in Uniconf
	  client and daemon.  Added isnull() method to WvFastString.

2002-10-31 20:11  dgtaylor

	* uniconf/uniconfclient.cc: Quick hack to fix client.

2002-10-31 06:39  jbrown

	* streams/wvprotostream.cc: Modified WvProtoStream debug log level.

2002-10-31 06:19  jbrown

	* include/wvbackslash.h, utils/wvbackslash.cc,
	  utils/wvtclstring.cc: Modified TCL string utils to use the new
	  WvBackslashEncoder.

2002-10-31 05:46  jbrown

	* include/: wvbuffer.h, wvbufferbase.h: Added WvBuffer::peekch()
	  inline helper.  Added default argument to WvBuffer::peek().

2002-10-31 05:45  jbrown

	* include/wvstream.h: Fixed a bug in WvStream::write() that was
	  strlen().

2002-10-31 05:45  jbrown

	* include/wvbackslash.h, utils/wvbackslash.cc,
	  utils/tests/backslashtest.cc: Added an encoder for doing C-style
	  backslash encoding and decoding.

2002-10-31 05:18  mcote

	* ipstreams/wvurl.cc: Added ftp to WvUrl.

2002-10-31 03:07  jbrown

	* include/wvstream.h: Fixed small bug in WvStream::write() with
	  strlen().

2002-10-31 02:31  jbrown

	* streams/wvstream.cc: Added check to WvStream::isok() to prevent
	  recursion in flush() and possibly elsewhere.

2002-10-31 02:29  tzsebe

	* streams/wvstream.cc: r3_71: Added check to WvStream::isok() to
	  prevent recursion in flush() and possibly elsewhere.

2002-10-30 23:21  mcote

	* include/wvbufferbase.h: Small fix for wvbuffers that jbrown
	  probably forgot to check in.

2002-10-30 22:54  apenwarr

	* include/wvstream.h, streams/wvstream.cc: r3_71: prevented
	  recursion in WvStream::close().  Should fix BUGZID:678.

2002-10-30 17:38  jbrown

	* include/wvbufferbase.h: Added setavail() method to
	  Wv(Const)InPlaceBuffer.

2002-10-30 02:17  tzsebe

	* configfile/wvconf.cc: r3.71: Quick addname fix.

2002-10-30 01:47  mcote

	* include/wvhttppool.h, urlget/wvhttppool.cc: Changed the
	  soon-to-be-completely-misnamed WvHttpPool framework a little to
	  allow FTP support (which isn't in yet, although it should be
	  simpler to add it now).

2002-10-29 20:18  apenwarr

	* include/wvstream.h, streams/wvencoderstream.cc: component_test:
	  uread() and uwrite() are now just implementation details - not
	  part of IWvStream.  And suddenly, life begins to make more sense.

2002-10-28 22:45  dgtaylor

	* uniconf/uniconfclient.cc: Modified so that select(-1, true) would
	  not lock client up.

2002-10-28 19:07  jbrown

	* include/wvpcmutils.h: Modified PCM renormalization code to clamp
	  values during conversion.

2002-10-28 17:24  andrew

	* include/wvhttppool.h, urlget/wvhttppool.cc: r3_71: Fixed false
	  positive error in virus scanner. Also updated WvHttpPool to use
	  some fixes that apenwarr had made in HEAD.

2002-10-28 16:34  ppatters

	* debian/changelog, debian/control, qt/.cvsignore: Changes to
	  Debian packaging bits for WvStreams, to reflect some changes.
	  Addition of .moc files to wvstreams/qt/.cvsignore, and first
	  checkin of unikonf...

2002-10-27 22:41  dgtaylor

	* uniconf/: uniconfclient.cc, daemon/uniconfdaemon.cc,
	  daemon/uniconfdaemonconn.cc: Stupid timing issue

2002-10-27 20:53  dgtaylor

	* uniconf/: uniconfclient.cc, daemon/uniconfdaemon.cc,
	  daemon/uniconfdaemonconn.cc, tests/uniconfclienttest.cc: Fixed a
	  bug where you could not get chickens then get bob from chickens.

2002-10-26 04:14  apenwarr

	* crypto/wvsslstream.cc, include/wvistreamlist.h,
	  include/wvstream.h, ipstreams/tests/component2test.cc,
	  ipstreams/tests/componenttest.cc, streams/wvistreamlist.cc,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  urlget/wvhttpcomponent.cc: component_test:
	  new_wvstream("https://mai/~apenwarr/") now works, using
	  WvHttpPool.  Magic!

	  In the process, I implemented IWvStreamList::globallist, a global
	  IWvStreamList that you can use if you don't feel like having your
	  own list.  Semantics: WvStream::select() always includes it in
	  pre_select() and post_select(), and calls its callback()
	  automatically.  (ie. you don't have to call callback() yourself.)

2002-10-26 03:01  apenwarr

	* rules.mk, vars.mk, crypto/wvsslstream.cc,
	  include/iwvstreamregistry.h, include/wvstreamautoregister.h,
	  include/wvstreamregistry.h, ipstreams/wvtcp.cc,
	  ipstreams/tests/componenttest.cc, ipstreams/tests/vars.mk,
	  streams/wvstream.cc, streams/wvstreamclone.cc,
	  streams/wvstreamregistry.cc: component_test: It's handy!  It's
	  dandy!  Instantiate your favourite WvStreams components using
	  monikers: new_wvstream("ssl:tcp:mai:995").  See componenttest.cc
	  for an example.

2002-10-26 01:31  apenwarr

	* ipstreams/tests/componenttest.cc: component_test: added new
	  WvStreamRegistry and WvStreamAutoRegister classes, to make
	  components less horrible to use.

2002-10-25 23:34  apenwarr

	* vars.mk, include/wvstream.h, ipstreams/tests/componenttest.cc,
	  ipstreams/tests/vars.mk, streams/wvstream.cc: component_test: now
	  actually using XPLC to create the WvTCPConn object.  Cheesy, but
	  it works.

2002-10-25 23:07  jnc

	* uniconf/: daemon/Makefile, tests/uniconfclienttest.cc: Scoping on
	  tests was messing with the results (correct values were being
	  cached, giving false positives).  Also some makefile fixes.

2002-10-25 21:54  apenwarr

	* include/wvistreamlist.h, include/wvlinklist.h,
	  ipstreams/tests/componenttest.cc, streams/wvistreamlist.cc,
	  streams/wvstreamlist.cc: component_test: add WvIStreamList (a
	  list of IWvStream objects, like WvStreamList and cut-and-pasting
	  way too much code).  Added componenttest.cc, which uses some
	  IWvStream pointers to fake a component system.

2002-10-25 21:25  apenwarr

	* crypto/wvsslstream.cc, include/wvhttp.h, include/wvsslstream.h,
	  include/wvstream.h, include/wvstreamclone.h, ipstreams/wvhttp.cc,
	  streams/wvencoderstream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc, streams/wvsyncstream.cc: component_test
	  branch: initial split of some WvStream bits into IWvStream.
	  wvstreams and all of its test programs still compile, and
	  listentest runs ok.  No guarantees about anything else :)

2002-10-24 21:28  jbrown

	* fft/wvfft.cc, include/wvfft.h, include/wvoggvorbis.h,
	  include/wvpcmutils.h, oggvorbis/tests/testoggvorbis.cc: Fixed
	  some bugs in FFT support.  Renamed PCM support encoders to have
	  the suffix 'encoder'.

2002-10-24 21:01  dgtaylor

	* include/uniconf.h, include/uniconfclient.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/tests/uniconfclienttest.cc: Iterator fixes [they now seem
	  to work in all cases].

2002-10-24 01:29  jbrown

	* fft/wvfft.cc: Oops, committed old copy of wvfft.cc

2002-10-24 01:28  jbrown

	* fft/wvfft.cc, include/wvfft.h, include/wvoggvorbis.h,
	  include/wvpcmutils.h, oggvorbis/tests/testoggvorbis.cc: Moved PCM
	  helper functor encoders to pcmutils.h.  More FFT stuff.

2002-10-23 23:15  pphaneuf

	* config.mk.in, configure.ac, rules.mk, vars.mk, crypto/vars.mk,
	  crypto/wvblowfish.cc, crypto/wvdigest.cc, crypto/wvrsa.cc,
	  crypto/wvsslstream.cc, crypto/wvx509.cc,
	  crypto/tests/certtest.cc, crypto/tests/vars.mk,
	  include/.cvsignore, include/wvgzip.h, include/wvgzipstream.h,
	  include/wvsslhacks.h, qt/.cvsignore, qt/vars.mk, utils/wvgzip.cc:
	  Reorganized WvStreams' configure.ac, added --with-openssl,
	  --with-zlib, --with-oggvorbis, --with-fftw and --with-qt, with
	  somewhat correct checking for the optional packages, fixed a
	  bunch of bad dependencies between various parts of the package,
	  added an implicit rule for "moc", removed the
	  -I/usr/include/openssl from the various places it is used (by
	  fixing the source files), and a few other things I can't really
	  remember.

	  I hope I didn't break anything. :-)

2002-10-23 23:06  pphaneuf

	* ipstreams/tests/.cvsignore, ipstreams/tests/simpleconn.cc,
	  ipstreams/tests/simpleconntest.cc, ipstreams/tests/wvaddrcomp.cc,
	  ipstreams/tests/wvaddrcomptest.cc, configfile/tests/.cvsignore,
	  configfile/tests/delsection.cc,
	  configfile/tests/delsectiontest.cc: Renamed a few more tests from
	  ipstreams and configfile.

2002-10-23 23:04  pphaneuf

	* utils/tests/: .cvsignore, base64test.cc, buffertest.cc,
	  callbacktest.cc, crashtest.cc, diritertest.cc, encodertest.cc,
	  forktest.cc, hashtest.cc, hextest.cc, listtest.cc, proctest.cc,
	  sorttest.cc, stresshash.cc, stresshashtest.cc, strtest.cc,
	  tasktest.cc, tcltest.cc, testbase64.cc, testbuffer.cc,
	  testcallback.cc, testcrash.cc, testdiriter.cc, testencoder.cc,
	  testfork.cc, testhash.cc, testhex.cc, testlist.cc, testproc.cc,
	  testsort.cc, teststr.cc, testtask.cc, testtcl.cc, testver.cc,
	  testwordwrap.cc, vars.mk, vertest.cc, wordwraptest.cc: Renamed
	  the libwvutils tests, after all this time... :-)

2002-10-23 23:03  pphaneuf

	* qt/tests/: .cvsignore, nimon.cc, nimon.h, vars.mk: Removed the
	  non-working "nimon" WvQt test until it is fixed.

2002-10-23 22:38  dgtaylor

	* include/uniconfiter.h, uniconf/uniconfiter.cc,
	  uniconf/tests/uniconfclienttest.cc: Final iterator stuff for
	  UniConfClient.  YAY!

2002-10-23 22:25  dgtaylor

	* rules.mk, crypto/tests/vars.mk, include/uniconf.h,
	  include/uniconfclient.h, include/uniconfiter.h,
	  uniconf/uniconf.cc, uniconf/uniconfclient.cc, uniconf/unigen.cc,
	  uniconf/daemon/Makefile, uniconf/daemon/daemonmain.cc,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h,
	  uniconf/tests/uniconfclienttest.cc: Iterator creation for
	  UniConfClient based generators.

2002-10-23 21:38  jbrown

	* crypto/wvdigest.cc, include/wvbuffer.h, include/wvbufferbase.h,
	  include/wvdigest.h, utils/wvbuffer.cc: Added WvBufferCursor for
	  reading from buffers in-place.  Added WvDigest::digestsize()
	  Added HMAC support to Tunnel Vision UDP.

2002-10-23 15:07  pphaneuf

	* rules.mk: Fixed internal WvStreams dependencies on shared
	  libraries so that libwvstreams.a doesn't include libwvutils.so
	  (for example, others have been fixed).

2002-10-23 14:49  pphaneuf

	* rules.mk: Small change to the implicit makefile rules for
	  WvStreams, to make them more reliable on machines with weird (as
	  in "too new", as well as "too old") gcc's.

2002-10-23 14:18  jbrown

	* oggvorbis/tests/vars.mk, qt/tests/vars.mk: Fixed WvStreams
	  Makefiles building wrong test cases when qt/ogg support missing.

2002-10-23 11:40  jbrown

	* rules.mk, vars.mk: Fixed WvStreams Makefile to install wvqt et.
	  al if available.

2002-10-23 11:19  jbrown

	* include/wvoggvorbis.h, oggvorbis/wvoggvorbis.cc,
	  oggvorbis/tests/testoggvorbis.cc: Removed next to useless and
	  confusing typedef OggVorbisFloat.

2002-10-23 11:19  jbrown

	* include/wvfft.h: Improved documentation of the WvXXXFFTEncoders.

2002-10-23 10:58  jbrown

	* config.mk.in, configure.ac, rules.mk, vars.mk, fft/.cvsignore,
	  fft/vars.mk, fft/wvfft.cc, include/wvfft.h,
	  include/wvoggvorbis.h, include/wvqtstreamclone.h,
	  oggvorbis/.cvsignore, oggvorbis/vars.mk,
	  oggvorbis/wvoggvorbis.cc, oggvorbis/tests/.cvsignore,
	  oggvorbis/tests/testoggvorbis.cc, oggvorbis/tests/vars.mk,
	  qt/.cvsignore, qt/vars.mk, qt/wvqtstreamclone.cc,
	  qt/tests/.cvsignore, qt/tests/nimon.cc, qt/tests/nimon.h,
	  qt/tests/vars.mk: Moved wvoggvorbis and wvqt into the WvStreams
	  main branch.	Added first draft of an FFT encoder.  Added
	  auto-detection of ogg vorbis, fftw, and qt to config scripts.

2002-10-23 10:55  jbrown

	* include/wvrsa.h: Removed a stray blank line. (yeah yeah, I
	  know...)

2002-10-23 02:40  jbrown

	* crypto/wvcountermode.cc, crypto/wvdigest.cc,
	  crypto/tests/cryptotest.cc, include/wvblowfish.h,
	  include/wvdigest.h: Implemented WvHMACDigest.  Fixed a stupid bug
	  in WvCounterModeEncoder.

2002-10-23 00:45  jbrown

	* include/wvbuffer.h, streams/wvprotostream.cc,
	  streams/wvstream.cc, utils/wvbuffer.cc: Fixed an ambiguity in
	  WvBuffer::match primitives.  Fixed some laziness in Tunnel
	  Vision.

2002-10-22 23:38  jbrown

	* crypto/wvcountermode.cc, crypto/wvdigest.cc, crypto/wvrsa.cc,
	  crypto/tests/cryptotest.cc, include/wvbufferbase.h,
	  include/wvcountermode.h: Added WvBuffer::mutablepeek() and
	  WvBuffer::poke().  Optimized WvCounterModeEncoder and added to
	  cryptotest test case.

2002-10-22 09:49  jbrown

	* crypto/wvrsa.cc, include/wvencoder.h, utils/wvbuffer.cc,
	  utils/wvencoder.cc, utils/wvhex.cc, utils/tests/testhex.cc: Fixed
	  some ambiguities in the overloaded WvEncoder helper functions
	  that take void *'s by renaming them.	Fixed a bug in
	  WvBuffer::match().

2002-10-22 09:04  jbrown

	* crypto/wvblowfish.cc, crypto/wvcountermode.cc,
	  crypto/wvdigest.cc, crypto/wvrsa.cc, crypto/wvsslstream.cc,
	  crypto/wvx509.cc, crypto/wvxor.cc, crypto/tests/md5test.cc,
	  include/uniconfconn.h, include/wvbuffer.h,
	  include/wvbufferbase.h, include/wvcountermode.h,
	  include/wvencoder.h, include/wvencoderstream.h,
	  include/wvfunctorencoder.h, include/wvlogbuffer.h,
	  include/wvprotostream.h, include/wvstream.h, include/wvsyslog.h,
	  include/wvtraits.h, ipstreams/tests/udp2test.cc,
	  streams/wvlogbuffer.cc, streams/wvprotostream.cc,
	  streams/wvstream.cc, uniconf/uniconfclient.cc,
	  uniconf/uniconfini.cc, urlget/wvhttppool.cc, utils/strutils.cc,
	  utils/wvbuffer.cc, utils/wvencoder.cc, utils/wvgzip.cc,
	  utils/wvtclstring.cc, utils/tests/testbuffer.cc,
	  utils/tests/testencoder.cc: Added first draft of new generic
	  buffering API to improve speed and   usefulness of buffers and to
	  open up avenues for further	WvStreams and WvEncoder
	  refactorings.  While the WvBuffer API should remain stable,
	  further optimizations   and improvements are planned to reduce
	  code bloat and to make   merge() nice and fast again.

2002-10-22 06:01  apenwarr

	* include/wvlockfile.h, streams/wvlockfile.cc: Merged recent
	  changes from r3_71 into the main branch.

2002-10-21 21:12  dgtaylor

	* uniconf/unievents.cc: [no log message]

2002-10-21 20:42  dgtaylor

	* include/uniconfclient.h, include/uniconfconnfactory.h,
	  uniconf/uniconfclient.cc, uniconf/uniconfconntcpfactory.cc,
	  uniconf/uniconfconnusocketfactory.cc, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/tests/uniconfclienttest.cc: Modified UniConfClient to use
	  a more general factory scheme so that it could more readily be
	  added to by people.

2002-10-21 16:18  apenwarr

	* include/wvlockfile.h, streams/wvlockfile.cc: r3_71: WvLockFile
	  was completely wrong.

2002-10-19 05:18  jbrown

	* include/wvfunctorencoder.h: Added default _reset() method to
	  WvFunctorEncoder that just returns true since it is expected most
	  WvFunctorEncoders will be stateless (like the current
	  implementations).

2002-10-19 05:11  jbrown

	* crypto/wvblowfish.cc, crypto/wvcountermode.cc,
	  crypto/wvcrypto.cc, crypto/wvdigest.cc, crypto/wvrsa.cc,
	  crypto/tests/cryptotest.cc, crypto/tests/md5test.cc,
	  include/wvbase64.h, include/wvblowfish.h,
	  include/wvcountermode.h, include/wvcrypto.h, include/wvdigest.h,
	  include/wvencoder.h, include/wvhex.h, include/wvrsa.h,
	  include/wvstream.h, include/wvwordwrap.h, include/wvx509.h,
	  streams/wvstream.cc, utils/wvbase64.cc, utils/wvencoder.cc,
	  utils/wvhex.cc, utils/wvwordwrap.cc, utils/tests/.cvsignore:
	  Added reset() method to WvEncoder and many of its
	  implementations.  Added convenient finish parameter to most
	  WvEncoder helpers.  Replaced old wvcrypto message digest support
	  with new interface   based on encoders.  (deleted a large wad of
	  code) Split WvCounterModeEncoder out into its own module and
	  fixed it.  Added new read() and write() functions that work on
	  WvBuffers to	 WvStream in anticipation of further WvStreams
	  refactorings.

2002-10-19 01:12  apenwarr

	* uniconf/uniconfini.cc: Changed UniConfIniFile so that [section
	  names] with equal signs in the name don't need to be tcl-escaped.

	  Massively restructed WvLdapClient.  It can only do read (search)
	  queries, but it can do lots of them in the background and does
	  sane things with WvStreamList and select().  It dumps the query
	  results into a UniConf branch, which is... interesting.  I sure
	  wish we had a KDE UniConf viewer/editor!  (hint hint...)

2002-10-18 20:04  dgtaylor

	* include/uniconf.h, include/uniconfclient.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/unievents.cc,
	  uniconf/unigen.cc, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemonconn.cc, uniconf/tests/conftest.cc,
	  uniconf/tests/uniconfclienttest.cc: More minor fix ups to daemon
	  and client before trying to implement a factory scheme for the
	  connections.

2002-10-18 17:09  apenwarr

	* include/: wverror.h, wvstream.h: The variant of
	  WvError/WvStreams::seterr() for auto-WvString-formatting seems to
	  have disappeared, or never existed.  Anyway, it should exist :)

2002-10-18 06:23  jbrown

	* include/wvsyncstream.h, streams/wvsyncstream.cc: Fixed the
	  WvSyncStream.

2002-10-18 04:21  jbrown

	* streams/wvsyncstream.cc: New WvSyncStream works, but skips.  Set
	  aside for later.

2002-10-18 03:47  jbrown

	* include/wvsyncstream.h, streams/wvsyncstream.cc: Added
	  WvSyncStream to WvStreams.  Note: have changed it to be a
	  WvStreamClone, DOES NOT WORK YET.

2002-10-18 01:50  jbrown

	* include/wvwordwrap.h, utils/wvwordwrap.cc,
	  utils/tests/testwordwrap.cc: Added first draft of WvWordWrap.

2002-10-17 21:13  jbrown

	* include/wvencoderstream.h, streams/wvencoderstream.cc: Fixed
	  WvEncoderStream EOF handling.  Fixed WvEncoderStream infinite
	  recursion on close().

2002-10-17 17:50  dgtaylor

	* include/uniconfclient.h, uniconf/uniconfclient.cc,
	  uniconf/unigen.cc, uniconf/daemon/uniconf.ini,
	  uniconf/daemon/uniconfdaemon.cc,
	  uniconf/tests/uniconfclienttest.cc: Eliminated an infinite loop,
	  changed uniconfclient to use UniConfConn.  General fix ups.

2002-10-17 16:24  pphaneuf

	* config.mk.in, configure.ac: Made the "--enable-efence" configure
	  option for WvStreams actually work.

2002-10-17 04:14  jbrown

	* include/strutils.h, include/wvlinklist.h, include/wvstringlist.h,
	  include/wvstringtable.h, utils/wvstringlist.cc,
	  utils/wvstringtable.cc: Refactored common string split/join code
	  into strutils.h from	 WvStringList and WvStringTable (they were
	  getting out of sync).  Fixed string collection join code to
	  tolerate null strings.

2002-10-17 02:56  jbrown

	* include/wvencoder.h, utils/wvencoder.cc: Slightly changed
	  semantics of condition checking in encode() and   finish() to
	  allow encoders like WvEncoderChain more flexibility in   how they
	  refine isok() and isfinished() semantics.  Fixes a bug   where a
	  WvEncoderChain containing one finished encoder would not
	  receive finish() and therefore not call finish() on the remaining
	  encoders in the list.

2002-10-17 01:56  apenwarr

	* vars.mk, crypto/wvx509.cc, include/wvipfirewall.h,
	  include/wvlogfile.h, linuxstreams/wvipfirewall.cc,
	  streams/wvlogfile.cc, streams/tests/logfiletest.cc: Merged recent
	  changes from r3_71 to the main branch.  Weaver compiles and
	  appears to not crash immediately on some systems.

	  Note: To make wvlogfile.cc compile with O_LARGEFILE, I had to add
	  -D_GNU_SOURCE to the wvstreams Makefile.

2002-10-17 01:36  apenwarr

	* include/wvipfirewall.h, linuxstreams/wvipfirewall.cc: r3_71: same
	  fix as in 3.70 to wvipfirewall.cc, but in a different file.
	  Created 'wvdd' to get rid of silly (but probably harmless) bzip2
	  broken pipe errors.  Added a "wv kick" rcommand to force running
	  of do_filters immediately.  Made apache force a firewall reconfig
	  if you changed the [Servers]httpd or httpsd setting (oops).

2002-10-17 00:38  dgtaylor

	* include/uniconf.h, include/uniconfclient.h,
	  include/uniconfconn.h, uniconf/uniconf.cc,
	  uniconf/uniconfclient.cc, uniconf/uniconfconn.cc,
	  uniconf/unigen.cc, uniconf/daemon/Makefile,
	  uniconf/daemon/uniconf.ini, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h,
	  uniconf/daemon/uniconfdaemonconn.cc,
	  uniconf/daemon/uniconfdaemonconn.h, uniconf/tests/conftest.cc,
	  uniconf/tests/uniconfclienttest.cc: Created the UniConfConn
	  connection class, and it's subclass UniConfDaemonConn.  Modified
	  UniConfDaemon to use UniConfDaemonConn, thereby eliminating the
	  callback code in the daemon.	Also eliminated the seg faults
	  which were caused by streams being deleted from the wvstreamlist
	  automatically through the use of the daemonconn

2002-10-17 00:20  apenwarr

	* ipstreams/wvipfirewall.cc: r3_70: solved the case of the
	  "mysterious disappearing TProxy entries" - WvIPFirewall's
	  constructor was wiping config sections, even though it's supposed
	  to be possible to have more than one instance of it.	(And we
	  did, if you enabled tunnel vision!)  This would have also caused
	  sporadic failure to open firewall ports.

2002-10-17 00:19  jbrown

	* include/wvencoder.h: Fixed isfinished() sometimes returning wrong
	  value

2002-10-17 00:13  jbrown

	* crypto/wvblowfish.cc, crypto/wvrsa.cc, crypto/wvxor.cc,
	  include/wvbase64.h, include/wvblowfish.h, include/wvencoder.h,
	  include/wvencoderstream.h, include/wvfunctorencoder.h,
	  include/wvgzip.h, include/wvhex.h, include/wvrsa.h,
	  include/wvxor.h, streams/wvencoderstream.cc, utils/wvbase64.cc,
	  utils/wvencoder.cc, utils/wvgzip.cc, utils/wvhex.cc,
	  utils/tests/testencoder.cc: Added finish(), isfinished(), and
	  geterror() method to WvEncoder API.  Refactored WvEncoder to use
	  the Template Method pattern for defining   the behaviour of
	  encode(), finish(), isok(), and isfinished().  Added okay,
	  finished, and error string members to WvEncoder abstract   base
	  class and refactored implementations to use these instead   via
	  setnotok(), seterror(), and setfinished().  This eliminated	a
	  lot of code duplication and strengthened invariants on invocation
	  of the various implementation template methods.  Updated many
	  encoders to use the new finish() API.  Modified
	  WvPassthroughEncoder to count the number of bytes moved.  Added
	  flush_read(), flush_write(), finish_read(), finish_write()
	  methods to WvEncoderStream (removed old flushread()) and improved
	  the flush() and close() semantics considerably.  Fixed a buffer
	  overrun bug in WvFunctorEncoder.  Improved error reporting from
	  encoders by supplying text strings.  Fixed Gzip end-of-stream
	  handling using finish() support.

2002-10-16 21:01  ppatters

	* include/wvlogfile.h, streams/wvlogfile.cc,
	  streams/tests/Makefile, streams/tests/logfiletest.cc: r3_71:
	  Added O_LARGEFILE support to WvLogFile - we can now handle logs >
	  2Gb Probably Fixes BUGZID: 612

2002-10-16 05:01  apenwarr

	* include/unievents.h, include/wvconfemu.h, include/wvtest.h,
	  streams/wvtest.cc, uniconf/unievents.cc, uniconf/wvconfemu.cc,
	  uniconf/daemon/.cvsignore, uniconf/daemon/Makefile,
	  uniconf/daemon/daemonmain.cc, uniconf/daemon/uniconfdaemon.cc,
	  uniconf/daemon/uniconfdaemon.h, uniconf/tests/eventtest.cc:
	  Added WvTest, the beginnings of a class to help simplify
	  automated test programs.  Split part of UniConfEvents into
	  UniConfNotifier, so that you can now have several UniConfEvents
	  objects on the same UniConf tree and you can unregister a bunch
	  of callbacks simply by destroying one of them; this clones the
	  functionality of the much stupider WvService::ChangeBool stuff,
	  which can now eventually go away.  Modified eventtest and
	  uniconfdaemon to create and use a UniConfNotifier object. Did
	  some random other cleanups to the uniconfdaemon code while I was
	  there.

2002-10-16 03:16  jbrown

	* include/wvfunctorencoder.h: Optimized WvFunctorEncoder to avoid
	  relatively expensive get()/put().

2002-10-16 01:17  jbrown

	* include/wvfunctorencoder.h: Added a WvFunctorEncoder for applying
	  a transformation function to buffers in an encoder chain.  When
	  the functor has been inlined, this becomes an efficient way to
	  convert between data types and perform simple stateless
	  transformations.

2002-10-15 22:50  jnc

	* include/wvtimeoutstream.h, include/wvtimestream.h,
	  streams/wvtimeoutstream.cc, streams/wvtimestream.cc,
	  streams/tests/timeouttest.cc: Rewrote WvTimeoutStream to use
	  alarm

2002-10-15 17:46  ppatters

	* include/strutils.h, include/wvx509.h, utils/strutils.cc: HEAD:
	  Moved rfc1123_date from wvwebconfig to strutils, Documentation
	  fixes to WvX509, remove some cruft from weaver.cc (old apenwarr
	  comment re: autoinstaller).

2002-10-15 17:15  slajoie

	* include/wvbuffer.h: Fixed warning.

2002-10-11 20:15  apenwarr

	* crypto/wvx509.cc: r3_71: merged changes from r3_70.  Also fixed a
	  warning in wvdyndns.cc.

2002-10-11 20:14  apenwarr

	* crypto/wvx509.cc: r3_70: fixed a bug that forced nearly all
	  generated certificates to use weaver.weavernet.null as the
	  hostname, thus making mozilla very confused.	Oops!
	  Unfortunately, from now on "[httpd]requestdn" will be known as
	  "[httpd]request dn" instead, since previous versions were setting
	  that variable and never should have.

	  Also made wvx509.cc use a random serial number, since I suspect
	  that mozilla uses the {DN,serial} as a unique key for identifying
	  a cert, and hundreds of certs for weaver.weavernet.null with
	  serial number 0 isn't good news.

2002-10-11 19:44  apenwarr

	* include/wvstringlist.h, utils/wvstringlist.cc: Merged recent
	  changes from r3_71 to head.  It's hard to keep up with you
	  people!

2002-10-11 19:24  tzsebe

	* configfile/wvconf.cc, include/wvconf.h: Sync fix (don't sync_user
	  unnecessarily)

2002-10-11 17:26  apenwarr

	* include/wvstringlist.h, utils/wvstringlist.cc:
	  r3_71: Fixed a typo in slapd.conf related to the
	  obviously-untested calendar stuff.  Cleaned up some log messages.
	  Made WvAuth create /tmp/disk/etc/{passwd,group} more cleanly
	  than before.	Made WvMysql::prebackup() and postbackup() use
	  /tmp/home instead of /home.  Made the NFS server always restart,
	  rather than using SIGHUP, since restarting should be harmless
	  with NFS and SIGHUP doesn't work when there's no /etc/exports in
	  the chroot environment.  Made wvprint actually try to restart in
	  case of an error, like other wvservices.  Made
	  AML_VirtualWWWOptions work properly in "modify an existing entry"
	  mode.  Added a handy popstr() function to WvStringList to help
	  with that.

2002-10-11 11:03  jbrown

	* crypto/wvsslstream.cc, include/wvsslstream.h: Small fix to
	  WvSSLStream to prevent busy waiting on reads.

2002-10-11 10:42  jbrown

	* crypto/wvsslstream.cc, include/wvsslstream.h: Fixed a serious bug
	  in WvSSLStream that caused memory corruption	 when SSL_write
	  returned SSL_ERROR_WRITE_AGAIN and some potential   problems with
	  SSL_read.  Rewrote the whole mess to use a   WvMiniBuffer and to
	  attempt larger reads/writes at a time.

2002-10-11 07:57  jbrown

	* crypto/wvblowfish.cc, crypto/wvcrypto.cc, crypto/wvrsa.cc,
	  crypto/wvxor.cc, include/wvblowfish.h, include/wvcrypto.h,
	  include/wvgzip.h, include/wvrsa.h, include/wvxor.h,
	  utils/wvgzip.cc, utils/tests/testencoder.cc: Moved WvXOREncoder
	  to its own module.  Added WvGzipStream.  Renamed various encoder
	  modes and added default params to their streams.  Added primitive
	  support for RSA digital signatures in WvRSAEncoder.

2002-10-11 06:55  jbrown

	* crypto/wvblowfish.cc, crypto/wvcrypto.cc, crypto/wvrsa.cc,
	  crypto/wvx509.cc, crypto/tests/cryptotest.cc,
	  include/wvblowfish.h, include/wvcrypto.h, include/wvrsa.h:
	  Replaced old WvRSAKey error code with WvError instance.  Rewrote
	  WvRSAKey to use WvBuffer for creating hexified versions of
	  keys, and to avoid some existing memory leaks and possible
	  memory allocation bugs.  Moved RSA and Blowfish related crypto
	  stuff into their own modules.

2002-10-11 06:52  jbrown

	* include/wvencoder.h, utils/wvencoder.cc, utils/wvhex.cc: Changed
	  signature of certain WvEncoder helper functions to better
	  reflect their purpose.  Added helper functions to WvEncoder for
	  manipulating in-place   C-style arrays.  Updated WvHex hexify and
	  unhexify implementations to use new helpers.

2002-10-11 06:50  jbrown

	* include/wverror.h: Added virtual isok() to WvError.

2002-10-11 06:49  jbrown

	* urlget/wvhttppool.cc: Commented out an annoying debug log message
	  in WvHttpPool.

2002-10-11 06:48  jbrown

	* include/wvgzip.h, utils/wvgzip.cc, utils/tests/testencoder.cc:
	  Renamed WvGzip to WvGzipEncoder.

2002-10-11 00:45  tzsebe

	* configfile/wvconf.cc, include/wvconf.h: Added modified user list
	  to make sync() go faster.

2002-10-11 00:20  jbrown

	* include/wvbuffer.h, streams/wvstream.cc, utils/wvstring.cc,
	  utils/wvtask.cc: Random changes to make Valgrind a little
	  happier.

2002-10-11 00:16  jbrown

	* utils/tests/stresshash.cc: Fixed a test case broken by a previous
	  change to WvHashTable

2002-10-10 19:10  apenwarr

	* crypto/wvsslstream.cc, include/wvhttppool.h,
	  urlget/wvhttppool.cc: Insanity crazy holy!  Merging the recent
	  mass of messes from r3_71 to the main branch.  Like in r3_71,
	  please check your favourite webconfig pages.

2002-10-10 19:00  jbrown

	* include/wvgzip.h, utils/wvgzip.cc, utils/tests/testencoder.cc:
	  Slew a leak and bug in handling of isok() for WvGzipEncoder.

2002-10-10 18:11  ppatters

	* include/wvhashtable.h, utils/wvhashtable.cc: Collision between QT
	  slots, and WvHashtable slots - WvHashtable now has wvslots.

2002-10-10 17:55  slajoie

	* crypto/wvcrypto.cc: Use delete[] on arrays.

2002-10-09 22:45  jbrown

	* include/wvaddr.h, ipstreams/wvaddr.cc: Small semantic
	  improvements to WvIPNet.

2002-10-09 19:05  jbrown

	* include/strutils.h, include/wvhex.h, utils/strutils.cc,
	  utils/wvhex.cc, utils/tests/testhex.cc: Added a
	  WvHexEncoder/Decoder.  Modified hexify() and unhexify() to use
	  the new encoder for the time being until they can be properly
	  deprecated.

2002-10-09 18:27  jbrown

	* crypto/tests/cryptotest.cc: Updated cryptotest

2002-10-09 18:18  jbrown

	* utils/wvbase64.cc, include/wvbase64.h, utils/tests/testbase64.cc:
	  Small cleanup to WvBase64Encoder/Decoder.  Forgot to remove old
	  code.

2002-10-09 02:00  jbrown

	* include/wverror.h: Made WvError::geterr() and errstr() virtual
	  for compatibility with old code that overrides these methods.

2002-10-08 21:38  jbrown

	* crypto/tests/cryptotest.cc, include/base64.h, include/wvbase64.h,
	  utils/base64.cc, utils/wvbase64.cc, utils/tests/testbase64.cc:
	  Added new WvBase64Encoder/Decoder with an improved interfaces
	  compared to the older base 64 functions.  Switch over all base 64
	  clients to new interface.  Removed old base 64 code.	Improved
	  base64 and crypto test cases.  Removed obsolete reference to
	  Ethertap interface from WvWeaver.

2002-10-08 21:34  jbrown

	* utils/wvencoder.cc, include/wvencoder.h: Updated signature of
	  WvEncoder helpers for manipulating strings.

2002-10-08 20:57  jbrown

	* streams/wvstream.cc: Oops!  Fixed a nasty bug in WvStream::write
	  I introduced yesterday.

2002-10-08 18:37  jnc

	* linuxstreams/wvdsp.cc: Fix signed-compare warning in wvdsp

2002-10-08 18:26  jnc

	* linuxstreams/wvdsp.cc: Fixed warnings in WvDSP.

2002-10-08 18:22  jnc

	* linuxstreams/wvdsp.cc: Commented out some spammy log messages in
	  WvDSP.

2002-10-08 04:11  jbrown

	* include/wvencoder.h, utils/wvencoder.cc: Added WvEncoder helpers
	  for encoding WvStrings more easily.

2002-10-08 04:10  jbrown

	* include/wvencoderstream.h, include/wvstream.h,
	  streams/wvencoderstream.cc, streams/wvstream.cc,
	  streams/wvstreamclone.cc: Added WvStream::auto_flush() to better
	  control flushing behaviour on write().  The existing
	  delay_output() flag does nothing to help disambiguate explicit
	  calls to flush() from the automatic ones that happen in
	  post_select().  These need to be different for encoders to work
	  properly.

2002-10-08 04:07  jbrown

	* utils/wvbuffer.cc: Reduced minimum WvBuffer size to 256 bytes
	  from 1kb.

2002-10-08 04:06  jbrown

	* include/wvbuffer.h: Added getch() to WvBuffer.

2002-10-07 18:34  andrew

	* Makefile, configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/wvconf.cc, configfile/wvconf.h, crypto/Makefile,
	  crypto/certtest.cc, crypto/md5test.cc, crypto/reqtest.cc,
	  crypto/sslsrvtest.cc, crypto/wvcrypto.cc, crypto/wvcrypto.h,
	  crypto/wvsslhacks.c, crypto/wvsslhacks.h, crypto/wvsslstream.cc,
	  crypto/wvsslstream.h, crypto/wvx509.cc, crypto/wvx509.h,
	  ipstreams/simpleconn.cc, ipstreams/udp2test.cc,
	  ipstreams/wvaddr.cc, ipstreams/wvaddr.h, ipstreams/wvhttp.cc,
	  ipstreams/wvhttp.h, ipstreams/wvinterface.cc,
	  ipstreams/wvinterface.h, ipstreams/wvipaliaser.cc,
	  ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, streams/wvdailyevent.cc,
	  streams/wvdailyevent.h, streams/wvfile.cc, streams/wvfile.h,
	  streams/wvlog.cc, streams/wvlog.h, streams/wvlogbuffer.cc,
	  streams/wvlogbuffer.h, streams/wvpipe.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/wvstream.h, streams/wvstreamlist.cc, streams/wvsyslog.cc,
	  streams/wvsyslog.h, utils/.cvsignore, utils/Makefile,
	  utils/base64.cc, utils/base64.h, utils/strcrypt.cc,
	  utils/stresshash.cc, utils/strutils.cc, utils/strutils.h,
	  utils/testbase64.cc, utils/testcrash.cc, utils/testhash.cc,
	  utils/teststr.cc, utils/wvbuffer.cc, utils/wvbuffer.h,
	  utils/wvdiriter.cc, utils/wvfork.cc, utils/wvfork.h,
	  utils/wvhashtable.cc, utils/wvhashtable.h, utils/wvlink.h,
	  utils/wvstring.cc, utils/wvstring.h, utils/wvstringlist.cc,
	  utils/wvstringlist.h, utils/wvstringtable.cc,
	  utils/wvstringtable.h, utils/wvsubproc.cc, utils/wvsubproc.h,
	  utils/wvtask.cc, utils/wvtask.h: WEBCONFIG_DEMO: Upgraded
	  webconfig demo branch to 3.70a.

2002-10-04 06:12  jbrown

	* include/wvstream.h, include/wvstreamclone.h, streams/wvstream.cc,
	  streams/wvstreamclone.cc: Added disassociate_on_close flag to
	  WvStreamClone to make it easier to avoid inadvertently closing
	  the cloned stream without having to make a new subclass that
	  explicitly prevents this.  Also makes it easiert to swap in and
	  out WvStreamClones that act as filters.

	  Improved support for flushing streams that need to do fancy work
	  (like Gzip) with the addition of the flush_internal template
	  method.

	  Removed bogus write size limiting during a flush.

2002-10-04 06:07  jbrown

	* include/wvcrypto.h, crypto/wvcrypto.cc,
	  crypto/tests/cryptotest.cc: Refactored old WvCryptoStream
	  implementations into WvEncoders, then added new streams derived
	  from WvEncoderStream in their place.	Added WvCounterModeEncoder
	  and Blowfish ECB mode for TunnelVision    --> not tested yet

2002-10-04 06:04  jbrown

	* include/wvencoderstream.h, streams/wvencoderstream.cc: Added
	  WvEncoderStream for streamifying a chain of WvEncoders.

2002-10-04 06:03  jbrown

	* include/wvgzip.h: Updated Gzip encoder to match new interface

2002-10-04 06:02  jbrown

	* include/wvencoder.h, utils/wvencoder.cc, utils/wvgzip.cc,
	  utils/tests/testencoder.cc: Updated WvEncoder to make it easier
	  to use, and thoroughly commented the new interface specification
	  in the header file.

2002-10-04 05:59  jbrown

	* include/wvbuffer.h, utils/wvbuffer.cc, utils/tests/testbuffer.cc:
	  WvBuffer bugfixes, and code streamlining, plus added assertions
	  to help find bugs internally and in bonehead clients that try to
	  unallocate more than they should or do other evil things. *sigh*

2002-10-04 05:51  jbrown

	* configure.ac, vars.mk: Added an Electric Fence option to
	  configure.ac to assist with debugging.

2002-10-03 23:40  dgtaylor

	* uniconf/daemon/: uniconf.ini, uniconfdaemon.cc, uniconfdaemon.h:
	  Notifications added... one minor bug left to clear up.. but not
	  in the notifications.. caused in wvtclstring.cc, in the getword
	  code.

2002-10-03 21:22  ppatters

	* crypto/wvsslstream.cc: BUGZID: 519 r3_71: Add delsection command
	  to the rcommands... also put back in the SSL Compatibility stuff,
	  since it turns out my problem was simply an old certificate.
	  (Aaaargh!)

2002-10-03 16:47  dgtaylor

	* uniconf/daemon/: uniconfconn.cc, uniconfconn.h, uniconfdaemon.h:
	  [no log message]

2002-10-03 15:56  dgtaylor

	* uniconf/daemon/: daemonmain.cc, uniconf.ini, uniconfdaemon.cc,
	  uniconfdaemon.h: Minor fixes to daemon before adding
	  notifications.

2002-10-02 23:07  dgtaylor

	* uniconf/daemon/: Makefile, daemonmain.cc, uniconf.ini,
	  uniconfconn.cc, uniconfconn.h, uniconfdaemon.cc, uniconfdaemon.h:
	  Daemon Version 1.0alpha-beta-gamma

2002-10-02 21:34  ppatters

	* crypto/wvsslstream.cc: r3_71: Back out my WvSSLStream change from
	  yesterday due to the fact that Mozilla and/or OpenSSL is stupid.
	  Really fix the /mysql/ redirect problem as well.

2002-10-02 20:09  andrew

	* include/wvhttppool.h, urlget/wvhttppool.cc: r3_71: Changes to
	  WvHttpPool to allow killing off of data you don't want by closing
	  the WvBufStream.

2002-10-02 20:08  dgtaylor

	* include/wvtclstring.h, utils/wvtclstring.cc: Split decode into a
	  getword function, which will return a single tcl word from a
	  supplied buffer.

2002-10-02 01:21  jnc

	* streams/wvtimestream.cc: Oops.  Now you can turn the new
	  WvTimeStream off with set_timer(0).

2002-10-02 00:46  jnc

	* include/wvdsp.h, linuxstreams/wvdsp.cc,
	  linuxstreams/tests/dsptest.cc: ALSA lies even more than we though
	  - it sometimes returns HUGE MASSIVE RIDICULOUS frag counts.  We
	  now deal with this by resetting.  Also added some parameters to
	  replace #ifdefs.

2002-10-01 19:55  ppatters

	* crypto/wvsslstream.cc: r3_71: Added a couple of SSL_CTX_options
	  to improve comptibility between broken servers and clients, and
	  to not let it use the insecure SSLv2 protocol. This might fix
	  some of those invalid MAC errors that have sporadically cropped
	  up.

2002-10-01 19:53  jnc

	* include/wvtimestream.h, streams/wvtimestream.cc: Converted
	  WvTimeStream to use alarm()

2002-10-01 00:05  jdcormie

	* streams/wvstreamlist.cc: fix: alarm() didn't work with
	  streamlists when select(-1)

2002-09-30 18:48  ppatters

	* debian/rules: Ok... I think that's most things that we're
	  currently open-sourcing...  retchmail, wvprint, wvtftp are now
	  moved out of the dist/ space and into the main tree space...

2002-09-30 18:34  ppatters

	* include/wvdsp.h: A couple of documentation updates for wvdsp, and
	  some public vs. private fixes...

2002-09-30 17:58  ppatters

	* debian/changelog, debian/control, debian/copyright, debian/dirs,
	  debian/docs, debian/postinst, debian/rules, debian/shlibs,
	  redhat/libwvstreams.spec: Start moving packaging stuff directly
	  into the various OpenSource package trees - WvStreams is now
	  integrated

2002-09-27 18:57  apenwarr

	* linuxstreams/wvdsp.cc: [no log message]

2002-09-27 08:43  jbrown

	* crypto/wvcrypto.cc, include/wvcrypto.h, include/wvstream.h,
	  ipstreams/wvudp.cc, streams/wvstream.cc: Added chronyd to
	  killstuff.sh and made WvChronyD more robust.	Fixed a missing
	  'const' in crypto constructor.  Added readahead parameter to
	  WvStream::getline().	Refactored tunnelvision to make its inner
	  workings more obvious.  NetGuide now should automatically bring
	  up and down routes   correctly most of the time.  Before,
	  TunnelVision would accept   connections but never initiate them.
	  (Not easily fixed!) TunnelVision now handles naive INSECURE
	  tunneling over UDP.

2002-09-26 19:54  slajoie

	* include/wvcallback.h: Fix ICE with VC7, should not affect other
	  compilers.

2002-09-26 09:19  apenwarr

	* linuxstreams/: wvdsp.cc, tests/dsptest.cc: Changed the default
	  requested latency in dsptest.cc to 0, so people don't think it
	  sucks :)

2002-09-26 09:09  apenwarr

	* include/wvdsp.h, include/wverror.h, include/wvmagiccircle.h,
	  include/wvshmzone.h, include/wvstream.h, linuxstreams/wvdsp.cc,
	  linuxstreams/tests/.cvsignore, linuxstreams/tests/dsptest.cc,
	  streams/wvstream.cc, utils/wverror.cc, utils/wvmagiccircle.cc,
	  utils/wvshmzone.cc, utils/tests/.cvsignore,
	  utils/tests/magiccircletest.cc: Split the error handling stuff
	  out of WvStream into WvError, since I know other classes that
	  might want it for handy consistent error management.	Wrote
	  WvShmZone (mmap-based shared memory blob) and WvMagicCircle
	  (shared memory circular buffer) for fast, safe, easy data passing
	  across a fork() (or in-process too, I guess).  Merged several
	  attempts at WvDsp into the One True mega-WvDsp... it really ought
	  to work with everything.  At least it works with my Ensoniq
	  ES1370 (OSS) and the prolific via82cxxx (ALSA).  By the way, ALSA
	  IS A BIG FAT STUPID LYING SCUMBAG.  Wrote test programs for
	  MagicCircle and WvDsp.  dsptest loops the microphone straight
	  into the output so you can measure latency using your ears.

2002-09-24 20:13  jbrown

	* include/wvstream.h, streams/wvstream.cc: Added support to
	  wvrules.mk for building .moc files on demand Replaced
	  WvQtStreamClone with a variant that no longer needs a thread
	  (involved some small refactoring of WvStream _select) Removed
	  WvQtSelectLoop (no longer useful)

2002-09-24 17:02  apenwarr

	* include/uniconfini.h, uniconf/uniconfini.cc,
	  uniconf/tests/conftest.cc: Added a save_test option to
	  UniConfIni, which causes it to not overwrite .ini files, but save
	  to filename.ini.new instead.	This helps with conftest.cc, which
	  doesn't really want to change its input files.

2002-09-23 21:20  jbrown

	* linuxstreams/: vars.mk, wvinterface.cc: Fixed a mistake resulting
	  from the wvstreams merge.

2002-09-23 20:06  jbrown

	* linuxstreams/: .cvsignore, tests/.cvsignore: [no log message]

2002-09-23 20:05  jbrown

	* Makefile, ipstreams/wvinterface.cc, ipstreams/wvipaliaser.cc,
	  ipstreams/wvipfirewall.cc, ipstreams/wviproute.cc,
	  ipstreams/tests/aliastest.cc, ipstreams/tests/routetest.cc,
	  linuxstreams/.cvsignore, linuxstreams/vars.mk,
	  linuxstreams/wvinterface.cc, linuxstreams/wvipaliaser.cc,
	  linuxstreams/wvipfirewall.cc, linuxstreams/wviproute.cc,
	  linuxstreams/wvtundev.cc, linuxstreams/tests/aliastest.cc,
	  linuxstreams/tests/routetest.cc, linuxstreams/tests/vars.mk,
	  streams/wvtundev.cc: Merged wvstreams r3_71 changes into HEAD
	  (moved files to linuxstreams)

2002-09-23 19:50  jbrown

	* linuxstreams/.cvsignore: [no log message]

2002-09-23 19:48  jbrown

	* Makefile, ipstreams/Makefile, ipstreams/wvinterface.cc,
	  ipstreams/wvipaliaser.cc, ipstreams/wvipfirewall.cc,
	  ipstreams/wviproute.cc, ipstreams/tests/Makefile,
	  ipstreams/tests/aliastest.cc, ipstreams/tests/routetest.cc,
	  linuxstreams/Makefile, linuxstreams/wvinterface.cc,
	  linuxstreams/wvipaliaser.cc, linuxstreams/wvipfirewall.cc,
	  linuxstreams/wviproute.cc, linuxstreams/tests/Makefile,
	  linuxstreams/tests/aliastest.cc, linuxstreams/tests/routetest.cc:
	  Moved linux-specific WvStreams to a directory of their own.  In
	  the future, the Makefiles should be modified to only build these
	  on linux systems and to link them into the right libraries.
	  (Right now everything goes into ipstreams.so)

2002-09-23 19:17  jbrown

	* crypto/: wvcrypto.cc, wvx509.cc: Merged wvstreams changes from
	  r3_71 to HEAD.

2002-09-23 19:04  jbrown

	* include/wvtundev.h, streams/wvtundev.cc: Tunnel Vision works now.
	  Make intermediate route does the right thing, but some other
	  piece of code is deleting the routes it creates.

2002-09-20 19:39  ppatters

	* rules.mk: Yet again, more fixes for Packages...

2002-09-20 19:34  ppatters

	* rules.mk: Still trying to get Debian packages to compile with new
	  makefiles...

2002-09-20 18:35  pphaneuf

	* install-sh, install.sh, rules.mk: Renamed install.sh to
	  install-sh (the latter avoids a bug triggered by the former) and
	  fixed the rules to generate include/wvautoconf.h.in.

2002-09-20 18:29  ppatters

	* install.sh: Add in install.sh to make autoconf happy...

2002-09-20 17:56  jbrown

	* streams/wvtundev.cc: TunnelVision now exchanges packets
	  correctly, but does not   set up the routing tables.	To test,
	  add a manual route   through the tunnel device.

2002-09-17 21:12  jbrown

	* streams/wvstreamclone.cc: Jeff's great NetGuide cleanup.  Removed
	  some old obsolete files.  Reintroduced WvNGRouteList.  Refactored
	  WvNGRoute into a route object and a container object.  Made the
	  notification structure of WvNGRoute more explicit.  Separated
	  NetGuide flattened route list management from routing   hierarchy
	  to make it more explicit and avoid cluttering up the tree.  Added
	  more flexibility to WvNGRouteList.find().  Hopefully fixed
	  TunnelVision woes -- not tested yet Renamed and changed
	  visibility of some NetGuide class members to make   things easier
	  to debug and less error prone.  Introduced some new	methods to
	  discourage clients from digging down deeply into   tunnel and
	  dialer data structures.

2002-09-17 17:54  jdcormie

	* ipstreams/wvudp.cc: added setsocketoptions(SO_REUSEADDR) to udp
	  streams

2002-09-13 21:59  apenwarr

	* crypto/: wvcrypto.cc, wvx509.cc: r3_71: merged more recent
	  changes from r3_70 into r3_71.  Not very many this time, but at
	  least we're sort of in sync now.

2002-09-13 21:37  apenwarr

	* include/wvsubproc.h, streams/wvlogfile.cc, utils/wvsubproc.cc:
	  Merged recent changes from r3_71 into HEAD.  God help us all.

2002-09-13 21:31  apenwarr

	* crypto/wvx509.cc: r3_70: took out the "basic constraints" field
	  from the X509 certificate, since it confuses mozilla and possibly
	  netscape4.

2002-09-13 21:21  ppatters

	* crypto/wvx509.cc: r3_70: Make it so that we can understand
	  Locality identifiers in DN's in WvX509 (l=Montreal)

2002-09-13 00:28  apenwarr

	* crypto/: certtest.cc, reqtest.cc, wvcrypto.cc, wvx509.cc: r3_70:
	  Patrick's fixes for certificate and certificate request
	  generation.  It should now work with Thawte, but the story goes
	  that we have to let the user set the "Subject:" line
	  appropriately, rather than auto-generating our own.  Yech.

2002-09-12 19:02  apenwarr

	* streams/wvlogfile.cc: r3_71: WvSamba (and I think WvATalk) now do
	  the right thing when the local IP or hostname change.

2002-09-12 17:11  ppatters

	* crypto/wvx509.cc: Forgot to sign the Certificate requests... this
	  should work better now...  needs testing with an Actual CA though
	  ;)

2002-09-12 03:16  apenwarr

	* Makefile, include/wvsubproc.h, utils/wvsubproc.cc: r3_71: I
	  hereby declare the new WvService to be officially mostly sane.
	  And I only had to add one more bool!	Also, I've twiddled
	  make_intermediate_route to care about route "upness" and
	  brokenness, to see if that helps with tunnel vision on
	  flip/flopping double vision links.  If this breaks things
	  horribly, we may have to change it back...

2002-09-11 17:34  apenwarr

	* include/wvbuffer.h: r3_71: merged recent changes from r3_70.

2002-09-10 17:31  pphaneuf

	* config.mk.in, vars.mk: Have the wvstreams makefiles use the
	  compilers found by the configure script, made it apply compile
	  options to the C compiler too.

2002-09-10 16:39  pphaneuf

	* config.mk.in, configure.ac, rules.mk, vars.mk,
	  Docs/sgmlmanual/.cvsignore, configfile/.cvsignore,
	  configfile/tests/.cvsignore, crypto/.cvsignore,
	  crypto/tests/.cvsignore, ipstreams/.cvsignore,
	  ipstreams/tests/.cvsignore, streams/.cvsignore,
	  streams/tests/.cvsignore, uniconf/.cvsignore,
	  uniconf/tests/.cvsignore, urlget/.cvsignore,
	  urlget/tests/.cvsignore, utils/.cvsignore,
	  utils/tests/.cvsignore: Added "install", "install-shared",
	  "install-dev", "distclean" and "realclean" targets to WvStreams
	  makefiles. The makefiles also pick up a "RELEASE" variable to set
	  the suffix on shared objects, but will use the version number at
	  the top of the configure.ac as a default. Also cleaned up the
	  .cvsignore files.

2002-09-09 21:51  pphaneuf

	* rules.mk, vars.mk: Fixed some problem for ppatters dist scripts.

2002-09-09 20:12  pphaneuf

	* include/wvsubproc.h, ipstreams/wvinterface.cc, utils/wvcrash.cc,
	  utils/wvtask.cc: Temporarily fixed some issues that will have to
	  be addressed with autoconf.

2002-09-09 19:45  pphaneuf

	* .cvsignore, Makefile, config.mk.in, configure.ac, rules.mk,
	  vars.mk, Docs/Makefile, Docs/vars.mk, configfile/Makefile,
	  configfile/vars.mk, configfile/tests/Makefile,
	  configfile/tests/vars.mk, crypto/Makefile, crypto/vars.mk,
	  crypto/tests/Makefile, crypto/tests/vars.mk, include/.cvsignore,
	  include/strutils.h, include/wvaddr.h, include/wvtcp.h,
	  ipstreams/Makefile, ipstreams/vars.mk, ipstreams/wvunixsocket.cc,
	  ipstreams/tests/Makefile, ipstreams/tests/vars.mk,
	  streams/Makefile, streams/vars.mk, streams/tests/Makefile,
	  streams/tests/vars.mk, uniconf/Makefile, uniconf/vars.mk,
	  uniconf/tests/Makefile, uniconf/tests/vars.mk, urlget/Makefile,
	  urlget/vars.mk, urlget/tests/Makefile, urlget/tests/vars.mk,
	  utils/Makefile, utils/strcrypt.cc, utils/vars.mk,
	  utils/tests/Makefile, utils/tests/vars.mk: The new makefiles have
	  landed.

	  I wouldn't quite say that "make clean" is a thing of the past,
	  but it's now an habit you should start to get rid of. :-)

2002-09-09 19:32  pphaneuf

	* Makefile, crypto/Makefile: libwvcrypto is gone gone gone.

2002-09-06 00:16  andrew

	* streams/wvfile.cc: Forgot default value for skip_select in
	  WvFile.

2002-09-06 00:15  andrew

	* include/wvfile.h, streams/wvfile.cc: Adding skip_select bool to
	  WvFile so I can skip the select() stuff for /proc files.

2002-09-05 20:53  mcote

	* include/wvresolver.h: Included a note about not deleting the addr
	  parameter into wvresolver.h.

2002-08-31 01:51  mag

	* crypto/wvcrypto.cc, include/wvaddr.h, include/wvbuffer.h,
	  include/wvstreamclone.h, include/wvtundev.h, ipstreams/wvaddr.cc,
	  ipstreams/tests/.cvsignore, ipstreams/tests/wvaddrcomp.cc,
	  streams/wvtundev.cc:
	  Well, here is my going away present - the new NetGuide.  This is
	  a pretty big change (2000+ lines), and unfortunatly I did not
	  have time to debug all of it properly, so parts of it are pretty
	  broken. For details on what has been changed and the status of
	  the components see WvNetGuide on the wiki.

2002-08-29 18:42  pphaneuf

	* utils/wvbuffer.h: r3_70: WvMiniBuffer was doing "delete" on a
	  buffer that had been "new[]"'d.

2002-08-28 19:43  jbrown

	* crypto/wvcrypto.cc, crypto/wvx509.cc, include/if_arp.h,
	  include/wvaddr.h, include/wvcrypto.h, include/wvdiriter.h,
	  include/wvsubproc.h, include/wvtcp.h, include/wvx509.h,
	  ipstreams/wvinterface.cc, ipstreams/wvudp.cc,
	  ipstreams/wvunixsocket.cc, streams/Makefile,
	  streams/wvlogfile.cc, streams/tests/clonetest.cc,
	  urlget/tests/http2test.cc, utils/complex-proc.sh,
	  utils/wvcrash.cc, utils/wvdiriter.cc, utils/wvsubproc.cc,
	  utils/wvtask.cc, utils/tests/stresshash.cc,
	  utils/tests/testcrash.cc, utils/tests/testproc.cc: Merging r3_71
	  into HEAD.

2002-08-28 17:32  jbrown

	* wvrules.mk: Removed bogus wvrules.mk that was nabbed by a
	  symlink.

2002-08-28 16:40  jbrown

	* .cvsignore: Fixed .cvsignore not to ignore includes

2002-08-28 03:16  jbrown

	* utils/Makefile, utils/base64.h, utils/stresshash.cc,
	  utils/strutils.h, utils/testbase64.cc, utils/testbuffer.cc,
	  utils/testcallback.cc, utils/testcrash.cc, utils/testdiriter.cc,
	  utils/testencoder.cc, utils/testfork.cc, utils/testhash.cc,
	  utils/testlist.cc, utils/testproc.cc, utils/testsort.cc,
	  utils/teststr.cc, utils/testtask.cc, utils/testtcl.cc,
	  utils/testver.cc, utils/verstring.h, utils/wvbuffer.h,
	  utils/wvcallback.h, utils/wvcrash.h, utils/wvdiriter.h,
	  utils/wvencoder.h, utils/wvfork.h, utils/wvgzip.h,
	  utils/wvhashtable.h, utils/wvlink.h, utils/wvlinklist.h,
	  utils/wvsorter.h, utils/wvstring.h, utils/wvstringlist.h,
	  utils/wvstringtable.h, utils/wvsubproc.h, utils/wvtask.h,
	  utils/wvtclstring.h, utils/wvtimeutils.h, include/base64.h,
	  include/strutils.h, include/uniconf.h, include/uniconfini.h,
	  include/uniconfiter.h, include/unievents.h, include/verstring.h,
	  include/wvaddr.h, include/wvbuffer.h, include/wvbufstream.h,
	  include/wvcallback.h, include/wvconf.h, include/wvcrash.h,
	  include/wvcrypto.h, include/wvdailyevent.h, include/wvdiriter.h,
	  include/wvfile.h, include/wvgzip.h, include/wvhttppool.h,
	  include/wvinterface.h, include/wvipaddrtable.h,
	  include/wvipaliaser.h, include/wvipfirewall.h,
	  include/wvipnetlist.h, include/wviproute.h, include/wvlink.h,
	  include/wvlockdev.h, include/wvlockfile.h, include/wvlog.h,
	  include/wvlogfile.h, include/wvlogrcv.h, include/wvloopback.h,
	  include/wvmodem.h, include/wvpipe.h, include/wvprotostream.h,
	  include/wvsplitstream.h, include/wvsslhacks.h,
	  include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvstreamlist.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsubproc.h, include/wvsyslog.h,
	  include/wvtask.h, include/wvtcp.h, include/wvtimeoutstream.h,
	  include/wvtimestream.h, include/wvtimeutils.h, include/wvudp.h,
	  include/wvurl.h, include/wvwatcher.h, include/wvx509.h,
	  streams/Makefile, streams/clonetest.cc, streams/logbuftest.cc,
	  streams/logtest.cc, streams/looptest.cc, streams/modemtest.cc,
	  streams/pipetest.cc, streams/prototest.cc, streams/syslogtest.cc,
	  streams/timetest.cc, streams/watchtest.cc, streams/wvbufstream.h,
	  streams/wvdailyevent.h, streams/wvfile.h, streams/wvlockdev.h,
	  streams/wvlockfile.h, streams/wvlog.h, streams/wvlogbuffer.h,
	  streams/wvlogfile.h, streams/wvlogrcv.h, streams/wvloopback.h,
	  streams/wvmodem.h, streams/wvpipe.h, streams/wvprotostream.h,
	  streams/wvsplitstream.h, streams/wvstream.h,
	  streams/wvstreamclone.h, streams/wvstreamlist.h,
	  streams/wvsyslog.h, streams/wvtimeoutstream.h,
	  streams/wvtimestream.h, streams/wvwatcher.h, uniconf/Makefile,
	  uniconf/conftest.cc, uniconf/emutest.cc, uniconf/eventtest.cc,
	  uniconf/itertest.cc, uniconf/test.ini, uniconf/test2.ini,
	  uniconf/uniconf.h, uniconf/uniconfini.h, uniconf/uniconfiter.h,
	  uniconf/unievents.h, uniconf/wvconfemu.h, Makefile, wvrules.mk,
	  configfile/Makefile, configfile/delsection.cc,
	  configfile/initest.cc, configfile/testfile.ini,
	  configfile/wvconf.h, configfile/tests/.cvsignore,
	  configfile/tests/Makefile, configfile/tests/delsection.cc,
	  configfile/tests/initest.cc, configfile/tests/testfile.ini,
	  crypto/Makefile, crypto/certtest.cc, crypto/cryptotest.cc,
	  crypto/md5test.cc, crypto/reqtest.cc, crypto/sslsrvtest.cc,
	  crypto/ssltest.cc, crypto/wvcrypto.h, crypto/wvsslhacks.h,
	  crypto/wvsslstream.h, crypto/wvx509.h, crypto/tests/.cvsignore,
	  crypto/tests/Makefile, crypto/tests/certtest.cc,
	  crypto/tests/cryptotest.cc, crypto/tests/md5test.cc,
	  crypto/tests/reqtest.cc, crypto/tests/sslsrvtest.cc,
	  crypto/tests/ssltest.cc, include/wvconfemu.h,
	  include/wvencoder.h, include/wvfork.h, include/wvhashtable.h,
	  include/wvhttp.h, include/wvlinklist.h, include/wvlogbuffer.h,
	  include/wvresolver.h, include/wvsorter.h, include/wvtclstring.h,
	  include/wvunixsocket.h, ipstreams/Makefile,
	  ipstreams/aliastest.cc, ipstreams/conttest.cc,
	  ipstreams/httptest.cc, ipstreams/if_arp.h,
	  ipstreams/listentest.cc, ipstreams/resolvertest.cc,
	  ipstreams/routetest.cc, ipstreams/simpleconn.cc,
	  ipstreams/tcptest.cc, ipstreams/udp2test.cc,
	  ipstreams/udptest.cc, ipstreams/ulistentest.cc,
	  ipstreams/unixtest.cc, ipstreams/urltest.cc, ipstreams/wvaddr.h,
	  ipstreams/wvhttp.h, ipstreams/wvinterface.h,
	  ipstreams/wvipaddrtable.h, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.h, ipstreams/wvipnetlist.h,
	  ipstreams/wviproute.h, ipstreams/wvresolver.h, ipstreams/wvtcp.h,
	  ipstreams/wvudp.h, ipstreams/wvunixsocket.h, ipstreams/wvurl.h,
	  ipstreams/tests/.cvsignore, ipstreams/tests/Makefile,
	  ipstreams/tests/aliastest.cc, ipstreams/tests/conttest.cc,
	  ipstreams/tests/httptest.cc, ipstreams/tests/listentest.cc,
	  ipstreams/tests/resolvertest.cc, ipstreams/tests/routetest.cc,
	  ipstreams/tests/simpleconn.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/udp2test.cc, ipstreams/tests/udptest.cc,
	  ipstreams/tests/ulistentest.cc, ipstreams/tests/unixtest.cc,
	  ipstreams/tests/urltest.cc, streams/tests/.cvsignore,
	  streams/tests/Makefile, streams/tests/clonetest.cc,
	  streams/tests/logbuftest.cc, streams/tests/logtest.cc,
	  streams/tests/looptest.cc, streams/tests/modemtest.cc,
	  streams/tests/pipetest.cc, streams/tests/prototest.cc,
	  streams/tests/syslogtest.cc, streams/tests/timetest.cc,
	  streams/tests/watchtest.cc, uniconf/tests/.cvsignore,
	  uniconf/tests/Makefile, uniconf/tests/conftest.cc,
	  uniconf/tests/emutest.cc, uniconf/tests/eventtest.cc,
	  uniconf/tests/itertest.cc, uniconf/tests/test.ini,
	  uniconf/tests/test2.ini, urlget/Makefile, urlget/http2test.cc,
	  urlget/http2test.in1, urlget/http2test.in2, urlget/wvhttppool.cc,
	  urlget/wvhttppool.h, urlget/tests/.cvsignore,
	  urlget/tests/Makefile, urlget/tests/http2test.cc,
	  urlget/tests/http2test.in1, urlget/tests/http2test.in2,
	  utils/tests/.cvsignore, utils/tests/Makefile,
	  utils/tests/stresshash.cc, utils/tests/testbase64.cc,
	  utils/tests/testbuffer.cc, utils/tests/testcallback.cc,
	  utils/tests/testcrash.cc, utils/tests/testdiriter.cc,
	  utils/tests/testencoder.cc, utils/tests/testfork.cc,
	  utils/tests/testhash.cc, utils/tests/testlist.cc,
	  utils/tests/testproc.cc, utils/tests/testsort.cc,
	  utils/tests/teststr.cc, utils/tests/testtask.cc,
	  utils/tests/testtcl.cc, utils/tests/testver.cc: Moved include
	  files in r3_71 branch in the same fashion as they were moved in
	  HEAD previously.

2002-08-27 21:00  dcoombs

	* utils/: wvdiriter.cc, wvdiriter.h: r3_71: pattern-matched
	  ignoring for polly.  Ignores most of the same things that CVS
	  ignores by default (overrideable in [Polly]Ignore), and reads a
	  .pollyignore file in every directory for localized ignorance,
	  again just like CVS.

2002-08-27 15:15  ppatters

	* include/wvlockdev.h, include/wvlockfile.h, include/wvmodem.h,
	  streams/Makefile, streams/wvlockdev.cc, streams/wvlockfile.cc:
	  Brought the WvLockFile and WvLockDev changes from 3.71 forward,
	  so that retchmail compiles - fixed wvmodem so that it worked with
	  the new locking mechanism.

2002-08-26 22:51  ppatters

	* crypto/wvcrypto.cc: Ditto for HEAD

2002-08-26 22:50  ppatters

	* crypto/wvcrypto.cc: r3_71: Ditto for 3.71

2002-08-26 22:50  ppatters

	* crypto/wvcrypto.cc: r3_70: Hmmm... I thought that I had fixed
	  WvMD5 - oh well, it now actually produces 16 byte hash values

2002-08-21 20:56  apenwarr

	* include/uniconf.h, uniconf/uniconf.cc, uniconf/unigen.cc: Oops:
	  UniConfGen::make_tree() went a little crazy and was making lots
	  of duplicate keys for no reason.  Fixed.

	  Also made UniConf::dump() assert() that there are no duplicate
	  keys.

2002-08-21 01:06  apenwarr

	* ipstreams/wvhttp.cc: The grand WvStreamClone conversion made
	  WvHTTPStream (the old one) not actually work.  Never call uread()
	  from getline() :)

2002-08-21 00:29  cjdeck

	* include/strutils.h, include/wvhashtable.h, include/wvlinklist.h,
	  utils/wvstring.cc, utils/wvtask.cc, utils/wvtclstring.cc: Fix a
	  few of the cross platform compatibility problems in
	  wvstreams/utils

2002-08-20 22:54  pphaneuf

	* Makefile: Properly commented a broken line in wvstreams
	  Makefile's install target.

2002-08-20 22:25  pphaneuf

	* configure.ac, rules.mk: makefile_test: removed the
	  --enable-maintainer switch to "configure", we check if a
	  WE_ARE_DIST makefile variable is empty. We should put something
	  in that variable when we actually are a tarball distribution of
	  WvStreams, like "WE_ARE_DIST:=$(wildcard
	  some-file-that-is-only-in-the-tarball)".

2002-08-20 19:49  pphaneuf

	* configure.ac, rules.mk, vars.mk, configfile/tests/vars.mk,
	  crypto/tests/vars.mk, ipstreams/tests/vars.mk,
	  streams/tests/vars.mk, uniconf/tests/vars.mk,
	  urlget/tests/vars.mk, utils/tests/vars.mk: makefile_test: removed
	  the check for awk, fixed the "tests" target so that it works
	  correctly with the -j option, added a "maintainer mode" that
	  verifies and automatically rebuilds "configure" and
	  "include/wvautoconf.h.in".

2002-08-20 15:45  pphaneuf

	* .cvsignore, rules.mk: makefile_test: automatically run autoconf
	  and autoheader as needed. Do NOT run configure or config.status
	  automatically!

2002-08-20 04:42  pphaneuf

	* Docs/Makefile, configfile/Makefile, configfile/tests/Makefile,
	  crypto/Makefile, crypto/tests/Makefile, ipstreams/Makefile,
	  ipstreams/tests/Makefile, streams/Makefile,
	  streams/tests/Makefile, uniconf/Makefile, uniconf/tests/Makefile,
	  urlget/Makefile, urlget/tests/Makefile, utils/Makefile,
	  utils/tests/Makefile, utils/tests/vars.mk: makefile_test: removed
	  the old makefiles, added the missing utils tests.

2002-08-20 00:05  pphaneuf

	* rules.mk, vars.mk, configfile/vars.mk, configfile/tests/vars.mk,
	  crypto/vars.mk, crypto/tests/vars.mk, ipstreams/vars.mk,
	  ipstreams/tests/.cvsignore, ipstreams/tests/vars.mk,
	  streams/vars.mk, streams/tests/vars.mk, uniconf/vars.mk,
	  uniconf/tests/vars.mk, urlget/vars.mk, urlget/tests/vars.mk,
	  utils/vars.mk: makefile_test: added a "make tests" target. Now,
	  Avery should be happy.

2002-08-19 22:58  pphaneuf

	* config.mk.in, configure.ac, vars.mk: makefile_test: added the
	  following "--enable" options to the "configure" script: debug
	  (default is "-g", enabling it makes it "-ggdb -DDEBUG" and you
	  can do "--enable-debug=foo" to get "-DDEBUG_foo" on top of it,
	  disabling removes everything), fatal-warnings (default is off),
	  optimization (default is on), warnings (default is on), rtti
	  (default is off), exceptions (default is off).

	  Note that "debug" and "optimization" are totally independent. You
	  can have full optimization *and* full debug, or neither
	  optimization or debug, whatever makes you happy.

2002-08-19 22:08  mcote

	* include/strutils.h, utils/strutils.cc: Merged Dave's
	  getfilename() and getdirname() strutils functions into head.

2002-08-19 20:14  pphaneuf

	* vars.mk: makefile_test: no need to ask the user to run
	  "./configure" if you're doing "make clean".

2002-08-16 23:25  pphaneuf

	* .cvsignore, Makefile, config.mk.in, configure.ac, rules.mk,
	  vars.mk, Docs/vars.mk, configfile/vars.mk, crypto/vars.mk,
	  include/.cvsignore, include/strutils.h, include/wvaddr.h,
	  include/wvtcp.h, ipstreams/vars.mk, ipstreams/wvunixsocket.cc,
	  streams/vars.mk, uniconf/vars.mk, urlget/vars.mk,
	  utils/strcrypt.cc, utils/vars.mk: makefile_test: the fast
	  makefiles have landed, again. There was a mess up with CVS tags
	  the last time that would have made it extremely painful to merge
	  back in. But this time, its coming with some improvements,
	  including some autoconfization. Unfortunately, it will break BSD
	  compatibility until I get it fixed (sorry, unavoidable without
	  messing on an actual BSD box).

2002-08-16 22:46  apenwarr

	* Makefile: r3_71: more WvService cleanups from yesterday that I
	  forgot to check in.  In particular: added a new needs_miniconfig
	  flag (call configure() without needing to call reread()) and also
	  a rather ugly reconfig_on_rebind (always call configure() and
	  reread() if we're going to rebind).  Ugly, yes, but it allowed me
	  to finally get rid of all the overrided event() functions, which
	  means maybe we can get rid of event() altogether someday.

	  Still a few bugs remaining wrt doing restart() on daemons that
	  fork themselves into the background.	This is a hard problem to
	  solve correctly.

2002-08-16 21:49  mcote

	* uniconf/uniconfini.cc: UniConfIniFile gives a useful message if
	  it can't save to a file.  It was also saving to <configfile>.new.

2002-08-15 06:48  apenwarr

	* utils/: complex-proc.sh, testproc.cc, wvsubproc.cc, wvsubproc.h:
	  r3_71: major WvService cleanup.  I managed to remove over 650
	  lines, _plus_ it even sort of makes sense now!

	  Remaining bugs: mysql still seems a bit weird sometimes, and
	  turning off sub-servers (eg. disabling smtp but not all of qmail)
	  doesn't work right.  And maybe other, more subtle things... but
	  it should be _much_ closer to right than 3.70 was.

2002-08-14 22:27  pphaneuf

	* rules.mk, Docs/vars.mk: makefile_test: made the "clean" target
	  clean the documentation as well, added "all" as a dependent of
	  "install", but actual implementation of the latter depends on
	  autoconf stuff, so it's not in yet.

2002-08-14 21:00  pphaneuf

	* Makefile, configure.ac, rules.mk, vars.mk, configfile/vars.mk,
	  crypto/vars.mk, ipstreams/vars.mk, streams/vars.mk,
	  uniconf/vars.mk, urlget/vars.mk, utils/vars.mk: makefile_test:
	  The crazy non-recursive makefiles have landed.

2002-08-13 19:45  mcote

	* include/wvhttppool.h: WvHttpPool::addurl() needs a default value
	  for the boolean parameter.

2002-08-13 16:21  jnc

	* include/wvhttppool.h: Update header file for httppool to match
	  implementation

2002-08-12 23:26  ppatters

	* crypto/: wvcrypto.cc, wvcrypto.h, wvx509.cc: r3_71: Bring the
	  3.70 changes forward to 3.71 so that I can start troubleshooting
	  the NEXT set of stupid OpenSSLisms

2002-08-12 21:09  mcote

	* urlget/wvhttppool.cc: Added the ability to do HEAD requests to
	  WvHttpPool.  Also switched the pipelining test to use HEAD
	  requests.

2002-08-12 18:07  pphaneuf

	* .cvsignore: The .cvsignore in wvstreams shouldn't have "include"
	  listed, because it's not to be ignored anymore.

2002-08-10 05:44  apenwarr

	* crypto/wvsslstream.cc, include/wvhttppool.h, include/wvlogrcv.h,
	  urlget/wvhttppool.cc, urlget/tests/http2test.cc: WvSSLStream fix
	  to make it not print millions of "try reading again immediately"
	  messages in certain obscure situations.

	  WvHttpPool can now auto-detect whether the remote end has broken
	  HTTP pipelining support, so it should be safe to use on _all_ web
	  servers.  Probably.  I hope.	(Useless trivia: it was about as
	  much work to do this as to write all the rest of WvHttpPool :()

2002-08-10 02:22  apenwarr

	* include/wvhttppool.h, ipstreams/wvurl.cc, urlget/wvhttppool.cc,
	  urlget/tests/http2test.cc, urlget/tests/imgtags.pl: WvUrl now
	  deals with whitespace more cleanly (it does trim_string and
	  ignores everything after the first whitespace character, so a bad
	  URL can never result in an invalid HTTP request).

	  WvHttpPool now properly deals with weird servers that use neither
	  Content-Length nor Chunked encoding if you specify Connection:
	  close, but instead just send data until the connection closes.
	  You'd think if they knew the content-length they'd send it
	  anyway, but...

2002-08-08 22:08  mag

	* ipstreams/tests/wvaddrcomp.cc:
	  More Wv*Addr comparison tests.

2002-08-08 21:06  mag

	* include/wvaddr.h, ipstreams/wvaddr.cc, ipstreams/tests/Makefile,
	  ipstreams/tests/wvaddrcomp.cc:

	  I think I managed to trick the Wv*Addr into comparing themselves
	  properly.

2002-08-08 21:01  drheld

	* streams/wvlockdev.o: r3_70: Ok... so I checked in a .o file.
	  Somebody shoot me. ;)

2002-08-08 20:44  drheld

	* streams/: Makefile, wvlockdev.cc, wvlockdev.h, wvlockdev.o,
	  wvlockfile.cc, wvlockfile.h, wvmodem.h: r3_71: The old WvLockFile
	  class is now WvLockDev. In its place is the new WvLockFile which
	  actually does standardish lockfiles. Ssoya and Retchmail now use
	  it too!
							  (Also... the last
	  few things I did were 3_71, but I didn't know it didn't auto-add
	  the 3_71 to the comment.)

2002-08-08 19:06  pphaneuf

	* ipstreams/.cvsignore, ipstreams/Makefile, ipstreams/aliastest.cc,
	  ipstreams/conttest.cc, ipstreams/httptest.cc,
	  ipstreams/listentest.cc, ipstreams/resolvertest.cc,
	  ipstreams/routetest.cc, ipstreams/simpleconn.cc,
	  ipstreams/tcptest.cc, ipstreams/udp2test.cc,
	  ipstreams/udptest.cc, ipstreams/ulistentest.cc,
	  ipstreams/unixtest.cc, ipstreams/urltest.cc,
	  ipstreams/tests/.cvsignore, ipstreams/tests/Makefile,
	  ipstreams/tests/aliastest.cc, ipstreams/tests/conttest.cc,
	  ipstreams/tests/httptest.cc, ipstreams/tests/listentest.cc,
	  ipstreams/tests/resolvertest.cc, ipstreams/tests/routetest.cc,
	  ipstreams/tests/simpleconn.cc, ipstreams/tests/tcptest.cc,
	  ipstreams/tests/udp2test.cc, ipstreams/tests/udptest.cc,
	  ipstreams/tests/ulistentest.cc, ipstreams/tests/unixtest.cc,
	  ipstreams/tests/urltest.cc, streams/.cvsignore, streams/Makefile,
	  streams/clonetest.cc, streams/logbuftest.cc, streams/logtest.cc,
	  streams/looptest.cc, streams/modemtest.cc, streams/pipetest.cc,
	  streams/prototest.cc, streams/syslogtest.cc, streams/timetest.cc,
	  streams/watchtest.cc, streams/tests/.cvsignore,
	  streams/tests/Makefile, streams/tests/clonetest.cc,
	  streams/tests/logbuftest.cc, streams/tests/logtest.cc,
	  streams/tests/looptest.cc, streams/tests/modemtest.cc,
	  streams/tests/pipetest.cc, streams/tests/prototest.cc,
	  streams/tests/syslogtest.cc, streams/tests/timetest.cc,
	  streams/tests/watchtest.cc, uniconf/Makefile,
	  uniconf/conftest.cc, uniconf/emutest.cc, uniconf/eventtest.cc,
	  uniconf/itertest.cc, uniconf/test.ini, uniconf/test2.ini,
	  uniconf/tests/.cvsignore, uniconf/tests/Makefile,
	  uniconf/tests/conftest.cc, uniconf/tests/emutest.cc,
	  uniconf/tests/eventtest.cc, uniconf/tests/itertest.cc,
	  uniconf/tests/test.ini, uniconf/tests/test2.ini, urlget/Makefile,
	  urlget/http2test.cc, urlget/http2test.in1, urlget/http2test.in2,
	  urlget/tests/.cvsignore, urlget/tests/Makefile,
	  urlget/tests/http2test.cc, urlget/tests/http2test.in1,
	  urlget/tests/http2test.in2, utils/.cvsignore, utils/Makefile,
	  utils/stresshash.cc, utils/testbase64.cc, utils/testbuffer.cc,
	  utils/testcallback.cc, utils/testcrash.cc, utils/testdiriter.cc,
	  utils/testencoder.cc, utils/testfork.cc, utils/testhash.cc,
	  utils/testlist.cc, utils/testproc.cc, utils/testsort.cc,
	  utils/teststr.cc, utils/testtask.cc, utils/testtcl.cc,
	  utils/testver.cc, utils/tests/.cvsignore, utils/tests/Makefile,
	  utils/tests/stresshash.cc, utils/tests/testbase64.cc,
	  utils/tests/testbuffer.cc, utils/tests/testcallback.cc,
	  utils/tests/testcrash.cc, utils/tests/testdiriter.cc,
	  utils/tests/testencoder.cc, utils/tests/testfork.cc,
	  utils/tests/testhash.cc, utils/tests/testlist.cc,
	  utils/tests/testproc.cc, utils/tests/testsort.cc,
	  utils/tests/teststr.cc, utils/tests/testtask.cc,
	  utils/tests/testtcl.cc, utils/tests/testver.cc: The Great Tests
	  Migration came and passed. Watch the upcoming documentary on the
	  Discovery Channel soon!

2002-08-07 22:04  pphaneuf

	* configfile/Makefile, crypto/.cvsignore, crypto/Makefile,
	  crypto/certtest.cc, crypto/cryptotest.cc, crypto/md5test.cc,
	  crypto/reqtest.cc, crypto/sslsrvtest.cc, crypto/ssltest.cc,
	  crypto/tests/.cvsignore, crypto/tests/Makefile,
	  crypto/tests/certtest.cc, crypto/tests/cryptotest.cc,
	  crypto/tests/md5test.cc, crypto/tests/reqtest.cc,
	  crypto/tests/sslsrvtest.cc, crypto/tests/ssltest.cc: Did you see
	  them? The wvcrypto tests! They just ran away!

2002-08-07 20:26  pphaneuf

	* configfile/tests/Makefile: Removed a silly bit in
	  wvstreams/configfile/tests/Makefile.

2002-08-07 20:13  drheld

	* ipstreams/if_arp.h: Extra if_arp stuff stolen from linux and
	  slightly hacked to work with bsd/darwin.

2002-08-07 20:08  drheld

	* Makefile, ipstreams/wvaddr.h, ipstreams/wvtcp.h,
	  utils/wvcrash.cc, utils/wvtask.cc: Tentative BSD support for
	  wvstreams.

2002-08-07 16:16  drheld

	* Makefile, ipstreams/wvaddr.h, ipstreams/wvinterface.cc,
	  ipstreams/wvtcp.h, ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc,
	  streams/wvlogfile.cc, urlget/Makefile, utils/stresshash.cc,
	  utils/strutils.cc, utils/strutils.h, utils/testcrash.cc,
	  utils/wvcrash.cc, utils/wvdiriter.h, utils/wvtask.cc:
	  WvStreams.... now ported to Darwin! :)

2002-08-07 00:41  pphaneuf

	* configfile/: .cvsignore, Makefile, delsection.cc, initest.cc,
	  testfile.ini, tests/.cvsignore, tests/Makefile,
	  tests/delsection.cc, tests/initest.cc, tests/testfile.ini: I...
	  can... feel them... moving around! The configfile tests, that is.

2002-08-07 00:17  pphaneuf

	* Makefile, configfile/Makefile, configfile/wvconf.h,
	  crypto/Makefile, crypto/wvcrypto.h, crypto/wvsslhacks.h,
	  crypto/wvsslstream.h, crypto/wvx509.h, include/base64.h,
	  include/strutils.h, include/uniconf.h, include/uniconfini.h,
	  include/uniconfiter.h, include/unievents.h, include/verstring.h,
	  include/wvaddr.h, include/wvbuffer.h, include/wvbufstream.h,
	  include/wvcallback.h, include/wvconf.h, include/wvconfemu.h,
	  include/wvcrash.h, include/wvcrypto.h, include/wvdailyevent.h,
	  include/wvdiriter.h, include/wvencoder.h, include/wvfile.h,
	  include/wvfork.h, include/wvgzip.h, include/wvhashtable.h,
	  include/wvhttp.h, include/wvhttppool.h, include/wvinterface.h,
	  include/wvipaddrtable.h, include/wvipaliaser.h,
	  include/wvipfirewall.h, include/wvipnetlist.h,
	  include/wviproute.h, include/wvlink.h, include/wvlinklist.h,
	  include/wvlockfile.h, include/wvlog.h, include/wvlogbuffer.h,
	  include/wvlogfile.h, include/wvlogrcv.h, include/wvloopback.h,
	  include/wvmodem.h, include/wvpipe.h, include/wvprotostream.h,
	  include/wvresolver.h, include/wvsorter.h,
	  include/wvsplitstream.h, include/wvsslhacks.h,
	  include/wvsslstream.h, include/wvstream.h,
	  include/wvstreamclone.h, include/wvstreamlist.h,
	  include/wvstring.h, include/wvstringlist.h,
	  include/wvstringtable.h, include/wvsubproc.h, include/wvsyslog.h,
	  include/wvtask.h, include/wvtclstring.h, include/wvtcp.h,
	  include/wvtimeoutstream.h, include/wvtimestream.h,
	  include/wvtimeutils.h, include/wvtundev.h, include/wvudp.h,
	  include/wvunixsocket.h, include/wvurl.h, include/wvwatcher.h,
	  include/wvx509.h, ipstreams/Makefile, ipstreams/wvaddr.h,
	  ipstreams/wvhttp.h, ipstreams/wvinterface.h,
	  ipstreams/wvipaddrtable.h, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.h, ipstreams/wvipnetlist.h,
	  ipstreams/wviproute.h, ipstreams/wvresolver.h, ipstreams/wvtcp.h,
	  ipstreams/wvudp.h, ipstreams/wvunixsocket.h, ipstreams/wvurl.h,
	  streams/Makefile, streams/wvbufstream.h, streams/wvdailyevent.h,
	  streams/wvfile.h, streams/wvlockfile.h, streams/wvlog.h,
	  streams/wvlogbuffer.h, streams/wvlogfile.h, streams/wvlogrcv.h,
	  streams/wvloopback.h, streams/wvmodem.h, streams/wvpipe.h,
	  streams/wvprotostream.h, streams/wvsplitstream.h,
	  streams/wvstream.h, streams/wvstreamclone.h,
	  streams/wvstreamlist.h, streams/wvsyslog.h,
	  streams/wvtimeoutstream.h, streams/wvtimestream.h,
	  streams/wvtundev.h, streams/wvwatcher.h, uniconf/Makefile,
	  uniconf/uniconf.h, uniconf/uniconfini.h, uniconf/uniconfiter.h,
	  uniconf/unievents.h, uniconf/wvconfemu.h, urlget/Makefile,
	  urlget/wvhttppool.cc, urlget/wvhttppool.h, utils/Makefile,
	  utils/base64.h, utils/strutils.h, utils/verstring.h,
	  utils/wvbuffer.h, utils/wvcallback.h, utils/wvcrash.h,
	  utils/wvdiriter.h, utils/wvencoder.h, utils/wvfork.h,
	  utils/wvgzip.h, utils/wvhashtable.h, utils/wvlink.h,
	  utils/wvlinklist.h, utils/wvsorter.h, utils/wvstring.h,
	  utils/wvstringlist.h, utils/wvstringtable.h, utils/wvsubproc.h,
	  utils/wvtask.h, utils/wvtclstring.h, utils/wvtimeutils.h: The big
	  wvstreams/include migration. You might need to "make clean".

2002-08-07 00:08  pphaneuf

	* urlget/http2test.cc: What did we say about select()ing
	  arbitrary/random positive timeouts?

2002-08-06 22:05  pphaneuf

	* .cvsignore, configure.ac: Autoconf is coming... Beware!

2002-08-06 18:56  pphaneuf

	* Docs/sgmlmanual/streams.wvsgml, streams/wvstreamclone.h,
	  urlget/wvhttppool.cc, urlget/wvhttppool.h: Fixed up the "lowlat"
	  experiment for the WvStreamClone modification, added a default
	  constructor to WvStreamClone that sets "cloned" to NULL for you
	  and moved the initialization of "cloned" in WvHttpStream.

2002-08-06 18:04  build

	* crypto/wvcrypto.cc: r3_70: updated version number to 3.7001,
	  because what we released as 3.70 didn't really work out.  Shut
	  up.

2002-08-06 15:14  ppatters

	* crypto/wvcrypto.cc: r3_71: Added APOP patch to retchmail, and
	  fixed a fairly nasty little buglet in WvMD5.

2002-08-06 01:04  ppatters

	* crypto/: wvcrypto.cc, wvcrypto.h, wvx509.cc: r3_70: Fix for
	  WvX509 to make Mozilla and other picky browsers happy with our
	  certificates again. I hate OpenSSL.

2002-08-05 23:54  mcote

	* urlget/: wvhttppool.cc, wvhttppool.h: WvBufHttpStream now keeps
	  track of what URL you're trying to access.

2002-08-05 21:45  pphaneuf

	* streams/: clonetest.cc, prototest.cc, wvstreamclone.h: Fixed the
	  testing programs to work with the WvStreamClone modifications.

2002-08-05 21:40  mag

	* streams/: Makefile, wvtundev.cc, wvtundev.h:
	  Added a WvTunDev stream that is basically a WvFile, tweaked to
	  work with Linux tun/tap devices.

2002-08-05 16:53  pphaneuf

	* ipstreams/wvhttp.cc: Removed a bit of redundant code.

2002-08-02 21:32  ppatters

	* crypto/wvx509.h: Start Adding PKCS12 support to WvX509

2002-07-31 23:08  pphaneuf

	* crypto/wvcrypto.cc, crypto/wvcrypto.h, crypto/wvsslstream.cc,
	  crypto/wvsslstream.h, ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  streams/wvprotostream.cc, streams/wvprotostream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  urlget/wvhttppool.cc, urlget/wvhttppool.h: WARNING: big
	  WvStreamClone change in here (and fixing of all things it broke).

	  WvStreamClone changed to take a WvStream* instead of a
	  WvStream**, so you can just give it a NULL instead of pointing to
	  a WvStream* of yours, then set WvStreamClone::cloned.
	  WvStreamClone changed from not owning the cloned stream to owning
	  it (it WILL delete it in its destructor!). If you don't want it
	  to delete the cloned stream, set WvStreamClone::cloned to NULL
	  before deleting the WvStreamClone.

	  So in summary, you don't have to keep a redundant WvStream*
	  anymore, you don't have to (and SHOULDN'T!) delete the cloned
	  stream, so you can just go and do crazy things like WvStream*
	  mystream = new WvCompressStream(new
	  WvSSLStream(listener->accept())); and then just delete mystream
	  without any remorse (it's just like shell pipes!).

2002-07-31 19:17  mcote

	* urlget/: wvhttppool.cc, wvhttppool.h: WvHttpPool now produces a
	  WvBufHttpStream, which records HTTP version, status, and headers.

2002-07-31 17:15  jnc

	* ipstreams/wvurl.cc: Remove the ending / on sip urls, which
	  shouldn't have a pathname.

2002-07-30 19:35  jnc

	* ipstreams/: urltest.cc, wvurl.cc, wvurl.h: Removed use_slashes
	  member (just call the function instead until it turns out to be a
	  performance hit) to keep the main and copy constructors in line.

2002-07-30 19:10  jnc

	* ipstreams/: urltest.cc, wvurl.cc: Fixed bug finding default ports

2002-07-29 23:14  jnc

	* ipstreams/: Makefile, urltest.cc, wvurl.cc: Fix bug in parsing
	  URLs with :// after the protocol.  Added URL parsing test.

2002-07-29 23:03  mcote

	* urlget/wvhttppool.cc: WvHttpPool was deafening.  Turned down the
	  pre_select messages to Debug4.

2002-07-29 22:19  mcote

	* Docs/sgmlmanual/utils.wvsgml: A few corrections the the "Utils"
	  section of the WvStreams manual.

2002-07-29 20:53  jnc

	* ipstreams/: wvurl.cc, wvurl.h: Expanded WvURL to accept sip: URLs

2002-07-26 00:48  apenwarr

	* streams/wvsplitstream.cc: Added a bunch of .cvsignore files for
	  ssoya.  Also, fixed a bug in WvSplitStream that caused a close(0)
	  and close(1) when deallocating the global wvcon... this can
	  happen when you use dlopen() or something on libwvstream.so and
	  then close it.  Oops!

2002-07-23 01:17  apenwarr

	* configfile/cfgsection.cc: Merged recent changes from r3_70 into
	  the main branch.

2002-07-22 21:27  mcote

	* configfile/cfgsection.cc: r3_70: trim_string() is now executed on
	  entry names.	So [Section]"entry "	    is now the same as
	  [Section]"entry".

2002-07-18 17:35  mag

	* streams/wvlogfile.cc:
	  WvLogFile: 1 - fixed a serious bug (due to gross negligence on my
	  part!) that caused it to continiously reopen the log file. 2 -
	  Added an automatically created symlink of the form <path>.current
	  that point to the current log file (named <path>.<date>)

2002-07-15 21:41  mcote

	* Docs/sgmlmanual/utils.wvsgml: Deleted some repetitive stuff from
	  utils section of WvStreams manual.

2002-07-15 21:37  mcote

	* Docs/sgmlmanual/utils.wvsgml: Update utils chapter of the
	  WvStreams manual.  There are still some minor modules that need
	  to be added, like WvEncoder, WvDirIter, etc.

2002-07-15 17:07  mcote

	* Docs/sgmlmanual/egfiles/: Makefile, wvstreamfunex.cc,
	  wvstreamlistex.cc, wvstreamlistex2.cc: Fixed WvPipe examples in
	  WvStreams manual.  Changed Makefile for examples to point to
	  wvrules.mk in wvstreams directory, rather than to wvrules.mk in
	  niti directory (as hopefully people reading this manual won't
	  have access to our code...).

2002-07-10 16:47  jnc

	* utils/testlist.cc: Fixed list test to dereference iterators
	  instead of typecasting them

2002-07-10 15:25  apenwarr

	* crypto/wvcrypto.cc, crypto/wvcrypto.h, crypto/wvx509.cc,
	  crypto/wvx509.h, utils/strutils.cc, utils/strutils.h: Merged
	  recent changed from r3_70 into the main branch.

2002-07-09 16:21  mag

	* streams/: wvpipe.cc, wvpipe.h:
	  Small change to WvPipe to allow it to wait for only the main
	  (parent) process to exit.

2002-07-09 06:11  mcote

	* Docs/sgmlmanual/: utils.wvsgml, egfiles/wvlistex.cc: Updated
	  WvString and WvLinkedList info in WvStreams manual.

2002-07-09 05:27  mcote

	* Docs/sgmlmanual/egfiles/Makefile: Fixed the TOPDIR reference for
	  the sample code for the WvStreams manual, I believe.

2002-07-05 21:31  mag

	* Makefile, Docs/sgmlmanual/egfiles/Makefile, uniconf/wvconfemu.cc,
	  utils/wvsubproc.cc:
	  Some make file changes fix concurent compiles. WvStreams can now
	  be successfully compiled with -j<your favourite prime number>!
	  weaver directory still has some problems... mainly aml related.
	  Also some misc cleanups.

2002-07-05 18:08  mcote

	* Docs/sgmlmanual/wvstreams.wvsgml: Fixed a small syntax error in
	  the intro to the WvStreams manual.

2002-07-05 10:03  mcote

	* Docs/sgmlmanual/: utils.wvsgml, wvstreams.wvsgml,
	  egfiles/Makefile: Updated introduction and strutils section of
	  WvStreams manual.  Started updating WvString section.

2002-07-04 17:24  mag

	* streams/: wvlogfile.cc, wvlogfile.h:
	  Added a more basic version with no log rotation, which will be
	  useful for things like ssoya. Cleaned up the design.

2002-07-03 23:01  drheld

	* utils/strutils.cc: [no log message]

2002-07-03 21:43  ppatters

	* crypto/: wvcrypto.cc, wvcrypto.h, wvx509.cc, wvx509.h: r3_70:
	  WvRSAKey now has a pem2hex method to - surprise, surprise -
	  convert a pem file to a hexified() keypair. At the moment will
	  only work reliably if fed an RSA Private key in PEM format.

2002-07-03 21:20  mcote

	* utils/: strutils.cc, strutils.h: r3_70: nice_hostname() in
	  strutils.cc should take a WvStringParm, rather	than a
	  WvString.

2002-07-03 21:10  apenwarr

	* crypto/wvx509.cc, utils/strutils.cc, utils/strutils.h: r3_70: big
	  rearrangement of certificate management stuff: some web browsers
	  get seriously confused if apache and webconfig are using
	  different certificates (sigh).

	  Fixed a few other bugs in WvApache, including the tendency to not
	  start either the plain or ssl versions if one of them wasn't
	  enabled at startup.  Made imap/pop servers not kill connections
	  just to restart the listener (I think).  Made the WebConfig
	  <title> tag actually include the hostname, so if you have lots of
	  them open you can see what they are.	Fixed a bug in WvX509
	  certificate dumping - sometimes extra junk would be added to the
	  end of the file.  Changed the order of encode_hostname_as_DN so
	  it puts the cn= part last, rather than first (which seems to be
	  slightly more common).

2002-07-03 20:40  mcote

	* utils/strutils.cc: r3_70: Cleaned up some code in strutils.cc.

2002-07-03 20:38  drheld

	* utils/: strutils.cc, strutils.h: Added non_breaking to strutils
	  to convert whitespace to &nbsp;.

2002-07-02 19:48  mag

	* crypto/sslsrvtest.cc:
	  Fixed a small typo.

2002-07-01 19:26  ppatters

	* crypto/wvx509.h: r3_70: Fixed some documentation in wvx509.h to
	  reflect recent changes.

2002-06-25 15:35  apenwarr

	* crypto/: certtest.cc, reqtest.cc, wvcrypto.cc, wvx509.cc,
	  wvx509.h: Merged r3_70 changes into the main branch again, mainly
	  so that Julien can test mysql more easily.

2002-06-24 22:05  ppatters

	* crypto/: certtest.cc, wvx509.cc, wvx509.h: r3_70: WvX509Mgr now
	  is able to get it's own RSA Public key out of the default
	  constructor. Also cleaned up some documentation in wvx509.h

2002-06-24 21:54  apenwarr

	* crypto/reqtest.cc: r3_70: oops!  Webconfig was still generating
	  certificates with the wrong dn and RSA key, so it wouldn't save
	  valid certs and would have to regenerate every time.

	  Fixed mysqld for real this time, I think, although the
	  mysql_imp_install needs to be checked in more detail eventually.
	  It was a password quoting error - if there was a space in the
	  random adminPass (which happens seldom, but sometimes), the
	  script wouldn't work!

2002-06-24 20:43  cjdeck

	* utils/wvstring.cc: Added support for charactor type substitutions
	  to WvString (%c substitutions).

2002-06-24 19:48  apenwarr

	* crypto/: certtest.cc, reqtest.cc, wvcrypto.cc, wvx509.cc,
	  wvx509.h: r3_70: unfortunately big changes to X509 certificate
	  management stuff, but it now makes more sense and the certificate
	  requests work (see reqtest.cc).

	  Also fixed a bug in WvRSAKey that caused pub and/or prv to not be
	  initialized correctly if you were fed an invalid RSA key string.

2002-06-22 05:34  apenwarr

	* configfile/wvconf.h, crypto/Makefile, crypto/certtest.cc,
	  crypto/reqtest.cc, crypto/wvcrypto.cc, crypto/wvsslhacks.c,
	  crypto/wvsslhacks.h, crypto/wvx509.cc, crypto/wvx509.h,
	  utils/base64.cc, utils/base64.h, utils/testbase64.cc,
	  utils/wvbuffer.h: Another massive bugfix merge from r3_70 into
	  the main branch.  Untested, but at least it compiles.

2002-06-22 05:04  apenwarr

	* utils/: base64.cc, base64.h, testbase64.cc, wvbuffer.h: r3_70:
	  changed the WvStreams base64 routines to use WvString and
	  WvBuffer and hence have a much friendlier API.  Added a handy
	  putch() function to WvBuffer.  Rearranged the virus scanner
	  license management to take the actual license key out of the
	  softupdate info.dat file, rather than hardcoding it into the
	  usrdisk.  Changed the default softupdate server to
	  softupdate.net-itech.com:4000 (which is currently Julien's
	  server).

2002-06-21 16:26  dcoombs

	* configfile/wvconf.h: r3_70: polly now uses obfuscated passwords,
	  at least when it's part of weaver.  (The command line polly
	  doesn't, for now, but I don't care.  Ha!)

2002-06-20 15:56  dcoombs

	* utils/base64.cc: r3_70: At apenwarr's request, I've made
	  softupdate download "info.dat" when it retrieves weaver.idx.	It
	  then appends the contents of info.dat to WvConf object, and also
	  displays any strings in the [Messages] section at the top of the
	  softupdate webconfig page.

	  I've tested it against Julien's new update server, and it seems
	  to work.  (the WVSOFTUPDATE_PUBLIC_URL remains pointing at the
	  old server though, at least for now.)

2002-06-17 21:44  apenwarr

	* streams/wvstream.cc: r3_70: hacked a bunch of mysql-related
	  stuff.  I think it'll build and rebuild its databases properly on
	  startup, now.

2002-06-17 20:55  apenwarr

	* streams/wvstream.cc: select() shouldn't return true if you called
	  alarm() and the alarm went off _while_ you're in callback().
	  Save it for next time, buster...

2002-06-17 18:58  ppatters

	* crypto/: certtest.cc, reqtest.cc, wvx509.cc, wvx509.h: 3_70:
	  Cleanup in the WvX509Mgr - got rid of a lot of redundant code
	  dealing with exporting certificates to files.

2002-06-17 16:39  apenwarr

	* crypto/: wvsslhacks.c, wvsslhacks.h: r3_70: remembered to check
	  in said code.

2002-06-17 16:39  apenwarr

	* crypto/: Makefile, wvcrypto.cc, wvx509.cc: r3_70: added code to
	  (hopefully) make wvstreams/crypto compatible with both old and
	  new versions of openssl.

2002-06-15 06:18  apenwarr

	* Makefile, crypto/Makefile, ipstreams/Makefile,
	  ipstreams/http2test.cc, ipstreams/wvhttppool.cc,
	  ipstreams/wvhttppool.h, ipstreams/wvurl.cc, ipstreams/wvurl.h,
	  urlget/.cvsignore, urlget/Makefile, urlget/http2test.cc,
	  urlget/http2test.in1, urlget/http2test.in2, urlget/wvhttppool.cc,
	  urlget/wvhttppool.h: Thanks to WvSSLStream, it was stupidly easy
	  to make WvHttpPool support https, except I had to move it to its
	  own directory (ipstreams doesn't link with wvcrypto).

2002-06-15 05:31  apenwarr

	* ipstreams/Makefile, ipstreams/http2test.cc, ipstreams/wvhttp.cc,
	  ipstreams/wvhttp.h, ipstreams/wvhttppool.cc,
	  ipstreams/wvhttppool.h, ipstreams/wvurl.cc, ipstreams/wvurl.h,
	  streams/Makefile, streams/wvbufstream.cc, streams/wvbufstream.h:
	  Cleaned up the httppool stuff, split it into multiple files, and
	  added an option to disable pipelining and another to limit the
	  number of requests per connection (mainly for benchmarking).

2002-06-15 04:08  apenwarr

	* ipstreams/Makefile, ipstreams/http2test.cc, ipstreams/wvhttp.cc,
	  streams/wvfile.cc, streams/wvfile.h, streams/wvstream.cc,
	  utils/wvbuffer.cc:
	  http2test is a test of my cool new WvHttpPool class, which can do
	  HTTP/1.1 pipelined downloads at least as well as Mozilla.
	  Elapsed time for Avery: 8 or 9 hours or so, including
	  interruptions.  For Mozilla: about 4 years, not including
	  Netscape 1 through 4.  Nyah nyah.

2002-06-14 20:20  apenwarr

	* utils/: wvsubproc.cc, wvsubproc.h: Merged changes from 3.70 into
	  the main branch.  Again.  It really needed it!

2002-06-12 21:09  mag

	* streams/: wvlog.cc, wvlogrcv.h:

	  Lowered the syslog debug level for the firewall messages, so that
	  they don't always get sent to the console.  Added custom log
	  levels. Usage: wv set [debug]custom = sql=9, shaper=9 -- will
	  accept all the debug output from all sources containing "sql" or
	  "shaper". Affects both the file and the console log.

2002-06-12 15:55  mag

	* streams/wvlogfile.h:

	  Turns out wvlogrcv already has a mechanism for changing to debug
	  level, so make the wvlogfile use it instead of it's own little
	  one.

2002-06-12 15:37  mag

	* streams/: wvlogbuffer.cc, wvlogbuffer.h, wvlogfile.cc:

	  - Fixed file logging so that it reacts to day changes and rolls
	  over	   to the next file quicker - Changed the location of the
	  log to /home/log/Files so that it can     be accessed by the new
	  'log' user - Added firewall logging - Changed the log buffer so
	  that it only keeps n messages for every     source/debug level

2002-06-10 20:42  mag

	* streams/: wvlogfile.cc, wvlogfile.h:

	  Made the logfile switchover more accurate, and added a config
	  option ([debug]logfile) to control the max log level that goes to
	  the log file.

2002-06-07 19:41  mcote

	* utils/wvsubproc.cc: r3_70: Fixed a bug introduced in the
	  WvSubProc changes.

2002-06-07 17:10  mcote

	* utils/: wvsubproc.cc, wvsubproc.h: r3_70: Fix for samba.  Upon a
	  rebind event, only the parent smbd process is
	  killed--children are left alone so as to not interrupt ongoing
	  file	      transfers.	 Increased version for prerelease
	  6.

2002-06-07 01:35  mag

	* streams/: Makefile, wvlogfile.cc, wvlogfile.h:
	  Added "persistent" logging.

2002-06-04 22:44  apenwarr

	* configfile/wvconf.cc, configfile/wvconf.h, crypto/certtest.cc,
	  crypto/sslsrvtest.cc, crypto/wvcrypto.cc, crypto/wvcrypto.h,
	  crypto/wvsslstream.cc, crypto/wvsslstream.h, crypto/wvx509.cc,
	  crypto/wvx509.h, ipstreams/wvipfirewall.cc,
	  streams/wvdailyevent.cc, streams/wvdailyevent.h, utils/base64.cc,
	  utils/base64.h: Merged recent changes from r3_70 into the main
	  branch.

2002-06-04 21:53  apenwarr

	* crypto/: wvx509.cc, wvx509.h: r3_70: Random bugfixes: WvService
	  wasn't actually suspending services anymore, though it was
	  certainly claiming to, due to a recent "simplification" (oops).
	  Wvx509 was trying to fclose() things that didn't exist.
	  Something funny was happening with imapd, but I changed it around
	  (now using tcpserver instead of couriertcpd) and it seems to be
	  okay now.  Crazy recursive seterr() in wvx509.h (oops).

2002-06-04 20:01  dcoombs

	* streams/: wvdailyevent.cc, wvdailyevent.h: r3_70: Very slowly
	  created WvPollyNomial, which is the keeper of all polly sessions
	  for weaver.  (It'll include a WvDailyEvent when it's grown up,
	  but that's not in there yet.)  I haven't even tested this at all,
	  I just wanted it to stop looking like I haven't been doing
	  anything. :)

2002-06-04 17:37  apenwarr

	* configfile/wvconf.cc: r3_70: It's possible that I just got rid of
	  the (??) messages from tunnelv, as well as the excessive "can't
	  create a tunnel in a tunnel" messages (they still appear
	  occasionally, just to let you know something is wrong).  I also
	  got rid of the WvConf-file-doesn't-exist message, which was
	  annoying due to the new WvFetchmail (and other reasons, at
	  ppatters will attest).

2002-06-03 20:00  apenwarr

	* crypto/wvcrypto.cc: r3_65: same stupid memory leak fix for
	  WvCryptoStream, in case we want to release a 3.66a or something
	  to fix it.

2002-06-03 19:58  apenwarr

	* crypto/wvcrypto.cc: r3_70: argh.  Fixed a REALLY STUPID memory
	  leak in WvCryptoStream, losing about 2k per instance of
	  WvBlowfishStream (among other things).  This is probably the
	  source of major leakage in 3.66 as well.

2002-06-03 19:54  ppatters

	* crypto/: certtest.cc, sslsrvtest.cc: r3_70: Fix the test programs
	  after the API "Adjustment"

2002-06-03 19:36  apenwarr

	* crypto/: sslsrvtest.cc, wvcrypto.cc, wvcrypto.h, wvsslstream.cc,
	  wvsslstream.h, wvx509.cc, wvx509.h: r3_70: SSL and X509 code
	  cleanups - mostly to fix memory leaks.

2002-06-01 17:18  ppatters

	* ipstreams/wvipfirewall.cc: r3_70: Make Wvpfirewall::zap()
	  actaully zap protocols. This fixes the runaway IPTables bug.

2002-05-30 23:27  mcote

	* configfile/wvconf.h, utils/base64.cc, utils/base64.h: r3_70:
	  Obfuscated-password support.	See the ObfuscatedPasswords Wiki
	  page	      for details.

2002-05-30 23:13  apenwarr

	* uniconf/: .cvsignore, Makefile, emutest.cc, unievents.cc,
	  unievents.h, wvconfemu.cc, wvconfemu.h: WvConfEmu supports
	  add_setbool/del_setbool.  Also, UniConfEvents tick when any child
	  object is changed, as well as the object itself.

2002-05-30 22:42  apenwarr

	* Makefile, ipstreams/Makefile, uniconf/.cvsignore,
	  uniconf/Makefile, uniconf/conftest.cc, uniconf/emutest.cc,
	  uniconf/eventtest.cc, uniconf/itertest.cc, uniconf/test.ini,
	  uniconf/test2.ini, uniconf/uniconf.cc, uniconf/uniconf.h,
	  uniconf/uniconfini.cc, uniconf/uniconfini.h,
	  uniconf/uniconfiter.cc, uniconf/uniconfiter.h,
	  uniconf/unievents.cc, uniconf/unievents.h, uniconf/unigen.cc,
	  uniconf/unikey.cc: Renamed WvHConf to UniConf.

2002-05-29 21:17  apenwarr

	* Makefile, configfile/wvconf.cc, crypto/wvcrypto.cc,
	  crypto/wvcrypto.h, crypto/wvx509.cc: Merged recent 3.70 changes
	  into the main branch.  Removed the no-longer-needed follow_links
	  function from wvconf.cc

2002-05-29 16:59  apenwarr

	* configfile/wvconf.cc: r3_70: WvConf::setraw() shouldn't try to
	  get/set things if parsing failed!

2002-05-29 00:38  apenwarr

	* streams/wvlog.cc: Changed wvlog to not escape >128 characters,
	  since they're always printable despite what isprint() says.

2002-05-29 00:17  build

	* Makefile: r3_70: no need to include ldapsearch on the usrdisk.
	  Don't compile libwvstreams.so (et al) with libstdc++.

2002-05-28 19:06  pphaneuf

	* configfile/wvconf.cc: Made WvConf::load_file skip reading the
	  configuration file if the sticky bit is set (logging EAGAIN) and
	  replaced WvConf::save atomic file saving with a "normal" file
	  saving, setting the sticky bit before and restoring its original
	  state afterwards.

2002-05-22 21:48  mcote

	* crypto/wvx509.cc: r3_70: Couple of memory-leak fixes.

2002-05-22 17:41  pphaneuf

	* streams/wvpipe.cc: A quick workaround for something that looks
	  like a problem in WvSubProc.

	  I shall investigate later, but for now, this will fix things.

2002-05-21 17:44  pphaneuf

	* configfile/delsection.cc, configfile/wvconf.cc,
	  ipstreams/wvresolver.cc, streams/wvpipe.cc,
	  streams/wvtimeoutstream.cc, utils/testfork.cc, utils/wvstring.cc,
	  utils/wvstringlist.cc, utils/wvsubproc.cc: More
	  DaveSpacing/RandomSpacing fixes...

2002-05-19 06:23  apenwarr

	* ipstreams/Makefile: [no log message]

2002-05-19 02:49  apenwarr

	* utils/wvsorter.h: WvHConf now has recursive and non-recursive,
	  sorted and non-sorted iterators.

2002-05-19 00:48  apenwarr

	* configfile/wvconf.h: [no log message]

2002-05-17 15:16  pphaneuf

	* utils/: wvfork.cc, wvfork.h: Renamed wvfork's WvIntTable to
	  intTable and a bit more RandomSpacing fixes.

2002-05-17 15:09  pphaneuf

	* utils/wvfork.cc: Fixed some RandomSpacing.

2002-05-17 06:27  apenwarr

	* utils/: testtcl.cc, wvstringlist.cc, wvstringtable.cc,
	  wvtclstring.cc, wvtclstring.h: WvHConfIniFile can now both read
	  _and_ write files where section, key, or value can contain
	  arbitrary text.  That means that you could load data from a
	  WvHConfFileTree, for example (reading entire files into a single
	  config variable) and then save to an IniFile, with your data kept
	  intact... at least in theory.

	  Removed an ominous trim_string from WvString{List,Table}::join().

2002-05-17 05:20  apenwarr

	* utils/: wvtclstring.cc, wvtclstring.h: Quoted elements should be
	  supported in wvtcl_unescape directly, rather than hacking them
	  into wvtcl_decode.

	  Using wvtcl_escape, WvHConfIniFile can now write "name = value"
	  pairs where "name" and "value" contain newlines, leading/trailing
	  whitespace, and/or equal signs.  It can't read them, however, so
	  this is of rather limited use :)

2002-05-17 05:15  apenwarr

	* streams/wvpipe.cc: Fixed a couple of buglets in the wvpipe API
	  caused by the merger with wvsubproc.	There may be more, but at
	  least retchmail works again.

2002-05-17 03:55  apenwarr

	* utils/: testtcl.cc, wvtclstring.cc: Oops, a buglet when using
	  non-standard 'nasties' in wvtcl_encode().

2002-05-17 03:46  apenwarr

	* utils/: .cvsignore, Makefile, strutils.cc, strutils.h,
	  testtcl.cc, wvbuffer.cc, wvbuffer.h, wvstringlist.cc,
	  wvstringlist.h, wvtclstring.cc, wvtclstring.h: Sped up
	  WvBuffer::getstr() somewhat by having it return a WvFastString
	  instead of a WvString.  I don't _think_ this will break anything,
	  although it does mean the return value becomes invalid after the
	  WvBuffer goes away.  (But if you copy it to a WvString first,
	  you're safe.)

	  Added a WvStringList::fill() function, to fill the string from an
	  array of char*.

	  Added wvtclstring.{cc,h}, which supports encoding/decoding
	  tcl-style lists in and out of a WvStringList.

2002-05-16 21:42  ppatters

	* crypto/: wvcrypto.cc, wvcrypto.h: r3_70: If you check for it,
	  WvRSAKey now "Does the right thing", and so, it should be VERY
	  difficult to be in a situation where the NetIntegrator will fail
	  to bring up the WebConfig screen.

2002-05-16 21:32  apenwarr

	* configfile/wvconf.cc, configfile/wvconf.h, crypto/wvsslstream.cc,
	  crypto/wvx509.cc, crypto/wvx509.h, ipstreams/wvipfirewall.cc,
	  ipstreams/wvipfirewall.h, utils/strutils.cc, utils/strutils.h:
	  Merged changes from r3_70 into the main branch.  Whew, we've been
	  busy.  Look Mom, no conflicts!

2002-05-16 20:58  ppatters

	* crypto/: wvsslstream.cc, wvx509.cc, wvx509.h: r3_70: WvWebConfig
	  will now do the right thing when the certificate doesn't match
	  the keys available. I don't think that I handle the case where
	  the RSA Keys are bogus, but that's a problem that both
	  TunnelVision and WebConfig now share...

2002-05-15 02:55  apenwarr

	* configfile/: wvconf.cc, wvconf.h: r3_70: fixed some crashes
	  caused by setraw/getraw pointer madness.

2002-05-15 01:28  apenwarr

	* crypto/wvsslstream.cc: r3_70: oops, typo in wvsslstream.cc.

2002-05-15 01:22  apenwarr

	* crypto/wvsslstream.cc: r3_70: major fixes to WvWebConfigBouncer.
	  WvSSLStream and WvWebConfigConn report errors much more clearly
	  in the log.

2002-05-14 23:55  mcote

	* utils/: strutils.cc, strutils.h: r3_70: Moved and renamed
	  nice_name() from wvpacketinfo.cc to nice_hostname()	     in
	  strutils.cc.

2002-05-14 23:32  apenwarr

	* configfile/: wvconf.cc, wvconf.h: r3_70: added some extra debug
	  messages, and used them to trace why all the daemons restart 3
	  times at weaver boot.  Finally!  Yay!

2002-05-13 20:01  apenwarr

	* configfile/wvconf.cc, configfile/wvconf.h,
	  ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h: r3_70:
	  WvIPFirewall redirects iptables output to /dev/null by default,
	  since I often run it with "invalid" firewall tables.	It now also
	  handles protocols properly (I think).  Fixed a nasty
	  strchr-accidental-const-cast in the new parse_wvconf_request
	  function.  Made WvService print a log message when check_running
	  finds that the process is indeed not running.  Fixed a couple of
	  bugs and RandomSpacing in wvinstallsvc.

2002-05-13 18:14  pphaneuf

	* streams/: wvpipe.cc, wvpipe.h: Made WvPipe use WvSubProc.

2002-05-13 18:14  pphaneuf

	* utils/: wvsubproc.cc, wvsubproc.h: Added an (unused, but almost
	  was!) callback to WvSubProc::startv, that is called in the child
	  right before doing the exec, and added a WvSubProc::fork method,
	  which does the meat of the WvSubProc magic, allowing for using
	  WvSubProc without having it exec for you (so you can do it
	  yourself or not do it at all).

2002-05-13 17:21  pphaneuf

	* utils/: wvfork.cc, wvfork.h: Made wvfork_start visible from the
	  outside.

2002-05-10 20:52  mcote

	* configfile/: wvconf.cc, wvconf.h: r3_70: The wvrcommand
	  parse_wvconf_request() function has been moved to	   WvConf.
	  Also added getraw() and setraw() functions to WvConf to get
	  and set variables given a string in the form "[section]entry"
	  and	     "[section]entry=value", respectively.

2002-05-03 03:08  apenwarr

	* utils/: .cvsignore, Makefile, testcrash.cc: Added a testcrash
	  program to test wvcrash.

2002-05-01 13:49  pphaneuf

	* streams/wvpipe.cc: Backed out andrew's change to WvPipe that made
	  it use wvfork (closing the pipe for us!).

2002-04-30 20:37  pphaneuf

	* utils/: wvfork.cc, wvfork.h, wvsubproc.cc: Fixed some formatting
	  and comments.

2002-04-30 16:23  ppatters

	* crypto/md5test.cc: Change MD5 test program to reflect how we're
	  most likely to us it.

2002-04-29 20:49  ppatters

	* crypto/: md5test.cc, wvcrypto.cc, wvcrypto.h: Made WvMD5 act like
	  I advertised it to Dave ;)

2002-04-25 15:08  dcoombs

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/wvconf.cc, configfile/wvconf.h, crypto/wvx509.cc,
	  ipstreams/wvaddr.cc, ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.cc, ipstreams/wviproute.cc,
	  ipstreams/wvresolver.cc, streams/wvlog.cc,
	  streams/wvlogbuffer.cc, utils/strcrypt.cc, utils/strutils.cc,
	  utils/wvdiriter.cc, utils/wvstringlist.cc,
	  utils/wvstringtable.cc, utils/wvtask.cc: In a desperate effort to
	  break as much stuff as humanly possible, I've WvStringParm-ified
	  the rest of weaver (there were a few files apenwarr missed) and
	  removed every extraneous call to WvString::unique().

	  It all still compiles, and weaver seems to run on peanut.  I
	  haven't tried anything more complicated than that, though.

	  Let the fireworks begin. :)

2002-04-25 05:06  apenwarr

	* configfile/cfgsection.cc, configfile/wvconf.cc,
	  ipstreams/simpleconn.cc, ipstreams/udp2test.cc,
	  ipstreams/wvinterface.cc, ipstreams/wvipaliaser.cc,
	  streams/wvlog.cc, streams/wvlogbuffer.cc,
	  streams/wvprotostream.cc, streams/wvstreamlist.cc,
	  utils/wvbuffer.cc, utils/wvlink.h: Removed the ancient iterator
	  auto-typecast operator from wvlink.h (and thus WvList,
	  WvHashTable, and WvDirIter) because I think I only added it in
	  the first place to be confusing.  One day I'll get rid of
	  operator()() too...  see how you like that.

2002-04-25 04:49  apenwarr

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/wvconf.cc, configfile/wvconf.h, crypto/wvcrypto.cc,
	  crypto/wvcrypto.h, crypto/wvx509.h, ipstreams/wvaddr.cc,
	  ipstreams/wvaddr.h, ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.cc, ipstreams/wvinterface.h,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, streams/wvfile.cc,
	  streams/wvfile.h, streams/wvlog.cc, streams/wvlog.h,
	  streams/wvlogbuffer.cc, streams/wvlogbuffer.h,
	  streams/wvstream.cc, streams/wvstream.h, streams/wvsyslog.cc,
	  streams/wvsyslog.h, utils/stresshash.cc, utils/strutils.cc,
	  utils/strutils.h, utils/testhash.cc, utils/teststr.cc,
	  utils/wvbuffer.cc, utils/wvbuffer.h, utils/wvhashtable.cc,
	  utils/wvhashtable.h, utils/wvstring.cc, utils/wvstring.h,
	  utils/wvstringlist.cc, utils/wvstringlist.h,
	  utils/wvstringtable.cc, utils/wvstringtable.h, utils/wvtask.cc,
	  utils/wvtask.h:
	  Changed WvString semi-incompatibly to supposedly eliminate any
	  imaginable need for explicit unique().  Yes, that's right, the
	  Single Most Horrible Thing about WvString has been eliminated. :)

	  Expect crashes.  DEATH TO ALL WHO STAND IN MY WAY!

	  (I didn't actually take _out_ the unique() calls, though.  Feel
	  free to delete any you see - they're all unneeded now.)

2002-04-25 00:49  apenwarr

	* ipstreams/wvhttp.cc, ipstreams/wvhttp.h, streams/wvstream.h:
	  Cleaned WvVirusUpdate and WvHTTPStream, and made a standalone
	  "virustest" program for downloading virus updates.

2002-04-24 20:44  andrew

	* streams/wvpipe.cc, utils/wvfork.cc, utils/wvsubproc.cc: Made
	  wvfork() even safer. Also minor changes to WvPrintService.

2002-04-22 19:36  pphaneuf

	* streams/wvpipe.cc: Fixed a bug in WvPipe where giving a
	  subprocess fds that had O_NONBLOCK set could confuse some of them
	  (like cat or GhostScript) that wouldn't expect them to go
	  EWOULDBLOCK on them or do short reads or writes. Note that this
	  change will also affect the fds in the *parent* process as well,
	  so if you ever think of reusing the fds after the WvPipe is done,
	  beware!

2002-04-22 14:46  pphaneuf

	* utils/wvstring.cc: Fixed a bug in WvString where appending "foo"
	  to a NULL WvString would yield "(nil)foo".

2002-04-20 02:29  apenwarr

	* Makefile: I have returned to the main branch and am wreaking
	  havoc: got rid of extra messages from dhparm in auto-scanner.sh.
	  Supplied default values for [HTTPD]Admin Email and Admin Team in
	  the httpd.conf template.  Fixed the Makefile so it builds again
	  under the autobuilder again (I hope).  Downgraded the severity
	  (annoyingness) of some netguide messages.  Fixed a bunchload of
	  electric-fence crash bugs and some memory leaks.  Reformatted
	  some, but certainly not all, ArbitrarySpacing.  Made wvapache
	  shut up when it's disabled.  Defined [HTTPD]AliasImp when webmail
	  is turned off, but I think I did that wrong.	Made WvNIS not do
	  things when disabled, and made it call 'domainname' at the right
	  times.  Made WvDialConf sane again (the SuSE people may be
	  helpful, but they don't know C++ :))

	  Ha, so who's Random Bugfix Man now?

2002-04-19 23:52  pphaneuf

	* utils/: wvstring.cc, wvstring.h: Did some "NULL-proofing" of
	  WvString, only tested in WvPrint (who's autoconfiguration code
	  makes heavy use of), good luck and have fun! :-)

2002-04-19 23:51  pphaneuf

	* configfile/wvconf.cc: Removed stupid comment and made
	  WvConf::operator[] check for NULL.

2002-04-19 18:10  mcote

	* ipstreams/wvaddr.cc: r3_65: Forget everything I just said.
	  Restoring wvaddr.cc to its old form, and perhaps we'll play with
	  it in the main branch.

2002-04-19 17:48  mcote

	* ipstreams/wvaddr.cc: r3_65: Small fix to WvIPAddr.

2002-04-19 17:40  mcote

	* ipstreams/wvaddr.cc: r3_65: Forget that last message--WvIPAddr is
	  now set to 0.0.0.0 if there is an alphabetic character within the
	  dotted quad.	1.3.4.a will return 0.0.0.0, but 1.2.3.4.a will
	  return 1.2.3.4, as will 1.2.3.4:80.  A non-digit, non-alphabetic
	  character (i.e. ':' or '/') will terminate the address, so
	  1.2.3.4/24 returns 1.2.3.4, and 1.2:80 returns 1.2.0.0.  CgS:
	  Enter Log.  Lines beginning with `CVS:' are removed automatically

2002-04-19 17:14  mcote

	* ipstreams/wvaddr.cc: r3_65: WvIPAddr is set to 0.0.0.0 if a
	  string containing a character other than a digit, period, slash,
	  colon, space, or tab is passed to the constructor.

2002-04-19 16:24  pphaneuf

	* utils/wvlinklist.h: Thanks to gcc's lazy instantiation of
	  template, but even more so thanks to my non-application of "you
	  aren't gonna need it", I had committed a completely screwed up
	  implementation of WvList<>::last. I'm Dumb (but not Dumbest,
	  thank God!).

2002-04-19 15:13  pphaneuf

	* utils/: testlist.cc, wvstringlist.cc, wvstringlist.h: Added an
	  optional "limit" parameter to WvStringList::split (works like the
	  Perl split operator limit), added some code to test this in
	  testlist, made testlist use the WvStreams-provided WvStringList
	  instead of defining its own.

2002-04-18 21:36  andrew

	* streams/wvpipe.cc: Removing access() check from WvPipe.

2002-04-18 21:14  apenwarr

	* Makefile: Fixed autobuilder makefile problems... I think.  Also
	  make twister/bin/rc not fail completely if /proc/exprboot doesn't
	  exist.

2002-04-16 15:36  apenwarr

	* ipstreams/wvhttp.h, ipstreams/wvipfirewall.cc,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h: Merged recent
	  changes from r3_65 into main branch.

2002-04-16 14:59  pphaneuf

	* streams/wvstream.h: Made WvStream::alarm_was_ticking public, so
	  that callbacks that aren't in the stream object can know whether
	  they were called because of the alarm they set or because the
	  stream was actually readable.

2002-04-16 14:58  pphaneuf

	* ipstreams/wvtcp.cc: Made WvTCPConn resolve port names using
	  getservbyname, just like WvIPPortAddr does.

2002-04-16 00:58  apenwarr

	* ipstreams/wvipfirewall.cc, streams/wvstreamlist.cc,
	  streams/wvstreamlist.h: r3_65: definitely more bugfixes than I
	  _wanted_ to have in the supposedly-last prerelease before 3.66,
	  but oh well.	Fixed a wvtape "bug" (actually a result of weird
	  WvString-NULL behaviour that's fixed in 3.70) that caused crashes
	  with efence.	Made wvapache _really_ extract perl in the
	  background, really.  Fixed some obscure webproxy crashes that
	  could be construed to be caused by wvstream - and this might fix
	  some weird Tunnel Vision and Fast Forward behaviour too.
	  (Unlinking a stream from a streamlist while in your
	  callback/execute function could cause execute() to be called on a
	  deleted stream or even if !isok().)  WebConfig won't let you set
	  an interface as trusted if it's being used by outgoing
	  PPTP/PPPoE, which prevents the auto-generated 10.0.0.138 address
	  from getting advertised by tunnel vision and making a mess.
	  Flush the 'Services' and '-t nat TProxy' streams in the
	  constructor for WvIPFirewall, so we don't corrupt port 25 and 80
	  in case a proxy is enabled and we segfault.

	  Whew.  This will be 3.66-pre6, since pre5 was the same as pre4.

2002-04-15 23:09  mcote

	* ipstreams/wvhttp.h: r3_65: HTTPHeader wasn't doing a .unique() on
	  the strings passed to it,	   which might cause problems for
	  classes using it.

2002-04-15 18:16  ppatters

	* utils/strutils.cc: Update Retchmail Changelog and fix a couple of
	  silly Debian pickinesses, Update to WvDial Changelog, fix in
	  wvdialer.cc for unecessary cast in start_ppp WvPipe Call, updates
	  to versions for new releases of WvDial, WvStreams, and Retchmail.

2002-04-13 02:33  apenwarr

	* Makefile, utils/teststr.cc: src/wvstreams/Makefile: do the right
	  thing with rules.local.mk.

2002-04-12 19:51  pphaneuf

	* utils/wvcallback.h: Made the operator() of WvCallback const, so
	  that you can use a const WvCallback reference.

2002-04-12 04:35  pphaneuf

	* streams/wvpipe.cc: Trying to make WvPipe a bit safer, but this is
	  nothing bulletproof.

2002-04-10 18:18  apenwarr

	* crypto/cryptotest.cc, utils/Makefile, utils/wvsubproc.cc,
	  utils/wvtimeutils.cc, utils/wvtimeutils.h: Merged r3_65 into the
	  main branch again.  It compiles and runs, but I don't know if it
	  works.

2002-04-10 16:26  pphaneuf

	* streams/wvtimeoutstream.h: Made WvTimeoutStream threadsafe.

2002-04-10 05:13  apenwarr

	* crypto/cryptotest.cc, utils/Makefile, utils/wvsubproc.cc,
	  utils/wvtimeutils.cc, utils/wvtimeutils.h: r3_65: added
	  'mexprboot' target to boot.mk, like in the main branch.  Made
	  twister rootdisk deal well with TWISTER_MASTER="dhcpserver".
	  Added a completely non-standards-compliant weaverUserType entry
	  to the LDAP server to help with Expression admin-mode
	  autodetection.

	  Created a wvtimeutils.h with the ever-popular msecdiff() function
	  and a wvtime() that does gettimeofday() without the multi-line
	  hassle.  Used that in wvtftpd, and fixed lots of other tftpd bugs
	  and confusingness as well.  Hopefully this means Weaver won't
	  crash while booting workstations now.

2002-04-09 19:36  apenwarr

	* utils/wvcrashread.sh: wvcrashread was getting confused in some
	  cases.  Blargh, gdb was _really_ not designed to be run by a
	  script :)

2002-04-08 20:53  pphaneuf

	* streams/: wvtimeoutstream.cc, wvtimeoutstream.h: Fixed some
	  warnings in WvTimeoutStream. Relying on truncating operations is
	  nasty, but hey, it's so efficient. :-)

2002-04-08 19:25  pphaneuf

	* streams/: Makefile, wvtimeoutstream.cc, wvtimeoutstream.h: Added
	  a WvTimeoutStream, which you give a timeout (in millisecond) to
	  the constructor and becomes !isok() after that timeout.

2002-04-05 17:16  apenwarr

	* crypto/cryptotest.cc, streams/wvstream.cc,
	  streams/wvtimestream.cc, utils/wvsubproc.cc: Reversed the
	  timezone removal patch.  According to the manpage, occurences of
	  this field in the _kernel_ source is a bug... but some versions
	  of kernel/libc will segfault your app if you pass a NULL tz
	  parameter.

2002-04-05 16:33  pphaneuf

	* crypto/cryptotest.cc, streams/wvstream.cc,
	  streams/wvtimestream.cc, utils/wvsubproc.cc: Cleaned out "struct
	  timezone" passed to gettimeofday(). They are optional, so there
	  is no point passing them if you don't use them, and actually
	  using them is a bug.

2002-04-04 18:01  socrates

	* ipstreams/wvinterface.cc: WvInterface/TapeBackup/Others : Changed
	  function call to WvPipe due to
	  change in signature.	Also changed various
		   calls from WvPipe to WvSubProc because
			WvPipe was not needed.

	  MySQL: Now allows connections from '%'.  Local firewall will
	  block traffic 	 so '%' was not seen as a threat.

	  Appletalk/Samba: Class is now split into 2 seperate classes

	  WvService: WvDaemon is now non-existant and WvService controls
	  the following 	   services: dhcp {server}, pptp, rsync,
	  snmp, tftp, named, qmail,	       mysql, appletalk, samba,
	  ldap, apache, proftpd, nfs, nis.	       All startups are
	  logged at Debug1 due to the weaver calling		 rebind
	  multiple times so the services restart multiple times.
	   Making the messages debug is cheating but hey, can't win them
		   all.

	  VirusScanner: Now returned from QMail.  Weaver.cc only
	  instantiates a	       virusscanning object when needed.

	  WebConfig: Added 'help' file for MySQL (somehow that slipped
	  through the crack)		Also took away option for 'only
	  trusted hosts' for mysql.

2002-04-04 15:57  apenwarr

	* streams/wvpipe.cc, streams/wvpipe.h, utils/wvsubproc.cc,
	  utils/wvsubproc.h: Fixed wvpipe and wvsubproc prototypes to have
	  more consts in more places.

2002-04-03 22:25  pphaneuf

	* streams/wvpipe.cc: Removed the assert, because we made WvPipe
	  usage that sounds right work out right as well.

2002-04-03 21:21  pphaneuf

	* utils/wvsubproc.h: Added a constructor to WvSubProc that calls
	  startv immediately.

2002-04-03 16:47  apenwarr

	* utils/wvstring.cc: Small bug in the WvString::do_format routines
	  caused a segfault in retchmail.

2002-04-02 20:53  ppatters

	* ipstreams/wvaddr.h: Fix for wvaddr.h to make it work when not
	  compiling with wvrules.mk (BSD Porting defines issue...)

2002-03-28 19:08  pphaneuf

	* streams/wvpipe.cc: Added an assert to notify developers of some
	  WvPipe usage that, while sounds right, doesn't quite work out.

2002-03-26 23:32  ppatters

	* ipstreams/wvaddr.h: Start preparing stuff for WvPrint release...

2002-03-25 17:51  pphaneuf

	* utils/strutils.cc: Missing newline caused Red Hat's silly gcc to
	  complain.

2002-03-22 16:58  pphaneuf

	* utils/wvlinklist.h: Turned a non-obvious bug into an assert.

2002-03-20 21:29  ppatters

	* crypto/wvcrypto.cc, crypto/wvcrypto.h, ipstreams/wvaddr.h,
	  ipstreams/wvtcp.h, ipstreams/wvunixsocket.cc, streams/wvmodem.cc,
	  streams/wvmodem.h, utils/Makefile, utils/strcrypt.cc,
	  utils/strutils.h: Initial commit of a bunch of changes necessary
	  to make WvStreams play nice with both Linux and *BSD - also some
	  coding standards updates for WvMD5

2002-03-20 15:21  apenwarr

	* crypto/: wvcrypto.cc, wvcrypto.h:
	  Changes to wvmd5 to make it compile on resonance.

2002-03-19 20:22  ppatters

	* crypto/: md5test.cc, reqtest.cc, wvcrypto.h: Ok... MD5 is done,
	  documented, and really easy to use. See wvcrypto.h and md5test.cc
	  for more information.

2002-03-19 20:07  ppatters

	* crypto/: Makefile, md5test.cc, wvcrypto.cc: A couple of fixes to
	  WvMD5, plus the mandatory test program...

2002-03-19 19:37  ppatters

	* crypto/: wvcrypto.cc, wvcrypto.h: Fix for WvUtils using programs
	  to be compiled with -lcrypto, as well as initial checkin of WvMD5
	  - now part of wvcrypto...

2002-03-13 21:11  pphaneuf

	* utils/wvstring.cc: Added a zero-padding feature to WvString
	  formatting.

2002-03-13 20:55  pphaneuf

	* utils/wvstring.h: A "const" was reported missing in action, but
	  has been put back on WvString::operator!().

2002-03-13 20:30  apenwarr

	* utils/: teststr.cc, wvstring.cc, wvstring.h: Changed -ggdb back
	  to -g in non-debug builds: it increases the stripped size of the
	  executable for some reason.  (The 'data' section gets really
	  big.)

	  Added WvString::cstr() as an explicit way to typecast into (const
	  char *).

	  Made sure WvString works reliably when you assign it NULL data.
	  That means it's now explicitly supported to have two different
	  "blank" string values: NULL and zero-length string.  This can
	  allow some things (like, say, WvConf or the mysql client) to be
	  more expressive without requiring actual char* arguments and
	  return values just because of NULL.

2002-03-12 20:23  ppatters

	* crypto/wvsslstream.cc: Formatting and debug message cleanup in
	  WvSSLStream

2002-03-07 23:40  ppatters

	* Docs/sgmlmanual/streams.wvsgml, crypto/ssltest.cc: Various
	  packaging updates mainly having to do with making sure that the
	  version numbers are correct on all of the open source packages.

2002-03-06 23:21  socrates

	* utils/: base64.cc, base64.h: - Modified the base 64 Encoding code
	  to encode all of the string (not only until the NULL char) -
	  MySQL authentication routines redone within the wvmysql class.
	  Also added support for deleting databases of non-existing system
	  users.  - Modified the webconfig for MySQL server stopping and
	  restarting as well as main page 'reporting' status - Added link
	  in /tmp directory to hold mysql socket file symbolic link -
	  WvDaemon class renamed to WvService.	- Split WvSamba class into
	  WvSamba and WvATalk classes - Added MySQL, Named, QMail, Samba,
	  Appletalk classes to be controlled by wvservices class.

2002-03-06 01:06  ppatters

	* utils/: strutils.cc, strutils.h: Fix some ugliness in the
	  Certificate Generation code - now uses encode_hostname_as_DN()

2002-03-04 23:39  pphaneuf

	* ipstreams/wvaddr.cc: Added support for specifying port by name in
	  WvIPPortAddr.

2002-03-04 22:39  ppatters

	* configfile/cfgsection.cc, streams/wvpipe.h, utils/wvbuffer.h:
	  Monster SuSE patch merge... this should break WvDial REAL good...
	  (actually probably not too badly.. but we'll see). Adds a raft of
	  new stuff - ability to have WvDial prompt for password on the
	  command line, ISDN goodies, USB (??) Modem support, and all sorts
	  of other coolness...

2002-03-04 15:51  andrew

	* streams/: wvdailyevent.cc, wvdailyevent.h: Fixed static variable
	  causing problems when using more than one WvDailyEvent.

2002-03-02 04:33  apenwarr

	* crypto/wvsslstream.cc, crypto/wvsslstream.h,
	  ipstreams/httptest.cc, ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, ipstreams/wvudp.cc,
	  ipstreams/wvunixsocket.cc, ipstreams/wvunixsocket.h,
	  streams/wvdailyevent.cc, streams/wvdailyevent.h,
	  streams/wvfile.cc, streams/wvfile.h, streams/wvmodem.cc,
	  streams/wvpipe.cc, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvtimestream.cc, streams/wvtimestream.h,
	  streams/wvwatcher.cc, streams/wvwatcher.h:
	  A bunch of highly incompatible wvstreams hacks: renamed
	  select_setup/test_set to pre_select/post_select.  Simplified
	  force_select implementation and added undo_force_select.  Added
	  read_requires_writable and write_requires_readable pointers to
	  WvStream, to make it _much_ easier to copy from one stream to
	  another without using the outbuf.  Split getfd() into getrfd()
	  and getwfd(), even in basic wvstream, to simply implementation of
	  WvSplitStream.  Made select-for-write do the right thing when
	  outbuf is in use (I think!).	Got rid of auto_select, replacing
	  it instead with two different variants of select(), one of which
	  does what the old auto_select() does.  Changed WvStream callbacks
	  to use WvCallback (finally!), which means stream callbacks don't
	  have to be static anymore.

	  All of this will surely introduce some bugs, but at first glance,
	  Weaver and various streams test programs seem to still work.

2002-03-02 04:25  apenwarr

	* ipstreams/wvtcp.cc, ipstreams/wvtcp.h, ipstreams/wvunixsocket.cc,
	  ipstreams/wvunixsocket.h, streams/wvstream.cc,
	  streams/wvstream.h: [no log message]

2002-03-02 04:11  apenwarr

	* streams/: wvsplitstream.cc, wvsplitstream.h, wvstream.cc,
	  wvstream.h, wvstreamclone.cc: [no log message]

2002-03-02 02:55  apenwarr

	* streams/: wvstream.cc, wvstream.h, wvstreamclone.cc,
	  wvstreamlist.cc: [no log message]

2002-03-02 02:47  apenwarr

	* crypto/wvsslstream.cc, ipstreams/httptest.cc, ipstreams/wvtcp.cc,
	  ipstreams/wvudp.cc, ipstreams/wvunixsocket.cc, streams/wvfile.cc,
	  streams/wvfile.h, streams/wvmodem.cc, streams/wvpipe.cc,
	  streams/wvsplitstream.cc, streams/wvsplitstream.h,
	  streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvwatcher.cc: [no log message]

2002-03-02 00:31  apenwarr

	* crypto/wvsslstream.cc, crypto/wvsslstream.h, ipstreams/wvhttp.cc,
	  ipstreams/wvhttp.h, ipstreams/wvresolver.cc,
	  ipstreams/wvresolver.h, ipstreams/wvtcp.cc, ipstreams/wvtcp.h,
	  streams/wvdailyevent.cc, streams/wvdailyevent.h,
	  streams/wvsplitstream.cc, streams/wvsplitstream.h,
	  streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvtimestream.cc, streams/wvtimestream.h,
	  streams/wvwatcher.cc, streams/wvwatcher.h: [no log message]

2002-02-27 00:19  ppatters

	* utils/wvlinklist.h: Fix to wvlinklist macro declaration to get
	  the stupid RedHat compiler to stop barfing on something
	  completely harmless...

2002-02-26 18:42  ppatters

	* crypto/.cvsignore, ipstreams/wvtcp.cc, ipstreams/wvudp.cc,
	  ipstreams/wvunixsocket.cc, utils/wvcrash.cc: Commit of RedHat
	  patches to let WvStreams compile on 64bit architecture.

2002-02-25 19:15  pphaneuf

	* utils/wvstring.h: Harmless reformatting of comments so that the
	  lines don't exceed 80 columns (annoying).

2002-02-22 23:27  apenwarr

	* utils/wvlinklist.h: WvList::unlink_first() didn't actually work.

2002-02-22 21:28  andrew

	* streams/wvstream.cc: Reset alarm before continue_select returns.

2002-02-22 01:18  apenwarr

	* Makefile, utils/wvlinklist.h, utils/wvstringlist.cc,
	  utils/wvstringlist.h: Initial experiments with the
	  HierarchicalWvConf.  Check out the bottom of hconftest.cc to see
	  where we stand right now - it already seems nicer to use than
	  WvConf, although it's missing most of the features.

	  I had to do some incredibly evil things to WvList::Iter to make
	  the semantics nice - I marked some functions const that, well,
	  sometimes just aren't.  I think I'd better fix this before we
	  start getting _WEIRD_ bugs in stuff...

2002-02-21 23:26  pphaneuf

	* utils/wvlinklist.h: Added first(), last() and unlink_first()
	  methods to WvLinkList. last(), in particular, has seen no test
	  whatsoever beside compiling cleanly. :-)

2002-02-20 23:04  socrates

	* utils/: base64.cc, base64.h, testbase64.cc: Adding IMP
	  support/users to mysql and fixed user permissions and group
	  permissions

2002-02-20 19:11  pphaneuf

	* Docs/.cvsignore: Added kdoc-html to the .cvsignore file.

2002-02-20 16:08  ppatters

	* crypto/: wvsslstream.cc, wvsslstream.h: Fix for ugly (REALLY
	  ugly) SSL_write() stupid workaround... I think this works now...
	  and it won't block under any circumstance.

2002-02-19 23:28  socrates

	* crypto/wvx509.cc: Modified decodecert

2002-02-19 22:29  ppatters

	* crypto/: wvsslstream.cc, wvsslstream.h: Ok, SSL looks like it's
	  at least handling large transfers correctly now...  There is
	  still a large bug in the way I deal with SSL_write() errors, but
	  this fixes the hang bugs that have been in every version with the
	  new SSL-ized webconfig up until now.

2002-02-19 21:14  apenwarr

	* ipstreams/wvinterface.cc, ipstreams/wvipfirewall.cc,
	  ipstreams/wvipfirewall.h, ipstreams/wvtcp.cc,
	  streams/wvlockfile.h, utils/strutils.cc, utils/strutils.h: Merged
	  recent r3_65 changes into the main branch.  I guess we haven't
	  done this for a while!

2002-02-18 18:14  mcote

	* streams/wvlockfile.h: r3_65:	Dial-in stuff.	Still needs a user
	  interface and more testing.

2002-02-15 21:09  dcoombs

	* ipstreams/: wvipfirewall.cc, wvipfirewall.h: r3_65: IPsec now
	  works in subnet-to-subnet mode.  WOOHOO!!  I'm FREE!	FREE! FREE
	  AT LAST!!!!!!!  Except for writing a user interface.

2002-02-14 16:24  apenwarr

	* crypto/wvx509.cc: wvx509.cc didn't compile with the current
	  openssl release on echo.

2002-02-13 21:27  ppatters

	* crypto/: Makefile, certtest.cc, wvx509.cc, wvx509.h: Added
	  dumpcert, dumpkeypair, and dumprawkeypair to WvX509Mgr - now we
	  should be able to replace any calls to the openssl binary, and
	  dumprawkeypair should spit out the keypair information in the
	  format that FreeS/WAN likes. This should be the last output
	  routines necessary before we can use a single certificate/RSA
	  Keypair for each Weaver...

2002-02-13 20:11  ppatters

	* crypto/: wvx509.cc, wvx509.h: More functionality additions to
	  wvx509 - you can now validate a certificate against CA
	  Certificates, both per file, and by directory of CA Files

2002-02-13 05:20  apenwarr

	* ipstreams/: wvinterface.cc, wvtcp.cc: r3_65: a raft of bugfixes
	  and tweaks: used a stupid and inexplicable hack to make raid5
	  mount much faster when a resync is needed (especially right after
	  it's created).  disk-makegroup now will fail if disk-unmount
	  does.  wvnfs shouldn't force ugidd to be used if [NFS Export
	  Options] says otherwise for a share.	LDAP server now exports
	  groups in a way more pleasing to libnss-ldap.  "Create admin
	  account" screen prints _something_ about the disk, even if the
	  disk is already configured.  weaverlogin (init) tries to run
	  disk-unmount at shutdown time to cleanly disconnect the RAID -
	  but I haven't tested that much.  Fixed a missing comment on the
	  #endif line in wvver.h.  Finally took out the "AddRoute ppp0:
	  interface not found" warning in this branch.

2002-02-11 16:13  dcoombs

	* utils/: strutils.cc, strutils.h: r3_65, adding strcount() to
	  strutils.cc, which I will use in about 3 seconds.

2002-02-08 20:00  ppatters

	* crypto/: wvx509.cc, wvx509.h: First shot at an SSL Enabled
	  WebConfig. Consists of making wvwebconfig understand
	  WvSSLStreams, and adding a new WvWebConfigBouncer class that
	  redirects traffic to port 8043.

	  Note: https://weaver:8043/ is where any references to the
	  webconfig should point from now on.

2002-02-06 22:08  ppatters

	* crypto/: wvsslstream.h, wvx509.cc, wvx509.h: Fixups to the SSL
	  and X509 code to make it so that their header files play nice
	  with other programs, and also so that decodecert is prettier

2002-02-06 21:28  apenwarr

	* ipstreams/wvinterface.cc, utils/testcallback.cc,
	  utils/wvcallback.h, utils/wvcrashread.sh: Copied recent changes
	  from r3_65 to the main branch, so as to crash more things sooner.

2002-02-06 20:55  apenwarr

	* utils/: testcallback.cc, wvcallback.h: r3_65: changed wvcallback
	  so it can support normal non-object-bound function pointers (ie.
	  for global/static functions) and so you can usefully assign NULL
	  to callbacks to mark them as empty.  Note that like with a
	  function pointer, operator () will crash if you try to _call_ a
	  NULL wvcallback, so if your callback might be NULL, you should
	  check its value (with operator bool) before calling it.

2002-02-06 18:20  ppatters

	* crypto/: Makefile, reqtest.cc, wvx509.cc, wvx509.h: Added PKCS#10
	  support to WvX509Mgr - we can now do certificate requests.

2002-02-06 17:40  apenwarr

	* utils/wvcrashread.sh: r3_65: fixed wvcrashread to work better
	  when one of the backtraced functions is from a template (and thus
	  contains whitespace in its name).

2002-02-06 15:16  apenwarr

	* Docs/.cvsignore, ipstreams/wvinterface.cc: r3_65: .cvsignore file
	  for wvstreams/Docs; removed "no such interface" warning message
	  from wvinterface.cc in this branch as well.

2002-02-05 20:28  pphaneuf

	* streams/wvstreamclone.h: Just adding a small reminder in the
	  documentation.

2002-02-04 17:09  apenwarr

	* Doxyfile: Reconfigured wvstreams/Doxyfile to make doxygen
	  properly find header files.  It was getting confused by
	  DeclareWvList() when calling header wasn't in the utils
	  directory.

2002-02-04 16:58  pphaneuf

	* Docs/.cvsignore: "Fixed" a missing .cvsignore.

2002-02-04 15:24  ppatters

	* ipstreams/udp2test.cc, streams/wvlog.h, utils/wvtask.h: Added
	  separate versioning for WvPrint, and WvStreams, fixed several
	  buglets that caused warnings for silly people using GCC3.0
	  (having to do with friends)

2002-02-01 22:43  apenwarr

	* utils/strutils.cc:
	  r3_65: Backported Julien's webmail-to-imp replacement from the
	  main branch, and updated the r3_65_lastmerge tag so we don't try
	  to re-merge it the other way too.

2002-02-01 21:16  apenwarr

	* utils/: wvdiriter.h, wvlinklist.h: Merged recent r3_65 changes
	  into main branch.

2002-02-01 01:20  apenwarr

	* utils/wvlinklist.h: r3_65: oops - a change from a while ago in
	  wvlinklist.h caused it to not run setup()/shutdown() functions
	  properly, which made wvdialconf fail.  Funny that nobody noticed
	  it yet.  Anyway, Pat's wvdial 1.50 release probably has a
	  completely non-functional wvdialconf.

2002-01-31 23:59  pphaneuf

	* Makefile: libwvstreams.so doesn't really need libwvutils.so, it
	  just needed the -lcrypto and -lz it was pulling in.

2002-01-30 01:07  ppatters

	* utils/wvcrash.cc: Updated WvDial version to 1.5, remove some
	  legacy @worldvisions.ca references, and make wvcrash compile on
	  non-Debian boxen

2002-01-28 22:15  pphaneuf

	* Makefile: Nice going for my first commit, a single line "bugfix"
	  in that Makefile that breaks the whole thing. Everything's fine
	  now.

2002-01-28 22:08  pphaneuf

	* Makefile: Made the 'include' target avoid creating links named
	  '*.h' when there is no header file in one of the SUBDIRS.

2002-01-26 12:54  dcoombs

	* utils/wvdiriter.h: r3_65: Massive crazy (CRAZY!) changes to idb,
	  attempting to back up files that have only been renamed, but not
	  changed, since the last backup.  That doesn't change the ctime.
	  I'm doing a comparison of two sorted lists.  This may destabilize
	  everything horribly, but I don't think so, actually.

2002-01-25 18:57  mcote

	* utils/strutils.cc: trim_string in strutils.cc has had a small
	  error in it for a very long time...  luckily it didn't really
	  affect anything.

2002-01-24 21:34  mcote

	* utils/: strutils.cc, strutils.h, wvcrash.cc, wvcrashread.sh:
	  Merged r3_65 into main branch.

2002-01-21 23:20  mcote

	* utils/: strutils.cc, strutils.h: r3_65: Added a function to trim
	  strings starting at a given character.

2002-01-18 18:01  apenwarr

	* utils/wvcrashread.sh: r3_65: added
	  wvstreams/utils/wvcrashread.sh, which can read wvcrash.txt output
	  and use gdb to convert it to more useful file:line information.
	  Better still, it can approximate things even for slightly
	  different binaries than the one that generated the wvcrash.txt,
	  so it's not as picky as core dumps.

2002-01-18 17:45  ppatters

	* crypto/: wvcrypto.cc, wvcrypto.h: Start getting various packages
	  ready to be able to be built as debian packages, more makefile
	  and packager cleanups.

	  I also fixed a holdout char * to const char * "bug" in WvRSAKey.

	  WvStreams now builds as a Debian package...

2002-01-18 16:10  ppatters

	* crypto/Makefile: Makefile changes to hopefully get things to
	  package nicely for the opensource release - if you get Make
	  errors, make sure that src/wvrules.mk exists and is a symlink to
	  ./wvrules.mk

2002-01-18 16:00  apenwarr

	* utils/wvcrash.cc: r3_65: fixed wvcrash so that core dump files
	  are generated in addition to wvcrash output (oops).

2002-01-02 02:42  apenwarr

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/delsection.cc, configfile/initest.cc,
	  configfile/wvconf.cc, configfile/wvconf.h, crypto/wvcrypto.cc,
	  crypto/wvcrypto.h, ipstreams/aliastest.cc, ipstreams/conttest.cc,
	  ipstreams/httptest.cc, ipstreams/listentest.cc,
	  ipstreams/resolvertest.cc, ipstreams/routetest.cc,
	  ipstreams/simpleconn.cc, ipstreams/tcptest.cc,
	  ipstreams/udp2test.cc, ipstreams/udptest.cc,
	  ipstreams/ulistentest.cc, ipstreams/unixtest.cc,
	  ipstreams/wvaddr.cc, ipstreams/wvaddr.h, ipstreams/wvhttp.cc,
	  ipstreams/wvhttp.h, ipstreams/wvinterface.cc,
	  ipstreams/wvinterface.h, ipstreams/wvipaddrtable.h,
	  ipstreams/wvipaliaser.cc, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h,
	  ipstreams/wvipnetlist.h, ipstreams/wviproute.cc,
	  ipstreams/wviproute.h, ipstreams/wvresolver.cc,
	  ipstreams/wvresolver.h, ipstreams/wvtcp.cc, ipstreams/wvtcp.h,
	  ipstreams/wvudp.cc, ipstreams/wvudp.h, ipstreams/wvunixsocket.cc,
	  ipstreams/wvunixsocket.h, streams/clonetest.cc,
	  streams/logbuftest.cc, streams/logtest.cc, streams/looptest.cc,
	  streams/modemtest.cc, streams/pipetest.cc, streams/prototest.cc,
	  streams/syslogtest.cc, streams/timetest.cc, streams/watchtest.cc,
	  streams/wvdailyevent.cc, streams/wvdailyevent.h,
	  streams/wvfile.cc, streams/wvfile.h, streams/wvlockfile.cc,
	  streams/wvlockfile.h, streams/wvlog.cc, streams/wvlog.h,
	  streams/wvlogbuffer.cc, streams/wvlogbuffer.h,
	  streams/wvlogrcv.h, streams/wvloopback.cc, streams/wvloopback.h,
	  streams/wvmodem.cc, streams/wvmodem.h, streams/wvpipe.cc,
	  streams/wvpipe.h, streams/wvprotostream.cc,
	  streams/wvprotostream.h, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvsyslog.cc, streams/wvsyslog.h, streams/wvtimestream.cc,
	  streams/wvtimestream.h, streams/wvwatcher.cc,
	  streams/wvwatcher.h, utils/base64.cc, utils/base64.h,
	  utils/stresshash.cc, utils/strutils.cc, utils/strutils.h,
	  utils/testbase64.cc, utils/testbuffer.cc, utils/testdiriter.cc,
	  utils/testfork.cc, utils/testhash.cc, utils/testlist.cc,
	  utils/testsort.cc, utils/teststr.cc, utils/testtask.cc,
	  utils/testver.cc, utils/verstring.cc, utils/verstring.h,
	  utils/wvbuffer.cc, utils/wvbuffer.h, utils/wvcallback.h,
	  utils/wvcrash.cc, utils/wvcrash.h, utils/wvdiriter.cc,
	  utils/wvdiriter.h, utils/wvencoder.cc, utils/wvencoder.h,
	  utils/wvfork.cc, utils/wvfork.h, utils/wvgzip.cc, utils/wvgzip.h,
	  utils/wvhashtable.cc, utils/wvhashtable.h, utils/wvlink.h,
	  utils/wvlinklist.cc, utils/wvlinklist.h, utils/wvsorter.cc,
	  utils/wvsorter.h, utils/wvstring.cc, utils/wvstring.h,
	  utils/wvstringlist.cc, utils/wvstringlist.h,
	  utils/wvstringtable.cc, utils/wvstringtable.h,
	  utils/wvsubproc.cc, utils/wvsubproc.h, utils/wvtask.cc,
	  utils/wvtask.h: Updated copyrights to 2002.

2002-01-02 00:23  apenwarr

	* utils/: strutils.cc, strutils.h: Changed strutils arguments to
	  use consts where appropriate, and to use void* in several places
	  instead of unsigned char* so that they can accept any data type
	  (since we just want to accept binary blobs anyway).

2002-01-01 06:39  apenwarr

	* Makefile, ipstreams/Makefile: A bunch of Makefile changes to make
	  the whole source tree build again.

2002-01-01 05:44  apenwarr

	* Makefile, Docs/Makefile, Docs/sgmlmanual/HTML.dsl,
	  Docs/sgmlmanual/egfiles/Makefile,
	  Docs/sgmlmanual/egfiles/wvfileex.cc: Changed other makefiles to
	  handle rename of rules.mk to wvrules.mk.

2002-01-01 05:19  apenwarr

	* .cvsignore, Doxyfile, Makefile, README, configfile/Makefile,
	  crypto/Makefile, ipstreams/Makefile, streams/Makefile,
	  utils/Makefile: More wvstreams build fixes.

2002-01-01 04:59  apenwarr

	* .cvsignore, COPYING.LIB, Doxyfile, Makefile, configfile/Makefile,
	  crypto/Makefile, ipstreams/Makefile, streams/Makefile,
	  utils/Makefile: (Massive directory restructuring...)

	  Make wvstreams build again.

2001-12-19 19:59  apenwarr

	* streams/wvstream.cc: Fixed a rather suspicious bug in
	  WvStream::select() that seems like it must have been there
	  forever, but never bothered us before.  It caused getline() to
	  act strangely if there was data in inbuf and the msec_delay was
	  -1.  This recently started confusing the WvResolver in retchmail,
	  but I don't know why it didn't happen before...

2001-12-19 18:38  apenwarr

	* crypto/: ssltest.cc, wvsslstream.cc: wvsslstream shouldn't abort
	  on connection refused.

2001-12-19 18:37  apenwarr

	* crypto/wvx509.cc, streams/Makefile:
	  Okay, it _really_ works with old openssl now.  Curse the openssl
	  people, or maybe the x509 people...

2001-12-19 18:24  apenwarr

	* crypto/: wvx509.cc, wvx509.h: Trying to make wvx509 compile with
	  the older version of openssl on resonance.

2001-12-19 10:01  apenwarr

	* streams/wvstream.cc, utils/strutils.cc, utils/strutils.h: Oops,
	  forgot to check in some files.

2001-12-19 09:58  apenwarr

	* crypto/: .cvsignore, Makefile, certtest.cc, sslsrvtest.cc,
	  ssltest.cc, wvsslstream.cc, wvsslstream.h, wvx509.cc, wvx509.h:
	  Added new crypto stuff from ppatters.  Used it to add pop-ssl
	  support to retchmail.

2001-12-14 21:29  build

	* ipstreams/wvinterface.cc: r3_6: disabled GetFlags error messages
	  (as opposed to fixing them, exactly).  Changed version to 3.60a.

2001-12-14 14:54  dcoombs

	* utils/: wvdiriter.cc, wvdiriter.h: Changing WvDirIter to remember
	  the filename portion of fullname, since that can be useful on
	  occasion too.

2001-12-14 10:10  apenwarr

	* ipstreams/wvinterface.cc:
	  Merged recent changes from r3_6 into the main branch.  I guess
	  it's been a while...

2001-12-13 14:49  mcote

	* ipstreams/: wvresolver.cc, wvresolver.h: Added a function to
	  WvResolver to clear the cache of a particular hostname.

2001-12-12 19:48  mcote

	* ipstreams/: wvresolver.cc, wvresolver.h: WvResolve::findaddr()
	  now takes an optional WvIPAddr * parameter to get all addresses
	  returned by gethostbyname().

2001-12-10 16:52  apenwarr

	* ipstreams/wvinterface.cc: r3_6: maybe found the source for the
	  "GetFlags: ppp0" errors.  It was caused by a low-priority debug
	  message from NetGuide, which was mentioning that it skipped a
	  route because the interface wasn't valid.  Duh...

2001-12-08 22:26  apenwarr

	* utils/base64.h: Fixed some header files for portability.  Always
	  use comments rather than bare words after '#endif' if you're
	  going to use anything at all.

2001-12-07 18:52  apenwarr

	* ipstreams/wvinterface.cc: r3_6: changed wvwebsubmit so you can
	  actually change interface settings in Local|Advanced even if the
	  interface's IP address is 0.0.0.0.  What does that have to do
	  with whether we want it marked trusted or not?  Very strange, and
	  probably my fault...

	  Also copied my wvinterface backtrace-on-error stuff to 3.6,
	  because I'm getting _really_ annoyed with those errors and I want
	  to know who keeps calling it...

2001-12-04 14:10  dcoombs

	* crypto/wvsslstream.cc: wvsslstream.cc wouldn't compile because of
	  an ANSI C++ void * forbiddance.

2001-12-01 03:06  mcote

	* ipstreams/wvtcp.h: Removed the friendship between WvTCP and the
	  proxy streams.  WvWebProxy now uses the outbuf of the
	  WvStreamClone, instead of the cloned streams.

2001-12-01 00:33  apenwarr

	* crypto/: .cvsignore, Makefile, cryptotest.cc, ssltest.cc,
	  wvcrypto.cc, wvcrypto.h, wvsslstream.cc, wvsslstream.h: New
	  WvSSLStream, contributed by ppatterson@carillonis.com.  Also
	  added a doxygen config file and make target for building
	  standalone wvstreams.

	  It's now very easy to connect to SSL-based servers... but we
	  can't actually _act_ as an SSL server yet, since that requires
	  different openssl options.

2001-11-30 23:11  apenwarr

	* configfile/wvconf.h, ipstreams/wvaddr.h, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.h, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.h, ipstreams/wviproute.h,
	  ipstreams/wvresolver.h, ipstreams/wvtcp.h, ipstreams/wvudp.h,
	  ipstreams/wvunixsocket.h, streams/wvfile.h, streams/wvlockfile.h,
	  streams/wvlog.h, streams/wvlogbuffer.h, streams/wvlogrcv.h,
	  streams/wvloopback.h, streams/wvmodem.h, streams/wvpipe.h,
	  streams/wvprotostream.h, streams/wvsplitstream.h,
	  streams/wvstream.h, streams/wvstreamclone.h,
	  streams/wvstreamlist.h, streams/wvsyslog.h,
	  streams/wvtimestream.h, streams/wvwatcher.h, utils/base64.h,
	  utils/strutils.h, utils/wvfork.h, utils/wvstring.h: Giant
	  wvstreams patch from ppatters to give a basic explanation of most
	  wvstreams functions in kdoc/doxygen.	Well, it's a start at
	  least...

2001-11-30 06:06  mcote

	* ipstreams/wvtcp.h: Had to make WvHTTPOriginProxyStream and
	  WvHTTPClientProxyStream friends of WvTCP.  Or is it the other way
	  around...anyway, hope that's kosher.

2001-11-28 22:12  apenwarr

	* ipstreams/udp2test.cc, streams/wvdailyevent.cc,
	  streams/wvprotostream.cc, streams/wvstream.cc,
	  streams/wvstream.h, streams/wvstreamclone.cc,
	  streams/wvstreamlist.cc, streams/wvtimestream.cc: Decided to add
	  an assertion to verify that WvStream::execute() ended up being
	  called whenever callback() was called.  An astonishing number of
	  classes were forgetting to do that, which is technically okay...
	  but might not always be.  Anyway, fixed them all (I think).  If
	  you get my new wvstream_execute_called assertion, please fix the
	  broken class :)

2001-11-27 23:44  apenwarr

	* streams/wvstream.cc: Hmm, the wvstreams bugs are coming fast and
	  furious today.  execute() wasn't being called if a callback was
	  defined, which is almost always okay, but not if you're doing
	  magic setup code in your execute() function and someone calls
	  autoforward().

2001-11-27 21:28  apenwarr

	* streams/wvstream.cc: The recent getline() change revealed a
	  different bug: continue_select(0) never returns true.  This
	  aggravated webconfig, since it was doing getline(0), which now
	  called continue_select(0).  Anyway, now continue_select(0) can
	  return true just like it should.

	  Also added hardping and fiddled with pingtest some more, to help
	  play with an ADSL modem in the Netherlands.  Only limited
	  progress, unfortunately, but we'll see...

2001-11-27 18:27  dcoombs

	* utils/: wvstringtable.cc, wvstringtable.h: Added
	  WvStringTable::split(), which is blatantly copied from
	  wvstringlist.cc, which was blatantly copied from wvstringtable.cc
	  in the first place.  Anyway, it's useful. :)

2001-11-27 08:06  apenwarr

	* streams/: wvstream.cc, wvstream.h: Added retchmail, which is
	  probably the world's fastest POP client what with the way it
	  doesn't follow any standards.  But it sure is fast.

	  WvStream::getline() now uses continue_select() if
	  uses_continue_select is true for that stream.  We'll see how much
	  stuff that breaks... also, added a terminate_continue_select()
	  that you're supposed to call in your destructor to clean things
	  up if you use continue_select.  Because destructors are almost as
	  stupid as constructors, I can't do this for you in
	  WvStream::~WvStream().

2001-11-26 22:39  apenwarr

	* ipstreams/wvinterface.cc: Print a stack backtrace every time we
	  have a GetFlags error in WvInterface, in the hopes of tracking
	  down the weird "unknown interface ppp0" messages.

2001-11-21 04:57  apenwarr

	* utils/: Makefile, testsort.cc, wvhashtable.cc, wvhashtable.h,
	  wvlink.h, wvlinklist.cc, wvlinklist.h, wvsorter.cc, wvsorter.h:
	  Sorted iterators are now implemented all in one place using a
	  template.  You can now sort anything that happens to have an
	  iterator, possibly including WvDirIter (but I haven't tried that
	  because for large directory trees it wouldn't make much sense).

2001-11-13 21:04  apenwarr

	* ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h,
	  streams/wvstreamlist.cc, utils/wvlinklist.h: WvQmail is now a
	  WvDaemon.  It's all making more sense now, but I'll have to
	  convert a few more before I really believe it's sane.

2001-11-13 05:26  apenwarr

	* streams/Makefile:
	  Oops, buglet in rules.mk prevented compiling on some versions of
	  make or bash or something (at least on resonance and Mark's
	  computer...)

2001-11-12 21:24  apenwarr

	* configfile/.cvsignore, configfile/Makefile, ipstreams/.cvsignore,
	  ipstreams/Makefile, streams/.cvsignore, streams/Makefile,
	  utils/.cvsignore, utils/Makefile: It was getting far to easy to
	  build weaver.  Rearranged the way .a files are generated, so now
	  we have a central libwvstreams.a rather than linking configfile,
	  ipstreams, etc separately.  I haven't moved the directory
	  structure around yet, but I will...

	  Also added the beginnings of a WvDaemon class, but it's not used
	  anywhere yet.

2001-11-12 16:12  apenwarr

	* utils/: wvtask.cc, wvtask.h: Merged latest r3_6 changes into main
	  branch.

2001-11-11 20:43  apenwarr

	* utils/: wvtask.cc, wvtask.h: r3_6: oops, statmon tcpserver was
	  getting killed by killstuff.sh.  Fixed.  Good thing I hadn't
	  actually released rc4 yet :)

	  Also added more asserts to wvtask (to find problems _before_ it
	  eats the stack) and made wvcrash start earlier.

2001-11-10 22:34  apenwarr

	* configfile/wvconf.cc, configfile/wvconf.h, utils/wvcallback.h:
	  WvConf callbacks become the first victim of WvCallback (but
	  they'll still change...)

2001-11-10 21:57  apenwarr

	* utils/: testsort.cc, wvdiriter.cc, wvdiriter.h, wvhashtable.cc,
	  wvhashtable.h, wvlinklist.cc, wvlinklist.h:
	  New and improved sorted iterators, without the strange
	  double-pointer stuff or O(n^2) operation (yikes!).  This makes
	  them not backwards compatible with the old way, but nobody
	  outside of weaver was using them anyway...

2001-11-09 15:44  dcoombs

	* utils/: wvdiriter.cc, wvdiriter.h: Changed the way WvDirIter
	  recursion works.  It doesn't create a new WvDirIter for each
	  layer of recursion now.  (It creates a new something else. :)
	  However, the WvDirIter always has the right data, so the
	  operator() functions don't need to nest themselves like they did
	  before.

2001-11-08 22:51  apenwarr

	* utils/: testcallback.cc, wvhashtable.cc, wvhashtable.h,
	  wvlinklist.cc, wvlinklist.h: Changed some names around in
	  WvLinkList and WvHashTable.

2001-11-08 22:39  apenwarr

	* utils/: .cvsignore, Makefile, testcallback.cc, wvcallback.h:
	  New WvCallback support.  I hate C++ - even though there really is
	  a convoluted way to get pointers to non-static member functions,
	  it's never quite as efficient as normal function pointers.  But,
	  after lots of horrible fiddling, at least I've gotten it pretty
	  close now.

2001-11-08 15:17  dcoombs

	* utils/: testdiriter.cc, wvdiriter.cc, wvdiriter.h: Following
	  suggestions from Avery, WvDirIter now has a non-recursive mode,
	  and "more of the normal Iter-like weirdness".  Also, WvDirEnt is
	  now derived from struct stat, rather than having to copy all the
	  data around.	For some reason it never occurred to me that I
	  could do that.

2001-11-08 07:13  apenwarr

	* utils/: wvhashtable.h, wvlinklist.h: Ave's COMPLETELY INSANE(tm)
	  changeover of WvLinkList and WvHashTable to use templates instead
	  of huge #defines.  Amazingly, it didn't require changes to any
	  other files.	But there are still some #defines left over, and
	  it's a bit more convoluted than before...

2001-11-07 16:55  dcoombs

	* utils/wvdiriter.cc: Oops, fixed a recursion bug in WvDirIter.
	  Works correctly now.

2001-11-07 16:46  dcoombs

	* utils/: testdiriter.cc, wvdiriter.cc, wvdiriter.h: Cleaning up
	  WvDirIter a bit.  I wasn't happy with operator()() and fname, so
	  I made a new struct that contains all the stat info as well as
	  fname.

2001-11-07 16:35  dcoombs

	* utils/: .cvsignore, Makefile, testdiriter.cc, wvdiriter.cc,
	  wvdiriter.h: For the good of mankind, I have written WvDirIter,
	  which works just like a regular Iter (rewind and next) but
	  operates recursively on a directory tree, just like 'find'.  Look
	  at testdiriter.cc to see how easy it is to use.  I plan to use
	  this for PollySynchronization, and heck, I think WvTapeBackup
	  should use it eventually too.

2001-11-04 20:06  apenwarr

	* configfile/wvconf.cc: Fixed an incompatibility between WvConf and
	  tmpfs.  Really!  tmpfs returns the file size of a symlink as the
	  filename length + 1, and we were terminating the readlink()
	  string with that, rather than the return value of readlink.
	  Thus, /bootdisk/wvweaver/weaver.ini was never being created.

2001-11-03 21:47  apenwarr

	* utils/wvcrash.cc: Fixed a bug in wvcrypto, and made killstuff.sh
	  work again (it seems killall has a maximum of 32 kills per
	  command line...)

2001-11-03 06:06  apenwarr

	* utils/: Makefile, wvcrash.cc, wvcrash.h: Added the new "wvcrash"
	  auto-stack-backtracer, since I was getting sick of core dumps
	  where we lost the original binary and can't actually convert the
	  core file to a useful backtrace.  This is still not as good as a
	  real core (you can't check variables, etc) but at least you can
	  find out the function where weaver crashed.  Also, if you set
	  [Global]Crash email=apenwarr@nit.ca (or whatever), you can send
	  an email every time your weaver segfaults.

	  Unfortunately this makes the weaver binary a bit bigger, but I
	  think it's worth it.

2001-10-26 03:11  apenwarr

	* ipstreams/wvudp.cc: WvUDP wasn't setting its fd close_on_exec,
	  causing crazy problems with wvfork() and fast forward.

2001-10-25 15:17  dcoombs

	* utils/: strutils.cc, strutils.h: wrote backslash_escape() in
	  strutils.cc, which takes a string, puts a backslash in front of
	  every !isalnum() character, and returns a new string.  Using it
	  when writing the chap-secrets and pap-secrets files.	Also took
	  this opportunity to make wvpapchap.cc slightly more modern.  (I
	  apparently didn't know about ThingList::zap() when I wrote it...)

2001-10-22 17:42  apenwarr

	* ipstreams/wvinterface.cc, utils/.cvsignore, utils/Makefile,
	  utils/testencoder.cc, utils/wvbuffer.cc, utils/wvbuffer.h,
	  utils/wvencoder.cc, utils/wvencoder.h, utils/wvgzip.cc,
	  utils/wvgzip.h: killstuff now kills mountd, nfsd, ypserv,
	  portmap.

	  Added a new WvEncoder class for generic data encoder/decoders
	  that don't use WvStreams - later, I'll add a WvEncoderStream that
	  can attach separate WvEncoders for read() and write(), thereby
	  replacing the functionality of WvCryptoStream.  Added WvGzip and
	  WvXOR test encoders.	Eventually WvTape should migrate to using a
	  WvGzip encoder, I guess.

	  In the meantime, cleaned up WvCryptoStream without using
	  WvEncoder, and started adding udp support to tunnelv (but didn't
	  get very far with that yet).

2001-10-20 06:51  mcote

	* ipstreams/wvudp.cc: WvUDPStream::read() now returns 0 if there
	  are no packets to read.

2001-10-15 17:09  apenwarr

	* ipstreams/: wvipfirewall.cc, wvtcp.cc: Changed rootdisk so
	  /dev/zero, /dev/null, and /dev/tty are symlinks to /tmp/dev/*.
	  romfs only supports root-accessible devices, which really
	  confuses things that try to redirect to /dev/null as non-root...

	  Fixed transproxy/doublevision stuff for iptables.

2001-10-14 03:59  apenwarr

	* utils/: Makefile, strcrypt.cc, strutils.h: Updated LDAP server to
	  use a more standards-compliant layout.  It also now works with
	  pam_ldap, so you can set up a debian system to authenticate
	  against a Net Integrator's LDAP server.  Ooh.

	  Also made it so you don't need to specify any base dn when you
	  configure an ldap client.  Instead, the ldap server sends a
	  referral to the right one.  At least, you can say goodbye to
	  "o=net-itech.com".  That base dn was totally nonstandard anyway -
	  the correct one is "dc=net-itech,dc=com", which we now use... but
	  you don't have to type it anywhere so that's okay.

	  Also made NFS send a SIGHUP to mountd when it reconfigures
	  /etc/exports.

2001-10-12 16:23  dcoombs

	* utils/: strutils.cc, strutils.h: since qmail insists on using
	  GMT, I've written an rfc822_date() function, and am now
	  generating my own "Date: " header whenever we call sendmail
	  directly to send a message.  (backup, test messages, and newuser
	  messages)

2001-10-01 15:04  dcoombs

	* utils/wvsubproc.cc: r3_5: Yep, definitely on crack.  Accidentally
	  checked in some test code for an unrelated bug I'm working on.

2001-10-01 15:02  dcoombs

	* utils/wvsubproc.cc: r3_5: Sadly, my "minor tweak" rendered
	  wvdyndns.cc uncompilable.  I thought I tested that, but I guess
	  I'm on crack.

2001-09-26 00:14  apenwarr

	* ipstreams/wvipfirewall.cc:
	  Another round of iptables changes.  The following might (maybe)
	  work now: port 23 redirected to 2342, incoming pptp connections,
	  and transproxy (if it's using the right ioctl, which it isn't).
	  Please test it on your favourite weaver...

2001-09-25 07:09  apenwarr

	* ipstreams/wvipfirewall.cc: Upgraded to kernel 2.4.10 and switched
	  from ipchains to iptables.  iptables setup isn't quite right yet;
	  notably: transproxy doesn't work, incoming pptp probably doesn't
	  work, pptp through the firewall isn't tested, telnet to port 23
	  doesn't work (use port 2342), firewall hack attempts aren't
	  logged.  Also due to happen soon: DMZ support (split 'trusted'
	  into 'trusted/protected'), better syn flooding protection, (much)
	  more testing.

2001-09-19 01:46  apenwarr

	* streams/: wvsplitstream.cc, wvstream.cc, wvstream.h,
	  wvstreamclone.cc, wvstreamlist.cc:
	  Merged recent r3_5 changes into main branch.

2001-09-19 01:41  apenwarr

	* streams/: wvsplitstream.cc, wvstream.cc, wvstream.h,
	  wvstreamclone.cc, wvstreamlist.cc: r3_5: "auto auth" support for
	  WvRcmd too.  WvSyslogd reads up to 100 messages at a time, to
	  prevent backlogs.  Fixed bugs in WvRSAStream when the remote RSA
	  key is invalid.  Changed WvStreams so that force_select() only
	  takes effect when you call the new auto_select, or when you're
	  using a WvStreamList.

2001-09-18 20:44  apenwarr

	* ipstreams/Makefile:
	  Renamed stresstest to killbot, added some new features (including
	  support for the new 'bup' rcommand) and moved it to its own
	  directory.

	  Let the games begin!

2001-09-14 19:53  build

	* utils/wvlinklist.h: Another merge into the main trunk, so that I
	  can make a new-ish 2.4 version for Clayton to step on.

2001-09-10 21:42  apenwarr

	* utils/wvlinklist.h:
	  r3_5: fixed a bug in WvLinkList.  zap() would induce a segfault
	  if a member object's destructor (called by zap()) tried to
	  iterate through the list.

2001-09-08 23:16  apenwarr

	* ipstreams/: Makefile, ulistentest.cc, unixtest.cc, wvaddr.cc,
	  wvaddr.h, wvunixsocket.cc, wvunixsocket.h: Merged more changes
	  from r3_5 into the main branch.

2001-09-08 23:01  apenwarr

	* ipstreams/: ulistentest.cc, unixtest.cc, wvaddr.cc, wvaddr.h,
	  wvunixsocket.cc, wvunixsocket.h:

	  r3_5: remote control is now also available on a Unix domain
	  socket, /tmp/rcmd.  TCP port 4242 now _always_ requires
	  authentication, even from localhost.

2001-09-08 22:34  apenwarr

	* ipstreams/: Makefile, ulistentest.cc, unixtest.cc, wvaddr.cc,
	  wvaddr.h, wvunixsocket.cc, wvunixsocket.h:
	  r3_5: added WvUnixAddr, WvUnixConn, and WvUnixListener classes
	  for Unix domain sockets.

2001-08-23 16:34  dcoombs

	* ipstreams/wviproute.cc: Merging recent changes into main
	  branch...

2001-08-22 18:52  apenwarr

	* ipstreams/wviproute.cc:

	  3.5: one-line change to make WvNamed not publish names NetMap
	  found on an untrusted network.  Not really tested, but it MUST
	  work, right?

	  Also made the new WvIPRoute print fewer annoying debug messages
	  in get_kernel and set_kernel.  I'm pretty satisfied that it works
	  now.

2001-08-21 00:04  apenwarr

	* ipstreams/routetest.cc, ipstreams/wvipaliaser.cc,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h, streams/wvlog.cc,
	  utils/Makefile, utils/wvbuffer.cc, utils/wvhashtable.h,
	  utils/wvlinklist.h, utils/wvstringlist.cc, utils/wvstringlist.h:

	  Merged all the recent 3.5 changes into the main branch.  Didn't
	  actually try it to see if it runs, but we trust CVS, right?
	  Okay, maybe not.  So sue me.

2001-08-20 21:27  apenwarr

	* ipstreams/routetest.cc, ipstreams/wvipaliaser.cc,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h, streams/wvlog.cc,
	  utils/Makefile, utils/wvbuffer.cc, utils/wvhashtable.h,
	  utils/wvlinklist.h, utils/wvstringlist.cc, utils/wvstringlist.h:

	  3.5: Made the Tunnel Vision / Double Vision compatibility stuff
	  work.  Sheesh, THAT was harder than I expected, and it involved
	  mostly rewriting WvIPRoute in the process.  No segfaults yet
	  today, though... I imagine that'll change as soon as I try it on
	  mars.

	  There's now only one default route in the default table by
	  default :)  That means if you're not using Double Vision, as
	  qmail isn't, you'll always be sure that the outgoing route is the
	  first one found by find_defroute().  That means we can try to
	  make per-route qmail smarthosts actually work.  A pox upon the
	  souls of bad ISPs...

	  Also, added *i, i->func(), and i.ptr() support to list and hash
	  table iterators, and removed i.data() since almost nobody used
	  it.

2001-08-16 21:23  apenwarr

	* ipstreams/wvinterface.cc:

	  Merged recent changes from r3_5 into main branch.

2001-08-16 07:04  apenwarr

	* ipstreams/wvinterface.cc:

	  r3_5: fixed the problem with Double Vision not doing the right
	  thing with Tunnel Vision in make_intermediate_route... at least,
	  I think I fixed it.  I only tested it on mtl, which only has one
	  Internet link.  It would be good to try this version on mars with
	  ADSL and see what happens.

	  DNS still only publishes one IP address at a time, but it's
	  always a valid one.  I think.

2001-08-15 17:53  mcote

	* configfile/Makefile: Kernel upgrade to 2.4.7.

2001-08-08 15:14  dcoombs

	* configfile/: .cvsignore, Makefile, delsection.cc: Checking in a
	  small program, "delsection" in the configfile directory.  Highly
	  useful, and I've written it enough times as it is. :)

2001-08-07 19:55  apenwarr

	* ipstreams/: wvaddr.h, wvinterface.cc:

	  Merged all recent changes from the r3_5 branch into the main
	  trunk.  I also created a tag r3_5_lastmerge to indicate the point
	  in the 3.5 branch where we last merged.

2001-08-07 18:03  apenwarr

	* ipstreams/: wvaddr.h, wvinterface.cc: (Currently only in r3_5
	  branch)

	  rules.mk supports PROFILE=1, which compiles with -pg for
	  profiling.  New WvIPNet::is_default() and is_host() handy helper
	  functions.  _All_ broken routes are skipped in
	  WvNetGuide::set_kernel, not just broken default routes, avoiding
	  weirdness if NetIntelligence gets too fancy and creates lots of
	  subnet routes.  Netmap now uses a hash table size of 100 for
	  physical addresses, as an attempt at optimization.  (The old size
	  of '1' was pretty dumb.) Changing the "Public DNS" setting now
	  actually tells dyndns to do stuff in do_filters().  If the main
	  internet link is down, "Public IPAddr" is set to one of the
	  alternate ones instead.  Apache now works in "public" mode even
	  on adsl links (it never did before!!) which should fix Enzo's
	  problem.

2001-08-02 18:19  dcoombs

	* utils/: testbase64.cc, wvsubproc.h: Oops, I forgot about the 3.5
	  branch, and was checking everything into only the main branch.
	  Copying all my changes in one lump to r3_5.

2001-08-02 16:00  dcoombs

	* utils/testbase64.cc: As a side effect of the previous hack,
	  graphix destination names can no longer have spaces.	So we
	  convert them to underscores.

2001-08-01 18:15  dcoombs

	* utils/wvsubproc.h: A last minute attempt (failed, unfortunately)
	  to make aborting a graphix transfer work.  It kills one of the
	  shells, but doesn't kill rsync, and I'm not at all sure why.
	  When I run the gfxtransfer.sh script myself, instead of letting
	  weaver run it, it works fine.

2001-07-31 13:36  dcoombs

	* utils/wvfork.cc: Don't actually need to restart rsync daemon when
	  the rsyncd.conf or rsyncd.secrets file changes.  That's good,
	  because incoming files got aborted when it restarted. :)

2001-07-29 07:44  apenwarr

	* Docs/sgmlmanual/: HTML.dsl, Makefile:

	  Changes to make the document compile with the latest stable
	  Debian.  Make sure you have the sp and docbook-stylesheets
	  packages installed.

2001-07-20 00:47  apenwarr

	* ipstreams/: wvinterface.cc, wvinterface.h:
	  DoubleVision seems to work.  Test configuration: one cable and
	  one dsl connection.  Untested: multiple cable, multiple dsl,
	  multiple modems.  Also not sure whether dialing the modem will do
	  the right thing when there are two network links (it should, I
	  think) since the test box doesn't have a phone line.

	  Failover isn't in yet.

2001-07-18 23:32  apenwarr

	* ipstreams/wvresolver.cc, utils/wvfork.cc, utils/wvfork.h:

	  WvResolver wasn't telling wvfork() to retain the right fd.

2001-07-18 16:38  dcoombs

	* ipstreams/wvresolver.cc, ipstreams/wvtcp.cc, ipstreams/wvtcp.h,
	  streams/wvpipe.cc, utils/.cvsignore, utils/Makefile,
	  utils/testbase64.cc, utils/testfork.cc, utils/wvfork.cc,
	  utils/wvfork.h, utils/wvhashtable.cc, utils/wvhashtable.h,
	  utils/wvsubproc.cc: Made a wvfork() function, which, in the child
	  only, closes all file descriptors marked as close-on-exec.  This
	  allows WvTapeBackup to stop disabling the watchdog timer, because
	  the child task just closes the watchdog stream now.

2001-06-27 14:26  apenwarr

	* utils/wvbuffer.cc:

	  Megachanges to the aml stuff to make it use WvBuffers instead of
	  WvStrings.  YIKES, that was painful.	I just love doing lots of
	  work for no appreciable effect.  The code might make slightly
	  more sense now, but don't count on it.  At least the aml.push()
	  junk is gone now.  Still no else, but I'm definitely thinking it
	  might be possible soon :)

2001-06-20 00:44  apenwarr

	* ipstreams/wvaddr.cc, ipstreams/wvaddr.h, ipstreams/wvtcp.cc,
	  ipstreams/wvtcp.h, utils/wvstringlist.cc, utils/wvstringlist.h:

	  Yay!	Merged my netguide changes into the main branch, without
	  too much pain.  Actually the only conflict was in wvver.h.  Now I
	  await the flood of bug reports (and start fixing some bugs
	  pre-emptively :))

2001-06-15 13:45  dcoombs

	* streams/: wvdailyevent.cc, wvdailyevent.h: More changes to backup
	  webconfig.  Made a separate table for backup options, to get them
	  out of the backup-directories table.	"Full Every" is gone, and
	  there's a dropdown box for selecting the number of microbackups
	  per day.

	  This is just cosmetic -- I still need to change the way it
	  actually DOES the backups... :)

2001-06-12 05:19  apenwarr

	* ipstreams/wvaddr.cc, ipstreams/wvaddr.h, ipstreams/wvtcp.cc,
	  ipstreams/wvtcp.h, utils/wvstringlist.cc, utils/wvstringlist.h:

	  Okay, I'm getting nervous about having too many files changed at
	  once, so I created a "newguide" branch and checked into that.
	  Not all compilable yet, although Tunnel Vision works
	  standalone...

2001-06-09 15:37  apenwarr

	* utils/wvsubproc.cc:

	  Fixed that assertion failure again.  Correctly this time, I hope.

2001-06-08 18:54  apenwarr

	* utils/wvsubproc.cc:

	  wvsubproc was having an assertion failure sometimes if the child
	  daemon died too easily.

2001-06-07 14:12  dcoombs

	* streams/: wvdailyevent.cc, wvdailyevent.h: Microbackups are in.
	  According to my thoroughly artificial tests, they seem to work.
	  Webconfig needs some cosmetic changes, and there's a couple other
	  smallish things I want to fix.  But I want to check this in
	  before I break it again. :)

2001-06-07 04:04  apenwarr

	* streams/wvstream.h, utils/wvhashtable.h, utils/wvlinklist.h:

	  Define fake copy constructors and operator= for WvStream, WvList,
	  WvHashTable, to try to prevent accidental copying of objects when
	  what we _really_ wanted was a reference.  I'm not sure if it
	  works for derived classes, though...

2001-06-05 06:14  apenwarr

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/initest.cc, configfile/wvconf.cc, configfile/wvconf.h,
	  ipstreams/aliastest.cc, ipstreams/conttest.cc,
	  ipstreams/httptest.cc, ipstreams/listentest.cc,
	  ipstreams/resolvertest.cc, ipstreams/routetest.cc,
	  ipstreams/simpleconn.cc, ipstreams/tcptest.cc,
	  ipstreams/udp2test.cc, ipstreams/udptest.cc, ipstreams/wvaddr.cc,
	  ipstreams/wvaddr.h, ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.cc, ipstreams/wvinterface.h,
	  ipstreams/wvipaddrtable.h, ipstreams/wvipaliaser.cc,
	  ipstreams/wvipaliaser.h, ipstreams/wvipfirewall.cc,
	  ipstreams/wvipfirewall.h, ipstreams/wvipnetlist.h,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, ipstreams/wvudp.cc,
	  ipstreams/wvudp.h, streams/clonetest.cc, streams/logbuftest.cc,
	  streams/logtest.cc, streams/looptest.cc, streams/modemtest.cc,
	  streams/pipetest.cc, streams/prototest.cc, streams/syslogtest.cc,
	  streams/timetest.cc, streams/watchtest.cc, streams/wvfile.cc,
	  streams/wvfile.h, streams/wvlockfile.cc, streams/wvlockfile.h,
	  streams/wvlog.cc, streams/wvlog.h, streams/wvlogbuffer.cc,
	  streams/wvlogbuffer.h, streams/wvlogrcv.h, streams/wvloopback.cc,
	  streams/wvloopback.h, streams/wvmodem.cc, streams/wvmodem.h,
	  streams/wvpipe.cc, streams/wvpipe.h, streams/wvprotostream.cc,
	  streams/wvprotostream.h, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvsyslog.cc, streams/wvsyslog.h, streams/wvtimestream.cc,
	  streams/wvtimestream.h, streams/wvwatcher.cc,
	  streams/wvwatcher.h, utils/base64.cc, utils/base64.h,
	  utils/stresshash.cc, utils/strutils.cc, utils/strutils.h,
	  utils/testbase64.cc, utils/testbuffer.cc, utils/testhash.cc,
	  utils/testlist.cc, utils/teststr.cc, utils/testtask.cc,
	  utils/testver.cc, utils/verstring.cc, utils/verstring.h,
	  utils/wvbuffer.cc, utils/wvbuffer.h, utils/wvhashtable.cc,
	  utils/wvhashtable.h, utils/wvlinklist.cc, utils/wvlinklist.h,
	  utils/wvstring.cc, utils/wvstring.h, utils/wvstringlist.cc,
	  utils/wvstringlist.h, utils/wvstringtable.cc,
	  utils/wvstringtable.h, utils/wvtask.cc, utils/wvtask.h:

	  Updated copyright notices on C++ files.  Gee, I put that one off
	  for almost as long as I put off doing my taxes :)

2001-05-30 22:19  apenwarr

	* ipstreams/wvipaliaser.cc, utils/testproc.cc, utils/wvsubproc.cc:
	  Fixed a long-standing bug in WvIPAliaser that caused it to cause
	  random segfaults with optimizations turned on.  WvSubProc was
	  letting processes get away without dying, under weird situations.
	   WvApache wasn't actually ever killing the non-ssl apache if the
	  ssl one was running.	djbdns can now use log source names with
	  spaces in them, because I changed wvsyslogd.cc (well, actually
	  the names have underscores that get converted to spaces, but
	  whatever).

	  Changed version number to 3.4901 (3.5beta0.1).

2001-05-28 20:16  dcoombs

	* utils/: testsort.cc, wvhashtable.cc, wvhashtable.h: Made a
	  lookalike of my sorted linked list iterator, for sorting hash
	  tables and dictionaries.  It's used exactly the same way.

2001-05-25 03:25  apenwarr

	* utils/: Makefile, wvstringlist.cc, wvstringlist.h:

	  Changes to make dns server work as a DNS slave server - not
	  really well tested, though.

2001-05-22 14:34  dcoombs

	* streams/wvdailyevent.h: Adding ifndef wrappers to a couple
	  forgotten header files.

2001-05-18 19:10  apenwarr

	* utils/: wvstring.cc, wvstring.h:

	  Modified wvstring.cc and wvstring.h to make fewer functions
	  inlined.  This reduces the size of the binary quite a bit if we
	  have optimizations turned on... which of course, we never do.
	  Almost all of this improvement is due to blindingly inefficient
	  auto-generated AML code - it would be much better with WvBuffer,
	  I think.

2001-05-10 21:47  apenwarr

	* configfile/wvconf.h, utils/.cvsignore, utils/Makefile,
	  utils/testproc.cc, utils/wvstringlist.h, utils/wvsubproc.cc,
	  utils/wvsubproc.h:

	  At last!  BIND has been replaced with djbdns, and we have proper
	  reverse name resolution even over the VPN, and virtual domains
	  make sense, and the [Extra Hostnames] config section can be used
	  to create extra DNS names for whatever you want.  Currently
	  there's no webconfig for this, but we can hack that in later.

	  Also replaced a whole bunch of system("blah") and system("killall
	  blah") lines with my new WvSubProc class.  We can kill processes
	  more quickly and more reliably now.  Because some daemons try to
	  be too smart, I created libnopgid.so.0 to prevent them from
	  disconnecting from their parent, which keeps us from killing
	  them.

	  Because I'm checking in all these changes at once, please DO NOT
	  RELEASE THIS THING until somebody other than me has verified that
	  all the services still work.	I could have broken any or all of
	  them.

2001-05-08 17:41  dcoombs

	* utils/: .cvsignore, Makefile, testsort.cc, wvlinklist.cc,
	  wvlinklist.h: Added a sorted iterator to linked lists.  It uses
	  qsort(). BUT other parts of it are a bit gross because I wanted
	  the user-specified compare function to NOT need to worry about
	  WvLink objects, largely so that some type checking is performed
	  on the arguments.  (ie, you can't give a function that compares
	  integers to a WvString sorter.) It works, at least, and webconfig
	  badly needs some sorting.  Let's see how it evolves.

2001-03-27 15:50  dcoombs

	* ipstreams/: wvhttp.cc, wvhttp.h: Changed WvSoftUpdate class to
	  work with the new upgrade server on cereal.  It's not too scary,
	  but it's a little different.	Also correctly reports things like
	  expired serial numbers.  Regular softupdate is done through a PHP
	  script on www.net-itech.com:8000 (which is fast forwarded to port
	  80 on cereal), and the internal versions are available by setting
	  [softupdate] use private = 1, which uses the PHP script at cereal
	  port 81.

	  Also increased version to 3.21f2, which (for the sake of sanity)
	  is now 3.22 pre-2.  We will all look forward to 3.22 now.  All
	  that's left to add is automatic assigning of serial numbers to
	  machines that don't have them.

2001-03-20 03:05  dcoombs

	* streams/: Makefile, wvdailyevent.cc, wvdailyevent.h: Added a
	  Daily Backup option for IDB only.  Also added a compression
	  toggle for IDB, since people might actually want the speed.....

2001-03-14 23:45  dcoombs

	* streams/wvlockfile.cc: For some reason, lock_dev() and
	  unlock_dev() have been renamed to dev_lock() and dev_unlock().
	  Beats me.

2001-03-04 21:34  dcoombs

	* streams/wvstream.cc: New systest.sh uses DHCP to get an IP
	  address, and downloads the systest.tar file using each ethernet
	  interface.

2001-02-11 16:56  apenwarr

	* streams/wvstream.cc:

	  Assorted minor changes that haven't been checked in in a really
	  long time.

2001-01-17 01:15  apenwarr

	* utils/: wvbuffer.cc, wvbuffer.h:

	  Improvements to rules.mk and wvbuffer.

2000-12-15 21:23  dcoombs

	* streams/: wvstream.cc, wvstream.h: Whoa, fixed a nifty bug in
	  WvTape... with compression enabled, a backup slowly ate up all
	  sorts of memory.  It was actually getting killed by libc with
	  SIGABRT, and nobody ever noticed until now.  Neat...

2000-12-01 06:58  apenwarr

	* utils/: stresshash.cc, wvhashtable.h, wvlinklist.h:

	  On a suggestion from a co-worker, added an "operator ->" to
	  WvList and WvHashTable iterators.  Now you can do i->element in
	  place of i.data().element or i().element.  Yes, I'm crazy, but I
	  think I might like it better.  Okay, I do like it better.  I
	  think.  The only problem is that the difference between
	  i.unlink() and i->unlink() (if there is one) could start getting
	  really confusing...

2000-11-01 16:36  dcoombs

	* utils/: strutils.cc, strutils.h: User email options are now
	  complete.  Forwarding and automatic replies should both work...

2000-10-02 04:34  dcoombs

	* streams/Makefile: Checking all my changes from the last three
	  weeks.  Tape compression is in, version is 3.00a

2000-06-23 23:02  apenwarr

	* configfile/: wvconf.cc, wvconf.h:
	  Added WvConf::maybeset().

2000-05-27 07:52  apenwarr

	* ipstreams/wvipaddrtable.h, utils/wvbuffer.cc, utils/wvbuffer.h:

	  Tunnel Vision status reporting on the main web status page.

2000-05-25 06:29  apenwarr

	* utils/wvstring.h:

	  New version 2.9924 so I don't get mixed up with Ozzy's version.

	  Fixed spaces-instead-of-tabs in rootdisk/Makefile (Dave, check
	  your editor settings...).  rc.ipfw sets ipmasq timeouts better.
	  weaver.sh rearranged so that it (I think) runs lcdinter properly.
	   httpd.conf fixed to bind to all local addresses, instead of just
	  one.	lcd/Makefile changed to build lcdinter.o always.  lcdinter
	  changed to not use global variables.	wvirdapanel sets
	  WvModem::die_fast, so it fails to detect panels faster.  WvString
	  has a new append() function because I'm tired of writing it the
	  long way.

2000-05-19 07:06  apenwarr

	* ipstreams/Makefile, ipstreams/httptest.cc, streams/wvstream.h:

	  Fast Forward doesn't read from a connection until the remote end
	  has an empty write buffer -- prevents massive memory usage when
	  downloading big web pages, for example.  Also, we use
	  flush_then_close() instead of close() on the remote end when the
	  local end of a forward disconnects.  This gives time for the
	  existing write buffer to be drained.	The combination of these
	  two problems were causing our so-called softupdate problems.
	  Actually softupdate was fine, but the Fast Forward connection on
	  office.worldvisions.ca wasn't... if your connection to it was
	  sufficiently slow.

2000-05-12 19:23  dcoombs

	* configfile/wvconf.cc: wvconf didn't compile

2000-05-12 01:35  apenwarr

	* configfile/wvconf.cc:

	  Fixed Dave's WvTape "WVFILE" header searching bugs, and made my
	  earlier change to WvConf to write-rename a file (rather than
	  overwriting) actually work properly with symlinks.

2000-05-11 03:14  dcoombs

	* streams/wvstream.cc: Did some buffer checking in the tape backup,
	  so that if a drive refuses to write, weaver's child backup
	  process will sit in a flush( -1 )...

	  Also put a WVFILE header at the start of every file, so that if a
	  backup is bungled, a restore will fail.

2000-05-10 09:18  apenwarr

	* configfile/wvconf.cc:

	  oops, checked in an fprintf in wvconf

2000-05-10 09:17  apenwarr

	* configfile/wvconf.cc, ipstreams/wvtcp.cc, streams/wvstream.cc,
	  utils/verstring.cc:
	  Updated version to 2.9912 (3.0beta1.2).

	  Various cleanups: a redone softupdate screen, a more sensible
	  route list (including real hostnames for tunnel vision hosts,
	  finally!), fixes to possible tunnel vision routing and
	  looping-forever-doing-probes problems, softupdate that deletes
	  old versions before trying to download new ones,
	  set_system_time() that doesn't replace /etc/localtime unless
	  /etc.base exists, and an "online status" light that isn't red if
	  you have a default route, even if your modem isn't configured.

2000-05-09 20:41  apenwarr

	* utils/wvbuffer.cc:

	  Tunnel Vision and softupdate page reformatting.

2000-05-09 03:46  dcoombs

	* streams/: wvmodem.cc, wvmodem.h: A whole whack o' changes for the
	  new LCD panel.  WvLCDPanel is a base class now, with
	  WvParallelPanel and WvIrdaPanel derived from it.  Seems to work,
	  except for some random underline-cursor showings up, and I
	  haven't done lcdput yet.

2000-05-09 02:33  apenwarr

	* ipstreams/wvhttp.cc: Some LCD-related Ozzy tweaks from a few days
	  ago.

2000-05-06 04:11  apenwarr

	* configfile/: wvconf.cc, wvconf.h:
	  Added WEAVER_INI2 (/disks/1/weaver.ini) for a backup config file;
	  swapping in/out disks and flashdisks should do something sane
	  now.	Changed version code to 2.9911 (3.0beta1.1).  WvTape
	  doesn't just reload _any_ file called weaver.ini~ anymore
	  (yikes!).  Fewer people flush the config file by themselves,
	  since there was no need.  WebConfig disallows access to usernames
	  that don't exist (oops!) and must_make_admin() doesn't count
	  admins with password NOLOGIN.  "Edit User/Team" web pages use the
	  words "User ID" and "Team ID" where appropriate, and teams can't
	  be admins (for no particular reason except that it confuses
	  people).  Whew.

2000-05-03 03:35  dcoombs

	* configfile/: wvconf.cc, wvconf.h: Fixed a bunch of problems with
	  restoring the config file... need to run all the config callbacks
	  after loading the file, and then do_filters...

2000-05-03 03:02  apenwarr

	* ipstreams/: wvhttp.cc, wvhttp.h:

	  Checking in Ozzy's new to-do list and the last-minute tweaks I
	  made last week just before releasing (what was to be) 3.0beta1...

2000-04-18 21:16  apenwarr

	* streams/wvstream.cc:

	  wvnetintel no longer needs a WvLCDConfig object: LCD messages go
	  through wvlog instead.

2000-04-05 07:47  apenwarr

	* streams/: wvsplitstream.cc, wvstream.cc:

	  Fiddled with a couple of things, trying to make backups work
	  better.  Found and fixed a weird buffer-grows-boundlessly bug,
	  but not much else.  Ozzy's tape still dies.

2000-04-03 09:10  apenwarr

	* streams/wvstreamlist.cc:

	  WvAuth creates a user for unrecognized /home directories on the
	  first sync() (avoids really nasty mass rm -rf after zapping the
	  config file).  SoftUpdate seems to work again.

2000-04-01 10:40  apenwarr

	* utils/: Makefile, wvstringtable.cc, wvstringtable.h:

	  The user setup webconfig page is now pretty passable.  At least,
	  it seems to do everything it needs to do.  I want the "team" edit
	  window to eventually do the opposite of the "user" edit window
	  (users should show the list of possible teams to join; teams
	  should show the list of possible users/teams that can be
	  members).  For now, I'll be lazy and just have everyone show
	  which teams they're on.  You can accomplish everything that way,
	  it's just not as convenient.

	  Anonymous ftp creates a team called "ftp" automatically to hold
	  the account.	Only lightly tested.

2000-03-31 01:55  apenwarr

	* streams/: wvsplitstream.cc, wvstream.cc, wvstream.h,
	  wvstreamclone.cc, wvstreamlist.cc:

	  Added force_select() stuff to WvStream, but didn't test it since
	  I don't have the new backup code.

2000-03-30 22:36  apenwarr

	* streams/wvstreamlist.cc:

	  Fixed minor bug in wvstreamlist - now that callback()
	  winds/unwinds properly, sure_thing should be zapped again in
	  select_setup().

2000-03-28 19:23  apenwarr

	* streams/wvstream.cc:

	  Avoid a nasty infinite loop in WvStream::callback(), and document
	  the meaning of the do-while loop :)

2000-03-28 05:23  apenwarr

	* streams/: wvstream.cc, wvstream.h, wvstreamlist.cc:

	  Fixed the weird problems with tunnel vision.	If a streamlist A
	  calls into list B that calls into stream C, then stream C
	  returns, it does a yield() which actually drops us back into list
	  A, which might go on to its children B2, B3, etc, or just return.
	   Presumably someone would execute A again eventually, which woke
	  up B as it should, but if B _only_ had one child (C) then it
	  would assume that it had finished its callback last time (since
	  sure_thing was now empty, having had C deleted), check its
	  children, and decide that it wasn't ready.  (select returns
	  false).

	  Unfortunately, WvTunnelKeeper overrides the
	  WvStreamList::execute() with its own, but calls the WvStreamList
	  version right at the top.  Since yield() happens in the middle of
	  WvStreamList::execute() and the next select returns false,
	  WvTunnelKeeper::execute() never got resumed and thus never
	  finished.

	  Hah!

	  The solution is to make WvStream::callback() continue calling the
	  sub-task until running_callback is false.  This makes sure that
	  callbacks all "seem to" unwind in the right order (actually they
	  constantly wind and unwind until they're done, but that's
	  transparent).

2000-03-27 22:30  apenwarr

	* streams/wvstreamlist.cc:

	  My changes to routing table webconfig stuff from a while ago.  I
	  was interrupted when I found out tunnelv doesn't work with the
	  new wvtask stuff... and then I realized that there are a couple
	  of flaws in WvStreamList that cause it.  Anyway, the routing
	  table webconfig pages aren't quite done, and tunnelv is broken,
	  but I thought I should check it in anyway.

2000-03-22 20:46  apenwarr

	* ipstreams/wvinterface.cc:

	  Some random tweaks; added comments in wvnetintel.cc in
	  preparation for a new algorithm (when I think of one :)).  Made
	  weaver.sh kill nmbd, smbd, proftpd, apache before restarting the
	  weaver process.

2000-03-19 06:09  apenwarr

	* streams/wvstream.cc:

	  Increased default task stack in WvStream to 64k... with 8k,
	  weaver was crashing sometimes.  Weird...

2000-03-19 00:07  apenwarr

	* streams/wvstream.cc:

	  Made WvStream::getline() use 1024-byte chunks.  100 was too small
	  and causing problems with /proc/net/tcp (sigh).

2000-03-18 20:20  dcoombs

	* streams/wvlockfile.cc: wvlockfile.cc needs to include wvfile.h,
	  not wvstream.h.

2000-03-16 06:18  apenwarr

	* streams/: wvsplitstream.cc, wvstream.cc, wvstreamclone.cc:

	  Made the new "alarms" stuff work properly in WvStreamClone and
	  WvSplitStream.  That was easier than I expected, though I only
	  tested it lightly.

2000-03-16 04:49  apenwarr

	* ipstreams/conttest.cc, streams/wvsplitstream.cc,
	  streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc:

	  Except for WvStreamClone and WvSplitStream, the stream tasking
	  stuff is now functional.

2000-03-15 23:16  apenwarr

	* ipstreams/Makefile, ipstreams/conttest.cc,
	  ipstreams/simpleconn.cc, streams/wvstream.cc, streams/wvstream.h,
	  utils/testtask.cc, utils/wvtask.cc, utils/wvtask.h:

	  WvStreams-style task switching basically works; conttest doesn't
	  quite work right though.

2000-03-15 20:44  apenwarr

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/initest.cc, configfile/wvconf.cc, configfile/wvconf.h,
	  ipstreams/aliastest.cc, ipstreams/listentest.cc,
	  ipstreams/resolvertest.cc, ipstreams/routetest.cc,
	  ipstreams/simpleconn.cc, ipstreams/tcptest.cc,
	  ipstreams/udp2test.cc, ipstreams/udptest.cc, ipstreams/wvaddr.cc,
	  ipstreams/wvaddr.h, ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.cc, ipstreams/wvinterface.h,
	  ipstreams/wvipaliaser.cc, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h,
	  ipstreams/wvipnetlist.h, ipstreams/wviproute.cc,
	  ipstreams/wviproute.h, ipstreams/wvresolver.cc,
	  ipstreams/wvresolver.h, ipstreams/wvtcp.cc, ipstreams/wvtcp.h,
	  ipstreams/wvudp.cc, ipstreams/wvudp.h, streams/clonetest.cc,
	  streams/logbuftest.cc, streams/logtest.cc, streams/looptest.cc,
	  streams/modemtest.cc, streams/pipetest.cc, streams/prototest.cc,
	  streams/syslogtest.cc, streams/timetest.cc, streams/watchtest.cc,
	  streams/wvfile.cc, streams/wvfile.h, streams/wvlockfile.cc,
	  streams/wvlockfile.h, streams/wvlog.cc, streams/wvlog.h,
	  streams/wvlogbuffer.cc, streams/wvlogbuffer.h,
	  streams/wvlogrcv.h, streams/wvloopback.cc, streams/wvloopback.h,
	  streams/wvmodem.cc, streams/wvmodem.h, streams/wvpipe.cc,
	  streams/wvpipe.h, streams/wvprotostream.cc,
	  streams/wvprotostream.h, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvsyslog.cc, streams/wvsyslog.h, streams/wvtimestream.cc,
	  streams/wvtimestream.h, streams/wvwatcher.cc,
	  streams/wvwatcher.h, utils/base64.cc, utils/base64.h,
	  utils/stresshash.cc, utils/strutils.cc, utils/strutils.h,
	  utils/testbase64.cc, utils/testbuffer.cc, utils/testhash.cc,
	  utils/testlist.cc, utils/teststr.cc, utils/testtask.cc,
	  utils/testver.cc, utils/verstring.cc, utils/verstring.h,
	  utils/wvbuffer.cc, utils/wvbuffer.h, utils/wvhashtable.cc,
	  utils/wvhashtable.h, utils/wvlinklist.cc, utils/wvlinklist.h,
	  utils/wvstring.cc, utils/wvstring.h, utils/wvstringtable.h,
	  utils/wvtask.cc, utils/wvtask.h:

	  Updated copyright notices to "1997-2000" and "Net Integration
	  Technologies, Inc."  It still says "Worldvisions Weaver
	  software", though, because that's really what it is.

2000-03-15 20:41  apenwarr

	* configfile/wvconf.cc, ipstreams/wvinterface.cc,
	  ipstreams/wviproute.cc, ipstreams/wvtcp.cc, ipstreams/wvudp.cc,
	  streams/Makefile, streams/logbuftest.cc, streams/logtest.cc,
	  streams/looptest.cc, streams/syslogtest.cc, streams/timetest.cc,
	  streams/wvfile.cc, streams/wvfile.h, streams/wvlockfile.cc,
	  streams/wvloopback.cc, streams/wvmodem.h, streams/wvpipe.cc,
	  streams/wvstream.cc, streams/wvstream.h, streams/wvwatcher.h:

	  Split WvFile out of wvstream.h into its own file, with
	  dramatically more widespread consequences than I was expecting.
	  I think I fixed all the missing headers now though.

2000-03-15 10:48  apenwarr

	* utils/testtask.cc:

	  More advanced WvTask test.  No problems, it seems (although the
	  default max stack size appears to be 8 megs :))

2000-03-15 10:21  apenwarr

	* utils/: Makefile, testtask.cc, wvtask.cc, wvtask.h:

	  Split testtask.cc into wvtask.cc and wvtask.h

2000-03-15 10:11  apenwarr

	* utils/: Makefile, testtask.cc:

	  testtask appears to actually work properly now.

2000-03-15 09:13  apenwarr

	* utils/: .cvsignore, Makefile, testtask.cc:

	  Partly nonfunctional WvTask implementation.

2000-02-27 22:14  apenwarr

	* configfile/Makefile, ipstreams/Makefile, streams/Makefile,
	  utils/Makefile:

	  WebConfig produces output based on aml... not well integrated yet
	  (at ALL!)

2000-02-26 20:42  apenwarr

	* utils/: wvstring.cc, wvstring.h:

	  Made some functions in WvString non-inline because inlining them
	  was worse :)

2000-02-26 01:50  apenwarr

	* utils/: testbuffer.cc, wvbuffer.h:

	  More logging to testbuffer.cc, to double-check that wvbuffer
	  works right.

2000-02-15 10:08  apenwarr

	* ipstreams/wvinterface.cc:

	  Added samba and netatalk auto-start to Weaver.  Currently you
	  have to set the config options manually, in order to enable them.

2000-01-07 17:18  apenwarr

	* utils/: wvbuffer.h, wvstring.h:

	  A couple of portability fixes to wvstring/wvbuffer.

1999-11-28 19:39  apenwarr

	* configfile/: wvconf.cc, wvconf.h:

	  wvdial now reads .wvdialrc when it starts, in addition to
	  /etc/wvdial.conf.  The user config file overrides the system-wide
	  one.

1999-10-27 20:39  apenwarr

	* utils/: wvstring.cc, wvstring.h:

	  WvStringBuf doesn't have a zero-sized array (Borland C++ can't
	  handle it).  Also avoided the use of snprintf.

1999-10-20 22:37  apenwarr

	* streams/: wvstream.cc, wvtimestream.cc:

	  Fixed a memory leak in WvRcmd, and added support for "time warps"
	  in WvTimeStream.

1999-10-20 20:20  apenwarr

	* streams/: Makefile, pipetest.cc, wvloopback.cc, wvpipe.cc,
	  wvstream.cc, wvstream.h, wvstreamclone.cc:

	  WvStream output buffer now has a flush_then_close() function,
	  which allows you to delay closing of the stream until after all
	  the output has been flushed (in the background).  Presumably a
	  WvStreamList will then delete the object.

	  Modified WvWebConn to use this instead of the close() function,
	  so it works much better through Tunnelv/Fast Forward connections.

1999-10-18 05:34  apenwarr

	* streams/wvpipe.h:

	  Integrated the DHCP client into Weaver.  Mostly tested, but we
	  should make a special effort to test it out, especially with a
	  blank config file...

1999-10-15 22:42  apenwarr

	* ipstreams/wvipaliaser.cc:

	  Fixed the problem where samba 2.0 names weren't getting
	  registered.

	  Fast Forward doesn't IP alias things unnecessarily.

1999-10-15 19:38  apenwarr

	* ipstreams/wvipfirewall.cc:

	  SMTP, POP-3, and SNMP servers can now be set to Yes, No, and Only
	  Trusted Hosts.  That means you don't need to set them up in fast
	  forward to export them to the world!

1999-10-14 21:33  apenwarr

	* utils/: wvhashtable.h, wvlinklist.h:

	  Portability of the utils/ programs to Visual C++.  Didn't take
	  much!

1999-09-19 18:02  apenwarr

	* configfile/wvconf.cc:

	  Configfile "Inherits =" feature from mkj.

1999-09-17 20:31  apenwarr

	* configfile/wvconf.cc:

	  Fix for a never-actually-tested fuzzy_get() in wvconf.cc from
	  Michael K.  Johnson <johnsonm@redhat.com>.

1999-09-13 21:54  apenwarr

	* configfile/initest.cc:

	  configfile/initest.cc needed fixes.  Actually, I think it's
	  needed some for a long time :)

1999-09-13 21:48  apenwarr

	* configfile/: wvconf.cc, wvconf.h:

	  cfg.get() split into cfg.get(string) and cfg.getint(int) for
	  portability (especially to glibc2.1).  Same with set().

1999-08-02 18:59  apenwarr

	* ipstreams/wvaddr.cc, ipstreams/wvaddr.h, ipstreams/wvtcp.cc,
	  ipstreams/wvtcp.h, streams/wvstreamlist.cc,
	  streams/wvstreamlist.h:

	  First attempt at making a "wvstreams" distribution.

1999-08-02 18:30  apenwarr

	* streams/: wvsyslog.cc, wvsyslog.h:

	  WvSyslog allows you to override which WvLog debug levels are
	  LOG_DEBUG; now the wvdial application uses this feature.

1999-08-02 18:01  apenwarr

	* streams/Makefile, streams/wvlockfile.cc, streams/wvlockfile.h,
	  streams/wvmodem.cc, streams/wvmodem.h, utils/Makefile:

	  Updated wvdial version to 1.40.

	  Added optional support for the liblockdev library to WvLockFile,
	  and made rules.mk able to merge .a files together (for now, so
	  that liblockdev.a could be linked automatically, but later, so we
	  can easily build a libwvstreams.a from all the various
	  libraries).

	  More virtual function fixes in WvModem.

	  wvdialconf now checks /etc/ppp/options for common errors, and
	  sends people to the FAQ, then to wvdial-list@worldvisions.ca
	  rather than asking people to personally report problems to
	  wvdial@worldvisions.ca

1999-08-02 15:47  apenwarr

	* streams/: wvmodem.cc, wvmodem.h:

	  Moved some wvmodembase virtual functions from a .h file into a
	  .cc file.

1999-08-01 16:00  apenwarr

	* streams/: wvmodem.cc, wvmodem.h:

	  Patch from Michael K. Johnson to add the "--chat" option to
	  wvdial.

1999-07-29 00:20  apenwarr

	* ipstreams/: wvtcp.cc, wvudp.cc:

	  Included sys/socket.h in wvtcp.cc and wvudp.cc, since that
	  apparently avoids warnings on glibc2.1.

1999-07-21 01:20  apenwarr

	* streams/: wvmodem.cc, wvmodem.h: Patch from Michale K. Johnson
	  <johnsonm@redhat.com> to fix a bug with baud rate detection in
	  wvdialconf; we also now detect modems on /dev/modem.

1999-07-10 21:40  apenwarr

	* Docs/sgmlmanual/: Makefile, streams.wvsgml, egfiles/Makefile,
	  egfiles/wvstreamfunex.cc, egfiles/wvstreamlistex.cc,
	  egfiles/wvstreamlistex2.cc:

	  Added wvstreamlist docs.  New Makefile.

1999-07-10 19:36  apenwarr

	* ipstreams/aliastest.cc, ipstreams/listentest.cc,
	  ipstreams/resolvertest.cc, ipstreams/routetest.cc,
	  ipstreams/tcptest.cc, ipstreams/udp2test.cc,
	  ipstreams/udptest.cc, ipstreams/wvaddr.cc, ipstreams/wvaddr.h,
	  ipstreams/wvhttp.cc, ipstreams/wvinterface.cc,
	  ipstreams/wvipnetlist.h, ipstreams/wviproute.cc,
	  ipstreams/wvtcp.cc, streams/clonetest.cc, streams/logbuftest.cc,
	  streams/logtest.cc, streams/looptest.cc, streams/modemtest.cc,
	  streams/pipetest.cc, streams/prototest.cc, streams/syslogtest.cc,
	  streams/timetest.cc, streams/watchtest.cc, streams/wvlog.cc,
	  streams/wvlogbuffer.cc, streams/wvmodem.cc, streams/wvpipe.cc,
	  utils/stresshash.cc, utils/strutils.cc, utils/testbuffer.cc,
	  utils/testhash.cc, utils/testlist.cc, utils/teststr.cc,
	  utils/wvbuffer.cc, utils/wvstring.cc, utils/wvstring.h,
	  utils/wvstringtable.h:

	  Dave's massive add-some-comments patch.

1999-07-09 05:32  apenwarr

	* ipstreams/wvinterface.cc: [no log message]

1999-07-09 05:32  apenwarr

	* ipstreams/wvinterface.cc, streams/wvstreamlist.cc:

	  Fixed some long-standing bugs while debugging for Rebel:
	  WvInterface::getinfo() was arbitrarily setting valid=false
	  sometimes, WvNetIntelligence::default_route() had disappeared,
	  WvStreamList::select_setup() skipped a stream when it pruned
	  itself.

1999-07-09 03:06  apenwarr

	* ipstreams/: udptest.cc, wvudp.cc, wvudp.h:

	  Fixed a NASTY bug in WvUDPStream that caused all UDP listeners to
	  always bind to localhost!  Oops!

1999-07-06 03:17  apenwarr

	* Docs/sgmlmanual/streams.wvsgml: [no log message]

1999-07-06 03:16  apenwarr

	* Docs/sgmlmanual/: Makefile, sgmlmacros.m4, streams.wvsgml,
	  tutorial.wvsgml, utils.wvsgml, wvstreams.wvsgml,
	  egfiles/.cvsignore, egfiles/Makefile, egfiles/wvfileex.cc,
	  egfiles/wvlistex.cc, egfiles/wvstreamex.cc,
	  egfiles/wvstreamex2.cc, egfiles/wvstreamex3.cc,
	  egfiles/wvstreamex4.cc, egfiles/wvstreamex5.cc,
	  egfiles/wvstreamex6.cc, egfiles/wvstreamex7.cc:

	  Lots of improvements.  Added several example programs, which can
	  be compiled as well as linked right into the document.

1999-07-05 06:06  apenwarr

	* Docs/sgmlmanual/: Makefile, sgmlmacros.m4, streams.wvsgml,
	  utils.wvsgml, wvstreams.wvsgml:

	  Wrote all the "utils" section that's likely to get written
	  anytime soon.

1999-06-30 21:53  apenwarr

	* Docs/sgmlmanual/: configfile.wvsgml, ipstreams.wvsgml,
	  netmap.wvsgml, streams.wvsgml, tutorial.wvsgml, utils.wvsgml,
	  wvapps.wvsgml, wvstreams.wvsgml:

	  Split into many different sub-sgml files.

1999-06-30 21:44  apenwarr

	* Docs/sgmlmanual/Makefile:

	  We can handle .wvsgml include files now.

1999-06-30 21:13  apenwarr

	* Docs/sgmlmanual/: sgmlmacros.m4, wvstreams.wvsgml:

	  I think that's a pretty detailed outline for the document, now.

1999-06-30 20:11  apenwarr

	* Docs/sgmlmanual/: sgmlmacros.m4, wvstreams.wvsgml: Basic document
	  structure defined.

1999-06-30 19:50  apenwarr

	* Docs/sgmlmanual/: sgmlmacros.m4, wvstreams.wvsgml: again

1999-06-30 19:45  apenwarr

	* Docs/sgmlmanual/: Makefile, sgmlmacros.m4, wvstreams.wvsgml:

	  Better parser again.

1999-06-30 19:28  apenwarr

	* Docs/sgmlmanual/: Makefile, sgmlmacros.m4, wvstreams.wvsgml:

	  Better parsing from .wvsgml to .sgml files.

1999-06-30 19:08  apenwarr

	* Docs/sgmlmanual/: .cvsignore, HTML.dsl, Makefile,
	  wvstreams.wvsgml: Initial revision

1999-06-30 19:08  apenwarr

	* Docs/sgmlmanual/: .cvsignore, HTML.dsl, Makefile,
	  wvstreams.wvsgml: [no log message]

1999-06-21 04:16  apenwarr

	* streams/: wvsplitstream.cc, wvstream.cc, wvstreamclone.cc:

	  Added output buffer support to WvSplitStream and WvStreamClone.
	  Things weren't getting flushed like they should.

1999-06-21 04:16  apenwarr

	* utils/wvbuffer.cc:

	  WvBuffer now avoids unbounded exponential growth.  It only uses
	  the next-larger MiniBuffer size if the previous one is more than
	  half full.

1999-06-21 03:03  apenwarr

	* utils/: wvlinklist.cc, wvlinklist.h:

	  Removed old-style output buffer stuff from Fast Forward, tunnelv,
	  and webconfig.  Added an optional 'id' member to WvLink, to help
	  us identify weird/broken objects that we find in lists.

1999-06-21 01:29  apenwarr

	* ipstreams/simpleconn.cc, streams/wvstream.cc, streams/wvstream.h:


	  Added output buffers to WvStream.  Seems to work well.

1999-06-20 19:49  apenwarr

	* ipstreams/: wvtcp.cc, wvtcp.h:
	  Small updates to the way Fast Forward callbacks work (now they
	  use the newer/simpler execute() technique).  WvTCP doesn't use
	  TCP_NODELAY by default anymore, since it was making things like
	  WebConfig needlessly funky on bad network connections.  Call
	  WvTCP::low_delay() to enable this in the future.  (Tunnel Vision
	  does already.)

1999-06-20 19:45  apenwarr

	* utils/: testbuffer.cc, wvbuffer.cc, wvbuffer.h:

	  Added WvBuffer::unget().

1999-06-07 04:50  apenwarr

	* ipstreams/: wvinterface.cc, wvipaliaser.cc:

	  WvIPAliaser fix for the ever-stupid "WvIPAddr != WvIPPortAddr"
	  problem.  Yes, we need to rethink how the address comparators
	  work.  But I've tried that, and it doesn't seem to help.

1999-04-17 10:37  apenwarr

	* ipstreams/wvtcp.cc, utils/wvstringtable.h:

	  Implemented tunnel vision IKNOW and INAME commands.  Now each
	  tunnel server shares its knowledge of the other servers in the
	  VPN (IKNOW) and the list of registered names in its netmap
	  (INAME).  So looking up hostnames across the VPN link should work
	  now, since all the Weavers will have basically the same set of
	  names.

1999-04-17 06:05  apenwarr

	* configfile/wvconf.cc:

	  Plenty of minor cleanups:

	  WvConf now uses quick_set() in load_file() when it's safe (makes
	  Weaver startup much faster!).  Fixed maptest compilation - it
	  broke when I added LCD support to NetIntelligence.  Made
	  "last_big" delay in Weaver's main loop 5 seconds instead of 15;
	  it's fast now anyway, and this makes it more responsive.  Made
	  netmap autoprobes disable themselves 60 minutes after booting, to
	  avoid excessive junk.  Rephrased a few webconfig messages.

1999-04-12 20:58  apenwarr

	* ipstreams/wvaddr.cc:

	  Fixed a silly in the WvIPNet::normalize() function.  It was
	  letting weird netmasks happen if bit 31 was a zero.

1999-04-12 18:38  apenwarr

	* ipstreams/: wvinterface.cc, wvinterface.h:

	  Netguide sets the tap0 MTU to 1400 now.  This leaves a little
	  room in the packet size for encryption headers and stuff.

1999-04-10 08:39  apenwarr

	* configfile/: cfgsection.cc, wvconf.h:

	  BIG reduction in time to save large netmaps; now an O(n)
	  algorithm instead of O(n^2) because of the new
	  WvConfigSection::quick_set() function.

	  Fixed a bug that could cause the ethertap interface to become an
	  "untrusted" interface.  This is what caused the firewall problems
	  at Maxtech, I think.

1999-04-10 08:09  apenwarr

	* streams/wvstream.cc:

	  Minor twiddling.  I think the only good way to make tunnelv work
	  will be to make it use UDP... sigh.

1999-04-10 05:16  apenwarr

	* configfile/.cvsignore, ipstreams/.cvsignore, streams/.cvsignore,
	  utils/.cvsignore:

	  Oops.  Fixed a bug that I just introduced in rules.mk.

1999-03-25 20:51  apenwarr

	* ipstreams/wvinterface.cc:

	  Removed some spurious warnings and a sometimes-crash in webconfig
	  when editing the "default" route.  Added actual support for
	  "trusted" interfaces, so now cable modem support can be official.

1999-03-25 07:35  apenwarr

	* ipstreams/: wvaddr.cc, wvinterface.cc:

	  Netmap route overrides work!	Enabled network probing, but
	  without the slow and worrisome "exhaustive probe" stuff -- Weaver
	  finds its way to the Internet through dindernet network as soon
	  as it sees the first packet after being zapped.  All that's left
	  is the new kernel and some heavy stress testing...

1999-03-24 03:41  apenwarr

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/initest.cc, configfile/wvconf.cc, configfile/wvconf.h,
	  ipstreams/listentest.cc, ipstreams/resolvertest.cc,
	  ipstreams/simpleconn.cc, ipstreams/tcptest.cc,
	  ipstreams/udp2test.cc, ipstreams/udptest.cc, ipstreams/wvaddr.cc,
	  ipstreams/wvaddr.h, ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.cc, ipstreams/wvinterface.h,
	  ipstreams/wvipaliaser.cc, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, ipstreams/wvudp.cc,
	  ipstreams/wvudp.h, streams/logtest.cc, streams/looptest.cc,
	  streams/modemtest.cc, streams/pipetest.cc, streams/syslogtest.cc,
	  streams/timetest.cc, streams/watchtest.cc, streams/wvlog.cc,
	  streams/wvlog.h, streams/wvlogbuffer.cc, streams/wvlogbuffer.h,
	  streams/wvlogrcv.h, streams/wvloopback.cc, streams/wvloopback.h,
	  streams/wvmodem.cc, streams/wvmodem.h, streams/wvpipe.cc,
	  streams/wvpipe.h, streams/wvprotostream.cc,
	  streams/wvprotostream.h, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvsyslog.cc, streams/wvsyslog.h, streams/wvtimestream.cc,
	  streams/wvtimestream.h, streams/wvwatcher.cc,
	  streams/wvwatcher.h, utils/base64.cc, utils/base64.h,
	  utils/strutils.cc, utils/strutils.h, utils/testbase64.cc,
	  utils/testver.cc, utils/verstring.cc, utils/verstring.h,
	  utils/wvbuffer.cc, utils/wvbuffer.h, utils/wvhashtable.cc,
	  utils/wvhashtable.h, utils/wvlinklist.cc, utils/wvlinklist.h,
	  utils/wvstring.cc, utils/wvstring.h:

	  Updated all the copyright notices to include 1999.

1999-03-22 06:42  apenwarr

	* ipstreams/wvinterface.cc:

	  Tunnel Vision servers exchange routing information more reliably
	  now.	Loopback situations (client == server) are caught and
	  aborted.  When a tunnelv host provides fewer routes than it used
	  to, we delete the old routes automatically.  If a new host
	  provides a route that belongs to an old host, we properly replace
	  it in the Guide.

	  Still need to add support for deleting entire tunnelv hosts using
	  webconfig, though.

1999-03-15 07:51  apenwarr

	* streams/wvstream.cc:

	  Finalized 2.0beta3.

1999-03-11 06:59  apenwarr

	* streams/: wvstreamlist.cc, wvstreamlist.h:

	  Added "auto_prune" option to WvStreamList.  The default is
	  'true', which is the old behaviour of automatically removing
	  !isok() streams from the list.  If auto_prune==false, we will not
	  do this, so it's easier to track dying streams.

1999-03-11 00:47  apenwarr

	* ipstreams/wvtcp.cc, streams/wvstream.cc:

	  TCP_NODELAY, IPTOS_LOWDELAY, SO_KEEPALIVE on all TCP sockets.
	  Moved nonblocking calls back out of WvStream::WvStream() because
	  they were doing funky things to the console.

1999-03-10 23:43  apenwarr

	* ipstreams/wvtcp.cc, streams/wvstream.cc, streams/wvstream.h:

	  Fixed some random bugs.  Included 'host' and 'traceroute'
	  commands on the rootdisk.  named/domain.zone generator in WvNamed
	  now "cleans up" names before writing them to the config file.

1999-03-08 01:41  apenwarr

	* ipstreams/: .cvsignore, Makefile, simpleconn.cc:

	  Moved simpleconn application from tunnelv to ipstreams directory,
	  and improved its functionality a bit to help with testing.

	  Main tunnelv app now includes WvTunnelListener inside its
	  TunnelKeeper object, but I'm still thinking about how to arrange
	  it.

1999-03-07 21:24  apenwarr

	* ipstreams/: routetest.cc, wvaddr.cc, wvaddr.h:

	  WvIPNet class now can print/parse netmasks as part of an address
	  string, eg.  "192.168.42.4/24" or "192.168.42.4/255.255.255.0".
	  Its printable() function now uses /24 notation instead of
	  /255.255.255.0 notation, since it's shorter and parseable now
	  anyway :)

1999-03-07 08:22  apenwarr

	* streams/: wvstream.cc, wvstreamclone.cc:

	  WvFile sets its file descriptors to close-on-exec (affects
	  WvWatchdog, among others).  WvStreamClone is more careful to
	  check isok() before calling its clone-stream's select_setup() and
	  test_set().

1999-03-07 08:21  apenwarr

	* ipstreams/wvinterface.cc:

	  WvInterface uses bits()==0 rather than net==0.0.0.0 to determine
	  whether something is a default route.  It's the only way that
	  really works.

1999-02-24 07:04  apenwarr

	* utils/: wvlinklist.cc, wvlinklist.h:

	  Massively mangled tunnel vision.  But hey, it compiles.

1999-02-23 14:47  apenwarr

	* streams/wvstream.cc:

	  Removed a useless function (well, it wasn't used anywhere :))
	  from wvstream.cc

1999-02-15 09:39  apenwarr

	* ipstreams/: wvresolver.cc, wvtcp.cc, wvtcp.h:

	  Fixed a few tiny bugs that caused weird Double Vision deaths.

1999-02-15 06:30  apenwarr

	* ipstreams/: wvipfirewall.cc, wvipfirewall.h:

	  All the latest firewall settings.  Not really secure for cable
	  modem setups at present, but otherwise "should" be okay.  Next,
	  I'll actually test it!

1999-02-15 04:19  apenwarr

	* ipstreams/: listentest.cc, wvtcp.cc:

	  WvTCPListener can now return its _actual_ listening address if
	  you gave it a port number of '0' in the constructor.

1999-02-15 03:53  apenwarr

	* ipstreams/: wvipfirewall.cc, wvipfirewall.h:

	  Almost everything is in place for Fast Forward to set up firewall
	  "transproxy" redirections by itself.	Port opening now happens in
	  the WvDyanam firewall chain, like it should.

1999-02-14 08:48  apenwarr

	* ipstreams/wvipfirewall.cc:

	  Replaced the firewalling code with a much more flexible design.
	  We still need to change a few things around to better define
	  trusted vs. untrusted networks and REDIRECT (transparent proxy)
	  stuff, but it should be much easier now.

1999-02-13 21:01  apenwarr

	* configfile/wvconf.cc, streams/watchtest.cc: Added /sbin/hwclock.
	  Added O_TRUNC on most file create calls (oops... that should have
	  been done LONG ago!)

1999-01-23 18:54  apenwarr

	* ipstreams/wvinterface.cc: [no log message]

1999-01-23 18:54  apenwarr

	* configfile/: cfgsection.cc, wvconf.cc, wvconf.h:

	  WvConf::save() now saves config files 0600 by default.

1998-12-11 10:01  apenwarr

	* ipstreams/wvinterface.cc:

	  Double Vision network setup is in place... now we just need to
	  make sure things bind to the right addresses.

1998-12-11 05:51  apenwarr

	* ipstreams/wvinterface.cc:

	  General cleanup of the demand dialer stuff.  Added a bunch of
	  short functions to the WvWeaver class to make it more manageable.
	  (net_online(), net_dynamic(), dialer_configured(), etc).

1998-12-10 22:29  apenwarr

	* ipstreams/: wvaddr.cc, wvaddr.h, wvinterface.cc, wviproute.cc:

	  WvInterface now adds/deletes default routes using the 'ip'
	  command when possible.  WvIPRouteList knows how to read default
	  routes from the DEFAULT table if it exists.

1998-12-10 20:15  dcoombs

	* streams/: wvmodem.cc, wvmodem.h: The beginnins of transparent
	  proxy support in Fast Forward...

1998-12-10 18:37  apenwarr

	* ipstreams/: listentest.cc, wvtcp.cc, wvtcp.h:

	  WvTCPConn has a localaddr() function that returns the local
	  address of the socket (useful for transparent proxying).

1998-12-09 20:12  apenwarr

	* ipstreams/wviproute.cc:

	  A few tweaks to the netmap code.  This is the version I sent to
	  Patrick.

1998-12-08 09:57  apenwarr

	* ipstreams/wvipnetlist.h:

	  Integrated WvPingProbe calls into WvNetIntelligence.	It still
	  needs, uh, "tweaking."  Mostly works, but it's kind of obsessive
	  at times.  Currently disabled in the main Weaver application, so
	  it should be safe.

1998-12-08 04:58  apenwarr

	* ipstreams/wviproute.cc:

	  Weaver won't delete pre-existing local routes simply because the
	  netmap is empty for that interface.  Also, added a simple hack so
	  that we never delete routes with metric==99; this allows manual
	  overrides for testing. (Hi Dave)

1998-12-04 10:05  apenwarr

	* ipstreams/wvaddr.cc:

	  Demand dialing "works".  Well, it could use some fixing, but it
	  does dial :) webconfig/lcdconfig/rcmd still horribly broken.
	  Idle timer is shot.

1998-12-04 08:36  apenwarr

	* ipstreams/: Makefile, wvaddr.cc, wvaddr.h, wviproute.cc:

	  Well, it's not getting any prettier...

	  Commented out huge portions of webconfig/lcdconfig/rcmd code
	  because it no longer works with the way I'm doing demand dialing.
	   Of course, demand dialing doesn't work either, but that's next
	  :)  All the pieces are in place, I think.

1998-12-02 18:51  apenwarr

	* streams/wvstream.cc:

	  test_set() can not handle streams with fd==-1.

1998-12-02 10:15  apenwarr

	* ipstreams/: Makefile, routetest.cc, wviproute.cc, wviproute.h:

	  DATA STRUCTURES COMING OUT THE WAZOO!

	  The new WvNetGuide class is basically functional.  Now Weaver can
	  set up its routing table based on the results of NetIntelligence.
	   Support for demand dialing and tunnel vision is still broken,
	  but that's a job for another day.  They might even still work,
	  since I left a lot of the old code in place :)

1998-11-24 17:34  apenwarr

	* ipstreams/wvaddr.cc:

	  Fixed WvIPNet::normalize() to work properly with 0-bit netmasks
	  (ie. default route).	maptest can now choose a default route,
	  seemingly accurately.

1998-11-20 23:21  apenwarr

	* ipstreams/wvaddr.cc:

	  Netmap can build a half-decent (but only half) routing table.

1998-11-19 21:12  apenwarr

	* utils/wvstring.h:

	  operator+ and operator- in WvString were completely braindead
	  (returned bool instead of char*... oops :))

1998-11-19 04:28  apenwarr

	* ipstreams/wvaddr.h, ipstreams/wvinterface.cc,
	  ipstreams/wvinterface.h, ipstreams/wvipaliaser.cc,
	  utils/wvhashtable.h:

	  New netmap saves and loads itself to a config file, and is
	  careful not to add entries for local hardware addresses.
	  WvInterfaceDict now creates only one static copy of the actual
	  dictionary, which saves time and space and causes more reliable
	  results.  Only lightly tested, though.

	  Next, we'll add mappings for DNS/WINS names and start to keep
	  track of which hosts have which service ports enabled.

1998-11-18 22:39  apenwarr

	* ipstreams/wvaddr.cc:

	  Beginnings of an all-new netmap in netmap/maptest.cc.

1998-11-18 19:22  apenwarr

	* utils/: teststr.cc, wvstring.cc:

	  Fixed a bug in WvString::operator=().

1998-11-17 20:01  apenwarr

	* configfile/wvconf.cc, configfile/wvconf.h, utils/wvstring.h:

	  WvConf callbacks seem to work.  Weaver isn't using them yet,
	  though.

1998-11-17 02:19  apenwarr

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/initest.cc, configfile/wvconf.cc, configfile/wvconf.h,
	  ipstreams/wvaddr.cc, ipstreams/wvhttp.cc,
	  ipstreams/wvinterface.cc, ipstreams/wviproute.cc,
	  ipstreams/wviproute.h, ipstreams/wvresolver.cc,
	  ipstreams/wvtcp.cc, streams/wvlog.cc, streams/wvlogbuffer.cc,
	  utils/teststr.cc, utils/wvstring.cc, utils/wvstring.h:

	  Made (I think) my last major change to WvString and fixed lots of
	  code to go with it. Also found some bugs related to previous
	  changes, and fixed those.

1998-11-15 03:36  apenwarr

	* ipstreams/wvhttp.cc, ipstreams/wvhttp.h, ipstreams/wvresolver.cc,
	  ipstreams/wvresolver.h, ipstreams/wvtcp.cc, ipstreams/wvtcp.h,
	  streams/pipetest.cc, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  streams/wvtimestream.cc, streams/wvtimestream.h,
	  streams/wvwatcher.cc, streams/wvwatcher.h:

	  Changed WvStream::select_setup() and test_set() calls to use a
	  new SelectInfo struct, instead of the few parameters we were
	  passing them before.	This should make things easier (and reduces
	  the source code size still further :))

1998-11-14 22:55  apenwarr

	* configfile/cfgsection.cc, configfile/wvconf.cc,
	  ipstreams/wvaddr.cc, ipstreams/wvhttp.cc, streams/wvpipe.cc,
	  streams/wvpipe.h, streams/wvprotostream.cc, utils/strutils.cc,
	  utils/testhash.cc, utils/testlist.cc, utils/teststr.cc,
	  utils/wvhashtable.cc, utils/wvstring.cc, utils/wvstring.h:

	  Stage 3: operator(char*)() in WvString now returns a const char *
	  instead.  To get an editable string, use WvString::edit().  This
	  means we can finally reimplement the way WvString works, without
	  breaking anything (I hope).

1998-11-14 22:14  apenwarr

	* configfile/cfgsection.cc, configfile/wvconf.cc,
	  ipstreams/listentest.cc, ipstreams/routetest.cc,
	  ipstreams/udp2test.cc, ipstreams/wvinterface.cc,
	  ipstreams/wvipaliaser.cc, ipstreams/wvipfirewall.cc,
	  ipstreams/wviproute.cc, streams/wvlog.cc, streams/wvlogbuffer.cc,
	  streams/wvprotostream.cc, streams/wvstreamlist.cc,
	  utils/stresshash.cc, utils/testhash.cc, utils/testlist.cc,
	  utils/wvbuffer.cc, utils/wvhashtable.h, utils/wvlinklist.h:

	  Phase 2: changed WvLinkList::Iter and WvHashTable::Iter to give
	  references to their objects, not pointers, and to provide
	  operator(_type&) and operator() functions.

1998-11-14 21:13  apenwarr

	* configfile/cfgsection.cc, configfile/wvconf.cc,
	  ipstreams/wvaddr.cc, ipstreams/wvhttp.cc,
	  ipstreams/wvinterface.cc, ipstreams/wvipfirewall.cc,
	  ipstreams/wvresolver.cc, ipstreams/wvtcp.cc,
	  streams/watchtest.cc, streams/wvlog.cc, streams/wvprotostream.cc,
	  streams/wvstream.cc, streams/wvstream.h, streams/wvsyslog.cc,
	  streams/wvwatcher.cc, utils/strutils.cc, utils/testhash.cc,
	  utils/testlist.cc, utils/teststr.cc, utils/wvhashtable.cc,
	  utils/wvstring.cc, utils/wvstring.h:

	  Phase 1 of the Massive WvString Changes: the .str member has been
	  renamed and should no longer be referred to directly.  Typecast
	  (often automatically) to (char *) instead.  Also, the
	  auto-typecast to int has been removed -- it was used in exactly
	  one place :)

1998-11-14 03:37  apenwarr

	* utils/: .cvsignore, Makefile, teststr.cc, wvstring.h:

	  Added teststr.cc and fixed some minor inconsistencies in
	  wvstring.h.

1998-11-11 20:10  apenwarr

	* configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/initest.cc, configfile/testfile.ini,
	  configfile/wvconf.cc, configfile/wvconf.h,
	  ipstreams/wvinterface.cc, utils/wvstring.h:

	  Rewrote configfile stuff yesterday, with associated massive
	  changes.  It seems to work, but there may still be some bugs
	  lurking...

1998-11-05 22:59  apenwarr

	* ipstreams/Makefile, ipstreams/wvtcp.cc, streams/wvstreamlist.cc:

	  Almost finished my stresstest program, and found/fixed a bunch of
	  Fast Forward bugs.

1998-11-05 19:03  apenwarr

	* ipstreams/Makefile, ipstreams/wvaddr.h, ipstreams/wvipaliaser.cc,
	  streams/wvstreamlist.cc, streams/wvstreamlist.h,
	  utils/wvbuffer.cc:

	  Added some commented-out debug code to WvBuffer.  Cleaned up
	  WvStreamList a little (uses execute() instead of a callback, and
	  doesn't need the sel_* data members).  WvIPAliaser was affected
	  negatively by the WvAddr::operator== changes, so I fixed it.
	  Fixed the data-sent-before-connect-completes bug in Fast Forward.

1998-11-05 15:57  apenwarr

	* ipstreams/udp2test.cc:

	  Checked in some of my incomplete udp2test.cc changes.  Need to
	  work on some other stuff before I finish that...

1998-11-03 02:58  apenwarr

	* ipstreams/: Makefile, udp2test.cc, udptest.cc, wvaddr.cc,
	  wvaddr.h, wvudp.cc, wvudp.h:

	  Changed the comparison functions for WvAddr-derived objects so
	  that WvIPNets consider their netmask, and WvIPPortAddrs consider
	  their port number.  Didn't update any Weaver code to fix this,
	  but it still seems to work.  Netmap is probably totally hosed.
	  Let the games begin!

1998-11-02 18:09  apenwarr

	* streams/: timetest.cc, wvprotostream.cc, wvprotostream.h,
	  wvtimestream.cc, wvtimestream.h:

	  WvTimeStream limits maximum backlog (in case of system clock
	  "warping").  An optional parameter to set_timer() lets you set
	  the limit.

	  It now also ticks more reliably, due to a change in the
	  TimeStream semantics -- now you need to call tick() to tell it
	  you've acknowledged a tick.

	  WvLCD, timetest, and WvWatchdog updated accordingly.

1998-11-02 17:22  apenwarr

	* streams/modemtest.cc, streams/wvprotostream.cc,
	  streams/wvstream.cc, streams/wvstreamlist.cc,
	  streams/wvstreamlist.h, utils/wvlinklist.h:

	  WvStream can now handle multiple streams where select_setup()
	  returns true a lot.

1998-10-22 19:28  apenwarr

	* streams/: modemtest.cc, watchtest.cc, wvsplitstream.cc,
	  wvsplitstream.h, wvstream.h, wvstreamclone.cc, wvstreamlist.cc,
	  wvwatcher.cc, wvwatcher.h:

	  Disabled a seemingly-unnecessary call to s->select() in
	  WvStreamList::select().  Make WvStream::select() not virtual.
	  Changed WvFileWatcher so it doesn't need select() to be virtual,
	  and thus to work with WvStreamList.

	  Removed "temporary hack" from weaver.cc: auto-adjust of IP
	  addresses is enabled again, now that the LCD panel works.  It
	  needs some updating to work perfectly, of course...

1998-10-21 19:36  apenwarr

	* streams/: wvprotostream.cc, wvprotostream.h:

	  Reconstructed Tunnel Vision to use WvProtoStream.  It's much
	  cleaner and more readable now... but I should probably break it
	  up into more files.

1998-10-21 02:32  apenwarr

	* streams/wvprotostream.cc:

	  Used trim_string() in a few more places in wvprotostream.

1998-10-21 02:30  apenwarr

	* streams/wvprotostream.cc: [no log message]

1998-10-21 02:25  apenwarr

	* streams/: prototest.cc, wvprotostream.cc, wvprotostream.h:

	  Converted WvRcmd (Remote Control) to use WvProtoStream.  Not much
	  improvement...

1998-10-21 00:06  apenwarr

	* streams/prototest.cc, streams/wvprotostream.cc,
	  streams/wvprotostream.h, utils/wvbuffer.cc, utils/wvbuffer.h:

	  WvProtoStream works and the tokenizer doesn't suck...too much.

1998-10-20 20:57  apenwarr

	* streams/Makefile, streams/prototest.cc, streams/wvprotostream.cc,
	  streams/wvprotostream.h, utils/wvbuffer.cc, utils/wvbuffer.h:

	  Changes to WvProtoStream (split into its own files).	I'm not
	  sure I like the way tokens work, though...

1998-10-18 03:53  dcoombs

	* utils/: strutils.cc, strutils.h: [no log message]

1998-10-05 05:05  apenwarr

	* ipstreams/wvudp.h, streams/Makefile, streams/prototest.cc:

	  First attempts at my WvProtoStream universal protocol manager.
	  It's all in streams/prototest.cc for now, but it's mostly
	  functional.

1998-10-05 03:46  dcoombs

	* ipstreams/wvudp.h: The Fast Forward Mass-Restructuring Spree Of
	  Death begins! It compiles, at least.	And sometimes it even
	  works.  But I wouldn't call it reliable JUUUUUST yet.

1998-10-04 08:33  apenwarr

	* ipstreams/tcptest.cc, ipstreams/wvaddr.cc, ipstreams/wvaddr.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h:

	  WvTCPConn can now resolve hostnames in the background -- call it
	  using its new constructor.

	  No one except tcptest.cc uses this yet, but I expect it to become
	  widespread...

1998-10-03 08:45  apenwarr

	* streams/: Makefile, syslogtest.cc, wvsyslog.cc, wvsyslog.h:

	  Added WvSyslog stream, which sends WvLog output to the syslogd
	  daemon.  The standalone Fast Forward now uses this.  Tunnelv
	  should be adapted for it too sometime, and maybe wvdial should
	  have an option.

1998-10-03 07:26  apenwarr

	* ipstreams/: wvipfirewall.cc, wvipfirewall.h:

	  WvIPFirewall is disabled by default, because the particular
	  ipchains calls we use might cause nasty problems on a non-Weaver
	  computer running fast forward!

1998-10-03 06:54  apenwarr

	* ipstreams/listentest.cc, ipstreams/wvtcp.cc, streams/wvstream.cc,
	  streams/wvstream.h, streams/wvstreamclone.cc,
	  streams/wvstreamclone.h, streams/wvstreamlist.cc:

	  WvStream::Callback functions now all return void -- no one ever
	  used the return values anyway.  A new virtual function,
	  WvStream::execute(), is used if no callback is defined.  That
	  way, derived classes can simply override execute() instead of
	  fiddling with static member functions and other uglies.

1998-10-03 05:15  apenwarr

	* ipstreams/wvtcp.cc, streams/wvmodem.cc, streams/wvstream.cc,
	  streams/wvtimestream.h:

	  All WvStreams open files in nonblocking mode (I think).

1998-10-03 04:41  apenwarr

	* ipstreams/listentest.cc, ipstreams/tcptest.cc,
	  ipstreams/udptest.cc, ipstreams/wvtcp.cc, ipstreams/wvtcp.h,
	  streams/Makefile, streams/modemtest.cc, streams/wvstream.cc,
	  streams/wvstream.h, streams/wvstreamlist.cc,
	  streams/wvstreamlist.h:

	  Split part of wvstream.{cc,h} into wvstreamlist.{cc,h} and
	  adjusted a bunch of includes accordingly.

1998-10-03 02:04  apenwarr

	* configfile/.cvsignore, configfile/Makefile,
	  configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/initest.cc, configfile/testfile.ini,
	  configfile/wvconf.cc, configfile/wvconf.h, ipstreams/.cvsignore,
	  ipstreams/Makefile, ipstreams/aliastest.cc,
	  ipstreams/listentest.cc, ipstreams/resolvertest.cc,
	  ipstreams/routetest.cc, ipstreams/tcptest.cc,
	  ipstreams/udptest.cc, ipstreams/wvaddr.cc, ipstreams/wvaddr.h,
	  ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.cc, ipstreams/wvinterface.h,
	  ipstreams/wvipaliaser.cc, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, ipstreams/wvudp.cc,
	  ipstreams/wvudp.h, streams/.cvsignore, streams/Makefile,
	  streams/clonetest.cc, streams/logbuftest.cc, streams/logtest.cc,
	  streams/looptest.cc, streams/modemtest.cc, streams/pipetest.cc,
	  streams/timetest.cc, streams/watchtest.cc, streams/wvlog.cc,
	  streams/wvlog.h, streams/wvlogbuffer.cc, streams/wvlogbuffer.h,
	  streams/wvlogrcv.h, streams/wvloopback.cc, streams/wvloopback.h,
	  streams/wvmodem.cc, streams/wvmodem.h, streams/wvpipe.cc,
	  streams/wvpipe.h, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvtimestream.cc, streams/wvtimestream.h,
	  streams/wvwatcher.cc, streams/wvwatcher.h, utils/.cvsignore,
	  utils/Makefile, utils/base64.cc, utils/base64.h,
	  utils/stresshash.cc, utils/strutils.cc, utils/strutils.h,
	  utils/testbase64.cc, utils/testbuffer.cc, utils/testhash.cc,
	  utils/testlist.cc, utils/testver.cc, utils/verstring.cc,
	  utils/verstring.h, utils/wvbuffer.cc, utils/wvbuffer.h,
	  utils/wvhashtable.cc, utils/wvhashtable.h, utils/wvlinklist.cc,
	  utils/wvlinklist.h, utils/wvstring.cc, utils/wvstring.h:

	  Re-organized Weaver package.

1998-10-03 02:04  apenwarr

	* configfile/.cvsignore, configfile/Makefile,
	  configfile/cfgentry.cc, configfile/cfgsection.cc,
	  configfile/initest.cc, configfile/testfile.ini,
	  configfile/wvconf.cc, configfile/wvconf.h, ipstreams/.cvsignore,
	  ipstreams/Makefile, ipstreams/aliastest.cc,
	  ipstreams/listentest.cc, ipstreams/resolvertest.cc,
	  ipstreams/routetest.cc, ipstreams/tcptest.cc,
	  ipstreams/udptest.cc, ipstreams/wvaddr.cc, ipstreams/wvaddr.h,
	  ipstreams/wvhttp.cc, ipstreams/wvhttp.h,
	  ipstreams/wvinterface.cc, ipstreams/wvinterface.h,
	  ipstreams/wvipaliaser.cc, ipstreams/wvipaliaser.h,
	  ipstreams/wvipfirewall.cc, ipstreams/wvipfirewall.h,
	  ipstreams/wviproute.cc, ipstreams/wviproute.h,
	  ipstreams/wvresolver.cc, ipstreams/wvresolver.h,
	  ipstreams/wvtcp.cc, ipstreams/wvtcp.h, ipstreams/wvudp.cc,
	  ipstreams/wvudp.h, streams/.cvsignore, streams/Makefile,
	  streams/clonetest.cc, streams/logbuftest.cc, streams/logtest.cc,
	  streams/looptest.cc, streams/modemtest.cc, streams/pipetest.cc,
	  streams/timetest.cc, streams/watchtest.cc, streams/wvlog.cc,
	  streams/wvlog.h, streams/wvlogbuffer.cc, streams/wvlogbuffer.h,
	  streams/wvlogrcv.h, streams/wvloopback.cc, streams/wvloopback.h,
	  streams/wvmodem.cc, streams/wvmodem.h, streams/wvpipe.cc,
	  streams/wvpipe.h, streams/wvsplitstream.cc,
	  streams/wvsplitstream.h, streams/wvstream.cc, streams/wvstream.h,
	  streams/wvstreamclone.cc, streams/wvstreamclone.h,
	  streams/wvtimestream.cc, streams/wvtimestream.h,
	  streams/wvwatcher.cc, streams/wvwatcher.h, utils/.cvsignore,
	  utils/Makefile, utils/base64.cc, utils/base64.h,
	  utils/stresshash.cc, utils/strutils.cc, utils/strutils.h,
	  utils/testbase64.cc, utils/testbuffer.cc, utils/testhash.cc,
	  utils/testlist.cc, utils/testver.cc, utils/verstring.cc,
	  utils/verstring.h, utils/wvbuffer.cc, utils/wvbuffer.h,
	  utils/wvhashtable.cc, utils/wvhashtable.h, utils/wvlinklist.cc,
	  utils/wvlinklist.h, utils/wvstring.cc, utils/wvstring.h: Initial
	  revision

