Stefan Metzmacher
4d76c18f78
docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend'
...
metze
2010-08-30 10:50:16 +02:00
Stefan Metzmacher
6cf66a04ad
docs-xml/vfs_gpfs: document 'gpfs:winattr'
...
metze
2010-08-30 10:50:15 +02:00
Stefan Metzmacher
a8a704001e
docs-xml/vfs_gpfs: document 'gpfs:getrealfilename'
...
metze
2010-08-30 10:50:15 +02:00
Stefan Metzmacher
196699a6a1
docs-xml/vfs_gpfs: document 'gpfs:leases'
...
metze
2010-08-30 10:50:14 +02:00
Stefan Metzmacher
d35d846db1
docs-xml/vfs_gpfs: document 'gpfs:sharemodes'
...
metze
2010-08-30 10:50:14 +02:00
Kamen Mazdrashki
0e87461dfb
s4-drs-test: Skip a check that may possibly fail
...
This check may fail due to automatic replication between DCs
during the test execution.
Ideally we should block automatic replications (somehow)
during this test. But until then, we need just to skip
this check, it is not *that* important anyway
2010-08-30 09:55:30 +03:00
Kamen Mazdrashki
5c5e5ff607
s4-util: Print more informative error messages in 'net drs replicate'
2010-08-30 09:55:30 +03:00
Kamen Mazdrashki
0007203978
s4-drs-test: Use dns hostnames to run 'net drs replicate' command
2010-08-30 09:55:30 +03:00
Stefan Metzmacher
11a3d78951
librpc/ndr: correctly implement ndr_charset_length()
...
Before we ignored the charset type.
metze
2010-08-30 08:44:38 +02:00
Volker Lendecke
fbf3d03550
s3: Fix an uninitialized variable
2010-08-29 23:14:49 +02:00
Volker Lendecke
f687d43454
s3: Fix the build without cluster
2010-08-29 23:14:49 +02:00
Volker Lendecke
e466bb4af4
s3: Remove smbd_server_fd()
...
This breaks the perfcol_onefs() build.
Tim, Steve, this use of smbd_server_fd is replacable by calls into
substitute.c. I don't have a onefs environment around to build a fix, so I've
decided to insert an #error, making it not compile. The fix should be pretty
obvious, you can get the socket data via "%I" and "%i" substitutions.
2010-08-29 21:55:25 +02:00
Volker Lendecke
e784e160ec
s3: Remove two uses of smbd_server_fd()
...
Actually, this is a bit cheating. But those two files depend on
smbd_server_conn anyway, it does not make things worse.
2010-08-29 21:55:25 +02:00
Volker Lendecke
5a6be0b314
s3: Remove smbd_server_fd() from srv_netlog_nt
...
This is not actually used. If it was to be activated, we'd have to pass in a
pipes_struct.
2010-08-29 21:55:25 +02:00
Volker Lendecke
744cc26451
s3: Remove smbd_server_fd() from smbd_register_ips
2010-08-29 21:55:24 +02:00
Volker Lendecke
5bbc4df168
s3: Lift smbd_server_fd() from msg_release_ip()
2010-08-29 21:55:24 +02:00
Volker Lendecke
467208e9f4
s3: Lift smbd_server_fd() from release_ip()
2010-08-29 21:55:24 +02:00
Volker Lendecke
6432383926
s3: Remove a use of smbd_server_fd() in smbd main()
...
The effect this might have is that we set the socket options a bit later in
inetd mode.
2010-08-29 21:55:24 +02:00
Volker Lendecke
70df6fcb2a
s3: Pass sconn to check_reload
...
This removes a use of smbd_server_fd()
2010-08-29 21:55:24 +02:00
Volker Lendecke
babfe23717
s3: Pass sconn instead of msg_ctx to housekeeping_fn
2010-08-29 21:55:24 +02:00
Volker Lendecke
4a58c640cc
s3: Set the client_id in substitute.c once
...
This never changes during a client connection's life, so we can set it
once.
2010-08-29 21:55:23 +02:00
Volker Lendecke
8d256b8f30
s3: Remove some uses of smbd_server_fd()
...
The change in behaviour is that we don't detect "socket option" changes anymore
when printers are added or removed.
2010-08-29 21:55:23 +02:00
Volker Lendecke
291526b9cf
s3: Remove a use of smbd_server_fd
...
This disables different socket options per user for ntlmssp authentiation, a
change in behaviour which is exotic enough I believe.
2010-08-29 21:55:23 +02:00
Kamen Mazdrashki
b5ed9c2c4d
s4-kcc: Notify dreplsrv that Topology has changed
2010-08-28 23:38:59 +03:00
Kamen Mazdrashki
b954834ad1
s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update internal cache
...
This IRPC calls is to be used whenever repsFrom/repsTo are
changed by administrative tool or KCC (i.e. Topology changes).
At present, only KCC may change topology.
2010-08-28 23:38:59 +03:00
Kamen Mazdrashki
53551a76c5
s4-dreplsrv: Move partition cache update before scheduling another set of replications
2010-08-28 23:38:59 +03:00
Kamen Mazdrashki
d15a7d9099
s4-testenv: Synchronize DCs after 'net vampire'
...
During 'net vampire', vampired DC adds information in its own
database, se we need to force replicate vampired_dc to the
first DC to be sure everything is in sync prior starting tests
2010-08-28 23:38:58 +03:00
Kamen Mazdrashki
a052497c74
s4-kcc: Assert when unexpected repsFromToBlob version is passed
...
At present we only support v1 structures (Win2k3 and earlier),
so it is good to make it obvious.
In case we start supporting v2 we will be able to notice this
function should be refactored right away
2010-08-28 23:38:58 +03:00
Volker Lendecke
d1d2997b0e
s3: Remove an unused macro
2010-08-28 15:12:44 +02:00
Volker Lendecke
0a8d49575c
s3: Remove some references to smbd_server_fd()
2010-08-28 15:05:27 +02:00
Volker Lendecke
15d0d9bcfb
s3: Fix a (highly unlikly) memleak in set_local_machine_name()
2010-08-28 14:15:45 +02:00
Volker Lendecke
460597dea1
s3: Fix some DEBUGs
2010-08-28 14:14:36 +02:00
Volker Lendecke
755ef5cf11
s3: Remove smbd_server_fd() from set_local_machine_name()
2010-08-28 14:06:10 +02:00
Volker Lendecke
5e58156654
s3: Fix a typo
2010-08-28 13:10:58 +02:00
Volker Lendecke
0f83aa8650
s3: Remove the dependency of g_lock on procid_self
...
procid_self() references global vars, don't depend on them unnecessarily
2010-08-28 12:28:53 +02:00
Volker Lendecke
520c5aae40
s3: Remove smbd_server_conn() from check_unix_security
2010-08-28 11:12:13 +02:00
Volker Lendecke
92fd03c5f0
s3: Lift smbd_server_fd() from pass_check()
2010-08-28 11:12:13 +02:00
Volker Lendecke
a3995ef31c
s3: Lift smbd_server_fd() from password_check()
2010-08-28 11:12:13 +02:00
Volker Lendecke
2257a0cd86
s3: Fix some nonempty blank lines
2010-08-28 11:12:13 +02:00
Volker Lendecke
636d107989
s3: Fix smb_pam_passcheck
2010-08-28 11:05:22 +02:00
Stefan Metzmacher
831611e221
pidl:Samba4/NDR/Client: support argument based stubs for [in,out,string]
...
metze
2010-08-28 10:59:20 +02:00
Stefan Metzmacher
94faf0ccbe
pidl:NDR: [in,out,string] doesn't need to pointers
...
metze
2010-08-28 10:59:19 +02:00
Stefan Metzmacher
aa3b75ad1f
pidl:Samba4/NDR/Client: correctly copy [out,charset()] buffers
...
If the conversion from CH_UTF16 to CH_UNIX uses multi-byte characters
in CH_UNIX, we should not silently truncate the string, but return
an error.
metze
2010-08-28 10:59:19 +02:00
Stefan Metzmacher
eeebaa63f1
pidl:Samba4/NDR/Client: fix skip reason for unsized arrays
...
metze
2010-08-28 10:59:18 +02:00
Stefan Metzmacher
8e6f673929
selftest/Subunit.pm: fix perl warnings
...
Argument "\n" isn't numeric in numeric ne (!=) at selftest/Subunit.pm line 136
metze
2010-08-28 10:59:18 +02:00
Volker Lendecke
67522702ac
s3: Those functions are no macros anymore :-)
2010-08-28 10:54:39 +02:00
Stefan Metzmacher
a6111c2a7b
lib/util: remove implicit discard_const_p() from SAFE_FREE()
...
This should fix a lot of warnings on IRIX.
If callers know what they're doing they can use discard_const_p()
on their own.
metze
2010-08-28 08:41:00 +02:00
Stefan Metzmacher
db6d1c6276
s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIX
...
metze
2010-08-28 08:28:01 +02:00
Stefan Metzmacher
8494d09b89
Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"
...
This reverts commit 3d4fb698660381e650d7caeb5b7cff12847c0fb8.
This was wrong... The problem was in the caller, sa_len is a macro on irix
metze
2010-08-28 08:28:01 +02:00
Jeremy Allison
04f021e692
Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest to a share.
...
Fix "security = share" with SMB2 by mapping internally
to "security = user" and "map to guest = Bad User".
Jeremy.
2010-08-27 15:25:04 -07:00