summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2010-04-08pynet: Create a net class.Jelmer Vernooij10-91/+118
2010-04-08s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij6-49/+51
2010-04-08s4-python: Cancel transaction properly in case of exceptions, fix formatting.Jelmer Vernooij1-29/+33
2010-04-08s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij6-78/+82
2010-04-08s4-python: More cleanups.Jelmer Vernooij9-29/+37
2010-04-08s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij6-44/+44
2010-04-08s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij3-7/+6
2010-04-08s4-python: Simplify code, improve formatting.Jelmer Vernooij8-235/+208
2010-04-08s4-python: Remove obsolete and broken torture modules.Jelmer Vernooij5-963/+0
The functionality of these modules is already present in a more current form in other modules.
2010-04-08testr: Use waf test runner.Jelmer Vernooij1-2/+2
2010-04-08selftest: Add --filtered-subunit option.Jelmer Vernooij1-1/+6
2010-04-08s4-waf: Support --load-list option.Jelmer Vernooij1-1/+5
2010-04-08s4-python: samdb: Default to using global schema.Jelmer Vernooij1-2/+1
2010-04-08s4:dsdb - Handle INVALID_DN_SYNTAX from OpenLDAP in ↵Endi S. Dewata1-1/+1
dsdb_module_load_partition_usn(). Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-04-08Update waf build.Jelmer Vernooij1-1/+1
2010-04-08Migrate 'net export keytab' to python.Jelmer Vernooij6-125/+115
2010-04-08s4-smbtorture: protect against full UNC paths in winreg printerinfo test.Günther Deschner1-2/+26
Guenther
2010-04-08s4:registry - "REGF backend" - don't ignore wrong-sized ↵Matthias Dieter Wallnöfer1-2/+5
REG_DWORD/REG_DWORD_BIG_ENDIAN values
2010-04-08s4-smbtorture: add PrinterInfo level 2 / winreg consistency test.Günther Deschner1-0/+185
This compares PrinterInfo2 with contents of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\printername and HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers\printername Guenther
2010-04-08s4-smbtorture: minor cleanup, use data_blob_talloc_zero() in RPC-SPOOLSS.Günther Deschner1-40/+20
Guenther
2010-04-08s4:WAF buildsystem - support out of "source4" directory buildsMatthias Dieter Wallnöfer1-8/+14
Bug: https://bugzilla.samba.org/show_bug.cgi?id=4081 With this patch we are able to invoke s4 builds from the outside of the "source4" directory (but the target remains the "source4/bin" path). One constraint: all commands: "autogen-waf.sh", "configure", "make" have to be run from the same directory! Regarding "make": you have to run it using "make -C <source4 path> [targets]" if the invoke directory is not "source4" itself.
2010-04-08s4:registry - "patchfile_preg.c" - fix the read operation of the data length ↵Matthias Dieter Wallnöfer1-0/+4
on big-endian platforms
2010-04-08s4:registry - "patchfile_preg.c" - use "sizeof(uint32_t)" for some size ↵Matthias Dieter Wallnöfer1-2/+2
specifications Looks nicer.
2010-04-08s4-net: Simplify SamDB connect code.Jelmer Vernooij8-49/+10
2010-04-08s4-python: Move set_global_schema to pydsdb.Jelmer Vernooij3-54/+105
2010-04-07s4-smbtorture: minor typo in SetJob test in RPC-SPOOLSS.Günther Deschner1-1/+1
Guenther
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy5-13/+15
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-07LDB:sample_module - reintroduce accidentally removed "ldb_msg_add_fmt" statementMatthias Dieter Wallnöfer1-0/+2
Obviously this is really needed by the "samba4.ldb" test.
2010-04-07Move configure_check_unused script to root scriptdir, as it is usefulJelmer Vernooij1-124/+0
for both s3 and s4.
2010-04-07s4: Remove unused pkg-config replacement in perl.Jelmer Vernooij1-145/+0
2010-04-07LDB:python bindings - also empty LDB message elements should have a python ↵Matthias Dieter Wallnöfer1-3/+6
representation Bug found by ekacnet (see technical mailing list).
2010-04-07s4:registry - "regf backend" - fix it up regarding ↵Matthias Dieter Wallnöfer1-4/+6
REG_DWORD/REG_DWORD_BIG_ENDIAN_VALUES This is needed to make it platform independently work (also on big endian platforms as little endian). Also add a size check before storing a DWORD.
2010-04-07s4:winbind/wb_server.c - fix indentationMatthias Dieter Wallnöfer1-2/+2
2010-04-07Test using (-1) for tid and sessionid in compound related requests.Jeremy Allison1-0/+25
Jeremy.
2010-04-07s4-samdb: Allow skipping global schema.Jelmer Vernooij3-8/+9
2010-04-07s4-provision: Proper handling of exceptions, use SamDB class but skip global ↵Jelmer Vernooij1-10/+17
schema.
2010-04-07s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij6-162/+200
2010-04-07urgent_replication: Use standard comments rather than docstrings.Jelmer Vernooij1-29/+28
2010-04-07s4:pyregistry.c - fix indentationMatthias Dieter Wallnöfer1-17/+18
2010-04-07s4:provision - add a comment which explains why "paths.dns_keytab" is stored ↵Matthias Dieter Wallnöfer1-0/+3
without path reference
2010-04-07s4-smbtorture: test for invalid form flags in RPC-SPOOLSS.Günther Deschner1-5/+21
Guenther
2010-04-07s4-smbtorture: test all types and also use a wellknown builtin form name in ↵Günther Deschner1-43/+128
RPC-SPOOLSS. Guenther
2010-04-07s4-smbtorture: merge badname spoolss openprinter tests.Günther Deschner1-9/+34
Guenther
2010-04-07s4-smbtorture: avoid passing down a full test_spoolss_context to directoryGünther Deschner1-20/+17
spoolss tests when not used. Guenther
2010-04-07s4-python: Use standard infrastructure for finding included testtools, ↵Jelmer Vernooij2-3/+0
subunit and iso8601.
2010-04-06s4-smbtorture: more work on forms tests in RPC-SPOOLSS.Günther Deschner1-127/+328
Guenther
2010-04-06s4:param/secrets.c - add some "char *" castsMatthias Dieter Wallnöfer1-3/+3
Also this quiets some warnings.
2010-04-06s4:net tool - add a "discard_const_p" to suppress the "PySys_SetArgv" warningMatthias Dieter Wallnöfer1-1/+1
2010-04-06s4:torture - remove unused variablesMatthias Dieter Wallnöfer3-3/+1
2010-04-06s4:auth/ntlm/auth_developer.c - "fixed_challenge_get_challenge" - fix the ↵Matthias Dieter Wallnöfer1-5/+2
assignment of the challenge This is a string buffer and not a DATA_BLOB.