Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-16 | s3:winbind: Fix a potential segfault in libwbclient | Volker Lendecke | 1 | -1/+1 | |
2009-08-08 | Make wbinfo also print the members when querying a group | Volker Lendecke | 1 | -2/+18 | |
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 1 | -0/+3 | |
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -1/+2 | |
This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling | |||||
2009-07-18 | s3: add failure check. | Bo Yang | 1 | -1/+4 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-18 | s3: compile warning and upn handling | Bo Yang | 1 | -13/+24 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-06-19 | s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation. | Günther Deschner | 1 | -1/+2 | |
Based on patch from Blindauer Emmanuel <samba@mooby.net>. Guenther | |||||
2009-06-18 | libwbclient: fix returned LogonInfo in wbc_LogonUser(). | Günther Deschner | 1 | -2/+4 | |
That function could return emtpy blobs for username and ccache for e.g. cached logins. Guenther | |||||
2009-06-18 | wbinfo: use wbcLogonUser for wbinfo -K. | Günther Deschner | 1 | -35/+76 | |
Guenther | |||||
2009-06-13 | libwbclient: Add debugging hooks. | Kai Blin | 2 | -0/+91 | |
2009-06-12 | Fix wb_req_more(): Return 0 when done, read_pkt_send needs that | Volker Lendecke | 1 | -0/+5 | |
2009-06-08 | nsswitch: try to fix segfault in nss_winbind on NetBSD found by torture test. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-06-08 | async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8 | Stefan Metzmacher | 2 | -10/+4 | |
metze | |||||
2009-06-04 | libwbclient: Attempt to fix build on AIX | Kai Blin | 7 | -0/+7 | |
2009-06-04 | nsstest: Relicense header file to LGPLv3+ | Kai Blin | 1 | -8/+12 | |
2009-05-30 | talloc_strdup "dir" in wb_context_init | Volker Lendecke | 1 | -1/+5 | |
2009-05-30 | libwbclient: Store the winbind socket dir to use in the wb_context | Kai Blin | 2 | -3/+13 | |
2009-05-30 | libwbclient: Silence a compiler warning | Kai Blin | 1 | -1/+1 | |
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 9 | -2/+1239 | |
2009-05-25 | nsswitch/winbind_nss_aix.c(fill_grent): fixed memory leak. | Slava Semushin | 1 | -0/+3 | |
Found by cppcheck: [./nsswitch/winbind_nss_aix.c:241]: (error) Memory leak: result | |||||
2009-05-22 | s3: Fix request flags in wbinfo when perform krb5 authentication | Bo Yang | 1 | -1/+2 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -19/+23 | |
Should make Solaris 10 builds look cleaner. Jeremy. | |||||
2009-05-05 | s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation. | Günther Deschner | 1 | -1/+1 | |
Patch from Blindauer Emmanuel <samba@mooby.net>. Guenther | |||||
2009-04-23 | Fix Coverity ID 626: DEADCODE | Volker Lendecke | 1 | -5/+0 | |
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 1 | -8/+8 | |
libcli-auth-merge-without-netlogond | |||||
2009-04-14 | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 1 | -8/+8 | |
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d) | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -3/+4 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-04-03 | s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams. | Günther Deschner | 1 | -0/+1 | |
Patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther | |||||
2009-04-03 | s3-nsswitch: Fix Bug #6238. Make sure logoff is bla bla. | Günther Deschner | 1 | -2/+2 | |
Fix inspired by patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther | |||||
2009-03-16 | nsswitch: only define TALLOC_ZERO if needed | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 4 | -0/+219 | |
* 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. | |||||
2009-02-11 | s3: Implement wbcGetpwsid | Dan Sledz | 4 | -4/+92 | |
* 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. | |||||
2009-02-03 | s4:selftest: avoid hardcoded pathes in blackbox tests | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-01-23 | talloc: Change the two other definitions of TALLOC_FREE to match the primary ↵ | Tim Prouty | 1 | -1/+1 | |
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. | |||||
2009-01-19 | Avoid flooding of syslog with failing pam_putenv messages. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-01-15 | s4-winbind: Add support for the WINBINDD_LIST_GROUPS command. | Kai Blin | 1 | -2/+1 | |
2009-01-15 | s4 torture: Add another wbinfo test and fix a typo in another one | Kai Blin | 1 | -2/+2 | |
2009-01-14 | s4 torture: Fix the wbinfo blackbox tests | Kai Blin | 1 | -5/+13 | |
2009-01-05 | s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.h | Stefan Metzmacher | 1 | -27/+0 | |
metze | |||||
2008-12-29 | wbinfo4: Add --gid-info option | Kai Blin | 1 | -0/+37 | |
2008-12-29 | wbinfo: Add --gid-info option. | Kai Blin | 1 | -0/+30 | |
2008-12-17 | Tweak with pam defines of older Linux versions | Lars Müller | 1 | -1/+8 | |
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>. | |||||
2008-12-17 | nsswitch: fix compiler warnings in winbind_nss_linux.c | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2008-12-16 | nss_winbind: Solaris 64-bit fix and... | SATOH Fumiyasu | 2 | -2/+10 | |
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) | |||||
2008-12-16 | nsswitch: Fix paths for Samba4 blackbox wbinfo test | Kai Blin | 1 | -2/+2 | |
2008-12-16 | nsswitch: Move nsswitch files from source4 to top level nsswitch dir | Kai Blin | 7 | -0/+2059 | |
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 33 | -0/+18573 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |