kamenim/samba.git
13 years agowafsamba: Fix filenames for ldb modules.
Jelmer Vernooij [Mon, 14 Jun 2010 23:35:42 +0000 (01:35 +0200)]
wafsamba: Fix filenames for ldb modules.

13 years agowafsamba: Fix building of modules as shared libraries.
Jelmer Vernooij [Mon, 14 Jun 2010 23:24:20 +0000 (01:24 +0200)]
wafsamba: Fix building of modules as shared libraries.

13 years agowafsamba: Improve assertion error message to include the module.
Jelmer Vernooij [Mon, 14 Jun 2010 23:00:40 +0000 (01:00 +0200)]
wafsamba: Improve assertion error message to include the module.

13 years agoldb: Only build standard ldb modules when building bundled ldb.
Jelmer Vernooij [Mon, 14 Jun 2010 22:59:49 +0000 (00:59 +0200)]
ldb: Only build standard ldb modules when building bundled ldb.

13 years agodsdb: Fix includes when building against system ldb.
Jelmer Vernooij [Mon, 14 Jun 2010 22:55:03 +0000 (00:55 +0200)]
dsdb: Fix includes when building against system ldb.

13 years agowafsamba: Only add init function if not building module as shared library.
Jelmer Vernooij [Thu, 10 Jun 2010 11:02:59 +0000 (13:02 +0200)]
wafsamba: Only add init function if not building module as shared library.

13 years agodsdb: Build modules as external modules when using system ldb.
Jelmer Vernooij [Wed, 2 Jun 2010 11:37:15 +0000 (13:37 +0200)]
dsdb: Build modules as external modules when using system ldb.

13 years agoldb-samba: Add missing dependency on credentials code.
Jelmer Vernooij [Tue, 1 Jun 2010 11:28:50 +0000 (13:28 +0200)]
ldb-samba: Add missing dependency on credentials code.

13 years agos3-waf: fix the build.
Günther Deschner [Tue, 15 Jun 2010 09:43:30 +0000 (11:43 +0200)]
s3-waf: fix the build.

Guenther

13 years agos4:dsdb Move linked attribute restrictions to objectclass_attrs
Andrew Bartlett [Mon, 14 Jun 2010 03:19:43 +0000 (13:19 +1000)]
s4:dsdb Move linked attribute restrictions to objectclass_attrs

This puts more of the schema restrictions in one place.

Andrew Bartlett

13 years agos4:dsdb Add const to dsdb_dn functions that operate on an ldb_val.
Andrew Bartlett [Mon, 14 Jun 2010 03:27:59 +0000 (13:27 +1000)]
s4:dsdb Add const to dsdb_dn functions that operate on an ldb_val.

Andrew Bartlett

13 years agos4:selftest Remove unused basedn specification in selftest env setup
Andrew Bartlett [Tue, 15 Jun 2010 00:20:37 +0000 (10:20 +1000)]
s4:selftest Remove unused basedn specification in selftest env setup

13 years agos4:selftest Remove becomedc tests from knownfail, these should now pass
Andrew Bartlett [Sat, 12 Jun 2010 03:24:57 +0000 (13:24 +1000)]
s4:selftest Remove becomedc tests from knownfail, these should now pass

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:dsdb Rework the vampire schema handling to convert 3 times.
Andrew Bartlett [Sat, 12 Jun 2010 01:05:47 +0000 (11:05 +1000)]
s4:dsdb Rework the vampire schema handling to convert 3 times.

This seems like a lot of duplicate work, but by the end we should
have, in normal LDB format, the remote DRS schema, having bootstrapped
it with the locally loaded schema.

The multiple steps are to resolve the problems with references to
schema items that we don't 'yet' know about.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:provision Allow a specific prefix map to be loaded into a new schema provision
Andrew Bartlett [Thu, 10 Jun 2010 11:33:45 +0000 (21:33 +1000)]
s4:provision Allow a specific prefix map to be loaded into a new schema provision

This allows the prefixMap from a DRS server to be used when loading
the schema from the local files.  This helps us then import other
schema with this map in place.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:dsdb Keep the DRS-based prefix map for use in provision-based schema
Andrew Bartlett [Wed, 9 Jun 2010 11:53:01 +0000 (21:53 +1000)]
s4:dsdb Keep the DRS-based prefix map for use in provision-based schema

We need to use the remote prefix map for the provision schema, or else
we can't decode new, non-standard attributes into OIDs.  Then once we
decode that schema, we can try again and get them properly translated.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:dsdb Allow the setting an override on the schema
Andrew Bartlett [Wed, 9 Jun 2010 10:52:02 +0000 (20:52 +1000)]
s4:dsdb Allow the setting an override on the schema

The change here is to try and convert a per the previous rules, but if
we don't know a particular OID as a attributeID, then store it as an
OID (for example).  This allows known values to be converted as
before, but still copes with unknown values.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:dsdb Use the schema from our local provision to decode the schema
Andrew Bartlett [Wed, 9 Jun 2010 08:57:52 +0000 (18:57 +1000)]
s4:dsdb Use the schema from our local provision to decode the schema

This works on the assumption that the schema partition can only
contain schema objects.

We may need to pass down some kind of 'relax' to the DRS -> LDB
conversion code, so that it allows incomplete conversions, so that we
don't fail if a new attribute is present, and we can't decode it.
This would then be resolved the second time we do the conversion.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:torture Rework NET-API-BECOMEDC test to use libnet_vampire callbacks.
Andrew Bartlett [Sat, 12 Jun 2010 07:24:26 +0000 (17:24 +1000)]
s4:torture Rework NET-API-BECOMEDC test to use libnet_vampire callbacks.

The libnet_vampire code was derived from this code in the first place,
but has continued to evolve, while this code has often bitrotted.
This avoids the needless duplication of the callbacks, while keeping
the toture wrapper.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:libnet Steal ldb and lp_ctx from python result into correct structures.
Andrew Bartlett [Sat, 12 Jun 2010 07:23:32 +0000 (17:23 +1000)]
s4:libnet Steal ldb and lp_ctx from python result into correct structures.

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4:libnet Make the libnet_vampire default callbacks non-static
Andrew Bartlett [Sat, 12 Jun 2010 07:22:20 +0000 (17:22 +1000)]
s4:libnet Make the libnet_vampire default callbacks non-static

These are intended to be called from the NET-API-BECOMEDC torture test
to avoid duplication of code.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
13 years agos4 torture: RAW-WRITE should check lockread_supported
Zachary Loafman [Wed, 18 Nov 2009 00:21:44 +0000 (00:21 +0000)]
s4 torture: RAW-WRITE should check lockread_supported

Signed-off-by: Tim Prouty <tprouty@samba.org>
13 years agoSMB2 correctness fix. As we've already returned the credits in an interim
Jeremy Allison [Mon, 14 Jun 2010 23:58:15 +0000 (16:58 -0700)]
SMB2 correctness fix. As we've already returned the credits in an interim
response, don't add more in the final return.

Jeremy.

13 years agoFix warning messages about unused result of talloc_move. We're really talloc_steal...
Jeremy Allison [Mon, 14 Jun 2010 22:55:19 +0000 (15:55 -0700)]
Fix warning messages about unused result of talloc_move. We're really talloc_steal'ing here.

13 years agos4:Descriptor tests clean-up.
Nadezhda Ivanova [Mon, 14 Jun 2010 12:12:00 +0000 (15:12 +0300)]
s4:Descriptor tests clean-up.

A bit of refactoring and modified the tests to use encrypted connection so that they pass against Windows unconditionally.

13 years agos4:provision: Make gc._msdcs DNS entries A/AAAA records
Andrew Kroeger [Sun, 13 Jun 2010 15:48:31 +0000 (10:48 -0500)]
s4:provision: Make gc._msdcs DNS entries A/AAAA records

When adding an additional DC as a GC server, the new DC attempts to register its
own gc._msdcs records.  If the existing gc._msdcs record is a CNAME, BIND fails
the update with the message "attempt to add non-CNAME alongside CNAME ignored",
and the new DC is not registered as a GC server.

The A & AAAA record types for gc._msdcs have been verified against the DNS
server of a W2K8 DC.

13 years agos3: Make g_smb_perfcount_handlers static
Volker Lendecke [Mon, 14 Jun 2010 10:04:18 +0000 (12:04 +0200)]
s3: Make g_smb_perfcount_handlers static

13 years agos4:SAMR server - cosmetic fix
Matthias Dieter Wallnöfer [Mon, 14 Jun 2010 09:41:32 +0000 (11:41 +0200)]
s4:SAMR server - cosmetic fix

13 years agos4:SAMR server - on alias search operations do never use the domain DN as base dn
Matthias Dieter Wallnöfer [Mon, 14 Jun 2010 09:30:27 +0000 (11:30 +0200)]
s4:SAMR server - on alias search operations do never use the domain DN as base dn

Aliases (especially in the "builtin" domain) are often domain-independant.

13 years agos3: Remove some dispensable ()
Volker Lendecke [Mon, 14 Jun 2010 09:10:16 +0000 (11:10 +0200)]
s3: Remove some dispensable ()

13 years agos4-waf: Fix installation of .so links for libraries that are not bundled but have...
Jelmer Vernooij [Sun, 13 Jun 2010 18:52:47 +0000 (20:52 +0200)]
s4-waf: Fix installation of .so links for libraries that are not bundled but have a mangled name.

13 years agolibrpc: Install the right headers.
Jelmer Vernooij [Sun, 13 Jun 2010 17:55:53 +0000 (19:55 +0200)]
librpc: Install the right headers.

13 years agoSupport system talloc/tevent headers.
Jelmer Vernooij [Sun, 13 Jun 2010 17:39:20 +0000 (19:39 +0200)]
Support system talloc/tevent headers.

13 years agolibgpo: Use system libraries if possible.
Jelmer Vernooij [Sun, 13 Jun 2010 17:35:48 +0000 (19:35 +0200)]
libgpo: Use system libraries if possible.

13 years agolibrpc: Fix netlogon.h file to install - not the torture one but the one
Jelmer Vernooij [Sun, 13 Jun 2010 17:21:17 +0000 (19:21 +0200)]
librpc: Fix netlogon.h file to install - not the torture one but the one
generated by pidl.

13 years agoparam/share: Use static prototypes.
Jelmer Vernooij [Sun, 13 Jun 2010 17:21:02 +0000 (19:21 +0200)]
param/share: Use static prototypes.

13 years agoDo not use headermap.txt for the header installation
Thomas Nagy [Mon, 24 May 2010 00:26:36 +0000 (02:26 +0200)]
Do not use headermap.txt for the header installation

Try to find the headers by searching on the filesystem. Warn when
a public header replacement cannot be found (talloc.h, ...).

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agos4:fix allocated control OIDs for "password_hash" LDB module
Matthias Dieter Wallnöfer [Sun, 13 Jun 2010 16:19:37 +0000 (18:19 +0200)]
s4:fix allocated control OIDs for "password_hash" LDB module

The password hash module controls overlapped others. Sorry, but the
"schema_samba4.ldif" hasn't been kept up-to-date.

13 years agos4-provision: Use logger in provision backends.
Jelmer Vernooij [Sun, 13 Jun 2010 15:43:25 +0000 (17:43 +0200)]
s4-provision: Use logger in provision backends.

13 years agos4-test: Use smb.conf path set in environment rather than using
Jelmer Vernooij [Sun, 13 Jun 2010 14:38:24 +0000 (16:38 +0200)]
s4-test: Use smb.conf path set in environment rather than using
command-line options.

This is the first step towards supporting custom test runners.

13 years agoRemove unused version options for subunitrun.
Jelmer Vernooij [Sun, 13 Jun 2010 14:02:26 +0000 (16:02 +0200)]
Remove unused version options for subunitrun.

13 years agoFriendlier message.
Jelmer Vernooij [Sun, 13 Jun 2010 13:57:44 +0000 (15:57 +0200)]
Friendlier message.

13 years agoupgradeprovision: Use logging infrastructure.
Jelmer Vernooij [Sun, 13 Jun 2010 13:32:41 +0000 (15:32 +0200)]
upgradeprovision: Use logging infrastructure.

13 years agoupgrade: Properly cancel/commit transactions in a couple more places.
Jelmer Vernooij [Sun, 13 Jun 2010 13:13:12 +0000 (15:13 +0200)]
upgrade: Properly cancel/commit transactions in a couple more places.

13 years agos4-python: Start using standard python logging infrastructure rather
Jelmer Vernooij [Sun, 13 Jun 2010 13:05:50 +0000 (15:05 +0200)]
s4-python: Start using standard python logging infrastructure rather
than simple messaging callbacks.

13 years agoFix aio_read detection for -lrt
Volker Lendecke [Sun, 13 Jun 2010 12:13:42 +0000 (14:13 +0200)]
Fix aio_read detection for -lrt

13 years agos3: Remove fsp_belongs_conn
Volker Lendecke [Sun, 13 Jun 2010 13:17:31 +0000 (15:17 +0200)]
s3: Remove fsp_belongs_conn

check_open_fsp does exactly the same

13 years agos3: Remove some leftovers from macros
Volker Lendecke [Sun, 13 Jun 2010 13:01:34 +0000 (15:01 +0200)]
s3: Remove some leftovers from macros

check_fsp and check_fsp_open used to be macros

13 years agos3: Remove the pointless PRINTERNAME macro
Volker Lendecke [Sun, 13 Jun 2010 10:11:26 +0000 (12:11 +0200)]
s3: Remove the pointless PRINTERNAME macro

13 years agos3: Remove the pointless SERVICE macro
Volker Lendecke [Sun, 13 Jun 2010 10:07:37 +0000 (12:07 +0200)]
s3: Remove the pointless SERVICE macro

13 years agos4:dcesrv_samr_GetGroupsForUser - return error code if a SID wasn't found
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 15:50:52 +0000 (17:50 +0200)]
s4:dcesrv_samr_GetGroupsForUser - return error code if a SID wasn't found

This shouldn't happen since SIDs are mandatory for security objects

13 years agos4:dcesrv_samr_QueryGroupMember/GetMembersInAlias - unify the structure
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 15:45:14 +0000 (17:45 +0200)]
s4:dcesrv_samr_QueryGroupMember/GetMembersInAlias - unify the structure

Mostly cosmetic fixes

13 years agos4:password_hash LDB module - this does really deactivate the MS LAN manager hash
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 11:22:54 +0000 (13:22 +0200)]
s4:password_hash LDB module - this does really deactivate the MS LAN manager hash

Previously, only the conversion from cleartext to the LM hash was deactivated,
and not when the user specified it directly through "dBCSPwd".

13 years agos4:password_hash LDB module - fix comment
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 11:22:22 +0000 (13:22 +0200)]
s4:password_hash LDB module - fix comment

13 years agos4:torture - SAMR testsuite - now we do support "GetAliasMembership" as expected
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 10:17:33 +0000 (12:17 +0200)]
s4:torture - SAMR testsuite - now we do support "GetAliasMembership" as expected

13 years agos4:dcesrv_samr_GetAliasMembership - provide a correct implementation
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 10:14:59 +0000 (12:14 +0200)]
s4:dcesrv_samr_GetAliasMembership - provide a correct implementation

We could also have no valid SID specified at all and also then we have to
return an empty array with "NT_STATUS_OK". This shows the torture testsuite.

13 years agos4:dcesrv_samr_EnumDomainGroups/Aliases - when we don't get a SID then the database...
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 09:39:25 +0000 (11:39 +0200)]
s4:dcesrv_samr_EnumDomainGroups/Aliases - when we don't get a SID then the database is corrupted

Group/User/Alias entries do always have a SID (it's a mandatory attribute in the
SAM directory)!

13 years agos4:dcesrv_samr_QueryAliasInfo - return "NT_STATUS_NO_SUCH_ALIAS" when it wasn't found
Matthias Dieter Wallnöfer [Fri, 11 Jun 2010 22:06:36 +0000 (00:06 +0200)]
s4:dcesrv_samr_QueryAliasInfo - return "NT_STATUS_NO_SUCH_ALIAS" when it wasn't found

13 years agos4:dcesrv_samr_QueryGroupInfo - make it more like "QueryAliasInfo"
Matthias Dieter Wallnöfer [Fri, 11 Jun 2010 22:06:07 +0000 (00:06 +0200)]
s4:dcesrv_samr_QueryGroupInfo - make it more like "QueryAliasInfo"

13 years agos4:dcesrv_samr_QueryUserInfo - minor fixes
Matthias Dieter Wallnöfer [Fri, 11 Jun 2010 21:59:12 +0000 (23:59 +0200)]
s4:dcesrv_samr_QueryUserInfo - minor fixes

Return  "NT_STATUS_NO_SUCH_USER" when user account doesn't exist.

13 years agos4:dcesrv_samr_QueryDomainInfo - allocate the "info" structure only when really needed
Matthias Dieter Wallnöfer [Fri, 11 Jun 2010 21:57:39 +0000 (23:57 +0200)]
s4:dcesrv_samr_QueryDomainInfo - allocate the "info" structure only when really needed

That means the allocation should move after the lookup (as it is on
"QueryUserInfo"). Return "NT_STATUS_NO_SUCH_DOMAIN" on an invalid domain.

13 years agos4:dcesrv_samr_EnumDomainGroups - mostly small fixes
Matthias Dieter Wallnöfer [Fri, 11 Jun 2010 21:44:46 +0000 (23:44 +0200)]
s4:dcesrv_samr_EnumDomainGroups - mostly small fixes

13 years agos4:dcesrv_samr_EnumDomainAliases - return an empty array also when no entry was returned
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 09:49:26 +0000 (11:49 +0200)]
s4:dcesrv_samr_EnumDomainAliases - return an empty array also when no entry was returned

13 years agos4:dcesrv_samr_EnumDomainAliases - mostly small fixes
Matthias Dieter Wallnöfer [Fri, 11 Jun 2010 21:42:14 +0000 (23:42 +0200)]
s4:dcesrv_samr_EnumDomainAliases - mostly small fixes

The biggest change consists in the implementation of the Windows Server
return size formula MIN(*r->out.num_entries, 1+(r->in.max_size/SAMR_ENUM_USERS_MULTIPLIER).

13 years agos4:dcesrv_samr_EnumDomainUsers - make this call look more similar to "EnumDomainGroup...
Matthias Dieter Wallnöfer [Fri, 11 Jun 2010 21:39:46 +0000 (23:39 +0200)]
s4:dcesrv_samr_EnumDomainUsers - make this call look more similar to "EnumDomainGroups" and "EnumDomainAliases"

That means that the lookup is now also done by "samdb_search_domain" to be more
consistent.

13 years agos4:ldif_read_prefixMap - don't cause memory leaks on error conditions
Matthias Dieter Wallnöfer [Sat, 12 Jun 2010 09:31:30 +0000 (11:31 +0200)]
s4:ldif_read_prefixMap - don't cause memory leaks on error conditions

13 years agos3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid_smb2
Volker Lendecke [Sat, 12 Jun 2010 12:52:54 +0000 (14:52 +0200)]
s3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid_smb2

13 years agos3: Explicitly pass sconn to process_blocking_lock_queue_smb2
Volker Lendecke [Sat, 12 Jun 2010 12:52:09 +0000 (14:52 +0200)]
s3: Explicitly pass sconn to process_blocking_lock_queue_smb2

13 years agos3: Remove smbd_server_conn from push_blocking_lock_request_smb2
Volker Lendecke [Sat, 12 Jun 2010 12:50:08 +0000 (14:50 +0200)]
s3: Remove smbd_server_conn from push_blocking_lock_request_smb2

13 years agos3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2
Volker Lendecke [Sat, 12 Jun 2010 12:48:42 +0000 (14:48 +0200)]
s3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2

13 years agos3: Explicitly pass sconn to open_was_deferred_smb2
Volker Lendecke [Sat, 12 Jun 2010 12:44:53 +0000 (14:44 +0200)]
s3: Explicitly pass sconn to open_was_deferred_smb2

13 years agos3: Explicitly pass sconn to find_open_smb2req
Volker Lendecke [Sat, 12 Jun 2010 12:43:12 +0000 (14:43 +0200)]
s3: Explicitly pass sconn to find_open_smb2req

13 years agos3: Explicitly pass sconn to process_blocking_lock_queue
Volker Lendecke [Sat, 12 Jun 2010 12:31:04 +0000 (14:31 +0200)]
s3: Explicitly pass sconn to process_blocking_lock_queue

13 years agos3: Remove smbd_server_conn from blocking_lock_cancel_smb1
Volker Lendecke [Sat, 12 Jun 2010 12:27:56 +0000 (14:27 +0200)]
s3: Remove smbd_server_conn from blocking_lock_cancel_smb1

13 years agos3: Explicitly pass sconn to recalc_brl_timeout
Volker Lendecke [Sat, 12 Jun 2010 12:26:32 +0000 (14:26 +0200)]
s3: Explicitly pass sconn to recalc_brl_timeout

13 years agos3: Explicitly pass sconn to blocking_lock_was_deferred_smb1
Volker Lendecke [Sat, 12 Jun 2010 12:25:08 +0000 (14:25 +0200)]
s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1

13 years agos3: Explicitly pass sconn to remove_pending_lock_requests_by_mid_smb1
Volker Lendecke [Sat, 12 Jun 2010 12:23:12 +0000 (14:23 +0200)]
s3: Explicitly pass sconn to remove_pending_lock_requests_by_mid_smb1

13 years agos3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid
Volker Lendecke [Sat, 12 Jun 2010 12:18:55 +0000 (14:18 +0200)]
s3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid

13 years agos3: Remove smbd_server_conn from push_blocking_lock_request
Volker Lendecke [Sat, 12 Jun 2010 12:18:15 +0000 (14:18 +0200)]
s3: Remove smbd_server_conn from push_blocking_lock_request

13 years agos3: Remove smbd_server_conn from brl_timeout_fn
Volker Lendecke [Sat, 12 Jun 2010 12:16:39 +0000 (14:16 +0200)]
s3: Remove smbd_server_conn from brl_timeout_fn

13 years agos3: Remove smbd_server_conn from switch_message
Volker Lendecke [Sat, 12 Jun 2010 11:23:10 +0000 (13:23 +0200)]
s3: Remove smbd_server_conn from switch_message

13 years agos3: Remove smbd_server_conn from break_level2_to_none_async
Volker Lendecke [Sat, 12 Jun 2010 11:21:46 +0000 (13:21 +0200)]
s3: Remove smbd_server_conn from break_level2_to_none_async

13 years agos3: Explicitly pass sconn to the remove_pending_change_notify_request_by_mid
Volker Lendecke [Sat, 12 Jun 2010 11:20:17 +0000 (13:20 +0200)]
s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_mid

13 years agos3: change_notify_reply() does not need its "conn" argument
Volker Lendecke [Sat, 12 Jun 2010 11:17:51 +0000 (13:17 +0200)]
s3: change_notify_reply() does not need its "conn" argument

13 years agos3: Explicitly pass sconn to the change_notify_remove_request
Volker Lendecke [Sat, 12 Jun 2010 11:13:20 +0000 (13:13 +0200)]
s3: Explicitly pass sconn to the change_notify_remove_request

13 years agos3: Remove smbd_server_conn from change_notify_add_request
Volker Lendecke [Sat, 12 Jun 2010 10:43:11 +0000 (12:43 +0200)]
s3: Remove smbd_server_conn from change_notify_add_request

13 years agos3: Remove smbd_server_conn from reply_sesssetup_and_X
Volker Lendecke [Sat, 12 Jun 2010 10:39:47 +0000 (12:39 +0200)]
s3: Remove smbd_server_conn from reply_sesssetup_and_X

13 years agos3: Fix a typo
Volker Lendecke [Sat, 12 Jun 2010 10:39:21 +0000 (12:39 +0200)]
s3: Fix a typo

13 years agos3: Remove smbd_server_conn from reply_sesssetup_and_X_spnego
Volker Lendecke [Sat, 12 Jun 2010 10:39:00 +0000 (12:39 +0200)]
s3: Remove smbd_server_conn from reply_sesssetup_and_X_spnego

13 years agos3: Remove smbd_server_conn from reply_spnego_auth
Volker Lendecke [Sat, 12 Jun 2010 10:38:29 +0000 (12:38 +0200)]
s3: Remove smbd_server_conn from reply_spnego_auth

13 years agos3: Remove smbd_server_conn from reply_spnego_negotiate
Volker Lendecke [Sat, 12 Jun 2010 10:38:09 +0000 (12:38 +0200)]
s3: Remove smbd_server_conn from reply_spnego_negotiate

13 years agos3: Remove smbd_server_conn from reply_spnego_ntlmssp
Volker Lendecke [Sat, 12 Jun 2010 10:37:49 +0000 (12:37 +0200)]
s3: Remove smbd_server_conn from reply_spnego_ntlmssp

13 years agos3: Remove smbd_server_conn from reply_spnego_kerberos
Volker Lendecke [Sat, 12 Jun 2010 10:37:31 +0000 (12:37 +0200)]
s3: Remove smbd_server_conn from reply_spnego_kerberos

13 years agos3: Explicitly pass sconn to the api_ functions
Volker Lendecke [Sat, 12 Jun 2010 10:30:04 +0000 (12:30 +0200)]
s3: Explicitly pass sconn to the api_ functions

13 years agos3: Remove smbd_server_conn from send_trans_reply
Volker Lendecke [Sat, 12 Jun 2010 10:21:20 +0000 (12:21 +0200)]
s3: Remove smbd_server_conn from send_trans_reply

13 years agos3: Remove smbd_server_conn from reply_findclose
Volker Lendecke [Sat, 12 Jun 2010 10:10:37 +0000 (12:10 +0200)]
s3: Remove smbd_server_conn from reply_findclose

13 years agos3: Remove smbd_server_conn from call_trans2setfsinfo
Volker Lendecke [Sat, 12 Jun 2010 10:10:07 +0000 (12:10 +0200)]
s3: Remove smbd_server_conn from call_trans2setfsinfo

13 years agos3: Remove smbd_server_conn from smbd_do_qfsinfo
Volker Lendecke [Sat, 12 Jun 2010 10:08:12 +0000 (12:08 +0200)]
s3: Remove smbd_server_conn from smbd_do_qfsinfo

13 years agos3: Remove smbd_server_conn from call_trans2findnext
Volker Lendecke [Sat, 12 Jun 2010 10:06:14 +0000 (12:06 +0200)]
s3: Remove smbd_server_conn from call_trans2findnext

13 years agos3: Remove smbd_server_conn from call_trans2findfirst
Volker Lendecke [Sat, 12 Jun 2010 10:05:37 +0000 (12:05 +0200)]
s3: Remove smbd_server_conn from call_trans2findfirst