summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4-drepl: Refactor dreplsrv_run_pull_ops() toKamen Mazdrashki2011-02-271-16/+33
* s4-drepl: Pass replication options from DsReplicaSync callKamen Mazdrashki2011-02-274-5/+12
* s4:heimdal - fix valgrind issue on Fedora 14Milan Crha2011-02-257-153/+153
* Revert "heimdal_build omit #line statments to allow valgrind to work again"Matthias Dieter Wallnöfer2011-02-258-57/+378
* heimdal_build omit #line statments to allow valgrind to work againAndrew Bartlett2011-02-258-378/+57
* Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...Jeremy Allison2011-02-251-1/+0
* s4:dynconfig: fix segfault in the set_dyn_*() functionsStefan Metzmacher2011-02-241-12/+25
* s4:dynconfig: add prototypes for *dyn_LOCALEDIRStefan Metzmacher2011-02-241-0/+1
* build: moved util_reg.c into a common subsystemAndrew Tridgell2011-02-241-2/+2
* build: moved spnego_parse.c into a common subsystemAndrew Tridgell2011-02-241-2/+2
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-2410-4/+11
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-247-2/+9
* build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystemAndrew Tridgell2011-02-243-4/+4
* build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell2011-02-244-8/+6
* Make lpcfg_server_role public.Jelmer Vernooij2011-02-231-0/+1
* s4:librpc: let dcerpc-samr library use RPC_NDR_SAMR subsystemStefan Metzmacher2011-02-221-2/+2
* s4:build: add RPC_NDR_ATSVC subsystemStefan Metzmacher2011-02-221-2/+2
* s4-descriptor: Fixed a typo in a comment and clarified it a bit.Nadezhda Ivanova2011-02-221-2/+2
* s4-descriptor: Fixed some missing curly braces.Nadezhda Ivanova2011-02-221-10/+13
* s4:torture/rpc/netlogon.c - fix two build warnings by castsMatthias Dieter Wallnöfer2011-02-221-2/+2
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-2212-125/+9
* selftest move selftesthelpers to a top level helper scriptAndrew Bartlett2011-02-221-138/+14
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-223-7/+7
* s4-waf: added --enable-s3build configure optionAndrew Tridgell2011-02-221-1/+6
* s4-waf: rename smbpasswd library to smbpasswdparserAndrew Tridgell2011-02-224-4/+4
* s4-waf: rename 'param' to 'pyparam'Andrew Tridgell2011-02-221-1/+1
* s4-ndr: added NDR_WBINT to ndr_tablesAndrew Tridgell2011-02-221-1/+1
* s4-descriptor: Fixed some compiler warnings.Nadezhda Ivanova2011-02-211-2/+2
* s4-descriptor: Removed unnecessary descriptor_change function and unused call...Nadezhda Ivanova2011-02-211-387/+0
* s4-descriptor: Replaced the async descriptor_change with synchronous descript...Nadezhda Ivanova2011-02-211-1/+149
* s4-descriptor: Replaced the synchronous descriptor_change with the synchronou...Nadezhda Ivanova2011-02-211-1/+108
* s4-smbtorture: use torture_comment() instead of printf in raw.write test.Günther Deschner2011-02-211-66/+67
* s4-smbtorture: fix some indent in raw.write test.Günther Deschner2011-02-211-4/+4
* s4-smbtorture: fix trailing whitespace in raw.write test.Günther Deschner2011-02-211-22/+22
* s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes...Matthias Dieter Wallnöfer2011-02-212-2/+2
* s4:smbtorture do not leave output directory aroundChristian Ambach2011-02-211-13/+10
* s4: avoid overwritting the dceprc.h file from toplevel librpcMatthieu Patou2011-02-211-1/+8
* pyldb: add tests for getting control resultsMatthieu Patou2011-02-211-0/+8
* pyldb: Add tests for the ldb_result objectMatthieu Patou2011-02-211-0/+87
* pyldb: create LdbResult, return value from ldb.search is now a LdbResultMatthieu Patou2011-02-212-5/+332
* s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou2011-02-213-26/+26
* ldb: controls marshalling/unmarshalling improvementMatthieu Patou2011-02-214-623/+930
* s4/drs-tests:Blackbox test to verify DsReplicaSync handlingKamen Mazdrashki2011-02-201-0/+91
* s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...Kamen Mazdrashki2011-02-201-2/+2
* s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...Kamen Mazdrashki2011-02-201-0/+13
* s4/drs-tests: Allow _net_drs_replicate to force replication and return output...Kamen Mazdrashki2011-02-201-2/+4
* s4/drs-tests: Split samba-tool command line generation into separate methodKamen Mazdrashki2011-02-201-7/+12
* s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-45/+2
* s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-35/+2
* s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-44/+2