summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-26s3: Lift talloc_autofree_context() from make_auth_context_fixed()Volker Lendecke4-7/+10
2010-09-26s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke7-10/+18
2010-09-26s3: Lift talloc_autofree_context() from make_auth_context_text_list()Volker Lendecke1-3/+6
2010-09-26s3: Lift talloc_autofree_context() from make_auth_context()Volker Lendecke1-3/+7
2010-09-26s3: Fix a memleak in make_new_server_info_system()Volker Lendecke1-0/+1
2010-09-26s3: Remove talloc_autofree_context() from init_system_info()Volker Lendecke1-1/+2
2010-09-25s3: Fix a typoVolker Lendecke1-1/+1
2010-09-25s3: Fix some 64-bit warningsVolker Lendecke2-4/+6
2010-09-25pyteven: Fix build warnings.Jelmer Vernooij1-6/+16
2010-09-25Check in configure/Makefile for those projects that have waf as primary ↵Jelmer Vernooij7-5/+219
build system.
2010-09-25pytevent: Add more tests.Jelmer Vernooij2-2/+81
2010-09-25pytevent: Fill in client side fnuctions.Jelmer Vernooij1-52/+393
2010-09-25selftest: If a testsuite is killed by a signal, let selftest die.Jelmer Vernooij1-2/+2
2010-09-25tevent: Add infrastructure for python bindings.Jelmer Vernooij2-1/+418
2010-09-25tevent: Switch to using waf by default.Jelmer Vernooij2-14/+15
2010-09-25s3: Fix bug 7470Volker Lendecke3-3/+5
S_IREAD and S_IWRITE are not standard. Thanks to Joachim Schmitz <schmitz@hp.com> for reporting!
2010-09-25ldb: mark the location of a lot more ldb requestsAndrew Tridgell28-15/+109
2010-09-25s4-dsdb: added tagging of requests in dsdb modulesAndrew Tridgell8-0/+30
this allows you to call dsdb_req_chain_debug() in gdb or when writing debug code to see the request chain
2010-09-25ldb: added request location trackingAndrew Tridgell4-0/+39
this is used to help debug async ldb requests. The ldb request handle now contains a location string and the parent request pointer. This allows us to print a backtrace of ldb requests in the dsdb modules.
2010-09-25s4-repl: make getncchanges a bit less verboseAndrew Tridgell1-1/+1
this should reduce some of the clutter in make test
2010-09-25s4-net: added --ipaddress option to net commandsAndrew Tridgell6-6/+13
this allows override of server IP address, bypassing NBT or DNS name resolution of DCs Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-25s4-pynet: added server keyword to Net() initialisationAndrew Tridgell1-3/+7
this sets up server_address in the libnet context Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-25s4-libnet: added server_address option in libnet contextAndrew Tridgell3-1/+6
this is used by libnet_LookupDCs Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-25s4-finddcs: allow override of server IP addressAndrew Tridgell2-1/+37
this will be used to implement --ipaddress option to net commands Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-25s4-repl: don't store repsFrom on DNs other than NC headsAndrew Tridgell1-0/+9
we don't want a refsFrom on the Rid Manage$ DN Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
2010-09-25s4-pycredentials: avoid a tallloc_free on refAndrew Tridgell1-1/+1
with the new py object structure, we need to unlink not free
2010-09-25s4-repl: use namingContexts from rootDSE to initialise partition listAndrew Tridgell1-53/+36
this is preferable to looking for the hasMasterNCs attribute on nTDSDSA objects.
2010-09-25s4-repl: force on WRIT_REP when we are a writable replicaAndrew Tridgell1-4/+3
this ensures we always mark ourselves as writeable when we are not an RODC
2010-09-25s4-repl: use dreplsrv_partition_source_dsa_by_guid to find source dsaAndrew Tridgell1-5/+6
this avoids a list walk in the calling code
2010-09-25torture: fixed a valgrind error in SMB2-CREATEAndrew Tridgell1-0/+6
the lock structure had uninitialised elements, so we sent a random length. This also adds a 1 byte write, so there is real data that is being truncated with the 2nd open
2010-09-25s4-dsdb: Fixed a call to the wrong ops function in dsdb_module_search_dn.Nadezhda Ivanova1-1/+1
2010-09-24s3-waf: fix debug2html.Günther Deschner1-1/+1
Guenther
2010-09-24s3-waf: add missing idmap module objectfiles.Günther Deschner1-0/+6
Guenther
2010-09-24s3-waf: convert DISPLAY_SEC into a subsystem.Günther Deschner1-7/+9
Guenther
2010-09-24s3-waf: fix libnetapi and libaddns unresolved symbols.Günther Deschner1-2/+3
Guenther
2010-09-24s3-waf: install header files for our libraries.Günther Deschner1-0/+4
Guenther
2010-09-24s3-waf: convert LIBEVENTLOG into a subsystem.Günther Deschner1-12/+13
Guenther
2010-09-24s4-waf: add NDR_EVENTLOG.Günther Deschner2-2/+7
Guenther
2010-09-24s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA.Günther Deschner3-12/+12
Guenther
2010-09-24s3-waf: convert LIBNET et al into subsystems.Günther Deschner2-6/+26
Guenther
2010-09-24s3-waf: convert PASSWD_UTIL into a subsystem.Günther Deschner1-6/+11
Guenther
2010-09-24talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke2-0/+22
2010-09-24s3-waf: convert READLINE into a subsystem.Günther Deschner1-8/+10
Guenther
2010-09-24s3-waf: convert PROFILE into a subsystem.Günther Deschner1-9/+11
Guenther
2010-09-24s3-waf: convert AFS_SETTOKEN and AFS into subsystems.Günther Deschner1-9/+17
Guenther
2010-09-24s3-waf: let winbind depend on SRV_NDR_WBINT and RPCCLI_NDR_WBINT.Günther Deschner2-5/+11
Guenther
2010-09-24s3-waf: convert LOCKING into a subsystem.Günther Deschner1-12/+13
Guenther
2010-09-24s3-waf: add RPC_NDR_WBINT to librpc/wscript_build.Günther Deschner1-0/+5
Guenther
2010-09-24s3-waf: add autogen-waf.sh to source3.Günther Deschner1-0/+27
Guenther
2010-09-24s3-waf: add wscript_build to s3 librpc dir for NDR_ subsystems.Günther Deschner2-0/+32
Guenther