]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
17 years agoFix bug 5500 -- thanks to mathion at thorrovydeti.com for reporting
Volker Lendecke [Mon, 16 Jun 2008 11:27:16 +0000 (13:27 +0200)] 
Fix bug 5500 -- thanks to mathion at thorrovydeti.com for reporting
(cherry picked from commit 996c3ce6f0dbe79b0679ae30afd873c24fe5b1eb)

17 years agoAdd forgotten protoypes
Volker Lendecke [Sun, 15 Jun 2008 16:43:37 +0000 (18:43 +0200)] 
Add forgotten protoypes

17 years agoRemove the current_user references from open.c
Volker Lendecke [Sun, 15 Jun 2008 11:41:16 +0000 (13:41 +0200)] 
Remove the current_user references from open.c

current_user_info was "only" used in a debug msg, and current_user.ut.uid is
also available via conn->server_info

17 years agoRemove the current_user reference from fake_file.c
Volker Lendecke [Sun, 15 Jun 2008 11:37:53 +0000 (13:37 +0200)] 
Remove the current_user reference from fake_file.c

The current vuid is not only available there, it is also in the current
smb_request structure.

17 years agoRemove unused "extern struct current_user" from dir.c
Volker Lendecke [Sun, 15 Jun 2008 09:40:33 +0000 (11:40 +0200)] 
Remove unused "extern struct current_user" from dir.c

17 years agoRemove the reference to current_user from file_access.c
Volker Lendecke [Sun, 15 Jun 2008 09:39:31 +0000 (11:39 +0200)] 
Remove the reference to current_user from file_access.c

conn holds the current user info

17 years agoFix an uninitialized variable found by the IBM checker
Volker Lendecke [Sat, 14 Jun 2008 22:22:47 +0000 (00:22 +0200)] 
Fix an uninitialized variable found by the IBM checker

BAIL_ON_PTR_ERROR jumps to done: which will access extra_data before it's
initialized.

Stefan, please check!

Volker
(cherry picked from commit b59636f78d351ed6d52c4a9fdccdb7850388526c)

17 years agoFix group parsing in libwbclient's copy_group_entry()
Volker Lendecke [Sat, 14 Jun 2008 22:14:27 +0000 (00:14 +0200)] 
Fix group parsing in libwbclient's copy_group_entry()

This (also) fixes a flaw pointed out by the IBM checker. When verifying that I
found out that the parsing was not working as I would have expected it to.

Jerry, please check!
(cherry picked from commit c2c7790155ab02e1e351caf2bed192ce72913663)

17 years agoMove connection-specific vuid cache clear to uid.c
Volker Lendecke [Sat, 14 Jun 2008 14:59:07 +0000 (16:59 +0200)] 
Move connection-specific vuid cache clear to uid.c

17 years agoSlight refactoring for check_user_ok: It only needs vuid and server_info
Volker Lendecke [Sat, 14 Jun 2008 14:55:02 +0000 (16:55 +0200)] 
Slight refactoring for check_user_ok: It only needs vuid and server_info

17 years agoGroup the access checks together in check_user_ok()
Volker Lendecke [Sat, 14 Jun 2008 14:46:25 +0000 (16:46 +0200)] 
Group the access checks together in check_user_ok()

17 years agoConsistently use snum in check_user_ok
Volker Lendecke [Sat, 14 Jun 2008 14:43:03 +0000 (16:43 +0200)] 
Consistently use snum in check_user_ok

Most already used it, these two still used SNUM(conn), where the only caller of
this routine (change_to_user) had set snum = SNUM(conn).

17 years agoCompare the pointer "vuser" to NULL, not 0
Volker Lendecke [Sat, 14 Jun 2008 14:35:22 +0000 (16:35 +0200)] 
Compare the pointer "vuser" to NULL, not 0

17 years agoUse the correct cups-devel test for HAVE_IPRINT also
Volker Lendecke [Sat, 14 Jun 2008 08:59:11 +0000 (10:59 +0200)] 
Use the correct cups-devel test for HAVE_IPRINT also

17 years agoCorrectly check for presence of cups-devel
Volker Lendecke [Sat, 14 Jun 2008 08:31:11 +0000 (10:31 +0200)] 
Correctly check for presence of cups-devel

On SuSE at least cups-config belongs to cups-libs which does not contain the
headers which are in cups-devel.

17 years agonet_vampire: rename process_database to samsync_process_database.
Günther Deschner [Fri, 13 Jun 2008 20:33:46 +0000 (22:33 +0200)] 
net_vampire: rename process_database to samsync_process_database.

Guenther

17 years agonet_vampire: fix ldif_init_context().
Günther Deschner [Fri, 13 Jun 2008 19:57:32 +0000 (21:57 +0200)] 
net_vampire: fix ldif_init_context().

Guenther

17 years agonet_vampire: split out rpc_vampire_ldif().
Günther Deschner [Fri, 13 Jun 2008 19:46:59 +0000 (21:46 +0200)] 
net_vampire: split out rpc_vampire_ldif().

Guenther

17 years agonet_vampire: add samsync_init_context().
Günther Deschner [Fri, 13 Jun 2008 19:25:53 +0000 (21:25 +0200)] 
net_vampire: add samsync_init_context().

Guenther

17 years agonet_vampire: add samsync_debug_str().
Günther Deschner [Fri, 13 Jun 2008 19:11:55 +0000 (21:11 +0200)] 
net_vampire: add samsync_debug_str().

Guenther

17 years agonet_vampire: restructure internal code more.
Günther Deschner [Thu, 12 Jun 2008 10:35:46 +0000 (12:35 +0200)] 
net_vampire: restructure internal code more.

Guenther

17 years agonet_vampire: start using talloc for the ldif vampire code.
Günther Deschner [Wed, 11 Jun 2008 00:29:58 +0000 (02:29 +0200)] 
net_vampire: start using talloc for the ldif vampire code.

Guenther

17 years agonet_vampire: join dump and process function into one callback.
Günther Deschner [Tue, 10 Jun 2008 23:46:58 +0000 (01:46 +0200)] 
net_vampire: join dump and process function into one callback.

Guenther

17 years agonet_vampire: let fetch_database and fetch_database_to_ldif use sid pointers.
Günther Deschner [Tue, 10 Jun 2008 23:29:36 +0000 (01:29 +0200)] 
net_vampire: let fetch_database and fetch_database_to_ldif use sid pointers.

Guenther

17 years agonet_vampire: let dump_database() return NTSTATUS.
Günther Deschner [Tue, 10 Jun 2008 23:23:43 +0000 (01:23 +0200)] 
net_vampire: let dump_database() return NTSTATUS.

Guenther

17 years agoFix a handle leak for error returns in ldb_try_load_dso
Volker Lendecke [Fri, 13 Jun 2008 14:05:31 +0000 (16:05 +0200)] 
Fix a handle leak for error returns in ldb_try_load_dso

Coverity ID 464
(cherry picked from commit 496d44d2f21661c85bf07e8eb7cae6298fefd900)

17 years agoFix a crash in _winreg_QueryValue
Volker Lendecke [Fri, 13 Jun 2008 13:30:08 +0000 (15:30 +0200)] 
Fix a crash in _winreg_QueryValue

Coverity ID 474, value_length and type are both unique, not ref pointers and
can thus be NULL.

Karolin, please merge this to -stable.

Thanks,

Volker
(cherry picked from commit 999533c0ccced59141d8baff5bc248d63e2a966f)

17 years agosamsync: add prototype for samsync_fix_delta_array().
Günther Deschner [Fri, 13 Jun 2008 10:30:36 +0000 (12:30 +0200)] 
samsync: add prototype for samsync_fix_delta_array().

Guenther

17 years agonet: Fix bug #5542 (samsync contains empty passwords).
Günther Deschner [Fri, 13 Jun 2008 10:20:01 +0000 (12:20 +0200)] 
net: Fix bug #5542 (samsync contains empty passwords).

Guenther
(cherry picked from commit 1a22e975dd1255f3557c1cd873d877aa35822afc)

17 years agosamsync: add samsync_fix_delta_array()
Günther Deschner [Fri, 13 Jun 2008 09:57:09 +0000 (11:57 +0200)] 
samsync: add samsync_fix_delta_array()

This code is vastly based on samba4 code.

Guenther
(cherry picked from commit 5b68be96996a710988b1fd1c176cd5dff0f2c6af)

17 years agonet: Fix net_ads.c build for the HAVE_ADS == 0 case.
Kai Blin [Thu, 12 Jun 2008 09:50:09 +0000 (11:50 +0200)] 
net: Fix net_ads.c build for the HAVE_ADS == 0 case.

Thanks to Karolin for catching this one.

17 years agoAIX build fixes from William Jojo -- thanks
Volker Lendecke [Thu, 12 Jun 2008 10:36:15 +0000 (12:36 +0200)] 
AIX build fixes from William Jojo -- thanks
(cherry picked from commit cb91a47576e820390bc62195702aaae93a2feba6)

17 years agoAdd -brtl to the AIX linker flags
Volker Lendecke [Thu, 12 Jun 2008 10:35:28 +0000 (12:35 +0200)] 
Add -brtl to the AIX linker flags

Thanks to William Jojo
(cherry picked from commit 74b195b54416d9e3eb46079a71eed31a15c7293a)

17 years agonet: Fix several typos in comments.
Karolin Seeger [Thu, 12 Jun 2008 08:55:55 +0000 (10:55 +0200)] 
net: Fix several typos in comments.

-argc -> argv (where argv is meant)
-destoyed -> destroyed
-compleation -> completion
-aquired -> acquired
-Unify spelling of some words like rpc-server -> RPC server.
-Add missing punctuation marks.

Karolin

17 years agoman pages: Fix indentation in smb.conf section about 'map readonly'.
Karolin Seeger [Thu, 12 Jun 2008 07:34:15 +0000 (09:34 +0200)] 
man pages: Fix indentation in smb.conf section about 'map readonly'.

17 years agoman pages: Added improvements.
Christoph Zauner [Wed, 11 Jun 2008 13:15:22 +0000 (15:15 +0200)] 
man pages: Added improvements.

17 years agoman pages: Fix typo in smb.conf section about the 'deleteprinter command'.
Karolin Seeger [Thu, 12 Jun 2008 07:26:32 +0000 (09:26 +0200)] 
man pages: Fix typo in smb.conf section about the 'deleteprinter command'.

Karolin

17 years agoman pages: Fix typos.
Christoph Zauner [Wed, 11 Jun 2008 13:17:21 +0000 (15:17 +0200)] 
man pages: Fix typos.

17 years agoSamba3-HOWTO: Fix typos.
Christoph Zauner [Wed, 11 Jun 2008 12:49:30 +0000 (14:49 +0200)] 
Samba3-HOWTO: Fix typos.

17 years agoFix typos.
Christoph Zauner [Wed, 11 Jun 2008 12:05:47 +0000 (14:05 +0200)] 
Fix typos.

17 years agoFix max_fd calculation in event_loop_once
Volker Lendecke [Wed, 11 Jun 2008 16:56:20 +0000 (18:56 +0200)] 
Fix max_fd calculation in event_loop_once

For some bugs I really wonder how they can go undetected for so long.

Fix a bug reported by Mathias Dietz. No samba bugzilla entry, but still 100%
needed for 3-2-stable.

Volker
(cherry picked from commit 82c994dabc47bb4755c883a1f3651bb5d65cf2c5)

17 years agorpc_client: fix some valgrind warnings.
Günther Deschner [Wed, 11 Jun 2008 08:44:47 +0000 (10:44 +0200)] 
rpc_client: fix some valgrind warnings.

Guenther

17 years agore-run make idl.
Günther Deschner [Tue, 10 Jun 2008 18:50:53 +0000 (20:50 +0200)] 
re-run make idl.

Guenther

17 years agoidl: fix drsuapi_DsGetNCChanges.
Günther Deschner [Tue, 10 Jun 2008 18:50:25 +0000 (20:50 +0200)] 
idl: fix drsuapi_DsGetNCChanges.

Guenther

17 years agonet: remove some dead code.
Günther Deschner [Tue, 10 Jun 2008 22:56:44 +0000 (00:56 +0200)] 
net: remove some dead code.

Guenther

17 years agopam_winbind: Update cached creds during password change.
Günther Deschner [Wed, 11 Jun 2008 07:52:56 +0000 (09:52 +0200)] 
pam_winbind: Update cached creds during password change.

Fix is from Bo Yang @ Novell.

Thanks!

17 years agorpcclient: add more useful comments what sign/seal commands are doing.
Günther Deschner [Tue, 10 Jun 2008 19:34:23 +0000 (21:34 +0200)] 
rpcclient: add more useful comments what sign/seal commands are doing.

Guenther

17 years agoCorrectly find a [u]int32_t replacement
Volker Lendecke [Tue, 10 Jun 2008 14:14:30 +0000 (16:14 +0200)] 
Correctly find a [u]int32_t replacement
(cherry picked from commit 346375cda557a675f8f882ca2ae8edffec725a72)

17 years agoFix some scary FC9 warnings
Volker Lendecke [Tue, 10 Jun 2008 12:15:01 +0000 (14:15 +0200)] 
Fix some scary FC9 warnings
(cherry picked from commit 6b0fed09ea34409d1c61bae9121bdb38d4c68d62)

17 years agoman pages: Don't refer to numbered chapter of the HOWTO collection.
Karolin Seeger [Tue, 10 Jun 2008 13:30:19 +0000 (15:30 +0200)] 
man pages: Don't refer to numbered chapter of the HOWTO collection.

This fixes bug #5527.
Thanks to the Debian package maintainers for reporting!

Karolin

17 years agosocket_wrapper: truncate packets to a 1500 byte payload
Stefan Metzmacher [Tue, 10 Jun 2008 06:33:24 +0000 (08:33 +0200)] 
socket_wrapper: truncate packets to a 1500 byte payload

Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes
so that're getting a correctly formatted pcap file and the result
look more like real network traffic.

metze
(cherry picked from commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de)

17 years agosocket_wrapper: sync missing stuff from v4-0-test
Stefan Metzmacher [Tue, 10 Jun 2008 07:21:05 +0000 (09:21 +0200)] 
socket_wrapper: sync missing stuff from v4-0-test

metze

17 years agoFactor out IP marshalling into separate function.
Jelmer Vernooij [Tue, 19 Feb 2008 22:53:04 +0000 (23:53 +0100)] 
Factor out IP marshalling into separate function.
(cherry picked from commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552)

17 years agor25783: socket_wrapper: don't include "includes.h"
Stefan Metzmacher [Thu, 1 Nov 2007 12:10:59 +0000 (13:10 +0100)] 
r25783: socket_wrapper: don't include "includes.h"

metze
(cherry picked from commit 47f865165e772540334dcbcf80cfc1999b0132fa)

17 years agor23420: try to make the IBM checker happy
Stefan Metzmacher [Mon, 11 Jun 2007 14:41:14 +0000 (14:41 +0000)] 
r23420: try to make the IBM checker happy

metze
(cherry picked from commit 96f1a0dfaa18a432fca4b5432d929d8daed0abb1)

17 years agor22236: Update to Heimdal's socket_wrapper, which supports IPv6.
Stefan Metzmacher [Tue, 10 Jun 2008 07:00:37 +0000 (09:00 +0200)] 
r22236: Update to Heimdal's socket_wrapper, which supports IPv6.

To make this pass, I needed to add support for 6 and 17 as valid
protocol values to socket().

Andrew Bartlett
(partly cherry picked from commit 2254e61a1e5b29a64c5a24aac029ace193057e24)

metze

17 years agor21729: Some more tests
Jelmer Vernooij [Tue, 6 Mar 2007 23:03:34 +0000 (23:03 +0000)] 
r21729: Some more tests
(cherry picked from commit d2baa8218cf504d6631d610f9fd393ad8c61574c)

17 years agor21671: Add initial simple tests for socket wrapper
Stefan Metzmacher [Tue, 10 Jun 2008 06:53:34 +0000 (08:53 +0200)] 
r21671: Add initial simple tests for socket wrapper
(partly cherry picked from commit 872e2ad541478597191ca9e31872d5c8e2bbb832)

metze

17 years agor19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
Love Hörnquist Åstrand [Thu, 19 Oct 2006 04:56:21 +0000 (04:56 +0000)] 
r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
depend on namespace pollution)
(cherry picked from commit 5052d2d10693e67f1b7c6c71277c8d1bc9c8b612)

17 years agor19367: Solaris needs <sys/filio.h> for FIONREAD.
Love Hörnquist Åstrand [Tue, 17 Oct 2006 09:35:45 +0000 (09:35 +0000)] 
r19367: Solaris needs <sys/filio.h> for FIONREAD.
(cherry picked from commit e2866ce78851a84c937408c0781fcc1e7107f663)

17 years agoman pages: Fix broken smb.conf section about the 'get quota command'.
Karolin Seeger [Tue, 10 Jun 2008 08:54:21 +0000 (10:54 +0200)] 
man pages: Fix broken smb.conf section about the 'get quota command'.

This fixes bug #5422.
Thanks to the Debian package maintainers for reporting!

Karolin

17 years agonet: Rename functable3 to functable, get rid of old functables
Kai Blin [Sat, 7 Jun 2008 00:25:08 +0000 (02:25 +0200)] 
net: Rename functable3 to functable, get rid of old functables

17 years agonet: Make "net sam" use functable3
Kai Blin [Sat, 7 Jun 2008 00:13:52 +0000 (02:13 +0200)] 
net: Make "net sam" use functable3

17 years agonet: Make "net rpc registry" use functable3
Kai Blin [Fri, 6 Jun 2008 23:27:41 +0000 (01:27 +0200)] 
net: Make "net rpc registry" use functable3

17 years agonet: Make "net registry" use functable3
Kai Blin [Fri, 6 Jun 2008 23:10:59 +0000 (01:10 +0200)] 
net: Make "net registry" use functable3

17 years agonet: Make "net conf" use a functable similar to functable3
Kai Blin [Fri, 6 Jun 2008 23:02:13 +0000 (01:02 +0200)] 
net: Make "net conf" use a functable similar to functable3

17 years agonet: Use d_printf() instead of printf() in net_ads_gpo.c
Kai Blin [Fri, 6 Jun 2008 09:07:04 +0000 (11:07 +0200)] 
net: Use d_printf() instead of printf() in net_ads_gpo.c

17 years agonet: Make "net rpc service" use functable3
Kai Blin [Wed, 21 May 2008 08:37:10 +0000 (10:37 +0200)] 
net: Make "net rpc service" use functable3

17 years agonet: Make "net rpc rights" use functable3
Kai Blin [Wed, 21 May 2008 08:34:34 +0000 (10:34 +0200)] 
net: Make "net rpc rights" use functable3

17 years agonet: Make "net rpc audit" use functable3
Kai Blin [Wed, 21 May 2008 08:31:14 +0000 (10:31 +0200)] 
net: Make "net rpc audit" use functable3

17 years agonet: Make "net rpc" use functable3
Kai Blin [Wed, 21 May 2008 08:27:59 +0000 (10:27 +0200)] 
net: Make "net rpc" use functable3

17 years agonet: Make "net rap" use functable3
Kai Blin [Wed, 21 May 2008 07:05:35 +0000 (09:05 +0200)] 
net: Make "net rap" use functable3

17 years agonet: Make "net ads gpo" use functable3
Kai Blin [Wed, 21 May 2008 06:28:15 +0000 (08:28 +0200)] 
net: Make "net ads gpo" use functable3

17 years agonet: Make "net ads" use functable3
Kai Blin [Tue, 20 May 2008 11:35:04 +0000 (13:35 +0200)] 
net: Make "net ads" use functable3

17 years agonet: Make "net usershare" use functable3
Kai Blin [Mon, 19 May 2008 14:36:18 +0000 (16:36 +0200)] 
net: Make "net usershare" use functable3

17 years agonet: Fix comment for net_time_zone()
Kai Blin [Thu, 5 Jun 2008 20:14:38 +0000 (22:14 +0200)] 
net: Fix comment for net_time_zone()

17 years agonet: Make "net time" use functable3
Kai Blin [Mon, 19 May 2008 14:19:37 +0000 (16:19 +0200)] 
net: Make "net time" use functable3

17 years agonet: Make "net idmap" use functable3
Kai Blin [Mon, 19 May 2008 14:10:07 +0000 (16:10 +0200)] 
net: Make "net idmap" use functable3

17 years agonet: Make "net groupmap" use functable3
Kai Blin [Mon, 19 May 2008 13:55:34 +0000 (15:55 +0200)] 
net: Make "net groupmap" use functable3

17 years agonet: Make "net dom" use functable3
Kai Blin [Mon, 19 May 2008 13:46:57 +0000 (15:46 +0200)] 
net: Make "net dom" use functable3

17 years agonet: Make "net cache" use functable3
Kai Blin [Mon, 19 May 2008 13:40:50 +0000 (15:40 +0200)] 
net: Make "net cache" use functable3

17 years agonet: Make "net afs" use functable3
Kai Blin [Mon, 19 May 2008 13:35:36 +0000 (15:35 +0200)] 
net: Make "net afs" use functable3

17 years agonet: Make "net status" use functable3
Kai Blin [Mon, 19 May 2008 13:30:30 +0000 (15:30 +0200)] 
net: Make "net status" use functable3

17 years agonet: Don't try to look up a server if net time is called with a command.
Kai Blin [Sun, 18 May 2008 22:33:02 +0000 (00:33 +0200)] 
net: Don't try to look up a server if net time is called with a command.

17 years agonet: Add net_display_usage_from_functable()
Kai Blin [Thu, 5 Jun 2008 21:22:19 +0000 (23:22 +0200)] 
net: Add net_display_usage_from_functable()

17 years agonet: Autogenerate "net help" output from net's functable.
Kai Blin [Sun, 18 May 2008 22:19:18 +0000 (00:19 +0200)] 
net: Autogenerate "net help" output from net's functable.

17 years agonet: Use functable3
Kai Blin [Sun, 25 May 2008 20:41:58 +0000 (22:41 +0200)] 
net: Use functable3

17 years agonet: Use functable2 to give a short help text for top-level functions.
Kai Blin [Sun, 18 May 2008 17:12:24 +0000 (19:12 +0200)] 
net: Use functable2 to give a short help text for top-level functions.

17 years agonet: Add net_run_function3
Kai Blin [Thu, 22 May 2008 07:41:21 +0000 (09:41 +0200)] 
net: Add net_run_function3

17 years agonet: Move net_run_function/net_run_function2 to net_util.c
Kai Blin [Sun, 18 May 2008 08:56:32 +0000 (10:56 +0200)] 
net: Move net_run_function/net_run_function2 to net_util.c

17 years agonet: Move includes to net.h
Kai Blin [Wed, 21 May 2008 08:47:59 +0000 (10:47 +0200)] 
net: Move includes to net.h

17 years agoDon't reset password last set time just because the expired flag
Jim McDonough [Mon, 9 Jun 2008 15:45:39 +0000 (11:45 -0400)] 
Don't reset password last set time just because the expired flag
is set to 0.  If the account wasn't expired but autolocked,
using "net user /dom <username> /active:y" would clear this,
incorrectly setting the current time as the new "password last set"
time.

17 years agoshrink ldbtools
Volker Lendecke [Mon, 9 Jun 2008 14:07:57 +0000 (16:07 +0200)] 
shrink ldbtools

Thanks to Björn Jacke for noticing :-)
(cherry picked from commit 8faee1cee829d749835a66d219170ccfd85151d0)

17 years agoman pages: Fix typo.
Karolin Seeger [Fri, 23 May 2008 12:12:05 +0000 (14:12 +0200)] 
man pages: Fix typo.

Karolin
(cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db)

17 years agoman pages: Fix synonyms.
Karolin Seeger [Mon, 9 Jun 2008 13:05:26 +0000 (15:05 +0200)] 
man pages: Fix synonyms.

Karolin

17 years agoman pages: Remove wrong synonym.
Karolin Seeger [Mon, 9 Jun 2008 13:03:12 +0000 (15:03 +0200)] 
man pages: Remove wrong synonym.

Karolin

17 years agoFix the compile on NetBSD -- missing prototypes
Volker Lendecke [Mon, 9 Jun 2008 13:34:51 +0000 (15:34 +0200)] 
Fix the compile on NetBSD -- missing prototypes
(cherry picked from commit 11236d266e3703eb3aca4b96e2ed9da76614ec12)

17 years agoFix the compile on NetBSD -- readlink and read are macros there
Volker Lendecke [Mon, 9 Jun 2008 13:33:28 +0000 (15:33 +0200)] 
Fix the compile on NetBSD -- readlink and read are macros there
(cherry picked from commit 435b80a9a2e9324cc20594d922b3d8d6418c27af)

17 years agolibreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
Stefan Metzmacher [Mon, 9 Jun 2008 08:39:48 +0000 (10:39 +0200)] 
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required

This fixes ./autogen.sh with autoconf-2.62

metze
(cherry picked from commit 72bb01dda4d425528e28cd96e249595dc6c1952f)

17 years agolibreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:38:09 +0000 (10:38 +0200)] 
libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
(cherry picked from commit 67e43860b4973a458676b36785570bb4a66e046a)