# Generated by Makefile. Do not edit.

2012-09-25  Ted Gould  <ted@gould.cx>

	1.0.1

2012-09-25  Ted Gould  <ted@gould.cx>

	Adding the compiled lib to the link.

2012-09-25  Ted Gould  <ted@gould.cx>

	Adding the core library to the module.

2012-09-20  Ted Gould  <ted@gould.cx>

	1.0.0

2012-09-20  Ted Gould  <ted@gould.cx>

	Adding a testing framework. Approved by Albert Astals Cid, jenkins.

2012-09-19  Ted Gould  <ted@gould.cx>

	Add a set cred call like LightDM does it

2012-09-19  Ted Gould  <ted@gould.cx>

	Adding an authenticate

2012-09-19  Ted Gould  <ted@gould.cx>

	Make sure we have the full path to execute the auth check

2012-09-19  Ted Gould  <ted@gould.cx>

	Make the auth use the auth check utility

2012-09-19  Ted Gould  <ted@gould.cx>

	Adding a small auth check utility

2012-09-19  Ted Gould  <ted@gould.cx>

	Set everything up so that the auth check binary can be different in the tests

2012-09-19  Ted Gould  <ted@gould.cx>

	Make sure to close so we don't leave processes around

2012-09-19  Ted Gould  <ted@gould.cx>

	Adding in coverage make rules

2012-09-19  Ted Gould  <ted@gould.cx>

	Make sure to distribute the header files

2012-09-19  Ted Gould  <ted@gould.cx>

	Clean up Makefile and add proper files

2012-09-19  Ted Gould  <ted@gould.cx>

	Adding in coverage build flags

2012-09-19  Ted Gould  <ted@gould.cx>

	Adding in Google test and Coverage build stuff

2012-09-19  Ted Gould  <ted@gould.cx>

	Steal a bunch of test infrastructure from libpam-icaclient

2012-09-20  Ted Gould  <ted@gould.cx>

	Block usernames with spaces. Approved by Albert Astals Cid, jenkins.

2012-09-19  Ted Gould  <ted@gould.cx>

	Check for spaces in the username, block them

2012-09-10  Ted Gould  <ted@gould.cx>

	Add a '.' for a blank domain. Approved by Albert Astals Cid, jenkins.

2012-09-07  Ted Gould  <ted@gould.cx>

	Make sure there's a character even if we don't have a domain

2012-09-05  Ted Gould  <ted@gould.cx>

	0.4.0

2012-09-04  Ted Gould  <ted@gould.cx>

	Making the open_session kill also unpriv. Approved by Albert Astals Cid, jenkins.

2012-09-04  Ted Gould  <ted@gould.cx>

	Using the new function in the open_session function instead of killing directly.

2012-09-04  Ted Gould  <ted@gould.cx>

	Moving the kill code into a function

2012-08-31  Ted Gould  <ted@gould.cx>

	Resolving concerns of the security team. Fixes: https://bugs.launchpad.net/bugs/1039634. Approved by Albert Astals Cid, jenkins.

2012-08-30  Ted Gould  <ted@gould.cx>

	Clearing the groups, but handling the EPERM issue with not being root

2012-08-30  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-08-30  Ted Gould  <ted@gould.cx>

	Removing setgroups as it doesn't seem to be working

2012-08-30  Ted Gould  <ted@gould.cx>

	Clear the session_pid after trying to kill it.

2012-08-30  Ted Gould  <ted@gould.cx>

	Making sure to kill as the user so that if there is PID wrap or something else we won't kill the wrong thing

2012-08-30  Ted Gould  <ted@gould.cx>

	Make sure to change the working directory for the subprocesses to the guest user's home directory

2012-08-30  Ted Gould  <ted@gould.cx>

	Dropping the ignoring of the cert

2012-08-30  Ted Gould  <ted@gould.cx>

	Make sure to lock the password buffer

2012-08-30  Ted Gould  <ted@gould.cx>

	Clear the groups when dropping privs

2012-08-30  Ted Gould  <ted@gould.cx>

	Make sure to clear the environments

2012-08-30  Ted Gould  <ted@gould.cx>

	Locking memory if we expect the prompt to be returning a password

2012-08-30  Ted Gould  <ted@gould.cx>

	Checking the return value of the mlock

2012-08-30  Ted Gould  <ted@gould.cx>

	Use the pipe to signal when the subprocess has gotten to a point where it can opperate.

2012-08-30  Ted Gould  <ted@gould.cx>

	Setting up a pipe to communicate with the sub process

2012-08-30  Ted Gould  <ted@gould.cx>

	Checking the return for mlock and snprintf

2012-08-30  Ted Gould  <ted@gould.cx>

	Restructure so that clean up is all at the end of the function

2012-08-30  Ted Gould  <ted@gould.cx>

	Moving buffer allocation into the function

2012-08-30  Ted Gould  <ted@gould.cx>

	Move the socket creation into the fork'd function

2012-08-30  Ted Gould  <ted@gould.cx>

	Refactor to pull the long running stuff out of the if statement and into a function

2012-08-29  Ted Gould  <ted@gould.cx>

	0.3.0

2012-08-29  Ted Gould  <ted@gould.cx>

	Addign clarification comments. Approved by .

2012-08-29  Ted Gould  <ted@gould.cx>

	Comments clear up some of the if statements

2012-08-29  Ted Gould  <ted@gould.cx>

	Change internal API to do less memory allocation.. Approved by Albert Astals Cid, jenkins.

2012-08-28  Ted Gould  <ted@gould.cx>

	Neat little trick that I found in PAM Kerberos where it uses the PAM handle's version of the value so that there doesn't have to be memory free'd in the returning function.  Cleans some things up and removes a bunch of extra allocation

2012-08-29  Ted Gould  <ted@gould.cx>

	Lock buffer memory and protect to memory overruns.. Approved by Albert Astals Cid, jenkins.

2012-08-28  Ted Gould  <ted@gould.cx>

	Locking the buffer 'cause it would have the password in it

2012-08-28  Ted Gould  <ted@gould.cx>

	Making sure that there's no way that we can write over the end of the buffer even for very, very, very long home directory names.

2012-08-29  Albert Astals  <albert.astals@canonical.com>

	Saving the domain and password between auth and open session. Approved by jenkins, Albert Astals Cid.

2012-08-29  Albert Astals  <albert.astals@canonical.com>

	Merge lp:~ted/libpam-freerdp/save-values

2012-08-28  Ted Gould  <ted@gould.cx>

	Now that we have long running memory with a password in it, we need to lock it down

2012-08-28  Ted Gould  <ted@gould.cx>

	Caching the password between authenticate and open_session

2012-08-28  Ted Gould  <ted@gould.cx>

	Protecting from a crazy thing that LightDM does

2012-08-28  Ted Gould  <ted@gould.cx>

	Remove an unused define (cleanup)

2012-08-28  Ted Gould  <ted@gould.cx>

	Saving the values once we get them

2012-08-29  Ted Gould  <ted@gould.cx>

	Set the permissions on the socket. Approved by Albert Astals Cid, jenkins.

2012-08-28  Ted Gould  <ted@gould.cx>

	Set the permissions on the socket

2012-08-28  Ted Gould  <ted@gould.cx>

	Adding a setcred function so callers are happy. Approved by Albert Astals Cid, jenkins.

2012-08-28  Ted Gould  <ted@gould.cx>

	Adding a setcred function so callers are happy

2012-08-28  Ted Gould  <ted@gould.cx>

	Handle URLs as the remote host value. Approved by Albert Astals Cid, jenkins.

2012-08-27  Ted Gould  <ted@gould.cx>

	Cleaning up the code to make it easier to read

2012-08-27  Ted Gould  <ted@gould.cx>

	Using 'strstr' instead our own loop.

2012-08-27  Ted Gould  <ted@gould.cx>

	If we've got a colon for a port number split that out

2012-08-27  Ted Gould  <ted@gould.cx>

	Switch to looking for '://' in the string

2012-08-24  Ted Gould  <ted@gould.cx>

	Crazy cheap URL parser

2012-08-21  Ted Gould  <ted@gould.cx>

	0.2.0

2012-08-21  Ted Gould  <ted@gould.cx>

	Adding an auth helper

2012-08-21  Ted Gould  <ted@gould.cx>

	Adding a copyright header

2012-08-21  Ted Gould  <ted@gould.cx>

	A newline for scanf

2012-08-21  Ted Gould  <ted@gould.cx>

	Making PAM call the auth check utility

2012-08-21  Ted Gould  <ted@gould.cx>

	Adding some freerdp-ness to it

2012-08-21  Ted Gould  <ted@gould.cx>

	Building ourselves a little binary

2012-08-21  Ted Gould  <ted@gould.cx>

	Adding a dep on the FreeRDP library

2012-08-21  Ted Gould  <ted@gould.cx>

	0.1.0

2012-08-21  Ted Gould  <ted@gould.cx>

	Fixing up the ignore

2012-08-21  Ted Gould  <ted@gould.cx>

	If we don't fork, then clean up

2012-08-21  Ted Gould  <ted@gould.cx>

	Adding a copyright header

2012-08-21  Ted Gould  <ted@gould.cx>

	Adding session stuff

2012-08-21  Ted Gould  <ted@gould.cx>

	Drop privs if we have 'em

2012-08-20  Ted Gould  <ted@gould.cx>

	Set up the buffer and the socket and stuff like that as well.

2012-08-20  Ted Gould  <ted@gould.cx>

	First make sure we clean up

2012-08-20  Ted Gould  <ted@gould.cx>

	Setting up our pipes, dropping privs, and fixing TODOs

2012-08-20  Ted Gould  <ted@gould.cx>

	Make sure we're running as the guest user before we execute the freerdp utility

2012-08-20  Ted Gould  <ted@gould.cx>

	Setting the home directory to the user's directory

2012-08-20  Ted Gould  <ted@gould.cx>

	Switch to pushing the creditials via stdin

2012-08-19  Ted Gould  <ted@gould.cx>

	Fixing pointers to make PAM happy.  Uhg.  No segfault though

2012-08-19  Ted Gould  <ted@gould.cx>

	Changing the conv to a pointer of a pointer

2012-08-19  Ted Gould  <ted@gould.cx>

	0.0.2

2012-08-19  Ted Gould  <ted@gould.cx>

	Matching the naming convention of the other modules

2012-08-19  Ted Gould  <ted@gould.cx>

	Only built the .so, it's a loadable module

2012-08-19  Ted Gould  <ted@gould.cx>

	Fixing the name to be what everyone else thinks it should be

2012-08-19  Ted Gould  <ted@gould.cx>

	0.0.1

2012-08-19  Ted Gould  <ted@gould.cx>

	Enough that it's likely to authenticate.  Though, lots of TODOs at this point

2012-08-17  Ted Gould  <ted@gould.cx>

	Let's call it! 

2012-08-17  Ted Gould  <ted@gould.cx>

	match the string by pam-remotelogin

2012-08-17  Ted Gould  <ted@gould.cx>

	Restructured so we can get all the items with prompts

2012-08-17  Ted Gould  <ted@gould.cx>

	Trying to get the values that we should know well

2012-08-17  Ted Gould  <ted@gould.cx>

	Understanding the design

2012-08-17  Ted Gould  <ted@gould.cx>

	Ignoring stuff

2012-08-17  Ted Gould  <ted@gould.cx>

	Woot, we've got a PAM module

2012-08-17  Ted Gould  <ted@gould.cx>

	Adding a local directory option and setting the PAM install directory based on whether we're local or not

2012-08-17  Ted Gould  <ted@gould.cx>

	Basic build system

