summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-build: Allow configure and Makefile to find waf in tarballMartin Schwenke2014-09-102-2/+3
* ctdb-common: Add some missing #includesMartin Schwenke2014-09-103-0/+5
* ctdb-daemon: Move some inline declarations to header fileMartin Schwenke2014-09-102-2/+2
* ctdb-tests: Add missing declarations caused by #define magicMartin Schwenke2014-09-101-1/+30
* ctdb-tests: Mark some functions as staticMartin Schwenke2014-09-108-41/+48
* ctdb-util: Remove util/strlist.c and references to str_util_*()Martin Schwenke2014-09-106-123/+1
* ctdb: Fix some "declarations after code" problemsMartin Schwenke2014-09-102-2/+3
* ctdb-util: Variables should be declared extern in headersMartin Schwenke2014-09-101-3/+3
* docs-xml: Bump version up to 4.2.Karolin Seeger2014-09-0990-90/+90
* WHATSNEW: Start release notes for Samba 4.2.0rc1.Karolin Seeger2014-09-091-253/+17
* s3:smbd: fix a comment typoRalph Boehme2014-09-091-1/+1
* smbd: Move make_dir_struct() to reply.cVolker Lendecke2014-09-093-54/+46
* s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...Stefan Metzmacher2014-09-091-0/+18
* Revert "buildtools: Rename perl vendorarch configure option."Michael Adam2014-09-091-9/+4
* Revert "buildtools: Add perl vendorlib configure option."Michael Adam2014-09-091-10/+0
* Revert "wafsamba: If perl can't provide defaults, define them."Michael Adam2014-09-091-8/+2
* Revert "wafsamba: Fail with error message if perl doesn't provide valid dirs."Michael Adam2014-09-091-39/+19
* pidl/wscript: remove --with-perl-* optionsStefan Metzmacher2014-09-091-1/+1
* torture: basic FSCTL_SET_ZERO_DATA testsDavid Disseldorp2014-09-081-0/+180
* torture: add file zero-range checkerDavid Disseldorp2014-09-081-0/+30
* torture: malformed FSCTL_QUERY_ALLOCATED_RANGES testsDavid Disseldorp2014-09-081-0/+78
* torture: basic FSCTL_QUERY_ALLOCATED_RANGES testDavid Disseldorp2014-09-081-0/+191
* torture: split pattern write into helper functionDavid Disseldorp2014-09-081-17/+38
* torture: test oversize FSCTL_SET_SPARSE requestDavid Disseldorp2014-09-081-0/+76
* torture: Correctly initialize array sizeVolker Lendecke2014-09-081-2/+2
* samba-tool: fix reply when zero day pwd expiry is setBjörn Jacke2014-09-081-4/+4
* s3: smbd: smb2-sessionsetup. Fix use after free when the sessionsetup request...Jeremy Allison2014-09-081-0/+6
* winbindd: Do not use group_list->out.resume_index after freeAndrew Bartlett2014-09-081-2/+3
* winbindd: Do not use user_list->out.resume_index after freeAndrew Bartlett2014-09-081-2/+5
* torture: allow us to correctly use sizeof(buf) in raw.open testsAndrew Bartlett2014-09-081-3/+3
* s3-lib: Do not walk past the end of the dos_to_ntstatus_map arrayAndrew Bartlett2014-09-081-1/+1
* Use correct size for test string, sizeof() was of the pointerAndrew Bartlett2014-09-081-1/+1
* passdb: Avoid use-after-free when setting a plaintext passwordAndrew Bartlett2014-09-081-2/+3
* s4-auth: Use sizeof() rather than a fixed constant in memcmp() callAndrew Bartlett2014-09-081-1/+2
* selftest: Show filename or script we had trouble readingAndrew Bartlett2014-09-081-1/+1
* torture: fix whitespace/tab mixup in internal_torture_run_test()Michael Adam2014-09-081-22/+22
* script/autobuild.py: remove explicit --with-perl-*-install-dir optionsStefan Metzmacher2014-09-051-6/+3
* pidl: remove superfluous "use lib ...".Michael Adam2014-09-051-1/+0
* pidl: fix the perl module search path (use lib ...) when installing pidl.Michael Adam2014-09-051-1/+1
* wafsamba: add perl_fixup parameter to INSTALL_FILESMichael Adam2014-09-051-4/+43
* s3:build: don't detect perl in source3/wscript again.Michael Adam2014-09-051-1/+0
* pidl/wscript: don't check for perl again.Michael Adam2014-09-051-3/+0
* build: do full SAMBA_CHECK_PERL() check in configureMichael Adam2014-09-051-1/+1
* wafsamba: add samba_perl.py with SAMBA_CHECK_PERL() higher level check.Michael Adam2014-09-052-0/+63
* dynconfig: implement PERL_ARCH_INSTALL_DIRMichael Adam2014-09-051-0/+5
* dynconfig: implement PERL_LIB_INSTALL_DIR.Michael Adam2014-09-051-0/+5
* lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher2014-09-051-2/+1
* docs-xml/wscript_build: pass dep_vars=bld.dynconfig_varnames() to SAMBA_GENER...Stefan Metzmacher2014-09-051-1/+1
* dynconfig/wscript: add dynconfig_varnames()Stefan Metzmacher2014-09-051-0/+10
* ctdb/wscript: pass dep_vars=['VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher2014-09-051-8/+11