Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-23 | s3:lib/ctdbd_conn: try ctdbd_init_connection() as root | Stefan Metzmacher | 1 | -0/+2 | |
ctdbd_traverse is only called if the main db_context is already open. So if we could get to information via dbwrap_fetch, we should also be able to traverse. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 23 18:19:14 CET 2011 on sn-devel-104 | |||||
2011-12-22 | Change the signature of pthreadpool_finished_job() to return 0 | Jeremy Allison | 4 | -16/+19 | |
on success, errno on fail and return the jobid in a separate variable. I need this fix for my vfs_aio_pthread.c module. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 22 12:12:33 CET 2011 on sn-devel-104 | |||||
2011-12-20 | s3: Fix some False/NULL hickups | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 20 13:13:17 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s3:dbwrap fix return value of db_tdb_parse | Christian Ambach | 1 | -1/+5 | |
use the TDB ecode to determine the NTSTATUS return value and not the return code that is just -1 | |||||
2011-12-16 | s3:smbd: remove unused sconn_server_id() | Stefan Metzmacher | 1 | -27/+0 | |
metze | |||||
2011-12-16 | s3:lib/conn_tdb: avoid using sconn_server_id() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-12-15 | s3-dbwrap: All relevant backends provide parse_record(). Remove the fallback. | Volker Lendecke | 1 | -37/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 15 17:41:53 CET 2011 on sn-devel-104 | |||||
2011-12-15 | s3-dbwrap: Remove the "fetch" db_context callback | Volker Lendecke | 5 | -113/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-15 | s3-dbwrap: Rewrite dbwrap_fetch in terms of dbwrap_parse_record | Volker Lendecke | 1 | -3/+30 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-15 | s3-dbwrap: Rewrite dbwrap_fallback_parse_record based on dbwrap_fetch_locked | Volker Lendecke | 1 | -4/+13 | |
This is in preparation to remove the db_context->fetch function pointer Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-15 | s3-dbwrap: For nostalgic reasons, make dbwrap_file.c compile at least | Volker Lendecke | 1 | -9/+14 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-15 | s3-dbwrap: Fix some blank line endings | Volker Lendecke | 1 | -5/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-15 | s3-dbwrap: Implement db_ctdb_parse_record in terms of db_ctdb_fetch | Volker Lendecke | 1 | -0/+19 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-15 | s3-dbwrap: Make dbwrap_parse_record return NTSTATUS | Volker Lendecke | 6 | -41/+68 | |
Also, the parser now returns void. The parser is called if and only if dbwrap_parse_record returns NT_STATUS_OK. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-13 | s3: Move can_delete_directory to smbd/, remove shim | Volker Lendecke | 2 | -12/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 19:00:37 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3-dbwrap: Simplify db_tdb_fetchlock_parse a bit | Volker Lendecke | 1 | -10/+11 | |
Introduce a local variable for the result, replace "state->result" by "result" | |||||
2011-12-13 | s3:lib/dummyparam: remove unused conn_snum_used() dummy | Stefan Metzmacher | 1 | -5/+0 | |
metze | |||||
2011-12-12 | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 5 | -13/+8 | |
All callers to messaging_[re]init only used procid_self() | |||||
2011-12-12 | s3-ctdb: fix the build w/o HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL | Günther Deschner | 1 | -0/+4 | |
Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 12 17:42:29 CET 2011 on sn-devel-104 | |||||
2011-12-09 | s3-dbwrap: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 9 13:37:51 CET 2011 on sn-devel-104 | |||||
2011-12-08 | s3-dbwrap: & is not required when taking a function pointer | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Dec 8 16:39:29 CET 2011 on sn-devel-104 | |||||
2011-12-08 | s3-dbwrap: Make dbwrap_fallback_wipe private | Volker Lendecke | 3 | -8/+4 | |
2011-12-08 | s3-dbwrap: Avoid an "else" by an early return | Volker Lendecke | 1 | -4/+4 | |
2011-12-08 | s3-dbwrap: Make dbwrap_fallback_parse_record private | Volker Lendecke | 3 | -14/+5 | |
We have the private fallback in dbwrap_parse_record anyway | |||||
2011-12-08 | s3-dbwrap: Make dbwrap_fallback_fetch private | Volker Lendecke | 3 | -10/+6 | |
2011-12-08 | s3-dbwrap: use wrappers where appropriate | Volker Lendecke | 1 | -7/+7 | |
2011-12-08 | s3-dbwrap: Use simpler code for logging keys | Volker Lendecke | 1 | -18/+23 | |
2011-12-08 | s3: Fix some blank line endings | Volker Lendecke | 3 | -11/+11 | |
2011-12-02 | s3: Fix some nonblank line endings | Volker Lendecke | 1 | -4/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 2 20:39:33 CET 2011 on sn-devel-104 | |||||
2011-12-02 | s3: Remove unused dbwrap_record_get_private_data | Volker Lendecke | 2 | -6/+0 | |
db_record->private_data is for backends which can include dbwrap_private.h anyway. | |||||
2011-11-30 | s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS | Volker Lendecke | 2 | -2/+223 | |
This should be a lot quicker than PROCESS_EXISTS followed by looking at serverid.tdb Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 30 12:47:27 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in ↵ | Michael Adam | 1 | -1/+1 | |
db_tdb_fetch() Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Nov 30 01:46:31 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code. | Michael Adam | 5 | -55/+58 | |
This implement more correct NTSTATUS handling inside the backends. This ensures that data.dptr != NULL if return code is NT_STATUS_OK. | |||||
2011-11-29 | s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus() | Michael Adam | 1 | -14/+1 | |
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-24 | security: add local authority well-known SIDs | Christian Ambach | 1 | -0/+6 | |
add the S-1-2 well-known SID family Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Nov 24 19:01:08 CET 2011 on sn-devel-104 | |||||
2011-11-16 | s3-smbldap: remove dependency to secrets subsystem. | Günther Deschner | 1 | -17/+4 | |
Guenther | |||||
2011-11-16 | s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-11-16 | s3-passdb: split out passdb/pdb_ldap_schema.c | Günther Deschner | 1 | -220/+0 | |
Guenther | |||||
2011-11-16 | s3: move smbldap_util to pdb_ldap_util. | Günther Deschner | 1 | -335/+0 | |
Guenther | |||||
2011-11-10 | s3: server_id.pid has turned 64 (bits, that is) | Volker Lendecke | 1 | -4/+11 | |
Fix ctdb_processes_exist protocol. The socket expects pid_t which is 32 bits on 32 bit machines. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 10 18:57:01 CET 2011 on sn-devel-104 | |||||
2011-11-03 | s3:lib: make use of SMB_SIGNING_* constants | Stefan Metzmacher | 1 | -4/+5 | |
metze | |||||
2011-11-03 | s3:lib: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-11-03 | s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-10-31 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -5/+5 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Oct 31 14:25:14 CET 2011 on sn-devel-104 | |||||
2011-10-31 | s3: Fix a comment | Volker Lendecke | 1 | -1/+4 | |
2011-10-28 | s3-smbldap: use tevent_context in smbldap. | Günther Deschner | 1 | -9/+10 | |
Guenther | |||||
2011-10-27 | s3-ctdb: Fix ctdb_read_req | Volker Lendecke | 1 | -23/+17 | |
If a complete request has come in already before we consumed it, the ctdb_packet_fd_read_sync will block indefinitely. So always try packet_handler first and only if that fails due to insufficient data, read from the socket. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 27 22:12:05 CEST 2011 on sn-devel-104 | |||||
2011-10-27 | s3-ctdb: Add debug to ctdb_processes_exist | Volker Lendecke | 1 | -0/+6 | |