index
:
libpam-x2go
master
release-builds
Remote X2Go Logon for Arctica Greeter (PAM Module)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Caching the password between authenticate and open_session
Ted Gould
2012-08-28
1
-0
/
+14
*
Protecting from a crazy thing that LightDM does
Ted Gould
2012-08-28
1
-1
/
+1
*
Remove an unused define (cleanup)
Ted Gould
2012-08-28
1
-3
/
+0
*
Saving the values once we get them
Ted Gould
2012-08-28
1
-0
/
+17
*
Handle URLs as the remote host value. Approved by Albert Astals Cid, jenkins.
Ted Gould
2012-08-28
2
-0
/
+26
|
\
|
*
Cleaning up the code to make it easier to read
Ted Gould
2012-08-27
1
-6
/
+6
|
*
Using 'strstr' instead our own loop.
Ted Gould
2012-08-27
1
-6
/
+5
|
*
If we've got a colon for a port number split that out
Ted Gould
2012-08-27
1
-0
/
+9
|
*
Switch to looking for '://' in the string
Ted Gould
2012-08-27
1
-2
/
+3
|
*
Crazy cheap URL parser
Ted Gould
2012-08-24
1
-0
/
+17
|
/
*
0.2.0
Ted Gould
2012-08-21
1
-1
/
+1
*
Adding an auth helper
Ted Gould
2012-08-21
5
-16
/
+114
|
\
|
*
Adding a copyright header
Ted Gould
2012-08-21
1
-0
/
+18
|
*
A newline for scanf
Ted Gould
2012-08-21
1
-1
/
+2
|
*
Making PAM call the auth check utility
Ted Gould
2012-08-21
2
-17
/
+9
|
*
Adding some freerdp-ness to it
Ted Gould
2012-08-21
1
-1
/
+63
|
*
Building ourselves a little binary
Ted Gould
2012-08-21
3
-0
/
+19
|
*
Adding a dep on the FreeRDP library
Ted Gould
2012-08-21
1
-0
/
+6
|
/
*
0.1.0
Ted Gould
2012-08-21
1
-1
/
+1
*
Fixing up the ignore
Ted Gould
2012-08-21
1
-0
/
+2
*
If we don't fork, then clean up
Ted Gould
2012-08-21
1
-0
/
+2
*
Adding a copyright header
Ted Gould
2012-08-21
1
-0
/
+18
*
Adding session stuff
Ted Gould
2012-08-21
1
-2
/
+117
|
\
|
*
Drop privs if we have 'em
Ted Gould
2012-08-21
1
-0
/
+5
|
*
Set up the buffer and the socket and stuff like that as well.
Ted Gould
2012-08-20
1
-2
/
+101
|
*
First make sure we clean up
Ted Gould
2012-08-20
1
-1
/
+12
|
/
*
Setting up our pipes, dropping privs, and fixing TODOs
Ted Gould
2012-08-20
1
-16
/
+42
|
\
|
*
Make sure we're running as the guest user before we execute the freerdp utility
Ted Gould
2012-08-20
1
-2
/
+6
|
*
Setting the home directory to the user's directory
Ted Gould
2012-08-20
1
-6
/
+12
|
*
Switch to pushing the creditials via stdin
Ted Gould
2012-08-20
1
-11
/
+27
|
/
*
Fixing pointers to make PAM happy. Uhg. No segfault though
Ted Gould
2012-08-19
1
-14
/
+17
*
Changing the conv to a pointer of a pointer
Ted Gould
2012-08-19
1
-2
/
+2
*
0.0.2
Ted Gould
2012-08-19
1
-1
/
+1
*
Matching the naming convention of the other modules
Ted Gould
2012-08-19
2
-3
/
+3
*
Only built the .so, it's a loadable module
Ted Gould
2012-08-19
1
-0
/
+2
*
Fixing the name to be what everyone else thinks it should be
Ted Gould
2012-08-19
1
-1
/
+1
*
0.0.1
Ted Gould
2012-08-19
0
-0
/
+0
*
Enough that it's likely to authenticate. Though, lots of TODOs at this point
Ted Gould
2012-08-19
1
-1
/
+139
|
\
|
*
Let's call it!
Ted Gould
2012-08-17
1
-0
/
+52
|
*
match the string by pam-remotelogin
Ted Gould
2012-08-17
1
-1
/
+1
|
*
Restructured so we can get all the items with prompts
Ted Gould
2012-08-17
1
-26
/
+81
|
*
Trying to get the values that we should know well
Ted Gould
2012-08-17
1
-0
/
+31
|
/
*
Understanding the design
Ted Gould
2012-08-17
1
-0
/
+7
*
Ignoring stuff
Ted Gould
2012-08-17
1
-0
/
+4
*
Woot, we've got a PAM module
Ted Gould
2012-08-17
2
-0
/
+51
*
Adding a local directory option and setting the PAM install directory based o...
Ted Gould
2012-08-17
1
-0
/
+26
*
Basic build system
Ted Gould
2012-08-17
9
-0
/
+739