Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-29 | s4-dsdb: Return ldb_result context in dsdb_module_extended | Amitay Isaacs | 1 | -3/+20 | |
The result of the extended operation is now available in the calling routine. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-29 | s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number support | Amitay Isaacs | 2 | -140/+13 | |
This was a hack for LDAP backends to store a sequence number as a timestamp. It is still supported in standalone ldb tdb backend. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-28 | s3: Use tevent_req_simple_recv_ntstatus | Volker Lendecke | 1 | -6/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 28 17:14:27 CET 2011 on sn-devel-104 | |||||
2011-11-28 | Fix Coverity ID 2638: OVERRUN_STATIC | Volker Lendecke | 1 | -1/+1 | |
2011-11-28 | Fix Coverity ID 2639: UNUSED_VALUE | Volker Lendecke | 1 | -2/+0 | |
2011-11-28 | s3: Fix a crash in group_mapping.ldb->tdb conversion | Volker Lendecke | 1 | -0/+13 | |
When we find a group_mapping.ldb entry without a comment, the upgrade code would have crashed with a NULL dereference Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 28 12:24:08 CET 2011 on sn-devel-104 | |||||
2011-11-27 | s4:torture/ldap/cldap.c - remove the ↵ | Matthias Dieter Wallnöfer | 1 | -87/+4 | |
"test_cldap_netlogon_flag_ds_dns_forest" test The test is wrong since the DNS_* (DS_DNS_CONTROLLER, DS_DNS_DOMAIN, DS_DNS_FOREST_ROOT) flags are never set on the plain CLDAP pipe. They get added only over the DsRGetDCName* calls over NETLOGON RPC. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Nov 27 16:23:27 CET 2011 on sn-devel-104 | |||||
2011-11-27 | s4:selftest/test_samba_tool.sh - add a basic unit test for the new "domain ↵ | Matthias Dieter Wallnöfer | 2 | -6/+9 | |
info" command Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | samba-tool: domain info - add basic exception handling | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
It is nicer to get an error message rather than a stacktrace on wrong IP addresses. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | samba-tool: add a domain info command to get basic info | Matthieu Patou | 1 | -1/+24 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | s4:netlogon RPC server - DsRGetDcNameEx - set the DNS name flags correctly | Matthias Dieter Wallnöfer | 2 | -12/+14 | |
The rules are explained in MS-NRPC 2.2.1.2.1. Patch inspired by Matthieu Patou. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | s4-netlogon: return WERR_NO_SUCH_DOMAIN instead of WERR_DS_UNAVAILABLE if we ↵ | Matthieu Patou | 1 | -1/+1 | |
are unable to translate the domain to a dn Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | s4:cldap_server/netlogon.c - DS_SERVER_CLOSEST handling | Matthias Dieter Wallnöfer | 1 | -2/+5 | |
DS_SERVER_CLOSEST is only set when the client and server site coincide. MS-NRPC 2.2.1.2.1 Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | s4:netcmd/common.py: add a "netcmd" function to do a cldap netlogon request | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
This is useful for a new "samba-tool domain info" command. Patch inspired by Matthieu Patou. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameter | Matthias Dieter Wallnöfer | 4 | -14/+25 | |
This is useful for a new "samba-tool domain info" command. Patch inspired by Matthieu Patou. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | s4:libnet/py_net.c - initialise optional keyword arguments | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work either with the IP ↵ | Matthias Dieter Wallnöfer | 1 | -14/+27 | |
address or the domain name This will be useful for a new "samba-tool domain info" command. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | smbtorture: avoid sigsev if the password is not correct | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | s4:update_keytab LDB module - no need to filter for the DN | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
We launch a search request with base scope on exactly the same DN (see downwards). Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | idl:netlogon.idl - add the Active Directory Web Service bit (DS_SERVER_WEBSERV) | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
MS-NRPC 2.2.1.2.1 Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-25 | s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count() | Michael Adam | 1 | -2/+13 | |
SMB_ASSERT is useless, since in non-developer build it does not actually fail after the log message, but usual flow just continues. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Nov 25 14:59:53 CET 2011 on sn-devel-104 | |||||
2011-11-25 | s3:locking:posix: adapt use of dbrwrap_fetch() to new NTSTATUS semantics | Michael Adam | 1 | -5/+14 | |
2011-11-25 | s3:registry: write INFO/version if we create registry.tdb | Gregor Beck | 1 | -0/+7 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-25 | s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodoo | Gregor Beck | 2 | -3/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-25 | s3:lib fix output of hex escapes > 0x7F with cbuf_print_quoted | Gregor Beck | 1 | -1/+1 | |
(cherry picked from commit a1fcb7e37a23dcc035686486d4afe32a67082ae1) | |||||
2011-11-25 | s3:net registry check: improve console output | Gregor Beck | 1 | -7/+4 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-25 | socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE" | Michael Adam | 1 | -3/+5 | |
instead of "#ifdef _SAMBA_BUILD_". This is to be able to use socket_wrapper in other projects that also use libreplace. | |||||
2011-11-25 | socket_wrapper: simplify include path for replace.h | Michael Adam | 1 | -1/+1 | |
2011-11-25 | s3: user_domain is not used in wb_getpwsid | Volker Lendecke | 1 | -7/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 25 13:23:30 CET 2011 on sn-devel-104 | |||||
2011-11-25 | s3: Add some const | Volker Lendecke | 2 | -4/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 25 10:21:07 CET 2011 on sn-devel-104 | |||||
2011-11-24 | s3:torture: test smb2cli_logoff and smb2cli_tdis | Stefan Metzmacher | 1 | -0/+37 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Nov 24 20:36:31 CET 2011 on sn-devel-104 | |||||
2011-11-24 | s3:smb2cli: zero tid in smb2cli_tdis* | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2011-11-24 | s3:smb2cli: free session in smb2cli_logoff* | Stefan Metzmacher | 1 | -1/+7 | |
metze | |||||
2011-11-24 | s3:libsmb: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2011-11-24 | s3:torture: add SMB2-SESSION-REAUTH | Stefan Metzmacher | 3 | -0/+215 | |
metze | |||||
2011-11-24 | s3:torture: add SMB2-MULTI-CHANNEL test | Stefan Metzmacher | 3 | -0/+258 | |
metze | |||||
2011-11-24 | s3:torture: add a new test SMB2-TCON-DEPENDENCE | Michael Adam | 3 | -0/+106 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-24 | s3:torture:smb2: add SMB2-SESSION-RECONNECT test | Michael Adam | 3 | -0/+391 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-24 | s4:libcli/smb2: use talloc_zero() in smb2_request_init() | Stefan Metzmacher | 1 | -16/+3 | |
metze | |||||
2011-11-24 | s4:libcli/smb2: fix compiler warning in smb2_push_o16s16_string() | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2011-11-24 | s4:libcli/smb2: implement on top of smbXcli_conn/req | Stefan Metzmacher | 15 | -882/+452 | |
metze | |||||
2011-11-24 | s3:smbXcli: keep two fd per connection in order to work with the epoll ↵ | Stefan Metzmacher | 1 | -10/+25 | |
tevent backend metze | |||||
2011-11-24 | s4:torture/smb2: use tctx->ev as event context for polling | Stefan Metzmacher | 3 | -8/+7 | |
metze | |||||
2011-11-24 | s3:torture: use cli_tree_connect() instead of smb2cli_tcon() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-11-24 | s3:client: make use of cli_tree_connect() | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2011-11-24 | s3:libsmb: make use of cli_tree_connect() | Stefan Metzmacher | 3 | -9/+11 | |
metze | |||||
2011-11-24 | s3:nmbd: make use of cli_tree_connect() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-11-24 | s3:torture: make use of cli_tree_connect() | Stefan Metzmacher | 3 | -9/+9 | |
metze | |||||
2011-11-24 | s3:utils: make use of cli_tree_connect() | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2011-11-24 | s3:winbindd_cm: make use of cli_tree_connect() | Stefan Metzmacher | 1 | -1/+1 | |
metze |