| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit eb247d6eb727b451727f454b0ec207f255341671)
|
|
|
|
|
| |
Guenther
(cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
|
|
|
|
|
|
|
|
| |
Patch from Rashid N. Achilov <citycat4@ngs.ru>.
Guenther
(cherry picked from commit 43372b27403f617897bab564c42eead4d64532e4)
(cherry picked from commit 5b8fc3858d3327056cd1ff9d2a47f6992825fcf2)
|
|
|
|
|
|
|
|
|
|
| |
initialized before freed.
Fix inspired by patch from Rashid N. Achilov <citycat4@ngs.ru>.
Guenther
(cherry picked from commit 09265bcff5a2fac42f5abf34b8b439aa0a6998a1)
(cherry picked from commit 24ff9b8dba8e4e0918b0aabf5cb8bacecfbc39d7)
|
|
|
|
|
|
| |
metze
(cherry picked from commit d0b9cc62f99a1feca68c473f3cd1e93e50ab2eab)
(cherry picked from commit 28b48329864b642c117ba193d94e5cbe466be10c)
|
|
|
|
|
|
| |
* Adds wbcGetSidAliases that calls the lookup_useraliases function.
* Updates wbinfo and winbind_util.c to call the new function.
* Also added winbind_get_groups helper function.
|
|
|
|
|
|
|
|
| |
* Adds the plumbing required to lookup users by sid into winbind, wbinfo
and smbd helper lib (winbind_util.c).
* Removes some double declarations of winbind_util.c functions.
* Bumps the winbind protocol version to 21 and the minor version of
wbclient to 3.
|
|
|
|
| |
metze
|
|
|
|
|
|
|
|
| |
version
Eventually these two other definitions should be removed and all of
the TALLOC macros should live in the same header. Until then, this
patch eliminates some build warnings.
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Günther Deschner <gd@samba.org>
|
| |
|
| |
|
| |
|
|
|
|
| |
metze
|
| |
|
| |
|
|
|
|
|
|
|
| |
PAM_AUTHTOK_RECOVERY_ERR is not defined by older Linux versions (SUSE
Linux Enterprise 9 and RedHat Enterprise 4).
Patch suggested by Philipp Thomas <pth at suse dot de>.
|
|
|
|
| |
metze
|
|
|
|
|
|
|
|
|
|
|
| |
PATCH 1:
Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit
because sizeof(int) != sizeof(long int).
PATCH 2:
This patch fixes a compile-time warning
"warning: implicit function declaration: _nss_winbind_initgroups_dyn".
(cherry picked from commit cb036772d09227f870c2fec3ecd8c3f53787dfbc)
|
| |
|
| |
|
|
Don't move source4 files yet to not confuse git's rename tracking too much.
|