summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* waf: Add missing dependency (so header paths are inherited) on talloc to ↵Jelmer Vernooij2010-06-191-0/+1
| | | | internal python lib.
* samba4: Build libreplace as builtin library by default so it doesn't endJelmer Vernooij2010-06-181-1/+1
| | | | up in $prefix/lib.
* replace: Avoid hiding symbols when libreplace is builtin, as thisJelmer Vernooij2010-06-181-1/+5
| | | | appears to cause unresolved symbols at the moment.
* ldb: Remove dependency on self.Jelmer Vernooij2010-06-181-1/+1
|
* wafsamba: Use BUILTIN_LIBRARY() rather than relying on side-effects.Jelmer Vernooij2010-06-181-2/+2
|
* ldbsamba: Build as subsystem to prevent infinite recursion issues.Jelmer Vernooij2010-06-181-1/+1
|
* s4: Don't build a $prefix/lib/libpython.so, as such a library often already ↵Jelmer Vernooij2010-06-181-1/+2
| | | | exists :-)
* s4-waf: Don't include pytalloc when embedding python.Jelmer Vernooij2010-06-182-2/+1
|
* s4: Build more python convenience files as subsystems rather than as python ↵Jelmer Vernooij2010-06-182-6/+9
| | | | modules.
* ldb: Don't build pyldb_util as python module but rather as subsystem, so as ↵Jelmer Vernooij2010-06-181-2/+2
| | | | to not delute /usr/lib.
* ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, ↵Jelmer Vernooij2010-06-181-1/+1
| | | | so as to not delute /usr/lib.
* web_server: Don't build wsgi support as python module but rather asJelmer Vernooij2010-06-181-2/+3
| | | | subsystem so we don't install it into /usr/lib.
* s4:cldap_server/rootdse.c - simplify the code a bitMatthias Dieter Wallnöfer2010-06-181-13/+9
| | | | | Remove "NULL"-content variables and use "NULL"s directly as arguments. Add some linewraps where needed.
* s4:cldap_server.c - here the counter variable should be "signed"Matthias Dieter Wallnöfer2010-06-181-2/+1
|
* Second part of fix converting prs_XX struct and functions to talloc. Remove ↵Jeremy Allison2010-06-182-51/+0
| | | | | | | | unneeded prs_mem_free calls. Jeremy. Signed-off-by: Simo Sorce <idra@samba.org>
* Convert the prs_XXX struct and functions to use talloc instead of malloc. ↵Jeremy Allison2010-06-185-61/+78
| | | | | | | | Passes valgrind and make tests for client and server. Second version of this patch after splitting up at Simo's request. Patch to follow will delete extraneous prs_mem_free() calls. Jeremy. Signed-off-by: Simo Sorce <idra@samba.org>
* unittest: Change the name of the base ldb test so that it can be easily ↵Matthieu Patou2010-06-181-2/+2
| | | | called separatly
* s4:ldap_backend.c - fix crash bugs when we got in error situations with ↵Matthias Dieter Wallnöfer2010-06-181-5/+4
| | | | "res" still set to "NULL"
* s4:ldap_backend.c - fix a small error (use "ModifyResponse" rather than ↵Matthias Dieter Wallnöfer2010-06-181-1/+1
| | | | "AddResponse")
* s4:objectclass LDB module - move "mem_ctx" initialisation lowerMatthias Dieter Wallnöfer2010-06-181-16/+11
| | | | Saves us some "talloc_free"s on error cases
* s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the detection of the address ↵Matthias Dieter Wallnöfer2010-06-181-2/+3
| | | | | | | | | family in a better way Obviously the last attempt wasn't enough. Now we do really only read the first byte in the address buffer which on little endian transmission does always contain the address family (MS-NRPC 2.2.1.2.4.1). This should now be working platform-independently.
* s4:torture/rpc/netlogon.c - make sure that the address family is set in ↵Matthias Dieter Wallnöfer2010-06-181-18/+18
| | | | little endian in the "AddressToSitenames" tests
* s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ↵Matthias Dieter Wallnöfer2010-06-181-12/+16
| | | | against s4
* Use #defined constant instead of "false" to be clearer about intent.Jeremy Allison2010-06-171-1/+1
|
* s3-selftest: fix locktest9 in make selftest.Günther Deschner2010-06-174-5/+7
| | | | Guenther
* s3:configure: use cc for linking on IRIX and fix shlib usageBjörn Jacke2010-06-171-3/+2
|
* s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of ↵Stefan Metzmacher2010-06-171-1/+2
| | | | | | dcerpc_netr_LogonSamLogon() metze
* selftest/Samba4: make the naming of passwords more consistentStefan Metzmacher2010-06-171-3/+3
| | | | metze
* selftest/Samba4: let localfl2000dc use 127.0.0.5Stefan Metzmacher2010-06-171-4/+4
| | | | | | Now we have 127.0.0.6-10 available for more servers. metze
* selftest/Samba4: let localvampiredc use 127.0.0.2Stefan Metzmacher2010-06-171-2/+3
| | | | metze
* selftest: use 127.0.0.11-16 for the clientStefan Metzmacher2010-06-172-10/+10
| | | | | | | | | This gives more room for servers. Note: socket_wrapper currently only supports 127.0.0.1-16 see MAX_WRAPPED_INTERFACES. metze
* selftest/Samba3: remove unused create_clientconf() functionStefan Metzmacher2010-06-171-33/+0
| | | | metze
* pidl/wscript: build manpages in build group 'final'Stefan Metzmacher2010-06-171-1/+1
| | | | | | So that waf --target=smbtorture doesn't build them metze
* pidl/wscript: only try to build pidl manpages if pod2man is availableStefan Metzmacher2010-06-171-6/+7
| | | | metze
* pidl/wscript: call pod2man with the detected perl versionStefan Metzmacher2010-06-171-1/+2
| | | | | | Some systems like SLES11 have a broken perl path in pod2man. metze
* s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclientKai Blin2010-06-171-1/+1
|
* s3-waf: Add check for iconvKai Blin2010-06-172-1/+9
|
* s3-waf: Work around missing *netgrent prototypes on OSX 10.4Kai Blin2010-06-172-5/+27
|
* s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the read of the IP packet versionMatthias Dieter Wallnöfer2010-06-161-3/+4
| | | | | | This should make it clearer by the use of the standardised "sa_family_t" type and hopefully fixes the problems on platforms other than Linux (NetBSD in the buildfarm for example).
* s4:ldif_handlers.c - fix warningMatthias Dieter Wallnöfer2010-06-161-3/+4
|
* Remove an unused chunk of code (will make it easier to talloc'ize prs_XXX).Jeremy Allison2010-06-161-49/+0
| | | | Jeremy.
* Remove two unused functions (prs_force_dynamic, prs_set_session_key).Jeremy Allison2010-06-163-21/+0
| | | | Jeremy.
* codepages-waf: When built with --with-fhs, install toJelmer Vernooij2010-06-161-1/+1
| | | | $prefix/share/samba, not $prefix/share.
* lib/crypto: only include what is needed.Günther Deschner2010-06-1611-10/+15
| | | | Guenther
* pidl-waf: Avoid relying on MakeMaker when installing pidl manpages.Jelmer Vernooij2010-06-163-17/+20
|
* s4: Fix build when there is a system-provided ldb.Jelmer Vernooij2010-06-164-4/+4
|
* s4-smbtorture: Remind myself we need to add a test for SMBsplretq in ↵Günther Deschner2010-06-161-0/+2
| | | | | | RAP-PRINTING. Guenther
* s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation.Günther Deschner2010-06-161-3/+3
| | | | Guenther
* Merge branch 'master' of git+ssh://git.samba.org/data/git/sambaJohn H Terpstra2010-06-164-51/+213
|\
| * s4:ldap.py - add another test about linked attributesMatthias Dieter Wallnöfer2010-06-161-1/+90
| | | | | | | | | | In addition this test makes sure that the bug regarding the search with deleted linked attributes in the filter has been fixed.