Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-15 | more typos in docs | William Jon McCann | 1 | -2/+2 | |
2007-03-15 | typo | William Jon McCann | 1 | -1/+1 | |
2007-03-14 | bump version | William Jon McCann | 1 | -2/+2 | |
2007-03-14 | update for release0.2.0 | William Jon McCann | 1 | -0/+18 | |
2007-03-14 | bump the version arbitrarily | William Jon McCann | 1 | -2/+2 | |
2007-03-14 | update todo | William Jon McCann | 1 | -1/+1 | |
2007-03-14 | add some more docs | William Jon McCann | 3 | -4/+213 | |
2007-03-14 | add missing instead attribute | William Jon McCann | 1 | -0/+1 | |
2007-03-14 | don't include the generated html in git | William Jon McCann | 2 | -318/+0 | |
2007-03-14 | dont' mark the user properties to be set in the constructor | William Jon McCann | 1 | -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-13 | missed a namespace on the permission tag | William Jon McCann | 3 | -70/+70 | |
2007-03-13 | updated doc dtd | William Jon McCann | 2 | -65/+65 | |
2007-03-13 | add a new configure option --with-slibdir to use for connector | William Jon McCann | 3 | -2/+18 | |
Turns out that just using libdir breaks the .pc file install. | |||||
2007-03-13 | deprecate the user properties and add unix-user properties | William Jon McCann | 15 | -99/+295 | |
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. | |||||
2007-03-13 | add more doc stubs | William Jon McCann | 6 | -57/+108 | |
2007-03-13 | various leak fixes | William Jon McCann | 4 | -21/+68 | |
2007-03-13 | convert to utf8 and xhtml output | William Jon McCann | 3 | -62/+64 | |
Seems to fix some problems with invalid characters showing up. | |||||
2007-03-13 | add the last bits of spec framework | William Jon McCann | 23 | -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-13 | install the connector into libdir by default | William Jon McCann | 2 | -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-10 | regenerate docs | William Jon McCann | 2 | -54/+54 | |
2007-03-10 | add the generated doc html | William Jon McCann | 2 | -1/+96 | |
2007-03-09 | give root permission to use the property interface | William Jon McCann | 1 | -1/+5 | |
2007-03-09 | fix the user prop type | William Jon McCann | 1 | -9/+9 | |
2007-03-09 | add a few more parameters to session idl | William Jon McCann | 2 | -1/+97 | |
2007-03-09 | add uuid to cookie | William Jon McCann | 1 | -1/+9 | |
2007-03-09 | add a tool to autogenerate dbus object ref docs | William Jon McCann | 13 | -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-08 | tweak the css for the docs | William Jon McCann | 2 | -15/+66 | |
2007-03-08 | update all .gitignore files | William Jon McCann | 5 | -1/+28 | |
2007-03-08 | add a stub for docbook documentation | William Jon McCann | 11 | -30/+378 | |
2007-03-08 | prevent the use of the glib properties interface | William Jon McCann | 1 | -1/+3 | |
We don't want anyone to be able to directly modify properties. Also make these policies mandatory. | |||||
2007-03-07 | update todo | William Jon McCann | 1 | -4/+2 | |
2007-03-06 | remove debug noise | William Jon McCann | 1 | -1/+1 | |
2007-03-06 | add very basic idle monitoring of text sessions and rework parameter parsing | William Jon McCann | 2 | -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-06 | use paths.h if available | William Jon McCann | 6 | -15/+58 | |
2007-03-06 | add some items in a TODO file | William Jon McCann | 1 | -0/+24 | |
2007-03-06 | exit if we can't acquire name at startup and fix a glib warning | William Jon McCann | 1 | -9/+32 | |
2007-03-06 | add is-local back to the pam module | William Jon McCann | 1 | -0/+4 | |
2007-03-06 | check for empty strings as well as null | William Jon McCann | 1 | -7/+9 | |
2007-03-06 | use a slightly more sophisticated rule for adding sessions to static seat | William Jon McCann | 2 | -5/+33 | |
2007-03-06 | allow for the possibility of matching multiple sessions for device | William Jon McCann | 1 | -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-05 | add x11-display-device to parse table | William Jon McCann | 2 | -6/+9 | |
2007-03-05 | try to parse the real meaning of PAM_TTY | William Jon McCann | 1 | -0/+10 | |
2007-03-05 | fix the example code | William Jon McCann | 1 | -0/+4 | |
2007-03-05 | use with_parameters and add remote-host-name if available | William Jon McCann | 1 | -10/+39 | |
2007-03-05 | add a with_parameters function to connector | William Jon McCann | 3 | -194/+255 | |
2007-03-05 | rename host-name in one more place | William Jon McCann | 1 | -6/+6 | |
2007-03-05 | rename host-name to remote-host-name to make it more intuitive | William Jon McCann | 6 | -47/+44 | |
2007-03-05 | add x11-display-device to ck-list-sessions | William Jon McCann | 1 | -6/+22 | |
2007-03-05 | add two more proc sysdep functions | William Jon McCann | 2 | -0/+57 | |
2007-03-05 | add x11-display-device attribute | William Jon McCann | 4 | -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). |