summaryrefslogtreecommitdiffstats
path: root/source3/lib/pam_errors.c
Commit message (Collapse)AuthorAgeFilesLines
* pam: share pam errors in a common location.Günther Deschner2011-02-081-139/+0
| | | | Guenther
* s3: Fix some nonemtpy blank linesVolker Lendecke2010-08-221-2/+2
|
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-0/+4
| | | | (This used to be commit f1e8de4b576b3954d456cb64c02417908bab8da4)
* r20183: Fix the build.Günther Deschner2007-10-101-6/+6
| | | | | Guenther (This used to be commit fe3ed63d29e7a68413bffc11d634b61a664ed1a2)
* r20181: Improve NT status to pam error mapping.Jeremy Allison2007-10-101-0/+7
| | | | | Jeremy. (This used to be commit 794ebd8a84115a636d8fa4a9f859f8a999135e5e)
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+1
| | | | | Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
* Add a few more NTSTATUS <=> PAM error mappings.Andrew Bartlett2004-01-261-1/+3
| | | | | Andrew Bartlett (This used to be commit 7495cafd42617c0aa2ba9de69f87426ecacc1297)
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+1
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* cope with a missing PAM defineAndrew Tridgell2002-04-011-3/+6
| | | | (This used to be commit e5c3648fe721d659c8b90a6987998ada4790592b)
* Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-231-2/+2
| | | | | | | memory between users of shared libs. Andrew Bartlett (This used to be commit 41dd5a4d292bb08fa313f6220014cd9b4490237b)
* Try to get this finally working. (Note to self: *always* check build farm...)Andrew Bartlett2002-02-061-2/+2
| | | | | | | :-) Andrew Bartlett (This used to be commit 542e0e37455e6bcd8e0c248b3bb6ede8306d1656)
* See if we can get slightly valid C for the non-PAM case here.Andrew Bartlett2002-02-051-2/+2
| | | | | Andrew Bartlett (This used to be commit 59afc3d6daad2770219dba1ca113869967eefc23)
* Drastic impromvents to pam_winbind.Andrew Bartlett2002-02-051-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)