Volker Lendecke
9a3f53075e
s3: Remove smbd_messaging_context() from reply_lock()
2010-07-05 11:06:27 +02:00
Volker Lendecke
80cc726b4a
s3: Remove smbd_messaging_context() from reply_writeunlock()
2010-07-05 11:06:26 +02:00
Volker Lendecke
298da9a0a4
s3: Remove smbd_messaging_context() from reply_lockread()
2010-07-05 11:06:26 +02:00
Volker Lendecke
ba3b101c45
s3: Remove smbd_messaging_context() from send_break_message()
2010-07-05 11:06:26 +02:00
Volker Lendecke
e6a089484b
s3: Remove smbd_messaging_context() from exit_server_common()
2010-07-05 11:06:26 +02:00
Volker Lendecke
6c53365d11
s3: Remove smbd_messaging_context() from close_normal_file()
2010-07-05 11:06:26 +02:00
Volker Lendecke
f22e58bcd3
s3: Remove smbd_messaging_context() from notify_deferred_opens()
2010-07-05 11:06:26 +02:00
Volker Lendecke
50db5cb0df
s3: Remove procid_self() from fill_share_mode_entry()
2010-07-05 11:06:26 +02:00
Volker Lendecke
b903297878
s3: Remove procid_self() from init_strict_lock_struct()
2010-07-05 11:06:26 +02:00
Volker Lendecke
07854cb099
s3: Remove procid_self() from make_connection_snum()
2010-07-05 11:06:25 +02:00
Volker Lendecke
5387d6ee16
s3: Remove procid_self() from claim_connection()
2010-07-05 11:06:25 +02:00
Volker Lendecke
33242471e5
s3: Remove NULL checks from claim_connection()
...
Nowadays this is only called from make_connection_snum() where we always
provide a connection_struct.
2010-07-05 11:06:25 +02:00
Volker Lendecke
faef081e96
s3: Remove procid_self() from push_blocking_lock_request_smb2()
2010-07-05 11:06:25 +02:00
Volker Lendecke
c89b55b573
s3: Remove procid_self() from reply_negprot()
2010-07-05 11:06:25 +02:00
Volker Lendecke
2d7cce6b7c
s3: Remove procid_self() from break_kernel_oplock()
2010-07-05 11:06:25 +02:00
Volker Lendecke
13441a9e18
s3: Remove procid_self() from session_claim()
2010-07-05 11:06:25 +02:00
Volker Lendecke
f1d6eed962
s3: Remove procid_self() from exit_server_common
2010-07-05 11:06:25 +02:00
Volker Lendecke
23790c9a8f
s3: Add sconn_server_id()
2010-07-05 11:06:24 +02:00
Volker Lendecke
58b9595bab
s3: Add missing prototype for smb2_opcode_name
2010-07-05 11:06:24 +02:00
Volker Lendecke
0220246c26
s3: Add messaging_server_id
2010-07-05 11:06:24 +02:00
Volker Lendecke
9cc52e8411
s3: Add msg_ctx to smbd_server_connection
...
It would be obvious to initialize this in smbd_init_globals(), but there the
messaging_context can't be initialized yet because we don't have smb.conf
loaded yet.
2010-07-05 11:06:23 +02:00
Volker Lendecke
a27bd84bf8
s3:Fix a bogus uninitialized variable warning
2010-07-05 11:06:23 +02:00
Volker Lendecke
300667e4a9
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
2010-07-05 11:06:23 +02:00
Volker Lendecke
849f72b254
s3: Create a unique id for the smbd parent
2010-07-05 11:06:23 +02:00
Volker Lendecke
da35836dd5
s3: Keep the connections.tdb data format fixed
...
At Simo's request, we can not change internal databases anymore. Sorry for not
respecting this policy.
2010-07-05 10:07:19 +02:00
Nadezhda Ivanova
d300085868
Changed passwords.py to use the correct account as acl checks now pass.
2010-07-05 00:20:37 +03:00
Nadezhda Ivanova
81240b13b3
s4-dsdb: Implementation of User-Change-Password and User-Force-Password-Change
...
These CARs need to be checked on password change and password reset operations.
Apparently the password attributes are not influenced by Write Property.
Single detele operations and modifications of dBCSPwd are let through to the
password_hash module. This is determined experimentally.
2010-07-05 00:17:38 +03:00
Matthias Dieter Wallnöfer
343e9320ba
s4:subtree_rename LDB module - Cosmetic fixes
2010-07-04 22:05:18 +02:00
Matthias Dieter Wallnöfer
7d483cdc04
s4:subtree_delete LDB module - fix comments and add my copyright
...
(I've introduced the subtree delete mechanism)
2010-07-04 22:05:17 +02:00
Matthias Dieter Wallnöfer
83dedef2c7
s4:wb_cmd_list_groups.c - don't crash when we don't get any group at all
2010-07-04 22:05:17 +02:00
Matthias Dieter Wallnöfer
680453a906
s4:wb_cmd_list_groups.c - indentation and comment fixes
2010-07-04 22:05:17 +02:00
Matthias Dieter Wallnöfer
b0bba4003e
s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operations
2010-07-04 22:05:17 +02:00
Volker Lendecke
05237dca11
s3: Remove an unused variable -- thanks, metze!
2010-07-04 21:49:04 +02:00
Volker Lendecke
23a31becac
s3: Remove unused msg_flags from connections.tdb
...
This breaks rolling code upgrade!
2010-07-04 21:49:03 +02:00
Volker Lendecke
b0c83d50f9
s3: Replace register_message_flags() with serverid_register_msg_flags()
...
message_send_all is now done by walking the serverid.tdb, not the
connections.tdb anymore.
Günther, Simo, please check!
2010-07-04 21:49:03 +02:00
Volker Lendecke
8cf1cd2d5c
s3: Use msg_ctx->id in messaging
...
This removes some references to procid_self() deep inside the code
2010-07-04 17:29:23 +02:00
Volker Lendecke
7f0e6df883
s3: Pass the new server_id through reinit_after_fork
2010-07-04 17:29:23 +02:00
Volker Lendecke
5a3c64668a
s3: Re-initialize the server_id in messaging_reinit
2010-07-04 17:29:23 +02:00
Volker Lendecke
b3194be286
s3: Fix some type-punned warnings
2010-07-04 16:41:14 +02:00
Volker Lendecke
eb50f77154
s3: Fix some nested extern warnings
2010-07-04 16:41:14 +02:00
Volker Lendecke
b01958b0bd
s3: Remove serverid_[de]register_self
...
This removes some deep references to procid_self()
2010-07-04 16:41:14 +02:00
Volker Lendecke
ba57d23c1c
s3: ALWAYS run make test before checkin ....
2010-07-04 14:59:34 +02:00
Volker Lendecke
34558ae945
s3: Slight reshaping of server_exists_parse
...
Doing a copy and then do the compare is a bit pointless, use memcmp
2010-07-04 14:37:10 +02:00
Volker Lendecke
f8e7077d5c
s3: Don't attempt to deregister from serverid twice
...
The parent has to take care of crashed child processes anyway, so we don't have
to clean up in the child
2010-07-04 13:48:10 +02:00
Volker Lendecke
9e3fc22c60
s3: Fix bug 7338, smbget skips leading slash when using a custom outputfile
2010-07-04 11:44:20 +02:00
Volker Lendecke
285176cbc9
s3: Fix some nonempty blank lines
2010-07-04 11:44:20 +02:00
Volker Lendecke
8c0fbc4107
s3: Fix bug 7336: Enable idmap_passdb module build as shared
2010-07-04 10:04:25 +02:00
Volker Lendecke
e17ce247a3
wbinfo: Fix error messages
2010-07-03 22:42:52 +02:00
Matthias Dieter Wallnöfer
6dc1c70876
s4:torture/rpc/samlogon.c - strip trailing whitespaces
2010-07-03 21:10:18 +02:00
Matthias Dieter Wallnöfer
e2e09f5c45
s4:torture/rpc/samlogon.c - provide a function which sets and afterwards resets the minimum password age
...
This is needed since we on s4 do now use the Windows Server standard of 1 day.
2010-07-03 21:04:47 +02:00