summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-21selftest:Samba4: add bindir_path() utility function to construct the binary ↵Stefan Metzmacher1-12/+23
pathes metze
2009-01-21selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher1-2/+3
metze
2009-01-21s4:python glue: fix dependecy to pyldbStefan Metzmacher1-1/+1
metze
2009-01-21s3:docs: fix ommission in fix of (real)distclean targetsMichael Adam1-1/+1
Michael
2009-01-21s3:create-tarball: also include the VENDOR_PATCH in the versionMichael Adam1-0/+4
Michael
2009-01-21s3:docs: fix distclean target and add realdistclean targetMichael Adam1-1/+4
- remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael
2009-01-21Fix a typoVolker Lendecke1-1/+1
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam1-2/+8
Michael
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam1-4/+10
Michael
2009-01-21s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam1-4/+6
Michael
2009-01-21s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam1-1/+0
Michael
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher7-29/+36
metze
2009-01-20librpc: Fix warning caused by some empty debug stringsTim Prouty1-3/+3
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-21s3:docs: add a manpage for idmap_tdb2Michael Adam1-0/+132
Michael
2009-01-21s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam1-7/+23
Michael
2009-01-21s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam1-20/+61
Michael
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke5-7/+2
2009-01-20Fix some nonempty blank linesVolker Lendecke2-20/+20
2009-01-20Remove some unused codeVolker Lendecke3-17/+0
2009-01-20Remove some smb fsp knowledge from rpc_server/Volker Lendecke5-71/+99
np_open/read/write don't have to know about files_struct
2009-01-20Make use of TALLOC_FREEVolker Lendecke1-3/+1
2009-01-20socket_wrapper: fix PCAP support broken by ↵Stefan Metzmacher1-3/+1
aaea68791cfea45c6fa69abc93ad6d0e832d0283 We should note close the fd after writing the first packet. metze
2009-01-20s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher1-3/+11
This prepares the change to use signal events in the tdb backend. metze
2009-01-20s3: reinit_after_fork() should reinit the event context before the messaging ↵Stefan Metzmacher1-4/+4
context Because messaging_reinit() may add events to the event context, which will removed by event_context_reinit(). metze
2009-01-20s3:events: add support for signal eventsStefan Metzmacher1-0/+6
metze
2009-01-20s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher1-0/+6
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-20tevent: rename signal handler functions to start with tevent_common_Stefan Metzmacher1-5/+6
This makes debugging with gdb easier. metze
2009-01-19Don't use TMPDIR as variable, it's already used for other purposes.Jelmer Vernooij1-5/+8
Don't include GIT revision in release version strings.
2009-01-19Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij3-3/+19
fixes test.
2009-01-19Merge branch 'v4-0-stable'Jelmer Vernooij6-252/+282
2009-01-19Add some more entries to WHATSNEW, by no means complete.Jelmer Vernooij1-0/+10
2009-01-19Remove mention of external heimdal - its not yet supported.Jelmer Vernooij1-3/+0
2009-01-19s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher1-244/+223
metze
2009-01-19s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2-8/+31
The _bystring function are now just tiny wrappers. metze
2009-01-19s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher3-0/+18
metze
2009-01-19Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Günther Deschner <gd@samba.org>
2009-01-19Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke1-2/+4
2009-01-19Attempt to fix the merged buildVolker Lendecke2-3/+3
2009-01-19S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.Karolin Seeger3-5/+5
The option '-B' does not exist at all. Thanks to Jason Ellison for reporting! Karolin
2009-01-19S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.Karolin Seeger2-5/+5
There is no option '-B' at all. Thanks to Jason Ellison for reporting! Karolin
2009-01-19nbt_server/wins: winsdb_handle() can be staticStefan Metzmacher1-2/+3
metze (from samba4wins tree ba45b14b48f62eb1668509738f83fa17a4ce95fd)
2009-01-19nbt_server/wins: add some constStefan Metzmacher1-3/+4
metze (from samba4wins tree e54b2d3ddbf338fe5d9802724e76f320fd4423e5)
2009-01-19nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher2-2/+2
metze (from samba4wins tree 0f2995f77ab092d71e539c2473c94956f9c253fb)
2009-01-19wrepl_server: make 'use inform' the default and autofallback against old serversStefan Metzmacher3-3/+25
metze (from samba4wins tree f44c8c8e1986e2105e899bb1f8a3896575eef582)
2009-01-19libcli/wrepl: return the major version of the server in wrepl_associate()Stefan Metzmacher2-0/+2
metze (from samba4wins tree 1ea02d50d1607b94e15ff07568fa5056cb6e4f09)
2009-01-19wreplserver: add "wreplsrv:propagate name releases = yes" for replicated ↵Stefan Metzmacher1-0/+29
sgroup merges metze (from samba4wins tree 80cbe665e561182d28acc6ad474243b83f3e4d28)
2009-01-19winsserver: add "wreplsrv:propagate name releases" optionStefan Metzmacher2-6/+47
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-19winsserver_release: update the expire time if only one address is releasedStefan Metzmacher1-1/+12
We also take the ownership if the record isn't owned. This matches windows... metze (from samba4wins tree d7b19339c0444cbe0989fcfa91a22323215d2f6b)
2009-01-19wrepl_scavenging: add a comment to make the is_static case more clearStefan Metzmacher1-5/+13
metze (from samba4wins tree 67fa7dc4fe36b143d36df1309840328a14683e31)
2009-01-19wrepl_server: fix the record expire time of sgroup mergesStefan Metzmacher1-0/+18
if we're the owner, the expire time becomes the highest expire time of owned addresses metze (from samba4wins tree 024f439db45046c7c0bb4759c75877462405baec)