summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-07s3-waf: add valgrind configure checks.Günther Deschner1-0/+4
2010-12-07s3:registry: improve debug messages about regdb refcount changesMichael Adam1-5/+10
2010-12-07s3-waf: build vfs_fileid module if possible.Günther Deschner1-0/+9
2010-12-07s3-waf: add support for --with-dnsupdate.Günther Deschner2-2/+11
2010-12-07s3-waf: fix the build of nsstest in the non-devel build.Günther Deschner1-1/+1
2010-12-07s3-waf: fix library names (we installed liblibsmbclient, etc.)Günther Deschner2-38/+38
2010-12-07s3-waf: fix pam dependencies of the RPC_SAMR server.Günther Deschner2-0/+2
2010-12-06s3: Fix bug 7844: Race in winbindVolker Lendecke1-4/+8
2010-12-06s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain nameVolker Lendecke3-1/+5
2010-12-06s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domainVolker Lendecke1-1/+1
2010-12-06s3: Fix bug 7843: Expand the local SAMs aliasesJeremy Allison1-2/+2
2010-12-06s3-waf: add pam configure checks.Günther Deschner1-2/+69
2010-12-04Updated french translations from Jean Delvare <jdelvare@suse.de>Holger Hetterich1-111/+96
2010-12-03s3-waf: add krb5 configure check for WRFILE_KEYTAB.Günther Deschner1-0/+10
2010-12-03s3-waf: add krb5 configure checks for enctype 23.Günther Deschner1-0/+25
2010-12-03s3-waf: more krb5 configure checks.Günther Deschner1-2/+11
2010-12-03Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison1-12/+2
2010-12-03posix_fallocate() returns an errno, not -1 on error.Jeremy Allison1-1/+1
2010-12-03Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison3-56/+50
2010-12-03Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.Jeremy Allison1-0/+1
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison9-4/+111
2010-12-02Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...Jeremy Allison1-2/+30