Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-04-01 | cope with a missing PAM define | Andrew Tridgell | 1 | -3/+6 | |
(This used to be commit e5c3648fe721d659c8b90a6987998ada4790592b) | |||||
2002-03-23 | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 1 | -2/+2 | |
memory between users of shared libs. Andrew Bartlett (This used to be commit 41dd5a4d292bb08fa313f6220014cd9b4490237b) | |||||
2002-02-06 | Try to get this finally working. (Note to self: *always* check build farm...) | Andrew Bartlett | 1 | -2/+2 | |
:-) Andrew Bartlett (This used to be commit 542e0e37455e6bcd8e0c248b3bb6ede8306d1656) | |||||
2002-02-05 | See if we can get slightly valid C for the non-PAM case here. | Andrew Bartlett | 1 | -2/+2 | |
Andrew Bartlett (This used to be commit 59afc3d6daad2770219dba1ca113869967eefc23) | |||||
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 1 | -0/+122 | |
This adds code to do generic PAM -> NTSTATUS and NTSTATUS -> PAM error conversions, and uses them to make the error handling in pam_winbind sane. In particular, pam_winbind now uses PAM error codes, not silly '-1, -2 ...' stuff, and logs the NTSTATUS error that winbind now sends over the pipe. Added code to wbinfo to display these - makes a big difference in debugging winbindd. The main change here is the code to allow pam_winbind password changing to correctly stack - This code ripped from pam_unix, and the copyright attached. (Same as for all pam modules, including pam_winbind) Andrew Bartlett (This used to be commit dc1a72f896b83bc1ad3c7bf6c12c36ace3967280) |