summaryrefslogtreecommitdiff
path: root/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
* s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner2009-06-191-1/+2
| | | | | | Based on patch from Blindauer Emmanuel <samba@mooby.net>. Guenther
* libwbclient: fix returned LogonInfo in wbc_LogonUser().Günther Deschner2009-06-181-2/+4
| | | | | | | That function could return emtpy blobs for username and ccache for e.g. cached logins. Guenther
* wbinfo: use wbcLogonUser for wbinfo -K.Günther Deschner2009-06-181-35/+76
| | | | Guenther
* libwbclient: Add debugging hooks.Kai Blin2009-06-132-0/+91
|
* Fix wb_req_more(): Return 0 when done, read_pkt_send needs thatVolker Lendecke2009-06-121-0/+5
|
* nsswitch: try to fix segfault in nss_winbind on NetBSD found by torture test.Günther Deschner2009-06-081-2/+2
| | | | Guenther
* async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8Stefan Metzmacher2009-06-082-10/+4
| | | | metze
* libwbclient: Attempt to fix build on AIXKai Blin2009-06-047-0/+7
|
* nsstest: Relicense header file to LGPLv3+Kai Blin2009-06-041-8/+12
|
* talloc_strdup "dir" in wb_context_initVolker Lendecke2009-05-301-1/+5
|
* libwbclient: Store the winbind socket dir to use in the wb_contextKai Blin2009-05-302-3/+13
|
* libwbclient: Silence a compiler warningKai Blin2009-05-301-1/+1
|
* libwbclient: Add async call framework.Kai Blin2009-05-309-2/+1239
|
* nsswitch/winbind_nss_aix.c(fill_grent): fixed memory leak.Slava Semushin2009-05-251-0/+3
| | | | | Found by cppcheck: [./nsswitch/winbind_nss_aix.c:241]: (error) Memory leak: result
* s3: Fix request flags in wbinfo when perform krb5 authenticationBo Yang2009-05-221-1/+2
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-19/+23
| | | | | Should make Solaris 10 builds look cleaner. Jeremy.
* s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner2009-05-051-1/+1
| | | | | | Patch from Blindauer Emmanuel <samba@mooby.net>. Guenther
* Fix Coverity ID 626: DEADCODEVolker Lendecke2009-04-231-5/+0
|
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett2009-04-151-8/+8
|\ | | | | | | libcli-auth-merge-without-netlogond
| * libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner2009-04-141-8/+8
| | | | | | | | | | Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
* | Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-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
* s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams.Günther Deschner2009-04-031-0/+1
| | | | | | Patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther
* s3-nsswitch: Fix Bug #6238. Make sure logoff is bla bla.Günther Deschner2009-04-031-2/+2
| | | | | | Fix inspired by patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther
* nsswitch: only define TALLOC_ZERO if neededStefan Metzmacher2009-03-161-0/+2
| | | | metze
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-114-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.
* s3: Implement wbcGetpwsidDan Sledz2009-02-114-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.
* s4:selftest: avoid hardcoded pathes in blackbox testsStefan Metzmacher2009-02-031-2/+2
| | | | metze
* talloc: Change the two other definitions of TALLOC_FREE to match the primary ↵Tim Prouty2009-01-231-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.
* Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider2009-01-191-1/+1
| | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Günther Deschner <gd@samba.org>
* s4-winbind: Add support for the WINBINDD_LIST_GROUPS command.Kai Blin2009-01-151-2/+1
|
* s4 torture: Add another wbinfo test and fix a typo in another oneKai Blin2009-01-151-2/+2
|
* s4 torture: Fix the wbinfo blackbox testsKai Blin2009-01-141-5/+13
|
* s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.hStefan Metzmacher2009-01-051-27/+0
| | | | metze
* wbinfo4: Add --gid-info optionKai Blin2008-12-291-0/+37
|
* wbinfo: Add --gid-info option.Kai Blin2008-12-291-0/+30
|
* Tweak with pam defines of older Linux versionsLars Müller2008-12-171-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>.
* nsswitch: fix compiler warnings in winbind_nss_linux.cStefan Metzmacher2008-12-171-3/+3
| | | | metze
* nss_winbind: Solaris 64-bit fix and...SATOH Fumiyasu2008-12-162-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)
* nsswitch: Fix paths for Samba4 blackbox wbinfo testKai Blin2008-12-161-2/+2
|
* nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin2008-12-167-0/+2059
|
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-1633-0/+18573
Don't move source4 files yet to not confuse git's rename tracking too much.