Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-12 | s3:smbd/process: avoid using server_event_context() for ↵ | Stefan Metzmacher | 1 | -10/+10 | |
smbd_deferred_open_timer events metze | |||||
2011-12-12 | s3:smbd/oplock: avoid using server_event_context() in ↵ | Stefan Metzmacher | 1 | -3/+3 | |
add_oplock_timeout_handler() metze | |||||
2011-12-12 | s3:smbd/service: avoid using server_event_context() for notify_init() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-12-12 | s3:smbd/ipc: pass 'state' as mem_ctx to np_read_send() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-12-12 | s3:smbd/fileio: avoid usage of server_event_context() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-12-12 | s3:smbd/close: avoid usage of server_event_context() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-12-12 | s3:smbd/blocking: avoid usage of server_event_context() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-12-12 | s3:smbd: remember the event context on smbd_server_connection | Stefan Metzmacher | 3 | -1/+3 | |
metze | |||||
2011-12-12 | s3:smbd: pass down smbd_server_connection via smbd_echo_state | Stefan Metzmacher | 1 | -4/+5 | |
metze | |||||
2011-12-12 | s3:smbd: remove references to the global smbd_server_conn | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-12-12 | s3:smbd: make struct pending_message_list private | Stefan Metzmacher | 2 | -14/+14 | |
metze | |||||
2011-12-12 | s3:smbd: remember the smbd_server_connection on pending_message_list | Stefan Metzmacher | 2 | -4/+7 | |
metze | |||||
2011-12-12 | s4-lsarpc handle more info levels in SetInfoTrustedDomain calls | Andrew Bartlett | 6 | -374/+6 | |
This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett | |||||
2011-12-12 | s3:smbd: call sub_set_socket_ids() in smbd_process() again | Stefan Metzmacher | 1 | -0/+18 | |
This got lost in commit b2511a280aa9449123376fd3cbb495dcd1a87dee. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 12 10:23:44 CET 2011 on sn-devel-104 | |||||
2011-12-12 | tdb2: don't use TDB2 versions of test tdb files. | Rusty Russell | 1 | -0/+0 | |
Now tdb2 handles tdb1 files, we don't need most of commit 5eecc854236f0b943aaa89e0c3a46f9fbd208ca9 which added TDB2 versions of all the testing tdbs. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Dec 12 06:33:44 CET 2011 on sn-devel-104 | |||||
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 50 | -1068/+1076 | |
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Mon Dec 12 04:58:40 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 64-bit warnings | Volker Lendecke | 1 | -8/+12 | |
2011-12-08 | s3: Fix some blank line endings | Volker Lendecke | 3 | -11/+11 | |
2011-12-08 | s3: Fix typos | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Dec 8 12:05:55 CET 2011 on sn-devel-104 | |||||
2011-12-06 | s3:net registry check: replace rawmemchr by functionally equivalent portable ↵ | Michael Adam | 1 | -2/+2 | |
strchr rawmemchr is glibc only - not portable. Remarked by Ira Cooper. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Dec 6 12:20:48 CET 2011 on sn-devel-104 | |||||
2011-12-06 | Revert "Remove rawmemchr calls - found by Ira Cooper. These are ↵ | Michael Adam | 1 | -4/+3 | |
glibc-specific calls, makes us completely non-portable." This reverts commit 82b1702284ba2bb61b23e1f14ce9145d896c36c0. This is not functionally equivalent, needs to be done differently. | |||||
2011-12-06 | s3:registry: replace use of rawmemchr by portable equivalent use of strchr. | Michael Adam | 1 | -1/+1 | |
2011-12-05 | selftest: Add --flapping argument to filter-subunit. | Jelmer Vernooij | 1 | -1/+1 | |
2011-12-05 | selftest: Split out flapping tests into a separate file. | Jelmer Vernooij | 1 | -1/+1 | |
2011-12-04 | Revert fac5c654e2fe17c2c11d150b16088e8a51f6be20 | Jeremy Allison | 1 | -68/+19 | |
s3: Add a fallback for missing open&x support in OS/X Lion This is now done inside the synchronous cli_open() wrapper function. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sun Dec 4 08:19:31 CET 2011 on sn-devel-104 | |||||
2011-12-03 | Move the callers that need to use the new cli_open() back to calling | Jeremy Allison | 6 | -127/+10 | |
it from cli_openx(). | |||||
2011-12-03 | Add cli_open() back as a synchronous wrapper function the calls | Jeremy Allison | 2 | -0/+116 | |
NtCreateX followed by openX() if NtCreateX is unsupported. | |||||
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 16 | -136/+136 | |
with a call that uses NTCreateX in preference to OpenAndX. | |||||
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 13 | -13/+13 | |
This library was tiny - containing just two public functions than were themselves trivial. The amount of overhead this causes isn't really worth the benefits of sharing the code with other projects like OpenChange. In addition, this code isn't really generically useful anyway, as it can only load from the module path set for Samba at configure time. Adding a new library was breaking the API/ABI anyway, so OpenChange had to be updated to cope with the new situation one way or another. I've added a simpler (compatible) routine for loading modules to OpenChange, which is less than 100 lines of code. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 3 08:36:33 CET 2011 on sn-devel-104 | |||||
2011-12-03 | lib/util: factor out tdb_data_is_empty | Gregor Beck | 3 | -18/+7 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Dec 3 05:20:30 CET 2011 on sn-devel-104 | |||||
2011-12-03 | s3:registry: do not use regdb functions during db upgrade | Gregor Beck | 3 | -59/+150 | |
It is importante to not use the database backend implementation in the upgrade. Otherwise this would only work as long as this is the newset version. In future versions of the registry, this (then) intermediate upgrade step would change in behaviour and not work as expected any more. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-03 | s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ↵ | Gregor Beck | 1 | -6/+2 | |
if not found Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-03 | s3-winbind: Add an update function for winbind cache. | Andreas Schneider | 1 | -2/+94 | |
With 57b3d32 we changed the format for the winbind cache database and the code deleted the database for the upgrade. As this database holds also cached credentials, removing it is not an option. We need to update from version 1 to version 2. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 3 03:47:58 CET 2011 on sn-devel-104 | |||||
2011-12-03 | Update the waf build system to link with the new PIDL locking code. | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 3 00:14:54 CET 2011 on sn-devel-104 | |||||
2011-12-02 | s3: Use autogenerated open_files.idl | Volker Lendecke | 15 | -420/+112 | |
2011-12-02 | s3: Move ndr_file_id to LIBNDR_OBJ | Volker Lendecke | 1 | -1/+2 | |
2011-12-02 | s3: Add open_files.idl | Volker Lendecke | 2 | -0/+49 | |
2011-12-02 | Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add ↵ | Jeremy Allison | 1 | -1/+1 | |
inheritable entries on a directory with no stored ACL. If referring to an fsp sbuf can be left as an uninitialized variable, causing the 'is_directory' variable to be false when it should be true. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 2 22:13:03 CET 2011 on sn-devel-104 | |||||
2011-12-02 | Ensure we map our own Samba return of ERRSRV, ERRunknownsmb | Jeremy Allison | 2 | -0/+4 | |
on an unknown SMB request to NT_STATUS_NOT_IMPLEMENTED. | |||||
2011-12-02 | Convert smbclient to using NtCreateX by preference, fall back to openX on | Jeremy Allison | 3 | -5/+119 | |
'not implemented' or similar error. | |||||
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. |