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