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