Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-13 | libwbclient: Separate out the async functions | Kai Blin | 1 | -5/+11 | |
2010-02-12 | s3: Implement global locks in a g_lock tdb | Volker Lendecke | 1 | -0/+2 | |
This is the basis to implement global locks in ctdb without depending on a shared file system. The initial goal is to make ctdb persistent transactions deterministic without too many timeouts. | |||||
2010-02-04 | s3:nsswitch: also use pthread CFLAGS for the nsswitch modules that might ↵ | Björn Jacke | 1 | -1/+1 | |
require it | |||||
2010-02-04 | s3: fix build on Tru64 after it broke with deactivating pthread pool support | Björn Jacke | 1 | -3/+6 | |
2010-01-29 | s3: link thread objects in libsmbclient only and adjust linker flags | Björn Jacke | 1 | -8/+10 | |
2010-01-27 | s3: Install and uninstall the static version of libwbclient | Lars Müller | 1 | -0/+2 | |
This requires to call configure with --enable-static which isn't the case by default. | |||||
2010-01-26 | Add dependency of bin/smbfilter to libwbclient. | Lars Müller | 1 | -1/+1 | |
2010-01-26 | s3: fix detection and flags for using pthread | Björn Jacke | 1 | -2/+2 | |
I hope this fixes the build on Tru64, IRIX and maybe bug #6983 | |||||
2010-01-24 | s3: Add NTLMSSP_FEATURE_CCACHE | Volker Lendecke | 1 | -5/+11 | |
Uses the winbind ccache to do authentication if asked to do so | |||||
2010-01-12 | s3: Add the "scannedonly" vfs virus scanner interface module | Olivier Sessink | 1 | -0/+5 | |
2010-01-10 | s3: Trim libnss_wins.so | Volker Lendecke | 1 | -2/+1 | |
2010-01-10 | s3: Trim down some utilities a bit | Volker Lendecke | 1 | -11/+11 | |
2010-01-03 | s3: Trim down smbcontrol a bit | Volker Lendecke | 1 | -4/+2 | |
2009-12-22 | libcli/auth Make gd's NDR NTLMSSP parsers helpers common | Andrew Bartlett | 1 | -1/+1 | |
(but not built in Samba4 for now) | |||||
2009-12-21 | s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc | Volker Lendecke | 1 | -0/+1 | |
This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-) | |||||
2009-12-21 | s3: Remove unused winbindd_dual_userinfo | Volker Lendecke | 1 | -1/+0 | |
2009-12-01 | s3:add split_tokens, a cmdline tool to test next_token_talloc() | Michael Adam | 1 | -0/+14 | |
Michael | |||||
2009-12-01 | s3:fix linking of the t_str* test programs | Michael Adam | 1 | -4/+4 | |
Michael | |||||
2009-12-01 | s3:fix linking of libbigballofmud (on my box at least) | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-11-29 | s3: Add a regression test for bug 6898 | Volker Lendecke | 1 | -1/+2 | |
2009-11-27 | s3-nsstest: drastically shrink size and dependencies of nsstest binary. | Günther Deschner | 1 | -7/+3 | |
The size went down from 6.4M to 104K on my box. Guenther | |||||
2009-11-23 | s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrap | Michael Adam | 1 | -1/+19 | |
This can be used to also test tdb transactions on clustered installations throught ctdb. The test is modeled after the ctdb_transaction.c test program from the ctdb source code. It runs transactions in a tight loop on a test database called "transactions.tdb" (by default), increasing a counter in each iteration. In a clustered environment, a counter is maintained for each node. Michael | |||||
2009-11-20 | s3-build: delete more object files for "make clean". | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2009-11-19 | s3-build: really fix build of winbind_krb5_locator. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-11-19 | s3-build: make sure to remove libds and client object files on make clean. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-11-02 | lib/util Use rfc1738.c from Squid for all our URL encode/decode needs. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett | |||||
2009-10-31 | s3:Makefile: add LIBREPLACE_LIBS for talloc, tdb and wbclient | Björn Jacke | 1 | -3/+3 | |
2009-10-31 | ѕ3:buildsystem: fix depenencies for libreplace | Björn Jacke | 1 | -4/+3 | |
This problem became visible after adding the picky -z defs linker option: On Solaris libreplace had unresolved symbols, which showed up in the libtalloc build. PAM_WINBIND_EXTRA_LIBS and WINBIND_NSS_EXTRA_LIBS had been workarounds to make things work at two placeѕ. These variables have been obsoleted now. This patch introduces LIBREPLACE_LIBS which contans the linker flags needed for linking anything using libreplace. | |||||
2009-10-29 | s3-secrets: use autogenerated code for TRUSTED_DOM_PASS struct parsing from ↵ | Günther Deschner | 1 | -1/+2 | |
a tdb. Guenther | |||||
2009-10-29 | s3: add secrets.idl. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-10-28 | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 1 | -0/+1 | |
blobs. Next I'll change the create timestamp and dos attribute code to use this. | |||||
2009-10-21 | s3:Makefile: add some explicit dependencies to libc | Björn Jacke | 1 | -2/+2 | |
Add libc as explicit dependency where we use "-z defs" linker flags. This is to silence the Sun linker. Otherwise it whines: malloc ... (symbol belongs to implicit dependency /lib/libc.so.1) | |||||
2009-10-21 | nsswitch: fix the build of the winbind krb5 locator plugin. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-10-20 | Fix the pam_smbpass.so build with the recent linker flag changes. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2009-10-20 | s3:Makefile: rename LDSHFLAG variables to make meaning more obvious | Björn Jacke | 1 | -88/+88 | |
2009-10-20 | s3: make unresolved symbols in libs throw errors | Björn Jacke | 1 | -3/+3 | |
except for the Samba internal plugins unresolved symbol references should not show up in shared libraries. For historical reasons it's the default behaviour of linkers to ignore those in shared libs. We use -z defs (alias --no-undefined) to not ignore them in shared libs. | |||||
2009-10-20 | s3: allow using different LDFLAGS for internal libs/plugins | Björn Jacke | 1 | -72/+80 | |
internal libs have unresolved symbols intentionally. Thanks to Buchan Milne for suggestion and patch. This addresses #6792. | |||||
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} skeleton. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-10-15 | s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing failure. | Günther Deschner | 1 | -1/+3 | |
When parsing a SPNEGO session setup retry (falling back from KRB5 to NTLMSSP), we failed to parse the ASN1_ENUMERATED negResult in the negTokenTarg, thus failing spnego_parse_auth() completely. By just using the shared spnego/asn1 code, we get the parsing the correct way. Guenther | |||||
2009-10-13 | s3-winbindd: add wbint_ChangeMachineAccount implementation. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-10-09 | s3: make linking of libwbclient --as-needed safe | Björn Jacke | 1 | -1/+1 | |
Partly fixes #6791. Thanks to Buchan Milne! | |||||
2009-10-04 | s3:Makefile: another attempt to fix the wbclient dependency | Björn Jacke | 1 | -32/+31 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | s3:Makefile: another attempt to fix the netapi dependency | Björn Jacke | 1 | -3/+2 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | s3:Makefile: another attempt to fix the tdb dependency | Björn Jacke | 1 | -57/+56 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | s3:Makefile: another attempt to fix the talloc dependency | Björn Jacke | 1 | -66/+65 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | Revert "s3:Makefile: fix talloc dependencies with static build (2nd try)" | Björn Jacke | 1 | -64/+65 | |
This reverts commit b60d87c20712bd3d83166bd13fe1d2bab0315609. | |||||
2009-10-04 | Revert "s3:Makefile: fix libtdb dependencies with static build" | Björn Jacke | 1 | -55/+56 | |
This reverts commit da15726630b0f796aef52a20d96898e269058456. | |||||
2009-10-04 | Revert "s3:Makefile: fix libwbclient dependencies with static build" | Björn Jacke | 1 | -30/+31 | |
This reverts commit d7795f2afa3779399fe9e7b4f050d19a412f8bcd. | |||||
2009-10-04 | Revert "s3:Makefile: fix libnetapi dependencies with static build" | Björn Jacke | 1 | -1/+2 | |
This reverts commit 110897a057af01f3c01a1783e06080b54631ba2d. | |||||
2009-10-03 | s3:Makefile: minor clean up | Björn Jacke | 1 | -2/+0 | |