Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-01 | testprogs: add RPC_X_NULL_REF_POINTER error code | Günther Deschner | 1 | -0/+2 | |
2010-03-01 | s4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async ↵ | Stefan Metzmacher | 1 | -3/+3 | |
rpc over ncacn_np metze | |||||
2010-03-01 | s4:rpc_server/remote: do async calls | Stefan Metzmacher | 1 | -6/+42 | |
metze | |||||
2010-03-01 | s4:srvsvc RPC - make this one "signed-safe" | Matthias Dieter Wallnöfer | 1 | -19/+20 | |
2010-03-01 | s4:unixinfo RPC - make this one "signed-safe" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-01 | s4:spoolss RPC - make this one "signed-safe" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-01 | s4:remote RPC - make this one "signed-safe" | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-03-01 | s4:epmapper RPC - make this one "signed-safe" | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-03-01 | s3: Abstract access to sessionid.tdb, similar to conn_tdb.c | Volker Lendecke | 9 | -149/+206 | |
2010-03-01 | s4:LDB - cosmetic fix for a "for" loop | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-01 | Fix the build, add filtered subunit runner. | Jelmer Vernooij | 3 | -1/+6 | |
2010-03-01 | Add testrepository configuration. | Jelmer Vernooij | 1 | -0/+3 | |
2010-03-01 | More formatting fixes, pointed out by pylint. | Jelmer Vernooij | 8 | -44/+51 | |
2010-03-01 | s4:RPC-NETLOGON: remove useless rpc callback | Stefan Metzmacher | 1 | -18/+1 | |
If we got a failure from one request we bail out early. metze | |||||
2010-03-01 | s4:RPC-ECHO: don't look at the internals of 'struct rpc_request' | Stefan Metzmacher | 1 | -4/+14 | |
metze | |||||
2010-03-01 | s4:libnet_become_dc: don't look at the internals of 'struct rpc_request' | Stefan Metzmacher | 1 | -7/+21 | |
metze | |||||
2010-03-01 | s4:drepl_out_helpers: don't look at the internals of 'struct rpc_request' | Stefan Metzmacher | 1 | -2/+13 | |
metze | |||||
2010-03-01 | s4:drepl_notify: don't look at the internals of 'struct rpc_request' | Stefan Metzmacher | 1 | -1/+9 | |
metze | |||||
2010-03-01 | s4:librpc/rpc: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2010-03-01 | s4:torture/rpc: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 5 | -7/+7 | |
metze | |||||
2010-03-01 | s4:winbind: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 9 | -17/+17 | |
metze | |||||
2010-03-01 | s4:dsdb/repl: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2010-03-01 | s4:libnet: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 10 | -41/+40 | |
metze | |||||
2010-03-01 | s4:libnet_become_dc: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 1 | -71/+9 | |
metze | |||||
2010-03-01 | pidl:NDR/Client.pm: generate explicit _recv functions | Stefan Metzmacher | 1 | -0/+32 | |
metze | |||||
2010-03-01 | s4-smbtorture: add stricter SetPrinterDataEx tests to spoolss tests. | Günther Deschner | 1 | -27/+67 | |
Guenther | |||||
2010-03-01 | s4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-03-01 | s4-smbtorture: return needed size pointer from test_GetPrinterDataEx. | Günther Deschner | 1 | -5/+10 | |
Guenther | |||||
2010-03-01 | s4-smbtorture: test at least three different regtypes in test_SetPrinterDataEx. | Günther Deschner | 1 | -6/+41 | |
Guenther | |||||
2010-03-01 | s3: Add connections_forall_read() | Volker Lendecke | 7 | -21/+60 | |
In a cluster, this makes a large difference: For r/w traverse, we have to do a fetch_locked on every record which for most users of connections_forall is just overkill. | |||||
2010-03-01 | s3: Make the difference between r/o and r/w in connections_db_ctx more obvious | Volker Lendecke | 1 | -9/+4 | |
2010-03-01 | s3: Make connections_forall open connections.tdb r/w | Volker Lendecke | 1 | -1/+7 | |
connections_forall is called from count_current_connections() which potentially deletes dead records. This needs r/w access to connections.tdb. connections_traverse says it does not provide this. Does not really matter in the smbd case, because we have opened it before r/w, so this is "just" cleanup. | |||||
2010-03-01 | selftest/gdb_backtrace: call "info locals" too | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-03-01 | s4/rodc: Implement samdb_rodc with ldb context | Anatoliy Atanasov | 3 | -9/+63 | |
2010-03-01 | s4/libnet: Fix misleading comment | Anatoliy Atanasov | 1 | -1/+1 | |
2010-03-01 | s3: Remove unused "mypid" from count_current_connections() state | Volker Lendecke | 1 | -2/+0 | |
2010-03-01 | python: Add 'make pylint' convenience rule. | Jelmer Vernooij | 1 | -0/+5 | |
2010-03-01 | General cleanups of python code, hinted by pyflakes. | Jelmer Vernooij | 14 | -152/+124 | |
2010-03-01 | Add 'pyflakes' rule. | Jelmer Vernooij | 1 | -0/+5 | |
2010-03-01 | ntacl: Use existing infrastructure. | Jelmer Vernooij | 2 | -27/+27 | |
2010-03-01 | Remove __contains__ from mock object for consistency with actual | Jelmer Vernooij | 1 | -3/+0 | |
implementation. | |||||
2010-03-01 | getntacl: Remove manpage for removed utility. | Jelmer Vernooij | 1 | -45/+0 | |
2010-03-01 | Fix SharesContainer.__len__. | Ricardo Jorge | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-03-01 | More formatting fixes. | Jelmer Vernooij | 2 | -85/+84 | |
2010-03-01 | Fix formatting. | Jelmer Vernooij | 2 | -906/+908 | |
2010-03-01 | upgradeprovision: Remove unused imports, use shutil.rmtree rather than | Jelmer Vernooij | 2 | -41/+18 | |
rmall. | |||||
2010-03-01 | upgradeprovision: Move to pythondoc format | Matthieu Patou | 2 | -32/+205 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-03-01 | upgradeprovision: Allow script to be called with pydoc | Matthieu Patou | 1 | -40/+42 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-03-01 | upgrade provision: change the meaning of handle_security_desc to be similar ↵ | Matthieu Patou | 1 | -3/+3 | |
to handle_special_case Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-03-01 | upgradeprovision: code cleanup | Matthieu Patou | 2 | -55/+64 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |