summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Fix the build, add filtered subunit runner.Jelmer Vernooij2010-03-012-1/+5
* Add testrepository configuration.Jelmer Vernooij2010-03-011-0/+3
* More formatting fixes, pointed out by pylint.Jelmer Vernooij2010-03-018-44/+51
* s4:RPC-NETLOGON: remove useless rpc callbackStefan Metzmacher2010-03-011-18/+1
* s4:RPC-ECHO: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-4/+14
* s4:libnet_become_dc: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-7/+21
* s4:drepl_out_helpers: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-2/+13
* s4:drepl_notify: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-1/+9
* s4:librpc/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-012-3/+3
* s4:torture/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-015-7/+7
* s4:winbind: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-019-17/+17
* s4:dsdb/repl: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-012-4/+4
* s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-0110-41/+40
* s4:libnet_become_dc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-71/+9
* s4-smbtorture: add stricter SetPrinterDataEx tests to spoolss tests.Günther Deschner2010-03-011-27/+67
* s4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.Günther Deschner2010-03-011-0/+4
* s4-smbtorture: return needed size pointer from test_GetPrinterDataEx.Günther Deschner2010-03-011-5/+10
* s4-smbtorture: test at least three different regtypes in test_SetPrinterDataEx.Günther Deschner2010-03-011-6/+41
* s4/rodc: Implement samdb_rodc with ldb contextAnatoliy Atanasov2010-03-013-9/+63
* s4/libnet: Fix misleading commentAnatoliy Atanasov2010-03-011-1/+1
* python: Add 'make pylint' convenience rule.Jelmer Vernooij2010-03-011-0/+5
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-0114-152/+124
* Add 'pyflakes' rule.Jelmer Vernooij2010-03-011-0/+5
* ntacl: Use existing infrastructure.Jelmer Vernooij2010-03-012-27/+27
* Remove __contains__ from mock object for consistency with actualJelmer Vernooij2010-03-011-3/+0
* getntacl: Remove manpage for removed utility.Jelmer Vernooij2010-03-011-45/+0
* Fix SharesContainer.__len__.Ricardo Jorge2010-03-011-1/+1
* More formatting fixes.Jelmer Vernooij2010-03-012-85/+84
* Fix formatting.Jelmer Vernooij2010-03-012-906/+908
* upgradeprovision: Remove unused imports, use shutil.rmtree rather thanJelmer Vernooij2010-03-012-41/+18
* upgradeprovision: Move to pythondoc formatMatthieu Patou2010-03-012-32/+205
* upgradeprovision: Allow script to be called with pydocMatthieu Patou2010-03-011-40/+42
* upgrade provision: change the meaning of handle_security_desc to be similar t...Matthieu Patou2010-03-011-3/+3
* upgradeprovision: code cleanupMatthieu Patou2010-03-012-55/+64
* upgradeprovision: split the big script to put reusable functions appartMatthieu Patou2010-03-012-231/+268
* s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)Stefan Metzmacher2010-02-261-1/+1
* s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.Stefan Metzmacher2010-02-261-3/+4
* s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()Stefan Metzmacher2010-02-261-2/+2
* s4:dsdb/schema: fix validation of DNsStefan Metzmacher2010-02-261-1/+0
* s4:provision.zone - fix port of "_ldap._tcp.gc._msdcs"Matthias Dieter Wallnöfer2010-02-261-1/+1
* s4:script/installmisc.sh - install "dns_update_list" to target setup folderMatthias Dieter Wallnöfer2010-02-261-0/+1
* s4-winbind: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
* s4-ntp: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
* s4-kdc: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
* s4:dcesrv_samr.c - Remove unused variableMatthias Dieter Wallnöfer2010-02-261-3/+1
* s4: Winbind allow to behave more correctly when we have more than a few usersMatthieu Patou2010-02-261-8/+41
* s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett2010-02-262-0/+32
* s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider2010-02-262-209/+312
* s4:provision: use generate_random_password()Stefan Metzmacher2010-02-262-6/+6
* s4:pyglue: add generate_random_password()Stefan Metzmacher2010-02-261-2/+22