summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-10subunit: Update to newer upstream snapshot.Jelmer Vernooij8-16/+47
2010-12-10testtools: Import new upstream snapshot.Jelmer Vernooij36-367/+3694
2010-12-10selftest: add --list option.Jelmer Vernooij2-1/+25
2010-12-10selftest: Document --testenv in --help output, remove documentation forJelmer Vernooij1-1/+1
2010-12-10pidl: use $CC -E if $CPP is not defined, if both undefined use cppMatthieu Patou1-2/+8
2010-12-10build: use CPP and CC values when calling pidlMatthieu Patou2-1/+19
2010-12-10build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou5-4/+13
2010-12-10build: finishing fixing broken libiconv on hpuxMatthieu Patou1-0/+2
2010-12-09s4 libcli: Add libcli_echo lib and torture testKai Blin8-0/+372
2010-12-09s4: Implement UDP echo server exampleKai Blin4-0/+388
2010-12-09s4:pyrpc_util: s/typename/type_name to avoid c++ warningsStefan Metzmacher2-6/+6
2010-12-09talloc: pytalloc-util should not have an ABI-file yetStefan Metzmacher1-2/+0
2010-12-09wintest Remove the password expiry as the first stepAndrew Bartlett2-4/+13
2010-12-09waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell5-19/+6
2010-12-09waf: fixed path to abi_directoryAndrew Tridgell1-1/+1
2010-12-09s4-spnego Match Windows 2008, and no longer supply a name in the CIFS NegprotAndrew Bartlett1-10/+1
2010-12-09s4-lsa Implement kerberos ticket life policyAndrew Bartlett8-11/+117
2010-12-09s4-tests Workaround new default of 'client ntlmv2 auth = yes' in testsAndrew Bartlett2-3/+3
2010-12-09s4-client Use NTLMv2 by default in the Samba4 client.Andrew Bartlett1-0/+1
2010-12-09waf: add a dependency between the library and its vscriptAndrew Tridgell2-1/+3
2010-12-09waf: don't use symbol versioning on our modulesAndrew Tridgell1-3/+6
2010-12-09waf: use vscripts for our private libraries tooAndrew Tridgell2-15/+14
2010-12-09waf: make mkdir_p on a empty string not recurse foreverAndrew Tridgell1-1/+1
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell7-23/+92
2010-12-09build: do not duplicate the checks for python in samba4Matthieu Patou2-14/+3
2010-12-08build: Cope with broken libiconvMatthieu Patou1-1/+5
2010-12-08dcerpc.idl: fix typo 0x800000000 => 0x80000000Stefan Metzmacher1-1/+1
2010-12-08s4:ldb: add ABI/ldb-0.9.20.sigsStefan Metzmacher1-0/+245
2010-12-08s4:ldb: build libldb and pyldb-util as private libraries when building for sa...Stefan Metzmacher1-3/+12
2010-12-08talloc: build pytalloc-util with the same logic as libtallocStefan Metzmacher1-1/+4
2010-12-08talloc: mark pytalloc-util functions as _PUBLIC_Stefan Metzmacher1-6/+6
2010-12-08talloc: remove unused PyString_FromString_check_null() from pytalloc-utilStefan Metzmacher1-8/+0
2010-12-08pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_utilStefan Metzmacher1-6/+6
2010-12-08s4:python: add PyString_FromStringOrNULL() to pyrpc_utilStefan Metzmacher2-0/+10
2010-12-08buildtools: private_libraries should not have a version in the sonameStefan Metzmacher1-1/+1
2010-12-08buildtools: add the PRIVATE_EXTENSION for private librariesStefan Metzmacher1-3/+0
2010-12-08buildtools: make sure we have no '+' in the version scriptsStefan Metzmacher1-1/+1
2010-12-08smbtorture: use xxxULL notation instead of INT64_C(xxx)Matthieu Patou1-2/+2
2010-12-08s4-acl: Replaced talloc_reference with talloc_steal, as aclread is the only o...Nadezhda Ivanova1-6/+3
2010-12-08Add ncacn_http (RTS) IDL implementation in dcerpc.idlJulien Kerihuel1-1/+153
2010-12-08ldb: bump version number after introduction of new constant.Jelmer Vernooij1-1/+1
2010-12-08s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTENadezhda Ivanova1-1/+1
2010-12-08s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell18-18/+18
2010-12-08waf: added --disable-symbol-versions configure optionAndrew Tridgell1-3/+8
2010-12-08s4-ldb: added @LIB_RPATH@ to the ldb pc fileAndrew Tridgell1-1/+1
2010-12-08waf: support @LIB_RPATH@ in pc filesAndrew Tridgell1-2/+6
2010-12-08s4-acl: Changed the mechanism of attribute removal to speed it up.Nadezhda Ivanova1-41/+88
2010-12-08s4-acl: Added a flag to mark an element as failing an access check.Nadezhda Ivanova1-0/+3
2010-12-08ndr: Another try to support the build on non-IPv6 systemsKai Blin1-2/+4
2010-12-08s4-param Allow +foo syntax in smb.conf list parsingAndrew Bartlett4-13/+54