summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-18replace: Avoid hiding symbols when libreplace is builtin, as thisJelmer Vernooij1-1/+5
2010-06-18ldb: Remove dependency on self.Jelmer Vernooij1-1/+1
2010-06-18wafsamba: Use BUILTIN_LIBRARY() rather than relying on side-effects.Jelmer Vernooij1-2/+2
2010-06-18ldbsamba: Build as subsystem to prevent infinite recursion issues.Jelmer Vernooij1-1/+1
2010-06-18s4: Don't build a $prefix/lib/libpython.so, as such a library often already e...Jelmer Vernooij1-1/+2
2010-06-18s4-waf: Don't include pytalloc when embedding python.Jelmer Vernooij2-2/+1
2010-06-18s4: Build more python convenience files as subsystems rather than as python m...Jelmer Vernooij2-6/+9
2010-06-18ldb: Don't build pyldb_util as python module but rather as subsystem, so as t...Jelmer Vernooij1-2/+2
2010-06-18ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, s...Jelmer Vernooij1-1/+1
2010-06-18web_server: Don't build wsgi support as python module but rather asJelmer Vernooij1-2/+3
2010-06-18s4:cldap_server/rootdse.c - simplify the code a bitMatthias Dieter Wallnöfer1-13/+9
2010-06-18s4:cldap_server.c - here the counter variable should be "signed"Matthias Dieter Wallnöfer1-2/+1
2010-06-18Second part of fix converting prs_XX struct and functions to talloc. Remove u...Jeremy Allison2-51/+0
2010-06-18Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...Jeremy Allison5-61/+78
2010-06-18unittest: Change the name of the base ldb test so that it can be easily calle...Matthieu Patou1-2/+2
2010-06-18s4:ldap_backend.c - fix crash bugs when we got in error situations with "res"...Matthias Dieter Wallnöfer1-5/+4
2010-06-18s4:ldap_backend.c - fix a small error (use "ModifyResponse" rather than "AddR...Matthias Dieter Wallnöfer1-1/+1
2010-06-18s4:objectclass LDB module - move "mem_ctx" initialisation lowerMatthias Dieter Wallnöfer1-16/+11
2010-06-18s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the detection of the address fa...Matthias Dieter Wallnöfer1-2/+3
2010-06-18s4:torture/rpc/netlogon.c - make sure that the address family is set in littl...Matthias Dieter Wallnöfer1-18/+18
2010-06-18s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ...Matthias Dieter Wallnöfer1-12/+16
2010-06-17Use #defined constant instead of "false" to be clearer about intent.Jeremy Allison1-1/+1
2010-06-17s3-selftest: fix locktest9 in make selftest.Günther Deschner4-5/+7
2010-06-17s3:configure: use cc for linking on IRIX and fix shlib usageBjörn Jacke1-3/+2
2010-06-17s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of dcerp...Stefan Metzmacher1-1/+2
2010-06-17selftest/Samba4: make the naming of passwords more consistentStefan Metzmacher1-3/+3
2010-06-17selftest/Samba4: let localfl2000dc use 127.0.0.5Stefan Metzmacher1-4/+4
2010-06-17selftest/Samba4: let localvampiredc use 127.0.0.2Stefan Metzmacher1-2/+3
2010-06-17selftest: use 127.0.0.11-16 for the clientStefan Metzmacher2-10/+10
2010-06-17selftest/Samba3: remove unused create_clientconf() functionStefan Metzmacher1-33/+0
2010-06-17pidl/wscript: build manpages in build group 'final'Stefan Metzmacher1-1/+1
2010-06-17pidl/wscript: only try to build pidl manpages if pod2man is availableStefan Metzmacher1-6/+7
2010-06-17pidl/wscript: call pod2man with the detected perl versionStefan Metzmacher1-1/+2
2010-06-17s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclientKai Blin1-1/+1
2010-06-17s3-waf: Add check for iconvKai Blin2-1/+9
2010-06-17s3-waf: Work around missing *netgrent prototypes on OSX 10.4Kai Blin2-5/+27
2010-06-16s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the read of the IP packet versionMatthias Dieter Wallnöfer1-3/+4
2010-06-16s4:ldif_handlers.c - fix warningMatthias Dieter Wallnöfer1-3/+4
2010-06-16Remove an unused chunk of code (will make it easier to talloc'ize prs_XXX).Jeremy Allison1-49/+0
2010-06-16Remove two unused functions (prs_force_dynamic, prs_set_session_key).Jeremy Allison3-21/+0
2010-06-16codepages-waf: When built with --with-fhs, install toJelmer Vernooij1-1/+1
2010-06-16lib/crypto: only include what is needed.Günther Deschner11-10/+15
2010-06-16pidl-waf: Avoid relying on MakeMaker when installing pidl manpages.Jelmer Vernooij3-17/+20
2010-06-16s4: Fix build when there is a system-provided ldb.Jelmer Vernooij4-4/+4
2010-06-16s4-smbtorture: Remind myself we need to add a test for SMBsplretq in RAP-PRIN...Günther Deschner1-0/+2
2010-06-16s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation.Günther Deschner1-3/+3
2010-06-16Merge branch 'master' of git+ssh://git.samba.org/data/git/sambaJohn H Terpstra4-51/+213
2010-06-16Fix typo reported by Söderlund David <david.soderlund@baesystems.se>.John H Terpstra1-1/+1
2010-06-16s4:ldap.py - add another test about linked attributesMatthias Dieter Wallnöfer1-1/+90
2010-06-16s4:ldif-handlers Add a custom handler for DNs that knows about deleted valuesAndrew Bartlett1-0/+78