Günther Deschner [Tue, 16 Jun 2009 09:49:36 +0000 (11:49 +0200)]
s3-docs: fix typo in pam_winbind.8.
Guenther
Günther Deschner [Mon, 15 Jun 2009 15:25:08 +0000 (17:25 +0200)]
s3-netapi: add NetGetJoinInformation example code.
Guenther
Jelmer Vernooij [Tue, 16 Jun 2009 00:24:43 +0000 (02:24 +0200)]
python: Provide way to iterate over available shares.
Jelmer Vernooij [Tue, 16 Jun 2009 00:05:18 +0000 (02:05 +0200)]
python: Add API for accessing available shares.
Tim Prouty [Mon, 15 Jun 2009 20:16:07 +0000 (20:16 +0000)]
s3 onefs: Fix reading over the end of the array, because the incorrect array was being read.
Tim Prouty [Mon, 15 Jun 2009 19:13:31 +0000 (12:13 -0700)]
s3 onefs: Change onefs modules to use the new createfile api
Simo Sorce [Sun, 7 Jun 2009 18:10:15 +0000 (14:10 -0400)]
Add exports file and abi checker for tevent
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on tevent.h contents and the gcc -aux-info option
Simo Sorce [Sun, 7 Jun 2009 18:20:36 +0000 (14:20 -0400)]
Add exports file and abi checker for talloc
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on talloc.h contents and the gcc -aux-info option
Simo Sorce [Mon, 15 Jun 2009 20:19:19 +0000 (16:19 -0400)]
Add exports file and abi checker for tdb
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on tdb.h contents and the gcc -aux-info option
Simo Sorce [Mon, 15 Jun 2009 20:20:06 +0000 (16:20 -0400)]
Add new replace check for --version-script
Allows us to pass an export files on Linux and Solaris so that we can expose
only symbols that are actually supposed to be global, and keep as local anything
else.
Simo Sorce [Mon, 15 Jun 2009 19:08:25 +0000 (15:08 -0400)]
Add option to --disable-python on build
Volker Lendecke [Mon, 15 Jun 2009 13:43:19 +0000 (15:43 +0200)]
Fix the posixtimedlock test
The previous version depended on the fact that smb_raw_lock_send just queued
stuff. This changed with
ebf5523b6e2ae0.
Andreas Schneider [Mon, 15 Jun 2009 10:22:58 +0000 (12:22 +0200)]
Fix the section of the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Andreas Schneider [Mon, 15 Jun 2009 10:21:07 +0000 (12:21 +0200)]
Move pam_winbind to the right manpage section (8).
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Andreas Schneider [Mon, 15 Jun 2009 10:16:49 +0000 (12:16 +0200)]
Dcoument the PAM data exports in the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Andreas Schneider [Mon, 15 Jun 2009 10:16:15 +0000 (12:16 +0200)]
Document the try_first_pass option in the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Andreas Schneider [Mon, 15 Jun 2009 10:15:26 +0000 (12:15 +0200)]
Add a synopsis section to the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Karolin Seeger [Mon, 15 Jun 2009 06:33:22 +0000 (08:33 +0200)]
s3/libsmb: Fix debug message.
This fixes bug #6472.
Karolin
Signed-off-by: Volker Lendecke <vl@samba.org>
Volker Lendecke [Mon, 15 Jun 2009 05:45:47 +0000 (07:45 +0200)]
Do a correct TALLOC_FREE in an error case
Volker Lendecke [Mon, 15 Jun 2009 05:45:11 +0000 (07:45 +0200)]
Fix a = vs == error in writev_handler
Volker Lendecke [Sun, 14 Jun 2009 10:58:19 +0000 (12:58 +0200)]
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
This shrinks the memory footprint of an idle client by 5592 bytes to 60 bytes
on my 32-bit box.
Volker Lendecke [Sun, 14 Jun 2009 10:41:46 +0000 (12:41 +0200)]
Make winbindd_cli_state->response a pointer instead of a struct member
Same comment as in
baa6084378e530b: This is just a preparatory checkin.
Volker
Volker Lendecke [Sun, 14 Jun 2009 20:21:02 +0000 (22:21 +0200)]
Remove an unused struct member in winbindd_cli_state
Volker Lendecke [Sun, 14 Jun 2009 18:54:57 +0000 (20:54 +0200)]
Fix an error message: We get the errno in "err"
Volker Lendecke [Mon, 25 May 2009 20:40:09 +0000 (22:40 +0200)]
winbind: replace process_loop() by tevent_loop_once()
Volker Lendecke [Mon, 25 May 2009 20:34:48 +0000 (22:34 +0200)]
Make rescan_trusted_domains a timed event
Volker Lendecke [Mon, 25 May 2009 18:31:59 +0000 (20:31 +0200)]
Do not store the listening fde
Volker Lendecke [Mon, 25 May 2009 18:28:38 +0000 (20:28 +0200)]
Avoid scanning the client list when a client exits
Volker Lendecke [Mon, 25 May 2009 18:17:23 +0000 (20:17 +0200)]
Do not use "finished" in winbind child
Volker Lendecke [Sat, 16 May 2009 12:21:39 +0000 (14:21 +0200)]
Remove unused init_child_connection()
Volker Lendecke [Sat, 16 May 2009 12:20:30 +0000 (14:20 +0200)]
Convert winbindd_domain_info to wb_domain_request_send
Volker Lendecke [Sat, 16 May 2009 11:43:03 +0000 (13:43 +0200)]
Add winbindd_dual_ping to all children
Volker Lendecke [Sat, 16 May 2009 11:25:52 +0000 (13:25 +0200)]
Convert async_domain_request to wb_domain_request_send
Volker Lendecke [Sat, 16 May 2009 10:00:34 +0000 (12:00 +0200)]
Add async wb_ping
Volker Lendecke [Sat, 16 May 2009 10:00:07 +0000 (12:00 +0200)]
Add an async wb request loop
Volker Lendecke [Sat, 13 Jun 2009 10:13:07 +0000 (12:13 +0200)]
Add wb_domain_request_send/recv
Volker Lendecke [Sun, 10 May 2009 17:17:37 +0000 (19:17 +0200)]
Remove some unused code
Volker Lendecke [Sun, 10 May 2009 08:49:53 +0000 (10:49 +0200)]
Convert the winbind parent->child communication to wb_reqtrans
Volker Lendecke [Sat, 9 May 2009 18:04:27 +0000 (20:04 +0200)]
Convert the main winbind client communication to wb_reqtrans.c
Volker Lendecke [Thu, 7 May 2009 20:46:27 +0000 (22:46 +0200)]
Make winbindd_cli_state->request a pointer instead of a struct member
In itself, this is pretty pointless. But in the next steps I'll convert the
winbind internal communication to wb_reqtrans which allocates the request
properly. This minimizes the later diff.
Volker
Jelmer Vernooij [Sat, 13 Jun 2009 14:14:39 +0000 (16:14 +0200)]
smbtorture: Output subunit by default.
Jelmer Vernooij [Sat, 13 Jun 2009 14:13:32 +0000 (16:13 +0200)]
smbtorture: Remove unused 'quiet' output format.
Kai Blin [Mon, 1 Jun 2009 21:33:27 +0000 (23:33 +0200)]
libwbclient: Add debugging hooks.
Tim Prouty [Fri, 12 Jun 2009 19:54:11 +0000 (12:54 -0700)]
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty [Fri, 12 Jun 2009 19:41:19 +0000 (12:41 -0700)]
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
Jeremy Allison [Fri, 12 Jun 2009 20:55:18 +0000 (13:55 -0700)]
Check for error in transfer_file return also.
Jeremy.
Volker Lendecke [Sat, 6 Jun 2009 21:27:31 +0000 (23:27 +0200)]
Fix bug 6440
Don't ignore the close error of the output file in check_magic()
Volker Lendecke [Sat, 6 Jun 2009 21:20:44 +0000 (23:20 +0200)]
Simplify close_normal_file()
Björn Jacke [Fri, 12 Jun 2009 16:39:31 +0000 (18:39 +0200)]
examples:s2→s3-ldif-convert-script: fix objectclass recognition
objectclasses are case insensitive. we used to convert only LDAP objects with
the typical UpperLower case for sambaAccount and sambaGroupMapping and ignored
any other case writings
Jelmer Vernooij [Fri, 12 Jun 2009 15:53:46 +0000 (17:53 +0200)]
subunit: non-zero exit code if one or more testsuites failed.
Jelmer Vernooij [Fri, 12 Jun 2009 15:45:15 +0000 (17:45 +0200)]
selftest: Fix references to filenames with knownfailures and slow tests.
Jelmer Vernooij [Fri, 12 Jun 2009 13:54:50 +0000 (15:54 +0200)]
selftest: Document the fact that test runner and formatter are now
separate tools.
Volker Lendecke [Fri, 12 Jun 2009 15:27:58 +0000 (17:27 +0200)]
Fix wb_req_more(): Return 0 when done, read_pkt_send needs that
Jelmer Vernooij [Fri, 12 Jun 2009 13:05:59 +0000 (15:05 +0200)]
subunit: Pass canonical names of test results to formatters and filters.
Volker Lendecke [Fri, 12 Jun 2009 13:02:01 +0000 (15:02 +0200)]
Activate tldap tracing in pdb_ads
Volker Lendecke [Fri, 12 Jun 2009 12:52:35 +0000 (14:52 +0200)]
Add basic tracing of tldap messages
Volker Lendecke [Fri, 12 Jun 2009 12:50:46 +0000 (14:50 +0200)]
Add debugging facility to tldap, analogous to tevent
Jelmer Vernooij [Fri, 12 Jun 2009 12:34:24 +0000 (14:34 +0200)]
selftest: Add option to strip output of succeeded tests, and use it on
the buildfarm.
The matches the behaviour we had earlier in the previous output format.
Jelmer Vernooij [Fri, 12 Jun 2009 12:21:15 +0000 (14:21 +0200)]
selftest: Remove existing buildfarm output format.
Jelmer Vernooij [Fri, 12 Jun 2009 12:21:03 +0000 (14:21 +0200)]
selftest: Output subunit on the buildfarm.
Jelmer Vernooij [Fri, 12 Jun 2009 00:55:26 +0000 (02:55 +0200)]
packaging/Debian: Remove outdated Debian package sources and instead refer to
Debian.org and SerNet packages.
Jelmer Vernooij [Thu, 11 Jun 2009 23:00:30 +0000 (01:00 +0200)]
ad-schema/license.txt: Fix typo.
Jelmer Vernooij [Thu, 11 Jun 2009 22:53:27 +0000 (00:53 +0200)]
format-subunit: Remove subunit output module.
We can still use "cat" to obtain a subunit stream from a subunit stream. :-)
Andrew Kroeger [Thu, 11 Jun 2009 07:15:28 +0000 (02:15 -0500)]
s3: Call va_end() after all va_start()/va_copy() calls.
There are error paths in S3 where va_end() is not properly called after
va_start() or va_copy() have been called.
These issues were noted while performing an inspection for S4 bug #6129. Thanks
to Erik Hovland <erik@hovland.org> for the original bug report.
Andrew Tridgell [Fri, 12 Jun 2009 05:37:48 +0000 (15:37 +1000)]
Revert "avoid crashes in ndr_print_*() calls"
This reverts commit
f5a47dc4bf2793ab328c8b0e35adace497819e7d.
This change broke Samba3. We'll need to do it the long way.
Andrew Tridgell [Fri, 12 Jun 2009 02:22:53 +0000 (12:22 +1000)]
two more NT status codes that we get on DRS with w2k8-R2
Andrew Tridgell [Fri, 12 Jun 2009 02:22:25 +0000 (12:22 +1000)]
avoid crashes in ndr_print_*() calls
This is a hackish fix, but it will do for now
Andrew Tridgell [Thu, 11 Jun 2009 05:21:29 +0000 (15:21 +1000)]
always enable RPC debugging with a debug level >= 100.
This helps with tools where setting the binding string is not
possible, such as net
Günther Deschner [Thu, 11 Jun 2009 22:46:38 +0000 (00:46 +0200)]
s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
GUenther
Jelmer Vernooij [Thu, 11 Jun 2009 22:19:02 +0000 (00:19 +0200)]
selftest/buildfarm: Don't assume that a reason being specified is an indication of failure.
Jelmer Vernooij [Thu, 11 Jun 2009 22:08:19 +0000 (00:08 +0200)]
subunit-filter: Print names of skipped testsuites.
Andrew Bartlett [Thu, 11 Jun 2009 11:04:42 +0000 (21:04 +1000)]
Add supportedCapabilities to our rootDSE
This makes AD client tools happier, as they know they are talking to
an AD server.
per Bug 6229 by Matthieu Patou <mat@matws.net>
Andrew Bartlett
Andrew Bartlett [Mon, 8 Jun 2009 09:06:16 +0000 (19:06 +1000)]
s4:heimdal: import lorikeet-heimdal-
200906080040 (commit
904d0124b46eed7a8ad6e5b73e892ff34b6865ba)
Also including the supporting changes required to pass make test
A number of heimdal functions and constants have changed since we last
imported a tree (for the better, but inconvenient for us).
Andrew Bartlett
Jeremy Allison [Thu, 11 Jun 2009 19:51:45 +0000 (12:51 -0700)]
Fix bug #6297 - owner of sticky directory cannot delete files created by others.
The reason we couldn't delete was we were erroring out early
if requestor was not the owner of the file we wanted to delete,
instead of checking if the requestor owned the directory as well.
If either of these is true, we must go on and check the ACL.
Karolin, this is a must for 3.4.0 and also 3.3.next. I'll update
the bug report with patches for 3.4.0 and 3.3.next and ask vl
to review.
Jeremy.
Tim Prouty [Thu, 11 Jun 2009 17:30:29 +0000 (10:30 -0700)]
s3 passdb ads: add missing character
Tim Prouty [Thu, 11 Jun 2009 02:49:31 +0000 (19:49 -0700)]
s3: Prepare the rename path for passing smb_filename to SMB_VFS_CREATE_FILE
Tim Prouty [Wed, 10 Jun 2009 23:08:34 +0000 (16:08 -0700)]
s3: Prepare the do_unlink path for passing smb_filname to SMB_VFS_CREATE_FILE
Tim Prouty [Wed, 10 Jun 2009 23:02:00 +0000 (16:02 -0700)]
s3: refactor utility function to handle splitting the directory from the mask
Jelmer Vernooij [Thu, 11 Jun 2009 17:59:26 +0000 (19:59 +0200)]
selftest: Fix exit code for format-subunit.pl.
Jelmer Vernooij [Thu, 11 Jun 2009 17:47:15 +0000 (19:47 +0200)]
selftest: Fix uninitialized variables in selftest output.
Jelmer Vernooij [Thu, 11 Jun 2009 16:45:49 +0000 (18:45 +0200)]
Fix Samba 3 selftest to use new selftest formatting functions.
Jelmer Vernooij [Fri, 5 Jun 2009 16:50:45 +0000 (18:50 +0200)]
subunit: Sort diff output.
Jelmer Vernooij [Fri, 5 Jun 2009 15:37:41 +0000 (17:37 +0200)]
selftest: Make it easier to do subunit diffs from other apps.
Jelmer Vernooij [Fri, 5 Jun 2009 15:25:42 +0000 (17:25 +0200)]
selftest/subunit: Add diff command that can diff two subunit streams.
Jelmer Vernooij [Fri, 5 Jun 2009 14:55:45 +0000 (16:55 +0200)]
selftest: Properly recognize xfail testsuites.
Jelmer Vernooij [Fri, 5 Jun 2009 14:36:10 +0000 (16:36 +0200)]
selftest/subunit: Remove open_tests argument from parse_results.
Jelmer Vernooij [Fri, 5 Jun 2009 14:32:52 +0000 (16:32 +0200)]
selftest: Fix subunit formatting, fix years when filtering subunit
streams.
Jelmer Vernooij [Fri, 5 Jun 2009 14:10:12 +0000 (16:10 +0200)]
selftest: Fix handling of testsuite, reintroduce progress indication.
Jelmer Vernooij [Fri, 5 Jun 2009 12:13:07 +0000 (14:13 +0200)]
selftest: Remove unnecessary uses.
Jelmer Vernooij [Fri, 5 Jun 2009 12:06:32 +0000 (14:06 +0200)]
selftest/subunit: Remove prefix command.
Jelmer Vernooij [Fri, 5 Jun 2009 11:16:46 +0000 (13:16 +0200)]
selftest: Fix subunit stream to include the right prefixes rather than
extending the subunit protocol.
Jelmer Vernooij [Thu, 4 Jun 2009 15:30:23 +0000 (17:30 +0200)]
More work supporting prefixes.
Jelmer Vernooij [Thu, 4 Jun 2009 11:49:11 +0000 (13:49 +0200)]
selftest: Use external processes for filtering known failures and pretty
formatting.
Jelmer Vernooij [Wed, 3 Jun 2009 16:33:50 +0000 (18:33 +0200)]
selftest: Avoid decreasing total testsuites if the original total is not
known.
Jelmer Vernooij [Wed, 3 Jun 2009 16:19:01 +0000 (18:19 +0200)]
selftest: Use filter-xfail for known failures
Jelmer Vernooij [Wed, 3 Jun 2009 16:10:15 +0000 (18:10 +0200)]
selftest: Add script to filter out known failures from a subunit stream.
Jelmer Vernooij [Wed, 3 Jun 2009 16:08:54 +0000 (18:08 +0200)]
Subunit: Support "fail" as alias for "failure" in Subunit streams.
Jelmer Vernooij [Wed, 3 Jun 2009 16:03:45 +0000 (18:03 +0200)]
subunit: Move more Subunit printing logic to Subunit.pm.
Jelmer Vernooij [Wed, 3 Jun 2009 15:39:54 +0000 (17:39 +0200)]
subunit: Support the time: command.
Jelmer Vernooij [Wed, 3 Jun 2009 15:23:09 +0000 (17:23 +0200)]
selftest: Use subunit internally, and a separate test output formatter.