# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--algernon@bonehunter.rulez.org--tla/thy-auth--head--0.3
#

2004-02-13 11:19:47 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-33

    Summary:
      Thy-Auth 0.3.0
    Revision:
      thy-auth--head--0.3--patch-33

    * config.mk.in {PATCHLEVEL}: Set to 0.
      {WITH_SNAPSHOT}: Removed.

    modified files:
     ChangeLog config.mk.in


2004-02-13 10:38:21 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-32

    Summary:
      config.sub and config.guess update
    Revision:
      thy-auth--head--0.3--patch-32

    * config.sub: Updated from Savannah.
    * config.guess: Likewise.

    modified files:
     ChangeLog config.guess config.sub


2004-02-13 10:34:03 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-31

    Summary:
      Doc updates
    Revision:
      thy-auth--head--0.3--patch-31

    * NEWS: Added 0.3.0 news.
    * INSTALL: Bumped Thy requirement to 0.8.7 or later.

    modified files:
     ChangeLog INSTALL NEWS


2004-02-13 10:25:31 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-30

    Summary:
      debian/ moved
    Revision:
      thy-auth--head--0.3--patch-30

    Moved debian/ to a different branch.

    removed files:
     debian/.arch-ids/=id debian/.arch-ids/changelog.id
     debian/.arch-ids/control.id debian/.arch-ids/copyright.id
     debian/.arch-ids/rules.id debian/changelog debian/control
     debian/copyright debian/rules

    modified files:
     ChangeLog

    removed directories:
     debian debian/.arch-ids


2004-02-13 09:57:38 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-29

    Summary:
      Installation fix
    Revision:
      thy-auth--head--0.3--patch-29

    * Makefile.in (install): Removed, symlink creation is now done from
      src/authorisers/Makefile.in directly.
      (uninstall): Likewise, for uninstall.
    * src/authorisers/Makefile.in {authdir}: New variable.
      {authlibdir}: Likewise.
      {pkglibdir}: Set it to ${libdir}/thy.
      (install): Use ${authlibdir}, and create the ${authdir}/dotrealm ->
      thy-auth symlink (for compatibility).
      (uninstall): Use ${authlibdir}, and remove the symlink.

    modified files:
     ChangeLog Makefile.in src/authorisers/Makefile.in


2004-02-13 09:28:02 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-28

    Summary:
      Added m4/
    Revision:
      thy-auth--head--0.3--patch-28

    * m4/: Ooops.. Forgot to add the dir earlier.

    new files:
     m4/.arch-ids/=id m4/Makefile.in

    modified files:
     ChangeLog

    new directories:
     m4 m4/.arch-ids


2004-02-13 09:25:49 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-27

    Summary:
      configure.ac split
    Revision:
      thy-auth--head--0.3--patch-27

    * configure.ac: Split, using the m4/bh-m4 and other stuff.
    * buildconf: New file.
    * m4/Makefile.in: Likewise.
    * Makefile.in {SUBDIRS}: Added m4.
      {EXTRA_DIST}: Added buildconf.
    * configs/default: Added bhm4 entry.

    new files:
     buildconf

    modified files:
     ChangeLog Makefile.in configs/default configure.ac


2004-01-14 17:12:23 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-26

    Summary:
      Added command-line config support to dotrealm
    Revision:
      thy-auth--head--0.3--patch-26

    * src/authorisers/dotrealm.c: Added command-line support, for setting
      the service name.
    * configure.ac: Added argp checks.

    modified files:
     ChangeLog configure.ac src/authorisers/Makefile.in
     src/authorisers/dotrealm.c


2004-01-14 16:53:33 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-25

    Summary:
      Changeable PAM service name, step one
    Revision:
      thy-auth--head--0.3--patch-25

    * src/methods/pam.h [THY_AUTH_PAM_DEFAULT_SERVICE]: New constant.
      (thy_auth_pam_auth): Take a fourth argument: service.
    * src/methods/pam.c (thy_auth_pam_auth): Use the new argument if
      non-NULL, otherwise use THY_AUTH_PAM_DEFAULT_SERVICE.
    * src/authorisers/dotrealm.c (_thy_auth_do_one_auth): Updated wrt the
      thy_auth_pam_auth() change.

    modified files:
     ChangeLog src/authorisers/dotrealm.c src/methods/pam.c
     src/methods/pam.h


2004-01-14 16:28:01 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-24

    Summary:
      Layout reorganisation
    Revision:
      thy-auth--head--0.3--patch-24

    Moved lots of stuff around, and updated the sources to use the newer
    one. Basically, the current layout is like this:
    
    lib/		- common stuff
    lib/compat	- BoneHunter compat suite
    src/		- Main sources. Maybe lib/misc.* will move here some
    		  day.
    src/authorisers	- Authorisers
    src/methods	- Methods (pam, passwd, etc)
    
    And of course history/ and Mk/.
    
    This is much saner, and allows me to add support to the authorisers to
    be able to use any of the available methods. I could have done this
    with the old layout too, but that wouldn't look as good as it will
    with this new one.

    new files:
     src/.arch-ids/=id src/Makefile.in
     src/authorisers/.arch-ids/=id src/authorisers/Makefile.in
     src/methods/.arch-ids/=id src/methods/Makefile.in

    removed files:
     auth-dotrealm/.arch-ids/=id
     auth-dotrealm/.arch-ids/Makefile.in.id
     auth-dotrealm/Makefile.in auth-htaccess/.arch-ids/=id
     auth-htaccess/Makefile.in

    modified files:
     ChangeLog Makefile.in configure.ac lib/Makefile.in
     src/authorisers/dotrealm.7.in src/authorisers/dotrealm.c
     src/authorisers/htaccess.c src/methods/pam.c src/methods/pam.h
     src/methods/passwd.c src/methods/passwd.h

    renamed files:
     auth-dotrealm/.arch-ids/thy-auth-dotrealm.7.in.id
       ==> src/authorisers/.arch-ids/dotrealm.7.in.id
     auth-dotrealm/.arch-ids/thy-auth-dotrealm.c.id
       ==> src/authorisers/.arch-ids/dotrealm.c.id
     auth-dotrealm/thy-auth-dotrealm.7.in
       ==> src/authorisers/dotrealm.7.in
     auth-dotrealm/thy-auth-dotrealm.c
       ==> src/authorisers/dotrealm.c
     auth-htaccess/thy-auth-htaccess.c
       ==> src/authorisers/htaccess.c
     lib/.arch-ids/pam-auth.c.id
       ==> src/methods/.arch-ids/pam.c.id
     lib/.arch-ids/pam-auth.h.id
       ==> src/methods/.arch-ids/pam.h.id
     lib/pam-auth.c
       ==> src/methods/pam.c
     lib/pam-auth.h
       ==> src/methods/pam.h
     lib/passwd-auth.c
       ==> src/methods/passwd.c
     lib/passwd-auth.h
       ==> src/methods/passwd.h

    new directories:
     src src/.arch-ids src/authorisers src/authorisers/.arch-ids
     src/methods src/methods/.arch-ids

    removed directories:
     auth-dotrealm auth-dotrealm/.arch-ids auth-htaccess
     auth-htaccess/.arch-ids


2004-01-14 14:10:35 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-23

    Summary:
      Group parsing foo moved to passwd-auth.
    Revision:
      thy-auth--head--0.3--patch-23

    * lib/passwd-auth.h (thy_auth_passwd_group_get): New prototype.
    * auth-htaccess/thy-auth-htaccess.c (_thy_auth_groupfile_read): Moved
      from here..
    * lib/passwd-auth.c (thy_auth_passwd_group_get): ...to here.

    modified files:
     ChangeLog auth-htaccess/thy-auth-htaccess.c lib/passwd-auth.c
     lib/passwd-auth.h


2004-01-11 17:45:31 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-22

    Summary:
      Fixed make distcheck
    Revision:
      thy-auth--head--0.3--patch-22

    * history/Makefile.in {EXTRA_DIST}: Removed ChangeLog-0.3-head.

    modified files:
     ChangeLog history/Makefile.in


2004-01-11 16:36:59 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-21

    Summary:
      CRYPT_LIBS
    Revision:
      thy-auth--head--0.3--patch-21

    * configure.ac: Check for crypt() in -lcrypt.
    * auth-htaccess/Makefile.in {CUSTOM_LDFLAGS}: Set it to @CRYPT_LIBS@.

    modified files:
     ChangeLog auth-htaccess/Makefile.in configure.ac


2004-01-11 16:01:59 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-20

    Summary:
      Doxygen doc updates
    Revision:
      thy-auth--head--0.3--patch-20

    * thy-auth.doxy (INPUT): Added auth-htaccess/.
    * auth-htaccess/auth-htaccess.c: Added missing Doxygen docs.
    * auth-dotrealm/auth-dotrealm.c: Updated Doxygen docs.

    modified files:
     ChangeLog auth-dotrealm/thy-auth-dotrealm.c
     auth-htaccess/thy-auth-htaccess.c thy-auth.doxy


2004-01-11 15:38:56 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-19

    Summary:
      Return after thy_auth_respond(FAIL)
    Revision:
      thy-auth--head--0.3--patch-19

    * auth-dotrealm/thy-auth-dotrealm.c: Always return after a
      thy_auth_respond(FAIL).

    modified files:
     ChangeLog auth-dotrealm/thy-auth-dotrealm.c


2004-01-11 15:35:37 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-18

    Summary:
      Require group support for auth-htaccess
    Revision:
      thy-auth--head--0.3--patch-18

    * auth-htaccess/thy-auth-htaccess.c (_thy_auth_groupfile_read): New
      function.
      (_thy_auth_do_one_auth): Implement "Require group" support.

    modified files:
     ChangeLog auth-htaccess/thy-auth-htaccess.c


2004-01-11 14:56:28 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-17

    Summary:
      configure.ac update
    Revision:
      thy-auth--head--0.3--patch-17

    * configure.ac: Updated, thanks to autoscan.

    modified files:
     ChangeLog configure.ac


2004-01-11 14:26:41 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-16

    Summary:
      auth-htaccess
    Revision:
      thy-auth--head--0.3--patch-16

    * configure.ac (AC_OUTPUT): Added auth-htaccess/Makefile.
    * Makefile.in {SUBDIRS}: Added auth-htaccess.
    * auth-htaccess/Makefile.in: New file.
    * auth-htaccess/thy-auth-htaccess.c: Likewise.
    * lib/passwd-auth.h: Likewise.
    * lib/passwd-auth.c: Likewise.
    * lib/Makefile.in {SOURCES}: Added passwd-auth.c.
      {HEADERS}: Added passwd-auth.h.
      (passwd-auth.o): New rule.

    new files:
     auth-htaccess/.arch-ids/=id auth-htaccess/Makefile.in
     auth-htaccess/thy-auth-htaccess.c lib/passwd-auth.c
     lib/passwd-auth.h

    modified files:
     ChangeLog Makefile.in configure.ac lib/Makefile.in

    new directories:
     auth-htaccess auth-htaccess/.arch-ids


2004-01-11 14:22:34 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-15

    Summary:
      Thinko fix
    Revision:
      thy-auth--head--0.3--patch-15

    * auth-dotrealm/Makefile.in: Fixed a thinko in a comment.

    modified files:
     ChangeLog auth-dotrealm/Makefile.in


2004-01-11 14:21:25 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-14

    Summary:
      Upgrade to protocol version 2
    Revision:
      thy-auth--head--0.3--patch-14

    * lib/misc.h [_THY_AUTH_PROTOCOL_VERSION]: Updated to version 2.

    modified files:
     ChangeLog lib/misc.h


2004-01-11 11:43:30 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-13

    Summary:
      ChangeLog-foo #2
    Revision:
      thy-auth--head--0.3--patch-13

    Trying to move that darned changelog...

    new files:
     ChangeLog

    removed files:
     history/ChangeLog-0.3-head


2004-01-11 11:41:58 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-12

    Summary:
      ChangeLog-foo
    Revision:
      thy-auth--head--0.3--patch-12

    * history/ChangeLog-0.3-head: Moved from here...
    * ChangeLog: ...to here.

    modified files:
     history/ChangeLog-0.3-head

    renamed files:
     history/.arch-ids/ChangeLog-0.3-head.id
       ==> .arch-ids/ChangeLog.id
     history/ChangeLog-0.3-head
       ==> ChangeLog


2004-01-11 11:40:34 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-11

    Summary:
      Updated to the latest BoneHunter compat suite, and Mk/
    Revision:
      thy-auth--head--0.3--patch-11

    * configs/default: Put compat into lib/compat/
    * ChangeLog: Removed, we do not use a release-branch anymore.
    * Makefile.in: Updated for the new compat location, and newer Mk/.
    * auth-dotrealm/Makefile.in: Likewise.
    * lib/Makefile.in: Likewise.
    * auth-dotrelm/thy-auth-dotrealm.c: Updated to new compat.h location.
    * lib/misc.c: Likewise.
    * lib/misc.h: Likewise.
    * lib/pam-auth.c: Likewise.
    * thy-auth.doxy: Likewise.
    * configure.ac: Added a few new checks, and improved others (from
      thy's configure.ac).
    * config.mk.in {WITH_SNAPSHOT}: Defined to 1.
      {PATCHLEVEL}: Defined to 0.pre

    removed files:
     .arch-ids/ChangeLog.id ChangeLog

    modified files:
     Makefile.in auth-dotrealm/Makefile.in
     auth-dotrealm/thy-auth-dotrealm.c config.mk.in configs/default
     configure.ac history/ChangeLog-0.3-head lib/Makefile.in
     lib/misc.c lib/misc.h lib/pam-auth.c thy-auth.doxy


2003-09-22 09:13:03 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-10

    Summary:
      WITH_SNAPSHOT support
    Revision:
      thy-auth--head--0.3--patch-10

    * config.mk.in (WITH_SNAPSHOT): New substvar.
    * configure.ac: Added code to handle --with-snapshot.

    modified files:
     config.mk.in configure.ac history/ChangeLog-0.3-head


2003-09-22 09:03:01 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-9

    Summary:
      Converted to use compat/
    Revision:
      thy-auth--head--0.3--patch-9

    * lib/compat.c: Removed.
    * lib/compat.h: Likewise.
    * lib/misc.h: Removed memory management functions.
    * lib/misc.c: Likewise.
    * lib/Makefile.in (SOURCES): Removed compat.c.
      (HEADERS): Removed compat.h.
      (compat.o): Removed this target.
      (CUSTOM_CFLAGS): Adjusted for bh-compat.
    * auth-dotrealm/thy-auth-dotrealm.c: Converted to use the BoneHunter
      compat suite.
    * auth-dotrealm/Makefile.in (CUSTOM_CFLAGS): Adjusted.
      (CUSTOM_OBJECTS): Likewise.
      (thy-auth-dotrealm.o): Likewise.
    * Makefile.in (SUBDIRS): Added compat.
    * configs/default: Added compat.
    * configure.ac: Added lots of stuff for bh-compat.
    * {arch}/=tagging-method: Upgraded to use untagged-source.

    removed files:
     lib/.arch-ids/compat.c.id lib/.arch-ids/compat.h.id
     lib/compat.c lib/compat.h

    modified files:
     Makefile.in auth-dotrealm/Makefile.in
     auth-dotrealm/thy-auth-dotrealm.c configs/default configure.ac
     history/ChangeLog-0.3-head lib/Makefile.in lib/misc.c
     lib/misc.h lib/pam-auth.c {arch}/=tagging-method


2003-09-22 08:24:45 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-8

    Summary:
      Upgrade to latest Mk/
    Revision:
      thy-auth--head--0.3--patch-8

    * auth-dotrealm/Makefile.in (AUTH_LIBS): New substvar.
      (CUSTOM_LDFLAGS): New variable.
      (CUSTOM_CFLAGS): Likewise.
      (CUSTOM_OBJECTS): Likewise.
      (OBJECTS): Removed hackery.
      (ALL_LDFLAGS): Likewise.
      (ALL_CFLAGS): Likewise.

    modified files:
     auth-dotrealm/Makefile.in history/ChangeLog-0.3-head


2003-09-16 08:39:35 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-7

    Summary:
      Updated for newest Mk/
    Revision:
      thy-auth--head--0.3--patch-7

    * auth-dotrealm/Makefile.in (${top_builddir}/system.h): Removed.
    * lib/Makefile.in (${top_builddir}/system.h): Likewise.

    modified files:
     auth-dotrealm/Makefile.in history/ChangeLog-0.3-head
     lib/Makefile.in


2003-09-15 10:08:14 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-6

    Summary:
      Migrate to Mk/
    Revision:
      thy-auth--head--0.3--patch-6

    * configs/default: Default configuration for Mk/.
    * config.mk.in: New file.
    * history/Makefile.in: Migrated to the Mk/ system.
    * auth-dotrealm/Makefile.in: Likewise.
    * lib/Makefile.in: Likewise.
    * Makefile.in: Likewise.
    * Rules.mk.in: Removed in favour of the Mk system.
    * configure.ac (AC_CONFIG_FILES): Added config.mk, Mk/Rules.mk and
      Mk/Makefile.
      (AC_PROG_MAKE_SET): New check, required by the Mk/ system.
    * {arch}/=tagging-method: Start migrating to tagline.

    new files:
     config.mk.in configs/.arch-ids/=id configs/default

    removed files:
     .arch-ids/Rules.mk.in.id Rules.mk.in

    modified files:
     Makefile.in auth-dotrealm/Makefile.in configure.ac
     history/ChangeLog-0.3-head history/Makefile.in lib/Makefile.in
     {arch}/=tagging-method

    new directories:
     configs configs/.arch-ids


2003-09-02 21:06:23 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-5

    Summary:
      Fixed make distsig message
    Revision:
      thy-auth--head--0.3--patch-5

    * Makefile.in (distsig): Fixed the message printed in non-verbose
      mode.

    modified files:
     Makefile.in history/ChangeLog-0.3-head


2003-08-21 12:22:29 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-4

    Summary:
      Minor cleanups
    Revision:
      thy-auth--head--0.3--patch-4

    * configure.ac: Check for `asprinf' and `getdelim' too.
    * install-sh: Renamed to...
    * install.sh: ...this.
    * Makefile.in (EXTRA_DIST): Reflect the above change.

    modified files:
     ./Makefile.in ./configure.ac ./history/ChangeLog-0.3-head

    renamed files:
     ./.arch-ids/install-sh.id
       ==> ./.arch-ids/install.sh.id
     ./install-sh
       ==> ./install.sh


2003-08-08 20:38:31 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-3

    Summary:
      Yet more changelog foo
    Revision:
      thy-auth--head--0.3--patch-3

    * history/ChangeLog-0.2-head: Readded, to fix this tag too.

    new files:
     ./history/.arch-ids/ChangeLog-0.2-head.id
     ./history/ChangeLog-0.2-head

    removed files:
     ./history/.arch-ids/ChangeLog-0.2-head.id
     ./history/ChangeLog-0.2-head

    modified files:
     ./history/ChangeLog-0.3-head


2003-08-08 20:36:46 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-2

    Summary:
      ChangeLog fix
    Revision:
      thy-auth--head--0.3--patch-2

    * history/ChangeLog-0.3-head: Readded after removing, to fix the tag.

    new files:
     ./history/.arch-ids/ChangeLog-0.3-head.id
     ./history/ChangeLog-0.3-head

    removed files:
     ./history/.arch-ids/ChangeLog-0.3-head.id
     ./history/ChangeLog-0.3-head

    modified files:
     ./history/ChangeLog-0.2-head


2003-08-08 20:34:17 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	patch-1

    Summary:
      ChangeLog-foo and preparing 0.3
    Revision:
      thy-auth--head--0.3--patch-1

    Moved the ChangeLogs around, and changed the version numbers to
    0.3-devel.

    new files:
     ./.arch-ids/ChangeLog.id ./ChangeLog
     ./history/.arch-ids/ChangeLog-0.3-head.id
     ./history/ChangeLog-0.3-head

    removed files:
     ./history/.arch-ids/ChangeLog-0.2-head.id
     ./history/ChangeLog-0.2-head

    modified files:
     ./Rules.mk.in ./configure.ac ./history/ChangeLog-0.2-head
     ./history/Makefile.in

    renamed files:
     ./.arch-ids/ChangeLog.id
       ==> ./history/.arch-ids/ChangeLog-0.2-head.id
     ./ChangeLog
       ==> ./history/ChangeLog-0.2-head


2003-08-08 20:27:28 GMT	Gergely Nagy <algernon@bonehunter.rulez.org>	base-0

    Summary:
      tag of algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-8
    Revision:
      thy-auth--head--0.3--base-0

    (automatically generated log message)

    new patches:
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--base-0
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-1
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-2
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-3
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-4
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-5
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-6
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-7
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-8
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-9
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-10
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-11
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-12
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-13
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-14
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-15
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-16
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-17
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-18
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-19
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-20
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-21
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-22
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-23
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-24
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-25
     algernon@bonehunter.rulez.org--iluvatar-archive/thy-auth--devel--0.1--patch-26
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--base-0
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-1
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-2
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-3
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-4
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-5
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-6
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-7
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-8
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-9
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-10
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-11
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-12
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-13
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.1--patch-14
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--base-0
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-1
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-2
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-3
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-4
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-5
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-6
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-7
     algernon@bonehunter.rulez.org--tla/thy-auth--head--0.2--patch-8


