summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pytevent: Fill in client side fnuctions.Jelmer Vernooij2010-09-251-52/+393
|
* selftest: If a testsuite is killed by a signal, let selftest die.Jelmer Vernooij2010-09-251-2/+2
|
* tevent: Add infrastructure for python bindings.Jelmer Vernooij2010-09-252-1/+418
|
* tevent: Switch to using waf by default.Jelmer Vernooij2010-09-252-14/+15
|
* s3: Fix bug 7470Volker Lendecke2010-09-253-3/+5
| | | | | | S_IREAD and S_IWRITE are not standard. Thanks to Joachim Schmitz <schmitz@hp.com> for reporting!
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-2528-15/+109
|
* s4-dsdb: added tagging of requests in dsdb modulesAndrew Tridgell2010-09-258-0/+30
| | | | | this allows you to call dsdb_req_chain_debug() in gdb or when writing debug code to see the request chain
* ldb: added request location trackingAndrew Tridgell2010-09-254-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.
* s4-repl: make getncchanges a bit less verboseAndrew Tridgell2010-09-251-1/+1
| | | | this should reduce some of the clutter in make test
* s4-net: added --ipaddress option to net commandsAndrew Tridgell2010-09-256-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>
* s4-pynet: added server keyword to Net() initialisationAndrew Tridgell2010-09-251-3/+7
| | | | | | this sets up server_address in the libnet context Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* s4-libnet: added server_address option in libnet contextAndrew Tridgell2010-09-253-1/+6
| | | | | | this is used by libnet_LookupDCs Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* s4-finddcs: allow override of server IP addressAndrew Tridgell2010-09-252-1/+37
| | | | | | this will be used to implement --ipaddress option to net commands Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* s4-repl: don't store repsFrom on DNs other than NC headsAndrew Tridgell2010-09-251-0/+9
| | | | | | we don't want a refsFrom on the Rid Manage$ DN Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
* s4-pycredentials: avoid a tallloc_free on refAndrew Tridgell2010-09-251-1/+1
| | | | with the new py object structure, we need to unlink not free
* s4-repl: use namingContexts from rootDSE to initialise partition listAndrew Tridgell2010-09-251-53/+36
| | | | | this is preferable to looking for the hasMasterNCs attribute on nTDSDSA objects.
* s4-repl: force on WRIT_REP when we are a writable replicaAndrew Tridgell2010-09-251-4/+3
| | | | | this ensures we always mark ourselves as writeable when we are not an RODC
* s4-repl: use dreplsrv_partition_source_dsa_by_guid to find source dsaAndrew Tridgell2010-09-251-5/+6
| | | | this avoids a list walk in the calling code
* torture: fixed a valgrind error in SMB2-CREATEAndrew Tridgell2010-09-251-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
* s4-dsdb: Fixed a call to the wrong ops function in dsdb_module_search_dn.Nadezhda Ivanova2010-09-251-1/+1
|
* s3-waf: fix debug2html.Günther Deschner2010-09-241-1/+1
| | | | Guenther
* s3-waf: add missing idmap module objectfiles.Günther Deschner2010-09-241-0/+6
| | | | Guenther
* s3-waf: convert DISPLAY_SEC into a subsystem.Günther Deschner2010-09-241-7/+9
| | | | Guenther
* s3-waf: fix libnetapi and libaddns unresolved symbols.Günther Deschner2010-09-241-2/+3
| | | | Guenther
* s3-waf: install header files for our libraries.Günther Deschner2010-09-241-0/+4
| | | | Guenther
* s3-waf: convert LIBEVENTLOG into a subsystem.Günther Deschner2010-09-241-12/+13
| | | | Guenther
* s4-waf: add NDR_EVENTLOG.Günther Deschner2010-09-242-2/+7
| | | | Guenther
* s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA.Günther Deschner2010-09-243-12/+12
| | | | Guenther
* s3-waf: convert LIBNET et al into subsystems.Günther Deschner2010-09-242-6/+26
| | | | Guenther
* s3-waf: convert PASSWD_UTIL into a subsystem.Günther Deschner2010-09-241-6/+11
| | | | Guenther
* talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke2010-09-242-0/+22
|
* s3-waf: convert READLINE into a subsystem.Günther Deschner2010-09-241-8/+10
| | | | Guenther
* s3-waf: convert PROFILE into a subsystem.Günther Deschner2010-09-241-9/+11
| | | | Guenther
* s3-waf: convert AFS_SETTOKEN and AFS into subsystems.Günther Deschner2010-09-241-9/+17
| | | | Guenther
* s3-waf: let winbind depend on SRV_NDR_WBINT and RPCCLI_NDR_WBINT.Günther Deschner2010-09-242-5/+11
| | | | Guenther
* s3-waf: convert LOCKING into a subsystem.Günther Deschner2010-09-241-12/+13
| | | | Guenther
* s3-waf: add RPC_NDR_WBINT to librpc/wscript_build.Günther Deschner2010-09-241-0/+5
| | | | Guenther
* s3-waf: add autogen-waf.sh to source3.Günther Deschner2010-09-241-0/+27
| | | | Guenther
* s3-waf: add wscript_build to s3 librpc dir for NDR_ subsystems.Günther Deschner2010-09-242-0/+32
| | | | Guenther
* s4-kerberos Rework keytab handling to export servicePrincipalName entriesAndrew Bartlett2010-09-244-129/+171
| | | | | | | This creates keytab entries with all the servicePrincipalNames listed in the secrets.ldb entry. Andrew Bartlett
* Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison2010-09-234-4/+7
| | | | | | | | | | | Found by the CodeNomicon test suites at the SNIA plugfest. http://www.codenomicon.com/ If an invalid SPNEGO packet contains no OIDs we crash in the SMB1/SMB2 server as we indirect the first returned value OIDs[0], which is returned as NULL. Jeremy.
* s3-waf: add check for seteuid method.Günther Deschner2010-09-231-0/+44
| | | | | | Thanks to Kai and Metze! Guenther
* s3-waf: fix the build.Günther Deschner2010-09-231-0/+7
| | | | Guenther
* s3-waf: add more diroptions.Günther Deschner2010-09-231-1/+11
| | | | Guenther
* s3 waf: more correctly generate symbols for pdb/vfs/auth/etc. modulesKai Blin2010-09-231-13/+27
|
* selftest Don't run 'speed' tests for very longAndrew Bartlett2010-09-241-0/+2
| | | | | | | | 'make test' is too long, and the main thing we need with these tests is to ensure they don't segfault - there is no need to benchmark every box in the build farm, and we have no 'fail' metric in any case. Andrew Bartlett
* s4-selftest Run slow tests less oftenAndrew Bartlett2010-09-241-16/+12
| | | | | | | | These tests don't need to be run twice - basic parsing errors that will show up with the various options will be caught quite well by other tests. Andrew Bartlett
* s4-libnet_join Use header constant for 'all encryption types' in ↵Andrew Bartlett2010-09-241-4/+3
| | | | msDS-SupportedEncryptionTypes
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-248-239/+286
| | | | | | | | This code never really belonged in the credentials layer, and is easier done with direct access to the ldb_message that is in secrets.ldb. Andrew Bartlett
* s4-libnet Remove libnet_samdump_keytab() and net samdump keytabAndrew Bartlett2010-09-244-185/+2
| | | | | | | | | | | There is a beter implementation of this in Samba3, and this uses functions in the credentials code that I want to remove. The same functionality is available by running 'net samsync' and 'net export keytab'. This isn't a DRS-backed utility, it only used netlogon replication. Andrew Bartlett