  111 Scott Balneaves	2016-02-16 {libpam-sshauth-0.4.1}
      Check the result to write()

  110 Scott Balneaves	2016-02-16 {0.4}
      added auth_methods.c

  109 Scott Balneaves	2016-02-16
      Leadup to 0.4 release

  108 Scott Balneaves	2015-11-20 [merge]
      Merged in patches from Benoît Guyard and updated AUTHORS

  107 Vagrant Cascadian 2015-07-02
      debian/control: Update Standards-Version to 3.9.6, no changes
      needed.

  106 Vagrant Cascadian 2015-07-02
      debian/copyright: Update copyright-format URL and years.

  105 Vagrant Cascadian 2015-07-02
      man/pam_sshauth.8: Updated date.

  104 Vagrant Cascadian 2015-07-02
      man/pam_sshauth.8: Briefly describe use of ssh_known_hosts file,
      and refer to the sshd manpage.

  103 Vagrant Cascadian 2015-07-02
      man/pam_sshauth.8: Improve documentation of nostrict option by
      referring to /etc/ssh/ssh_known_hosts and removing incorrect
      information about saving entries.  https://bugs.debian.org/783606

  102 Vagrant Cascadian 2015-06-17
      Debian: Add build-depends on zlib1g-dev (Closes: 789106). Thanks
      to Chris West (Faux) for the Report.

  101 Scott Balneaves	2014-09-29
      Also return an RC code

  100 Scott Balneaves	2014-09-29
      Added some debugging messages

   99 Scott Balneaves	2014-09-29
      Added a (needed) call to libssh2_init

   98 Vagrant Cascadian 2013-07-04 {debian/libpam-sshauth_0.3.1-1}
      Upload libpam-sshauth 0.3.1-1 to debian.

   97 Scott Balneaves	2013-03-26 {libpam-sshauth-0.3.1}
      Stamp out segfault under KDM

   96 Vagrant Cascadian 2013-03-22 {debian/libpam-sshauth_0.3-1}
      Upload libpam-sshauth 0.3-1 to debian.

   95 Vagrant Cascadian 2013-03-15 {libpam-sshauth-0.3}
      man/waitfor.1: Escape minus signs, otherwise they're rendered
      as hyphens.

   94 Vagrant Cascadian 2013-03-15
      debian/rules: Install pam_sshauth.so into /lib/<triplet>/security/.

   93 Scott Balneaves	2013-03-14
      Succeed for system accounts

   92 Vagrant Cascadian 2013-03-12
      debian/control: Add Build-Depends on pkg-config.

   91 Vagrant Cascadian 2013-03-12
      debian/compat: Re-enable compatibility level 9, enabling hardening
      build flags.

   90 Scott Balneaves	2013-03-12
      More hardening

   89 Scott Balneaves	2013-03-12
      Fix for hardening

   88 Scott Balneaves	2013-03-12
      known_host processing now works; skip over keys we can't handle

   87 Scott Balneaves	2013-03-12
      working keyboard_interactive, broken known_hosts checking

   86 Scott Balneaves	2013-03-12
      Revert vagrantc's change; needed to set library variables.  Also,
      added --with-pam-dir variable

   85 Vagrant Cascadian 2013-03-11
      Set debian/compat to 8, to disable hardening build flags. :(

   84 Vagrant Cascadian 2013-03-11
      Use AC_CHECK_HEADER with libssh2.h rather than PKG_CHECK_MODULES,
      otherwise it wouldn't build for me.

   83 Vagrant Cascadian 2013-03-11
      Add Build-Depends on libssh2-1-dev, drop libssh-dev.

   82 Scott Balneaves	2013-03-11
      ssh2 keyboard interactive

   81 Scott Balneaves	2013-03-11
      Initial change to libssh2

   80 Scott Balneaves	2013-02-25
      updated pammodir.  Not working correctly, but this is what its
      'supposed' to be

   79 Scott Balneaves	2013-02-24
      Bump to version 0.3

   78 Scott Balneaves	2013-02-24
      Move to dir for storage, add waitfor command

   77 Scott Balneaves	2013-02-23
      Bug in not always returning pam_result

   76 Scott Balneaves	2013-02-21
      Improve debugging logging

   75 Scott Balneaves	2013-02-21
      Add pam_sshauth.h to SOURCES so it will be included in a make dist

   74 Vagrant Cascadian 2013-02-15
      Debian: Update years in debian/copyright.

   73 Vagrant Cascadian 2013-02-15 {debian/libpam-sshauth_0.2-1}
      Upload libpam-sshauth 0.2-1 to Debian experimental.

   72 Vagrant Cascadian 2013-02-15
      Debian: Add Vcs-Browser and Vcs-Bzr to debian/control.
      http://bugs.debian.org/692637

   71 Vagrant Cascadian 2013-02-15
      Debian: Bump Standards-Version to 3.9.4, no changes necessary.

   70 Vagrant Cascadian 2013-02-15
      Debian: set debian/compat and build-depends on debhelper 9, to
      enable hardening build flags.

   69 Scott Balneaves	2013-02-15 {libpam-sshauth-0.2}
      More code cleanup; better return values, fixed memory leak, port
      variable no longer required.

   68 Scott Balneaves	2013-02-13
      Make packaging match autoconf name

   67 Scott Balneaves	2013-02-13
      Updated some docs, bumped version to 0.2

   66 Scott Balneaves	2013-02-12
      Update to build infrastructure

   65 Scott Balneaves	2013-02-12
      Move to simpler shell based shm_askpass

   64 Scott Balneaves	2013-02-12
      Implement different askpass functionality

   63 Scott Balneaves	2013-02-12
      Code cleanup, generalization of env storing routines

   62 Scott Balneaves	2013-02-11
      More cleanup

   61 Scott Balneaves	2013-02-11
      Break up into multiple files

   60 Scott Balneaves	2012-10-06
      Set the environment variables earlier

   59 Scott Balneaves	2012-10-06
      Very fragile, but now setting environment variables for use
      with libnss-env so that we can spawn the ssh tunnel as part of
      the session.

   58 Scott Balneaves	2012-10-05
      Also handle shadow

   57 Scott Balneaves	2012-10-05
      Added initial cut of bringing over user geometry from the remote
      end.  Depends on nss_extrausers

   56 Scott Balneaves	2012-10-05
      Updated README

   55 Scott Balneaves	2012-10-05
      Clean up some of the ltsp-session handling because of nss_sshsock
      library; properly handle PAM_XDISPLAY variable.

   54 Scott Balneaves	2012-10-01
      Removed some code in the example, as the libnss_sshsock NSS module
      can now be used instead.

   53 vagrant@freegeek.org	2011-10-28 {debian/libpam-sshauth_0.1-1}
      added debian dir for initial packaging.

   52 Scott Balneaves	2011-10-28 {libpam-sshauth-0.1}
      Added shm_askpass manual page

   51 Scott Balneaves	2011-10-28
      Added try_first_pass functionality

   50 Scott Balneaves	2011-09-29
      Moved both hostname and port to using pam_set/get_data routines.

   49 Scott Balneaves	2011-08-03
      Fixed some potential buffer overflows, some code refactoring,
      addes syslog support to shm_askpass

   48 Scott Balneaves	2011-07-19
      Quick code audit revealed a missing return value test.  Also cleaned
      up some unneeded initializers.

   47 Scott Balneaves	2011-07-13
      Integrated the chown as part of the shm_askpass program, making it
      dependent on some pam variables.	Simplifies the code, and makes
      things more secure.

   46 Scott Balneaves	2011-07-11
      Added a test for daemon in the example script

   45 Scott Balneaves	2011-07-11
      Made some cleanups to the session script

   44 Scott Balneaves	2011-04-05
      Removed flarp from the EXTRA_DIST line in the extras dir.

   43 Scott Balneaves	2011-04-05
      Removed ChangeLog: bzr log gives history, and the makefile hooks
      create ChangeLog before a dist.

   42 Scott Balneaves	2011-04-05
      Removed the pamtest program: libpam-dotfiles provides it, if
      you'd like to test, or now that libpam_sshauth is becoming stable,
      just test it in place.

   41 Scott Balneaves	2011-04-04
      added some ignores

   40 Scott Balneaves	2011-04-04
      Added authtries parameter, moved to setting the port via the string
      value, and not atoi()'ing it, remove the display variable handling,
      set STRICTHOSTKEYCHECK if available

   39 Scott Balneaves	2011-03-30
      Added manpage, updated changelog

   38 Scott Balneaves	2011-03-30
      Add handling for starting the tunnel twice: once as root, second
      time as user.

   37 Scott Balneaves	2011-03-30
      Add in --chown function to shm_askpass so that root may change
      ownership for the user.

   36 Scott Balneaves	2011-03-29
      Handle both /etc/ssh/ssh_known_hosts and ~/.ssh/known_hosts

   35 Scott Balneaves	2011-03-28
      Move to using the /etc/ssh/ssh_known_hosts file, shorten prompts
      to better fit on screen

   34 Scott Balneaves	2011-03-28
      Fixed up a couple of errors in ltsp-session

   33 Scott Balneaves	2011-03-28
      More cleanup in the ltsp-session file.  Handle bringing over the
      shadow file.

   32 Scott Balneaves	2011-03-25
      Session script now launches socket during auth phase.  Pulls across
      user and group info for nss_extrauser

   31 Scott Balneaves	2011-03-25
      Added examples directory glue to autoconf, make dist now works
      correctly

   30 Scott Balneaves	2011-03-22
      updated some documentation

   29 Scott Balneaves	2011-03-21
      Properly handle DISPLAY, fix up example session script

   28 Scott Balneaves	2011-03-21
      Added in the shm_askpass helper, example session files

   27 Scott Balneaves	2011-03-20
      Remove spawning code: we'll do this with pam_exec.

   26 Scott Balneaves	2010-11-19
      Spit out an ssh message on failed password, and change a couple
      more PAM_SSHLIB for PAM_SSHAUTH

   25 Scott Balneaves	2010-11-19
      Whoops, environment variables should be PAM_SSHAUTH_*

   24 Scott Balneaves	2010-11-19
      Standardized on either pam_result or ssh_result to indicate which
      result code I'm dealing with.  Refactored do_sshauth code to allow
      for 3 tries at the password.

   23 Scott Balneaves	2010-11-18
      Make send-pam-msg a varargs function, so we can format the messages
      we're sending like printf

   22 Scott Balneaves	2010-11-16
      Added handling of unknown servers.  Will now prompt user via
      pam mechanism.

   21 Scott Balneaves	2010-11-16
      Move away from LTSP specific names to pam_sshlib unique names

   20 Scott Balneaves	2010-11-15
      Zero out password after it's used, so it's not hanging around
      in memory.

   19 Scott Balneaves	2010-11-15
      Check more return values, handle command lines.  Added debug option

   18 Scott Balneaves	2010-11-10
      Some cleanup around the password handling, use poll() instead of
      select(), make sure stderr of ssh's goes to /dev/null as well

   17 Scott Balneaves	2010-11-10
      Switch to static character array.  When we need to exit because
      of errors, we don't have to worry about freeing character strings.

   16 Scott Balneaves	2010-11-08
      Add creating socket for public key authentication

   15 Scott Balneaves	2010-11-08
      Check openpty() return code, some strdups.

   14 Scott Balneaves	2010-11-08
      Added missing file NEWS, check result of strdup, minor cleanup on
      the test program

   13 Scott Balneaves	2010-11-04
      Fix a couple of errors.

   12 Scott Balneaves	2010-11-04
      Move to pam_syslog so we don't have to manage openlog and closelog

   11 Scott Balneaves	2010-11-04
      Some cleanup.  Lots more work to do: need to parse command lines,
      check more error codes, etc.

   10 Scott Balneaves	2010-10-30
      Full implementation at hackfest; first cut

    9 Scott Balneaves	2010-01-13
      Why not just use syslog directly?

    8 Scott Balneaves	2010-01-13
      Generalized some functions, added proper port support

    7 Scott Balneaves	2010-01-11
      Fixed some errors

    6 Scott Balneaves	2010-01-11
      Added public key authentication method

    5 Scott Balneaves	2010-01-10
      Updated README with some useful instructions

    4 Scott Balneaves	2010-01-10
      Little more logging

    3 Scott Balneaves	2010-01-10
      First success

    2 Scott Balneaves	2010-01-10
      More work, added initial libssh functionality

    1 Scott Balneaves	2010-01-09
      Initial commit: laying out some infrastructure

Use --include-merged or -n0 to see merged revisions.
