Age | Commit message (Expand) | Author | Files | Lines |
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 5 | -19/+6 |
2010-12-09 | waf: fixed path to abi_directory | Andrew Tridgell | 1 | -1/+1 |
2010-12-09 | s4-spnego Match Windows 2008, and no longer supply a name in the CIFS Negprot | Andrew Bartlett | 1 | -10/+1 |
2010-12-09 | s4-lsa Implement kerberos ticket life policy | Andrew Bartlett | 8 | -11/+117 |
2010-12-09 | s4-tests Workaround new default of 'client ntlmv2 auth = yes' in tests | Andrew Bartlett | 2 | -3/+3 |
2010-12-09 | s4-client Use NTLMv2 by default in the Samba4 client. | Andrew Bartlett | 1 | -0/+1 |
2010-12-09 | waf: add a dependency between the library and its vscript | Andrew Tridgell | 2 | -1/+3 |
2010-12-09 | waf: don't use symbol versioning on our modules | Andrew Tridgell | 1 | -3/+6 |
2010-12-09 | waf: use vscripts for our private libraries too | Andrew Tridgell | 2 | -15/+14 |
2010-12-09 | waf: make mkdir_p on a empty string not recurse forever | Andrew Tridgell | 1 | -1/+1 |
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 7 | -23/+92 |
2010-12-09 | build: do not duplicate the checks for python in samba4 | Matthieu Patou | 2 | -14/+3 |
2010-12-08 | build: Cope with broken libiconv | Matthieu Patou | 1 | -1/+5 |
2010-12-08 | dcerpc.idl: fix typo 0x800000000 => 0x80000000 | Stefan Metzmacher | 1 | -1/+1 |
2010-12-08 | s4:ldb: add ABI/ldb-0.9.20.sigs | Stefan Metzmacher | 1 | -0/+245 |
2010-12-08 | s4:ldb: build libldb and pyldb-util as private libraries when building for sa... | Stefan Metzmacher | 1 | -3/+12 |
2010-12-08 | talloc: build pytalloc-util with the same logic as libtalloc | Stefan Metzmacher | 1 | -1/+4 |
2010-12-08 | talloc: mark pytalloc-util functions as _PUBLIC_ | Stefan Metzmacher | 1 | -6/+6 |
2010-12-08 | talloc: remove unused PyString_FromString_check_null() from pytalloc-util | Stefan Metzmacher | 1 | -8/+0 |
2010-12-08 | pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_util | Stefan Metzmacher | 1 | -6/+6 |
2010-12-08 | s4:python: add PyString_FromStringOrNULL() to pyrpc_util | Stefan Metzmacher | 2 | -0/+10 |
2010-12-08 | buildtools: private_libraries should not have a version in the soname | Stefan Metzmacher | 1 | -1/+1 |
2010-12-08 | buildtools: add the PRIVATE_EXTENSION for private libraries | Stefan Metzmacher | 1 | -3/+0 |
2010-12-08 | buildtools: make sure we have no '+' in the version scripts | Stefan Metzmacher | 1 | -1/+1 |
2010-12-08 | smbtorture: use xxxULL notation instead of INT64_C(xxx) | Matthieu Patou | 1 | -2/+2 |
2010-12-08 | s4-acl: Replaced talloc_reference with talloc_steal, as aclread is the only o... | Nadezhda Ivanova | 1 | -6/+3 |
2010-12-08 | Add ncacn_http (RTS) IDL implementation in dcerpc.idl | Julien Kerihuel | 1 | -1/+153 |
2010-12-08 | ldb: bump version number after introduction of new constant. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-08 | s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE | Nadezhda Ivanova | 1 | -1/+1 |
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 18 | -18/+18 |
2010-12-08 | waf: added --disable-symbol-versions configure option | Andrew Tridgell | 1 | -3/+8 |
2010-12-08 | s4-ldb: added @LIB_RPATH@ to the ldb pc file | Andrew Tridgell | 1 | -1/+1 |
2010-12-08 | waf: support @LIB_RPATH@ in pc files | Andrew Tridgell | 1 | -2/+6 |
2010-12-08 | s4-acl: Changed the mechanism of attribute removal to speed it up. | Nadezhda Ivanova | 1 | -41/+88 |
2010-12-08 | s4-acl: Added a flag to mark an element as failing an access check. | Nadezhda Ivanova | 1 | -0/+3 |
2010-12-08 | ndr: Another try to support the build on non-IPv6 systems | Kai Blin | 1 | -2/+4 |
2010-12-08 | s4-param Allow +foo syntax in smb.conf list parsing | Andrew Bartlett | 4 | -13/+54 |
2010-12-08 | s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specified | Andrew Bartlett | 1 | -0/+2 |
2010-12-08 | libcli/auth bring ADS_IGNORE_PRINCIPAL in common | Andrew Bartlett | 3 | -3/+4 |
2010-12-08 | build: tru64 needs -shared for building libs | Matthieu Patou | 1 | -1/+1 |
2010-12-08 | waf: added -Wmissing-prototypes to build | Andrew Tridgell | 1 | -1/+1 |
2010-12-08 | waf: make all generators depend on their rules | Andrew Tridgell | 1 | -0/+2 |
2010-12-08 | s3-waf: fixed version number handling | Andrew Tridgell | 2 | -13/+5 |
2010-12-08 | s4-heimdal: enable symbol versioning in heimdal | Andrew Tridgell | 1 | -20/+38 |
2010-12-08 | waf: use -Wl,--version-script if available | Andrew Tridgell | 2 | -2/+19 |
2010-12-08 | waf: added configure test for -Wl,--version-script | Andrew Tridgell | 3 | -1/+21 |
2010-12-08 | s4-dns: dlz_bind9 doesn't need to link to gensec any more | Andrew Tridgell | 1 | -1/+1 |
2010-12-08 | s4-waf: get the version number right on private libraries | Andrew Tridgell | 4 | -18/+22 |
2010-12-08 | s4-dns: use ldb hooks for samba extensions in dlz_bind9 | Andrew Tridgell | 1 | -49/+35 |
2010-12-08 | s4-ldb: use RTLD_DEEPBIND if available for ldb modules | Andrew Tridgell | 1 | -1/+13 |