summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Change crediting so that the credits are returned on the interim async response.Jeremy Allison2010-12-141-4/+7
* As we handle missing sendfile() inside lib/sendfile.c, remove the WITH_SENDFI...Jeremy Allison2010-12-132-9/+0
* We need to start off with smb2.credits_granted == 0. That wayJeremy Allison2010-12-131-2/+3
* Remove extra unused credit arg. to smbd_smb2_request_setup_out()Jeremy Allison2010-12-131-3/+3
* s3-waf: try to fix the build with snow leopard.Günther Deschner2010-12-131-1/+5
* s3:selftest: fix knownfail for samba3.posix_s3.rpc.spoolss.*printserver.enum_...Stefan Metzmacher2010-12-131-1/+1
* s3-selftest: support differing VFSLIBDIR in autoconf and waf build.Günther Deschner2010-12-132-0/+2
* s3-waf: add -Wl,--export-dynamic to LDFLAGS.Günther Deschner2010-12-131-0/+2
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-112-57/+50
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-105-28/+163
* s3-vfstest: fixed paths in vfstestAndrew Tridgell2010-12-101-0/+2
* s3-dns Don't use DELEG_FLAG in DNS update, Windows 2008R2 does not like itAndrew Bartlett2010-12-101-1/+1
* s3-dns Don't use SEQUENCE_FLAG in DNS update, Windows 2008R2 does not like itAndrew Bartlett2010-12-101-1/+1
* s3-net Allow 'net ads dns register' to take an optional hostname argumentAndrew Bartlett2010-12-101-6/+10
* s3-winbind Improve memory handling in NTLMv2-backend plaintext authenticationAndrew Bartlett2010-12-101-17/+6
* s3-winbind Don't send the LM password to the server, everAndrew Bartlett2010-12-101-11/+1
* s3-libsmb Don't ever ask for machine$ principals as a target.Andrew Bartlett2010-12-101-30/+6
* s3-client Use NTLMv2 by default in the Samba clientAndrew Bartlett2010-12-101-2/+2
* s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett2010-12-103-0/+15
* s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett2010-12-104-6/+19
* libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett2010-12-081-2/+0
* s3-waf: fixed version number handlingAndrew Tridgell2010-12-082-13/+5
* s3:ntlm_auth: support clients which offer a spnego mechs we don't supportStefan Metzmacher2010-12-071-110/+169
* s3:ntlm_auth: free session key, as we don't use it (at least for now)Stefan Metzmacher2010-12-071-1/+2
* s3:ntlm_auth: fix memory leak in the raw ntlmssp code pathStefan Metzmacher2010-12-071-0/+2
* Make sure that user exists after running add user script before adding sam ac...Bjoern Baumbach2010-12-071-0/+5
* s3-waf: add configure/declaration checks for fdatasync, readahead and splice.Günther Deschner2010-12-071-0/+12
* s3-waf: add valgrind configure checks.Günther Deschner2010-12-071-0/+4
* s3:registry: improve debug messages about regdb refcount changesMichael Adam2010-12-071-5/+10
* s3-waf: build vfs_fileid module if possible.Günther Deschner2010-12-071-0/+9
* s3-waf: add support for --with-dnsupdate.Günther Deschner2010-12-072-2/+11
* s3-waf: fix the build of nsstest in the non-devel build.Günther Deschner2010-12-071-1/+1
* s3-waf: fix library names (we installed liblibsmbclient, etc.)Günther Deschner2010-12-072-38/+38
* s3-waf: fix pam dependencies of the RPC_SAMR server.Günther Deschner2010-12-072-0/+2
* s3: Fix bug 7844: Race in winbindVolker Lendecke2010-12-061-4/+8
* s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain nameVolker Lendecke2010-12-063-1/+5
* s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domainVolker Lendecke2010-12-061-1/+1
* s3: Fix bug 7843: Expand the local SAMs aliasesJeremy Allison2010-12-061-2/+2
* s3-waf: add pam configure checks.Günther Deschner2010-12-061-2/+69
* Updated french translations from Jean Delvare <jdelvare@suse.de>Holger Hetterich2010-12-041-111/+96
* s3-waf: add krb5 configure check for WRFILE_KEYTAB.Günther Deschner2010-12-031-0/+10
* s3-waf: add krb5 configure checks for enctype 23.Günther Deschner2010-12-031-0/+25
* s3-waf: more krb5 configure checks.Günther Deschner2010-12-031-2/+11
* Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison2010-12-031-12/+2
* posix_fallocate() returns an errno, not -1 on error.Jeremy Allison2010-12-031-1/+1
* Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison2010-12-033-56/+50
* Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.Jeremy Allison2010-12-031-0/+1
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-029-4/+111
* Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...Jeremy Allison2010-12-021-2/+30
* s3/selftest: add some FIXMEsBjörn Jacke2010-12-021-0/+7