Michael Adam
816934faa8
s3:docs: clarify explanation of the allocator in the idmap_ldap manpage
...
Michael
2009-01-21 10:56:56 +01:00
Michael Adam
665b5dc703
s3:docs: clarify explanation of the allocator in the idmap_tdb manpage
...
Michael
2009-01-21 10:56:56 +01:00
Michael Adam
65b79200e4
s3:docs: clarify explanation of allocator in the idmap_tdb2 manpage
...
Michael
2009-01-21 10:56:55 +01:00
Michael Adam
bd252ad665
s3:docs: fix copy and paste error in the idmap_tdb2 manpage
...
Michael
2009-01-21 10:56:55 +01:00
Stefan Metzmacher
d965ff05c9
s4:ldb: remove dependency to samba4's events wrapper
...
metze
2009-01-21 10:44:04 +01:00
Tim Prouty
53293f2ccb
librpc: Fix warning caused by some empty debug strings
...
It would probably be better to create a new macro such as DEBUGHDR to
allow empty strings for debug statements, but for the short term this
eliminates the warning with no negative consequences.
2009-01-20 17:30:28 -08:00
Michael Adam
84f2b2d731
s3:docs: add a manpage for idmap_tdb2
...
Michael
2009-01-21 00:56:03 +01:00
Michael Adam
7c5621b6e0
s3:docs: update the idmap_ldap manpage to reflect current facts.
...
Michael
2009-01-21 00:16:29 +01:00
Michael Adam
32be66b19d
s3:docs: update the idmap_tdb manpage to reflect current facts.
...
Michael
2009-01-21 00:16:29 +01:00
Volker Lendecke
55dfad40af
"userdom_struct" does not need "full_name" anymore -- unused
2009-01-20 23:10:16 +01:00
Volker Lendecke
d7d251f8c7
Fix some nonempty blank lines
2009-01-20 23:10:16 +01:00
Volker Lendecke
520f88143b
Remove some unused code
2009-01-20 16:41:32 +01:00
Volker Lendecke
b8b6cddb29
Remove some smb fsp knowledge from rpc_server/
...
np_open/read/write don't have to know about files_struct
2009-01-20 16:41:14 +01:00
Volker Lendecke
bd4718d281
Make use of TALLOC_FREE
2009-01-20 14:34:51 +01:00
Stefan Metzmacher
bd576b93bd
socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e832d0283
...
We should note close the fd after writing the first packet.
metze
2009-01-20 00:42:01 +01:00
Stefan Metzmacher
930b3c15da
s3:messaging: also recreate the local messaging backend in messaging_reinit()
...
This prepares the change to use signal events in the tdb backend.
metze
2009-01-20 00:41:45 +01:00
Stefan Metzmacher
26e863e6dd
s3: reinit_after_fork() should reinit the event context before the messaging context
...
Because messaging_reinit() may add events to the event context, which will
removed by event_context_reinit().
metze
2009-01-20 00:41:20 +01:00
Stefan Metzmacher
8d203d3cab
s3:events: add support for signal events
...
metze
2009-01-20 00:41:09 +01:00
Stefan Metzmacher
fcf9f72e04
s3:smbd: call message_dispatch() before processing incoming PDUs
...
This is a hack to fix races which happen with the RAW-RENAME and RAW-OPLOCK
tests. We should try to remove it later.
metze
2009-01-20 00:40:56 +01:00
Stefan Metzmacher
3347ed7e6e
tevent: rename signal handler functions to start with tevent_common_
...
This makes debugging with gdb easier.
metze
2009-01-20 00:40:40 +01:00
Jelmer Vernooij
0118b2301b
Don't use TMPDIR as variable, it's already used for other purposes.
...
Don't include GIT revision in release version strings.
samba-4.0.0alpha6
2009-01-19 22:52:26 +01:00
Jelmer Vernooij
b876478219
Make sure server_role gets initialized in backend provisioning code -
...
fixes test.
2009-01-19 21:14:37 +01:00
Jelmer Vernooij
2254efbf5d
Merge branch 'v4-0-stable'
2009-01-19 20:17:23 +01:00
Jelmer Vernooij
288ce60748
Add some more entries to WHATSNEW, by no means complete.
2009-01-19 19:24:54 +01:00
Jelmer Vernooij
c570d6396f
Remove mention of external heimdal - its not yet supported.
2009-01-19 18:15:45 +01:00
Stefan Metzmacher
4feafd7c7b
s3:idmap_tdb: convert to the dbwrap api
...
metze
2009-01-19 17:06:41 +01:00
Stefan Metzmacher
535311d187
s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()
...
The _bystring function are now just tiny wrappers.
metze
2009-01-19 17:06:03 +01:00
Stefan Metzmacher
a83b327f1b
s3:dbwrap: add get_flags() hook to db_context
...
metze
2009-01-19 17:06:02 +01:00
Andreas Schneider
aa79f76b0c
Avoid flooding of syslog with failing pam_putenv messages.
...
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Günther Deschner <gd@samba.org>
2009-01-19 16:49:35 +01:00
Volker Lendecke
e58a8c169c
Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c
2009-01-19 11:49:18 +01:00
Volker Lendecke
b0c92548d8
Attempt to fix the merged build
2009-01-19 11:40:43 +01:00
Karolin Seeger
4b26c7bbf4
S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
...
The option '-B' does not exist at all.
Thanks to Jason Ellison for reporting!
Karolin
2009-01-19 10:22:46 +01:00
Karolin Seeger
7c1e08518b
S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
...
There is no option '-B' at all.
Thanks to Jason Ellison for reporting!
Karolin
2009-01-19 08:55:30 +01:00
Stefan Metzmacher
afd405dd90
nbt_server/wins: winsdb_handle() can be static
...
metze
(from samba4wins tree ba45b14b48f62eb1668509738f83fa17a4ce95fd)
2009-01-19 07:05:54 +01:00
Stefan Metzmacher
2973af5111
nbt_server/wins: add some const
...
metze
(from samba4wins tree e54b2d3ddbf338fe5d9802724e76f320fd4423e5)
2009-01-19 07:05:54 +01:00
Stefan Metzmacher
2dcac3c5e6
nbt_server/wins: use talloc_zero() to create struct winsdb_handle
...
metze
(from samba4wins tree 0f2995f77ab092d71e539c2473c94956f9c253fb)
2009-01-19 07:05:54 +01:00
Stefan Metzmacher
6bcd2cbd27
wrepl_server: make 'use inform' the default and autofallback against old servers
...
metze
(from samba4wins tree f44c8c8e1986e2105e899bb1f8a3896575eef582)
2009-01-19 07:05:53 +01:00
Stefan Metzmacher
d5b7240ac5
libcli/wrepl: return the major version of the server in wrepl_associate()
...
metze
(from samba4wins tree 1ea02d50d1607b94e15ff07568fa5056cb6e4f09)
2009-01-19 07:05:53 +01:00
Stefan Metzmacher
7c7bdf3669
wreplserver: add "wreplsrv:propagate name releases = yes" for replicated sgroup merges
...
metze
(from samba4wins tree 80cbe665e561182d28acc6ad474243b83f3e4d28)
2009-01-19 07:05:52 +01:00
Stefan Metzmacher
e1c968afd8
winsserver: add "wreplsrv:propagate name releases" option
...
Add an option to propagate name releases directly.
This make the results for #1C name queries more consistent
among all servers.
It's off by default to match windows.
metze
(from samba4wins tree 166e9fdffb9f4e26513c3b4ec1f6f168ecbe18f8)
2009-01-19 07:05:52 +01:00
Stefan Metzmacher
fb64b12be5
winsserver_release: update the expire time if only one address is released
...
We also take the ownership if the record isn't owned.
This matches windows...
metze
(from samba4wins tree d7b19339c0444cbe0989fcfa91a22323215d2f6b)
2009-01-19 07:05:52 +01:00
Stefan Metzmacher
81a2a43a5a
wrepl_scavenging: add a comment to make the is_static case more clear
...
metze
(from samba4wins tree 67fa7dc4fe36b143d36df1309840328a14683e31)
2009-01-19 07:05:51 +01:00
Stefan Metzmacher
bbe4785f34
wrepl_server: fix the record expire time of sgroup merges
...
if we're the owner, the expire time becomes the highest
expire time of owned addresses
metze
(from samba4wins tree 024f439db45046c7c0bb4759c75877462405baec)
2009-01-19 07:05:51 +01:00
Stefan Metzmacher
c4402e3fde
wrepl_server: use a local 'local_owner' variable to make the code more readable
...
metze
(from samba4wins tree eba9a8ce0641a2984112f4e1473801fa449ed96d)
2009-01-19 07:05:50 +01:00
Stefan Metzmacher
780bc13736
winsdb: the we_are_owner in winsdb_lookup() needs to be per address
...
This fixes a bug where #1C addresses are registered with different
WINS-Servers and a merged #1C record.
metze
(from samba4wins tree 72e055394a0fd1f543be9c196b4179356a1033f6)
2009-01-19 07:05:50 +01:00
Stefan Metzmacher
cd5e43b327
nbt_server: fix crash bug, the wins client interface may not have a nbtsock
...
metze
(from samba4wins tree 8035601da7c7e8b65fe1d82c2654c412fa169338)
2009-01-19 07:05:50 +01:00
Stefan Metzmacher
a5b3975cf7
nbt_server: redirect incoming response packets to the correct interface
...
We may send requests packets (WACK challenges or similar things)
via a different udp socket than the socket we receive the
matching response. We need to setup an unexpected handler
on the nbt sockets and redirect responses to the correct
nbt_socket. (By redirect I mean we use the correct
nbt_socket structure, we're *not* resending the packet
with sendto() via the kernel...)
metze
(from samba4wins tree 7ce8e705e5a9aabb787d17fbec7a078d9d6780dc)
2009-01-19 07:05:44 +01:00
Stefan Metzmacher
ebab6d6ce4
libcli/nbt: add nbt_name_socket_handle_response_packet()
...
Move the last part of nbt_name_socket_recv() into
a new function nbt_name_socket_handle_response_packet()
so that it can be reused by an unexpected handler.
metze
(from samba4wins tree cb0377f3b95e50c84fac999a49dde80acc933124)
2009-01-19 07:05:42 +01:00
Stefan Metzmacher
26c48098e6
libcli/nbt: add nbt_set_unexpected_handler()
...
metze
(from samba4wins tree 74232901d1e7ea9ebcb3bd8d584dda36fac37223)
2009-01-19 07:05:27 +01:00
Stefan Metzmacher
c97df0d892
nbt_server: add some debug messages which show the used interfaces addresses
...
metze
(from samba4wins tree 8eb30add7c95672a85b4084b4a3dbfa78db820c4)
2009-01-19 07:05:26 +01:00