Age | Commit message (Expand) | Author | Files | Lines |
2011-02-22 | s4-descriptor: Fixed some missing curly braces. | Nadezhda Ivanova | 1 | -10/+13 |
2011-02-22 | s4:torture/rpc/netlogon.c - fix two build warnings by casts | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-02-22 | s4-auth Move libcli/security/session.c to the top level | Andrew Bartlett | 12 | -125/+9 |
2011-02-22 | selftest move selftesthelpers to a top level helper script | Andrew Bartlett | 1 | -138/+14 |
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 3 | -7/+7 |
2011-02-22 | s4-waf: added --enable-s3build configure option | Andrew Tridgell | 1 | -1/+6 |
2011-02-22 | s4-waf: rename smbpasswd library to smbpasswdparser | Andrew Tridgell | 4 | -4/+4 |
2011-02-22 | s4-waf: rename 'param' to 'pyparam' | Andrew Tridgell | 1 | -1/+1 |
2011-02-22 | s4-ndr: added NDR_WBINT to ndr_tables | Andrew Tridgell | 1 | -1/+1 |
2011-02-21 | s4-descriptor: Fixed some compiler warnings. | Nadezhda Ivanova | 1 | -2/+2 |
2011-02-21 | s4-descriptor: Removed unnecessary descriptor_change function and unused call... | Nadezhda Ivanova | 1 | -387/+0 |
2011-02-21 | s4-descriptor: Replaced the async descriptor_change with synchronous descript... | Nadezhda Ivanova | 1 | -1/+149 |
2011-02-21 | s4-descriptor: Replaced the synchronous descriptor_change with the synchronou... | Nadezhda Ivanova | 1 | -1/+108 |
2011-02-21 | s4-smbtorture: use torture_comment() instead of printf in raw.write test. | Günther Deschner | 1 | -66/+67 |
2011-02-21 | s4-smbtorture: fix some indent in raw.write test. | Günther Deschner | 1 | -4/+4 |
2011-02-21 | s4-smbtorture: fix trailing whitespace in raw.write test. | Günther Deschner | 1 | -22/+22 |
2011-02-21 | s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes... | Matthias Dieter Wallnöfer | 2 | -2/+2 |
2011-02-21 | s4:smbtorture do not leave output directory around | Christian Ambach | 1 | -13/+10 |
2011-02-21 | s4: avoid overwritting the dceprc.h file from toplevel librpc | Matthieu Patou | 1 | -1/+8 |
2011-02-21 | pyldb: add tests for getting control results | Matthieu Patou | 1 | -0/+8 |
2011-02-21 | pyldb: Add tests for the ldb_result object | Matthieu Patou | 1 | -0/+87 |
2011-02-21 | pyldb: create LdbResult, return value from ldb.search is now a LdbResult | Matthieu Patou | 2 | -5/+332 |
2011-02-21 | s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0) | Matthieu Patou | 3 | -26/+26 |
2011-02-21 | ldb: controls marshalling/unmarshalling improvement | Matthieu Patou | 4 | -623/+930 |
2011-02-20 | s4/drs-tests:Blackbox test to verify DsReplicaSync handling | Kamen Mazdrashki | 1 | -0/+91 |
2011-02-20 | s4/samba.tests: Raise BlackboxProcessError exception in case check_output met... | Kamen Mazdrashki | 1 | -2/+2 |
2011-02-20 | s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo... | Kamen Mazdrashki | 1 | -0/+13 |
2011-02-20 | s4/drs-tests: Allow _net_drs_replicate to force replication and return output... | Kamen Mazdrashki | 1 | -2/+4 |
2011-02-20 | s4/drs-tests: Split samba-tool command line generation into separate method | Kamen Mazdrashki | 1 | -7/+12 |
2011-02-20 | s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -45/+2 |
2011-02-20 | s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -35/+2 |
2011-02-20 | s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -44/+2 |
2011-02-20 | s4/drs-tests: Add a base class to hold common functionality for all DRS pytho... | Kamen Mazdrashki | 1 | -0/+104 |
2011-02-20 | ldb-samba: Add missing dependency on pyldb-util. | Jelmer Vernooij | 1 | -1/+1 |
2011-02-18 | lib/util/charcnv Move iconv handle setup in common | Andrew Bartlett | 2 | -5/+2 |
2011-02-18 | s4-idl: rename s4 server_id.idl to server_id4.idl | Andrew Tridgell | 14 | -14/+14 |
2011-02-18 | librpc make ndr-standard a common library | Andrew Bartlett | 1 | -13/+0 |
2011-02-18 | librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript files | Andrew Bartlett | 1 | -13/+6 |
2011-02-18 | s4-auth: rename 'auth' subsystem to 'auth4' | Andrew Tridgell | 10 | -34/+34 |
2011-02-18 | s3build: added NMBDSOCKETDIR to dynconfig | Andrew Tridgell | 3 | -1/+5 |
2011-02-18 | s4-dsdb: operational module does not need auth any more | Andrew Tridgell | 2 | -3/+1 |
2011-02-17 | s4-smbtorture: add more complex spoolss_EnumPrinterDataEx test. | Günther Deschner | 1 | -0/+721 |
2011-02-17 | s4:scripting/python/modules.c - remove a really unnecessary variable | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2011-02-17 | heimdal Pass F_CANON down to the hdb layer for servers in AS-REP as well | Andrew Bartlett | 1 | -2/+1 |
2011-02-17 | s4-build: added LOCALEDIR config option | Andrew Tridgell | 2 | -1/+3 |
2011-02-17 | s4-waf: move wbinfo buildrule to winbind. | Günther Deschner | 1 | -0/+4 |
2011-02-16 | s4-smbtorture: Fix for RPC-LSA-FOREST-TRUST. | Sumit Bose | 1 | -2/+5 |
2011-02-16 | s4-smbtorture: Two fixes for forest trust test against samba. | Sumit Bose | 1 | -2/+6 |
2011-02-15 | s4: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-02-15 | s4:torture/rpc/samr.c - fix up the "test_GroupList" suite regarding QueryDisp... | Matthias Dieter Wallnöfer | 1 | -2/+16 |