summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-15more typos in docsWilliam Jon McCann1-2/+2
2007-03-15typoWilliam Jon McCann1-1/+1
2007-03-14bump versionWilliam Jon McCann1-2/+2
2007-03-14update for release0.2.0William Jon McCann1-0/+18
2007-03-14bump the version arbitrarilyWilliam Jon McCann1-2/+2
2007-03-14update todoWilliam Jon McCann1-1/+1
2007-03-14add some more docsWilliam Jon McCann3-4/+213
2007-03-14add missing instead attributeWilliam Jon McCann1-0/+1
2007-03-14don't include the generated html in gitWilliam Jon McCann2-318/+0
2007-03-14dont' mark the user properties to be set in the constructorWilliam Jon McCann1-2/+2
Now that we have two properties (one deprecated) that refer to the same thing we can't require that they are both set during the constructor. Furthermore, we can't require that either of them are set because we don't know which will be used.
2007-03-13missed a namespace on the permission tagWilliam Jon McCann3-70/+70
2007-03-13updated doc dtdWilliam Jon McCann2-65/+65
2007-03-13add a new configure option --with-slibdir to use for connectorWilliam Jon McCann3-2/+18
Turns out that just using libdir breaks the .pc file install.
2007-03-13deprecate the user properties and add unix-user propertiesWilliam Jon McCann15-99/+295
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
2007-03-13add more doc stubsWilliam Jon McCann6-57/+108
2007-03-13various leak fixesWilliam Jon McCann4-21/+68
2007-03-13convert to utf8 and xhtml outputWilliam Jon McCann3-62/+64
Seems to fix some problems with invalid characters showing up.
2007-03-13add the last bits of spec frameworkWilliam Jon McCann23-771/+1832
The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.
2007-03-13install the connector into libdir by defaultWilliam Jon McCann2-3/+2
If building the PAM module then it probably should be going into /lib. However, hardcoding /lib makes it very difficult to build as non-root, breaks make distcheck, and probably isn't correct for 64 bit systems. If you are a distro you should probably configure using --libdir=/lib.
2007-03-10regenerate docsWilliam Jon McCann2-54/+54
2007-03-10add the generated doc htmlWilliam Jon McCann2-1/+96
2007-03-09give root permission to use the property interfaceWilliam Jon McCann1-1/+5
2007-03-09fix the user prop typeWilliam Jon McCann1-9/+9
2007-03-09add a few more parameters to session idlWilliam Jon McCann2-1/+97
2007-03-09add uuid to cookieWilliam Jon McCann1-1/+9
2007-03-09add a tool to autogenerate dbus object ref docsWilliam Jon McCann13-160/+884
I hope I didn't reinvent a wheel but it seems to work much better than hand coding these refentries. Still need to add support for comments and actual descriptions ala gtk-doc.
2007-03-08tweak the css for the docsWilliam Jon McCann2-15/+66
2007-03-08update all .gitignore filesWilliam Jon McCann5-1/+28
2007-03-08add a stub for docbook documentationWilliam Jon McCann11-30/+378
2007-03-08prevent the use of the glib properties interfaceWilliam Jon McCann1-1/+3
We don't want anyone to be able to directly modify properties. Also make these policies mandatory.
2007-03-07update todoWilliam Jon McCann1-4/+2
2007-03-06remove debug noiseWilliam Jon McCann1-1/+1
2007-03-06add very basic idle monitoring of text sessions and rework parameter parsingWilliam Jon McCann2-23/+205
Rework the parameter parsing so it is a bit more robust and so that parameters can get passed to the constructor.
2007-03-06use paths.h if availableWilliam Jon McCann6-15/+58
2007-03-06add some items in a TODO fileWilliam Jon McCann1-0/+24
2007-03-06exit if we can't acquire name at startup and fix a glib warningWilliam Jon McCann1-9/+32
2007-03-06add is-local back to the pam moduleWilliam Jon McCann1-0/+4
2007-03-06check for empty strings as well as nullWilliam Jon McCann1-7/+9
2007-03-06use a slightly more sophisticated rule for adding sessions to static seatWilliam Jon McCann2-5/+33
2007-03-06allow for the possibility of matching multiple sessions for deviceWilliam Jon McCann1-15/+145
In the event that there is more than one session that matches a particular tty when the VT changes we use the following rule: 1. take the oldest session where display-device == active VT device 2. take the oldest session where x11-display-device == active VT device
2007-03-05add x11-display-device to parse tableWilliam Jon McCann2-6/+9
2007-03-05try to parse the real meaning of PAM_TTYWilliam Jon McCann1-0/+10
2007-03-05fix the example codeWilliam Jon McCann1-0/+4
2007-03-05use with_parameters and add remote-host-name if availableWilliam Jon McCann1-10/+39
2007-03-05add a with_parameters function to connectorWilliam Jon McCann3-194/+255
2007-03-05rename host-name in one more placeWilliam Jon McCann1-6/+6
2007-03-05rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann6-47/+44
2007-03-05add x11-display-device to ck-list-sessionsWilliam Jon McCann1-6/+22
2007-03-05add two more proc sysdep functionsWilliam Jon McCann2-0/+57
2007-03-05add x11-display-device attributeWilliam Jon McCann4-100/+164
In certain cases it is necessary to distinguish the display-device (tty of session leader) from the x11-display-device (tty of xorg process).