| Commit message (Expand) | Author | Age | Files | Lines |
* | Protect the onefs sendfile from EAGAIN/EWOULDBLOCK. | Jeremy Allison | 2010-12-15 | 1 | -1/+5 |
* | Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd... | Jeremy Allison | 2010-12-15 | 4 | -3/+164 |
* | Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blo... | Jeremy Allison | 2010-12-15 | 2 | -16/+68 |
* | Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB. | Jeremy Allison | 2010-12-15 | 3 | -10/+27 |
* | s3-waf: libwbclient does not depend on talloc anymore. | Günther Deschner | 2010-12-15 | 1 | -1/+1 |
* | s3-waf: add missing libnss_wins.so.2 library. | Günther Deschner | 2010-12-14 | 1 | -2/+8 |
* | s3-waf: recurse into ../libcli/ldap. | Günther Deschner | 2010-12-14 | 1 | -13/+7 |
* | s3-waf: recurse into ../libcli/smb. | Günther Deschner | 2010-12-14 | 1 | -1/+2 |
* | s3-waf: recurse into ../libcli/samsync. | Günther Deschner | 2010-12-14 | 1 | -3/+3 |
* | s3-waf: recurse into ../libcli/named_pipe_auth. | Günther Deschner | 2010-12-14 | 1 | -8/+3 |
* | s3-waf: recurse into ../libcli/drsuapi. | Günther Deschner | 2010-12-14 | 1 | -3/+3 |
* | s3-waf: add pam_ and nss_winbind. | Günther Deschner | 2010-12-14 | 1 | -1/+14 |
* | s3-waf: check for "WITH_PAM_MODULES" to determine pam_smbpass build. | Günther Deschner | 2010-12-14 | 1 | -1/+1 |
* | s3-waf: fix pamsmbpass libwbclient dependency. | Günther Deschner | 2010-12-14 | 1 | -1/+1 |
* | s3-waf: recurse into ../libcli/auth. | Günther Deschner | 2010-12-14 | 1 | -12/+6 |
* | s3-waf: add CHARSET subsystem. | Günther Deschner | 2010-12-14 | 1 | -5/+11 |
* | s3-waf: convert UTIL_SRC into a subsystem samba-util, similar to the s4 one. | Günther Deschner | 2010-12-14 | 1 | -2/+6 |
* | s3-waf: convert lib/util_tdb.c into a subsystem. | Günther Deschner | 2010-12-14 | 1 | -2/+5 |
* | s3-waf: use shared LIBASYNC_REQ subsystem. | Günther Deschner | 2010-12-14 | 1 | -2/+3 |
* | s3/net: don't use external "date" to make "net time set" more portable | Björn Jacke | 2010-12-14 | 1 | -14/+10 |
* | Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_... | Jeremy Allison | 2010-12-14 | 1 | -19/+20 |
* | s3-libsmb Improve error message when denying LM encryption | Andrew Bartlett | 2010-12-14 | 1 | -9/+9 |
* | Change crediting so that the credits are returned on the interim async response. | Jeremy Allison | 2010-12-14 | 1 | -4/+7 |
* | As we handle missing sendfile() inside lib/sendfile.c, remove the WITH_SENDFI... | Jeremy Allison | 2010-12-13 | 2 | -9/+0 |
* | We need to start off with smb2.credits_granted == 0. That way | Jeremy Allison | 2010-12-13 | 1 | -2/+3 |
* | Remove extra unused credit arg. to smbd_smb2_request_setup_out() | Jeremy Allison | 2010-12-13 | 1 | -3/+3 |
* | s3-waf: try to fix the build with snow leopard. | Günther Deschner | 2010-12-13 | 1 | -1/+5 |
* | s3:selftest: fix knownfail for samba3.posix_s3.rpc.spoolss.*printserver.enum_... | Stefan Metzmacher | 2010-12-13 | 1 | -1/+1 |
* | s3-selftest: support differing VFSLIBDIR in autoconf and waf build. | Günther Deschner | 2010-12-13 | 2 | -0/+2 |
* | s3-waf: add -Wl,--export-dynamic to LDFLAGS. | Günther Deschner | 2010-12-13 | 1 | -0/+2 |
* | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 2010-12-11 | 2 | -57/+50 |
* | Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1... | Jeremy Allison | 2010-12-10 | 5 | -28/+163 |
* | s3-vfstest: fixed paths in vfstest | Andrew Tridgell | 2010-12-10 | 1 | -0/+2 |
* | s3-dns Don't use DELEG_FLAG in DNS update, Windows 2008R2 does not like it | Andrew Bartlett | 2010-12-10 | 1 | -1/+1 |
* | s3-dns Don't use SEQUENCE_FLAG in DNS update, Windows 2008R2 does not like it | Andrew Bartlett | 2010-12-10 | 1 | -1/+1 |
* | s3-net Allow 'net ads dns register' to take an optional hostname argument | Andrew Bartlett | 2010-12-10 | 1 | -6/+10 |
* | s3-winbind Improve memory handling in NTLMv2-backend plaintext authentication | Andrew Bartlett | 2010-12-10 | 1 | -17/+6 |
* | s3-winbind Don't send the LM password to the server, ever | Andrew Bartlett | 2010-12-10 | 1 | -11/+1 |
* | s3-libsmb Don't ever ask for machine$ principals as a target. | Andrew Bartlett | 2010-12-10 | 1 | -30/+6 |
* | s3-client Use NTLMv2 by default in the Samba client | Andrew Bartlett | 2010-12-10 | 1 | -2/+2 |
* | s3-smbd Don't send SPNEGO principal (rfc4178 hint) by default | Andrew Bartlett | 2010-12-10 | 3 | -0/+15 |
* | s3-libads Default to NOT using the server-supplied principal from SPNEGO | Andrew Bartlett | 2010-12-10 | 4 | -6/+19 |
* | libcli/auth bring ADS_IGNORE_PRINCIPAL in common | Andrew Bartlett | 2010-12-08 | 1 | -2/+0 |
* | s3-waf: fixed version number handling | Andrew Tridgell | 2010-12-08 | 2 | -13/+5 |
* | s3:ntlm_auth: support clients which offer a spnego mechs we don't support | Stefan Metzmacher | 2010-12-07 | 1 | -110/+169 |
* | s3:ntlm_auth: free session key, as we don't use it (at least for now) | Stefan Metzmacher | 2010-12-07 | 1 | -1/+2 |
* | s3:ntlm_auth: fix memory leak in the raw ntlmssp code path | Stefan Metzmacher | 2010-12-07 | 1 | -0/+2 |
* | Make sure that user exists after running add user script before adding sam ac... | Bjoern Baumbach | 2010-12-07 | 1 | -0/+5 |
* | s3-waf: add configure/declaration checks for fdatasync, readahead and splice. | Günther Deschner | 2010-12-07 | 1 | -0/+12 |
* | s3-waf: add valgrind configure checks. | Günther Deschner | 2010-12-07 | 1 | -0/+4 |