summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb: build libldb and pyldb-util as private libraries when building for sa...Stefan Metzmacher2010-12-081-3/+12
* talloc: build pytalloc-util with the same logic as libtallocStefan Metzmacher2010-12-081-1/+4
* talloc: mark pytalloc-util functions as _PUBLIC_Stefan Metzmacher2010-12-081-6/+6
* talloc: remove unused PyString_FromString_check_null() from pytalloc-utilStefan Metzmacher2010-12-081-8/+0
* pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_utilStefan Metzmacher2010-12-081-6/+6
* s4:python: add PyString_FromStringOrNULL() to pyrpc_utilStefan Metzmacher2010-12-082-0/+10
* buildtools: private_libraries should not have a version in the sonameStefan Metzmacher2010-12-081-1/+1
* buildtools: add the PRIVATE_EXTENSION for private librariesStefan Metzmacher2010-12-081-3/+0
* buildtools: make sure we have no '+' in the version scriptsStefan Metzmacher2010-12-081-1/+1
* smbtorture: use xxxULL notation instead of INT64_C(xxx)Matthieu Patou2010-12-081-2/+2
* s4-acl: Replaced talloc_reference with talloc_steal, as aclread is the only o...Nadezhda Ivanova2010-12-081-6/+3
* Add ncacn_http (RTS) IDL implementation in dcerpc.idlJulien Kerihuel2010-12-081-1/+153
* ldb: bump version number after introduction of new constant.Jelmer Vernooij2010-12-081-1/+1
* s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTENadezhda Ivanova2010-12-081-1/+1
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-0818-18/+18
* waf: added --disable-symbol-versions configure optionAndrew Tridgell2010-12-081-3/+8
* s4-ldb: added @LIB_RPATH@ to the ldb pc fileAndrew Tridgell2010-12-081-1/+1
* waf: support @LIB_RPATH@ in pc filesAndrew Tridgell2010-12-081-2/+6
* s4-acl: Changed the mechanism of attribute removal to speed it up.Nadezhda Ivanova2010-12-081-41/+88
* s4-acl: Added a flag to mark an element as failing an access check.Nadezhda Ivanova2010-12-081-0/+3
* ndr: Another try to support the build on non-IPv6 systemsKai Blin2010-12-081-2/+4
* s4-param Allow +foo syntax in smb.conf list parsingAndrew Bartlett2010-12-084-13/+54
* s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specifiedAndrew Bartlett2010-12-081-0/+2
* libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett2010-12-083-3/+4
* build: tru64 needs -shared for building libsMatthieu Patou2010-12-081-1/+1
* waf: added -Wmissing-prototypes to buildAndrew Tridgell2010-12-081-1/+1
* waf: make all generators depend on their rulesAndrew Tridgell2010-12-081-0/+2
* s3-waf: fixed version number handlingAndrew Tridgell2010-12-082-13/+5
* s4-heimdal: enable symbol versioning in heimdalAndrew Tridgell2010-12-081-20/+38
* waf: use -Wl,--version-script if availableAndrew Tridgell2010-12-082-2/+19
* waf: added configure test for -Wl,--version-scriptAndrew Tridgell2010-12-083-1/+21
* s4-dns: dlz_bind9 doesn't need to link to gensec any moreAndrew Tridgell2010-12-081-1/+1
* s4-waf: get the version number right on private librariesAndrew Tridgell2010-12-084-18/+22
* s4-dns: use ldb hooks for samba extensions in dlz_bind9Andrew Tridgell2010-12-081-49/+35
* s4-ldb: use RTLD_DEEPBIND if available for ldb modulesAndrew Tridgell2010-12-081-1/+13
* s4-dns: allow a remote ldap server to be used with dlz_bind9Andrew Tridgell2010-12-082-16/+67
* s4-dsdb: register samba handlers in dsdb moduleAndrew Tridgell2010-12-081-0/+6
* s4-ldb: ensure ldb_register_samba_handlers() is not done twiceAndrew Tridgell2010-12-081-2/+10
* wintest: use --add-ref for RODC replicationAndrew Tridgell2010-12-081-3/+18
* samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell2010-12-0813-53/+79
* samba-tools: export doesn't need any credentialsAndrew Tridgell2010-12-081-2/+1
* s4-provision Always run slaptest to convert the config fileAndrew Bartlett2010-12-081-13/+13
* s4-provision Add an invalid names check for 'domain == netbiosname'Andrew Bartlett2010-12-081-1/+4
* build: fix hpux build pbMatthieu Patou2010-12-082-0/+57
* docs: clarify the idmap_rid manpage (bug #7788)Michael Adam2010-12-071-0/+18
* docs: clarify the idmap_ad manpage (bug #6322)Michael Adam2010-12-071-0/+17
* libcli/auth: let spnego_write_mech_types() check the asn1_load() returnStefan Metzmacher2010-12-071-0/+4
* 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