Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_GETPWNAM. | Günther Deschner | 1 | -15/+11 | |
Guenther | |||||
2008-10-10 | pam_winbind: add _pam_check_remark_auth_err(). | Günther Deschner | 1 | -0/+41 | |
Guenther | |||||
2008-10-10 | pam_winbind: add wbc_auth_error_to_pam_error(). | Günther Deschner | 1 | -8/+45 | |
Guenther | |||||
2008-10-10 | pam_winbind: add wbc_error_to_pam_error(). | Günther Deschner | 1 | -0/+36 | |
Guenther | |||||
2008-10-10 | pam_winbind: prepare to use libwbclient inside pam_winbind. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-10 | pam_winbind: convert to use talloc. | Günther Deschner | 2 | -57/+56 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcLogonUser(). | Günther Deschner | 2 | -0/+228 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcLogoffUserEx(). | Günther Deschner | 2 | -0/+108 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcAddNamedBlob. | Günther Deschner | 2 | -1/+54 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcBlob and wbcNamedBlob. | Günther Deschner | 1 | -0/+19 | |
Guenther | |||||
2008-10-10 | libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2008-10-10 | krb5_locator: use wbcLookupDomainControllerEx() for query. | Günther Deschner | 1 | -21/+18 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcLookupDomainControllerEx call. | Günther Deschner | 2 | -1/+159 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcGuidToString and wbcStringToGuid helper functions. | Günther Deschner | 2 | -0/+128 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcGuid structure. | Günther Deschner | 1 | -0/+13 | |
Guenther | |||||
2008-10-09 | wbclient: add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-09 | krb5-locator: fix dsgetdcname caller. | Günther Deschner | 1 | -5/+22 | |
Guenther | |||||
2008-10-09 | wbinfo: fix dsgetdcname caller. | Günther Deschner | 1 | -3/+11 | |
Guenther | |||||
2008-10-09 | s3-winbindd: add dsgetdcname request and reply to winbind structure. | Günther Deschner | 1 | -0/+17 | |
Guenther | |||||
2008-09-27 | libwbclient: fix doxygen warnings. | Günther Deschner | 4 | -6/+6 | |
Guenther | |||||
2008-09-23 | pam_winbind: attempt to fix build issue on solaris, bug #5784 | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2008-09-17 | pam_winbind: fix the build wrt libreplace. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-16 | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 1 | -1/+1 | |
2008-08-31 | Fix Coverity ID 589, dead code | Volker Lendecke | 1 | -0/+9 | |
(This used to be commit 67c0835226e189deba5856710a1dea19ac5f30fd) | |||||
2008-08-29 | wbinfo: add change-user-password command. | Günther Deschner | 1 | -1/+33 | |
Guenther (This used to be commit e572ede9995a66ae452ab25018b8df16101a2c2a) | |||||
2008-08-29 | libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx. | Günther Deschner | 3 | -1/+350 | |
Guenther (This used to be commit 62e7b4aa32051bce34c890cb41270e5fe31111ca) | |||||
2008-08-25 | Fix bug 4516, no IPv6 on Solaris 2.6. | David Leonard | 1 | -3/+22 | |
(This used to be commit b5d0f751e4bf19c2ad306ebb3baeb5e9e83e49ee) | |||||
2008-08-20 | nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENT | Gerald (Jerry) Carter | 1 | -2/+18 | |
According to the GNU libc nss guide, we should always set errno to ENOENT when returning NSS_UNAVAIL. http://www.gnu.org/software/libtool/manual/libc/NSS-Modules-Interface.html#NSS-Modules-Interface At least the MQ Series message queing service that runs on WebSphere will fail if you return any other errno in this case. (This used to be commit ee26664602445fa7798e2061f6bcbef0756d6528) | |||||
2008-08-19 | pam_winbind: some doxygen fixes. | Günther Deschner | 1 | -24/+12 | |
Guenther (This used to be commit f2a2ed315e393353110aa7760b4eca4f1f49ca21) | |||||
2008-08-19 | wbinfo: use wbinfo_prompt_pass() everywhere. | Günther Deschner | 1 | -23/+16 | |
Guenther (This used to be commit 687ef28874eb311b3e3919c3a38a22e5186d4c1b) | |||||
2008-08-19 | wbinfo: add wbinfo_prompt_pass. | Günther Deschner | 1 | -0/+27 | |
Guenther (This used to be commit 7cf6ed68236e7dd64657cb1087a5a687d6f59ad1) | |||||
2008-08-19 | pam_winbind: use pam error string function to display result. | Günther Deschner | 1 | -1/+2 | |
Guenther (This used to be commit 8504a92ac55d6936df051be66207a59a76bf32a3) | |||||
2008-08-19 | pam_winbind: add _pam_error_code_str(). | Günther Deschner | 1 | -0/+72 | |
Guenther (This used to be commit 693f90fd2394309ce40d3ca5fc007543058b342a) | |||||
2008-08-19 | pam_winbind: use integer constants. | Günther Deschner | 1 | -14/+14 | |
Guenther (This used to be commit 8d19b2ceb131ca2a0fd983cdb4fd17acdad9c26e) | |||||
2008-07-30 | build: fix some no previous prototype warnings. | Günther Deschner | 1 | -10/+10 | |
Guenther (This used to be commit 51062534fd58d7a914a6bbac2e52bb44e71363b7) | |||||
2008-07-30 | libwbclient: let wbcStringToSid handle the global NULL sid. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 09fed085bea9dae5bb8aacd986deed3d458e3574) | |||||
2008-07-24 | Remove trailing withespace from wbinfo -m which breaks gdm auth. | Andreas Schneider | 1 | -4/+5 | |
Signed-off-by: Andreas Schneider <anschneider@suse.de> (This used to be commit 12848e8eb91bf60551ada78e3430ee25142e366b) | |||||
2008-07-22 | Fix various build warnings | Zach Loafman | 1 | -1/+1 | |
This fixes various build warnings on our platform. I'm sure I haven't caught them all, but it's a start. (This used to be commit 6b73f259cb67d9dda9127907d706f9244a871fa3) | |||||
2008-07-17 | allow SID with 0 in subauthority to be converted properly | Herb Lewis | 1 | -1/+2 | |
from string representation. (This used to be commit 23f338d1da96fd4ea3283bc96ca7d496b23bf854) | |||||
2008-07-07 | Allow authentication and memory credential refresh after password change ↵ | Jeremy Allison | 1 | -7/+14 | |
from gdm/xdm. Patch from boyang <boyang@novell.com>. Jeremy. (This used to be commit 8cfc6afc7b4a6af9aea5f5a7cb5af7e3218c2d75) | |||||
2008-06-27 | Fix an "invalid operation involving NULL pointer" found by the IBM checker | Volker Lendecke | 1 | -1/+5 | |
Jerry, please check! Volker (This used to be commit eb6096a2d488d64cfa86e01be2a97e14e5773fe3) | |||||
2008-06-27 | Remove a strlen check that will never kick in | Volker Lendecke | 1 | -2/+1 | |
strlen(str)<2 will be caught by the explicit tests for str[0] and str[1] in the lines above this. Jerry, please check! Volker (This used to be commit 44a9e5b713c25ff2cc7215635a516f25359b045b) | |||||
2008-06-17 | Fix a segfault in wbcLookupRids | Volker Lendecke | 1 | -16/+21 | |
The done: part could access uninitialized memory if intermediate BAIL_ON_WBC_ERROR fire. Jerry, please check! Thanks, Volker (cherry picked from commit 31f4c33dcc744e81be54389756378e25aa2bb75e) (This used to be commit 5b12d8aa510689114e5413be5afe6aeb6ec2d9db) | |||||
2008-06-17 | Fix a segfault in wbcLookupSid | Volker Lendecke | 1 | -19/+29 | |
If the BAIL_ON_WBC_ERROR directly after wbcRequestResponse kicks in, *domain and *name have not been initialized yet. So the cleanup routine in the done: part of the routine (which did not check for domain!=NULL etc) would access uninitialized memory. Jerry, please check! Thanks, Volker (cherry picked from commit 3d7e0cc40b1992f4555807acec4f00450e30e2de) (This used to be commit ac5ba26bb0488c3fb95072d84898c02b72c5b819) | |||||
2008-06-17 | Replace a very unusual variable declaration by a more conventional one | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 9c1f334af3111e93bb8dceb661e1bc5519aa94c6) | |||||
2008-06-17 | Fix a memleak in wbcAuthenticateUserEx() | Volker Lendecke | 1 | -0/+2 | |
(cherry picked from commit 72b381689af9cae83ab08532cffd0188f2da4807) (This used to be commit 20110ee5f181168dc1cbc08b7c22820d68204960) | |||||
2008-06-15 | Fix an uninitialized variable found by the IBM checker | Volker Lendecke | 1 | -5/+5 | |
BAIL_ON_PTR_ERROR jumps to done: which will access extra_data before it's initialized. Stefan, please check! Volker (cherry picked from commit b59636f78d351ed6d52c4a9fdccdb7850388526c) (This used to be commit 5663587e5e4703f9e3ff6d78d1f3248053ccd4c0) | |||||
2008-06-15 | Fix group parsing in libwbclient's copy_group_entry() | Volker Lendecke | 1 | -4/+6 | |
This (also) fixes a flaw pointed out by the IBM checker. When verifying that I found out that the parsing was not working as I would have expected it to. Jerry, please check! (cherry picked from commit c2c7790155ab02e1e351caf2bed192ce72913663) (This used to be commit 26c05a52b73763dad5ad0525dab6e20014c3f8d6) | |||||
2008-06-11 | pam_winbind: Update cached creds during password change. | Günther Deschner | 1 | -0/+4 | |
Fix is from Bo Yang @ Novell. Thanks! (This used to be commit e4eb9d347d14de8c9ba73b07f26fe8fd4f17eab5) | |||||
2008-06-09 | Fix the compile on NetBSD -- missing prototypes | Volker Lendecke | 1 | -0/+39 | |
(cherry picked from commit 11236d266e3703eb3aca4b96e2ed9da76614ec12) (This used to be commit d25408f83d03fae9d6b589b005db9a3af823e652) |