jelmer/samba4-debian.git
16 years agor15420: Add a new function to print a the 'unparsed' string format for usernames.
Andrew Bartlett [Wed, 3 May 2006 20:23:19 +0000 (20:23 +0000)]
r15420: Add a new function to print a the 'unparsed' string format for usernames.

This is used in the password prompt, and should be reversable by the
parse string function.

Also, don't look at the ccache, even for the guess code, if kerberos
is disabled.

Andrew Bartlett

16 years agor15416: Point out that this doesn't work, but for servers this old, I just
Andrew Bartlett [Wed, 3 May 2006 14:59:55 +0000 (14:59 +0000)]
r15416: Point out that this doesn't work, but for servers this old, I just
don't care...

Andrew Bartlett

16 years agor15415: Use Jelmer's new credentials 'wrong password' code to give the user 3
Andrew Bartlett [Wed, 3 May 2006 14:54:57 +0000 (14:54 +0000)]
r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3
attempts for the password, when talking to a remote CIFS server.

Andrew Bartlett

16 years agor15414: Support retrying different username/password combinations
Jelmer Vernooij [Wed, 3 May 2006 14:15:31 +0000 (14:15 +0000)]
r15414: Support retrying different username/password combinations

16 years agor15413: Disable gwsvcctl on hosts without gtk
Jelmer Vernooij [Wed, 3 May 2006 11:52:20 +0000 (11:52 +0000)]
r15413: Disable gwsvcctl on hosts without gtk

16 years agor15412: Put the test in a dangerous category.
Rafal Szczesniak [Wed, 3 May 2006 11:24:17 +0000 (11:24 +0000)]
r15412: Put the test in a dangerous category.

rafal

16 years agor15410: Fix segfaults
Jelmer Vernooij [Wed, 3 May 2006 10:05:08 +0000 (10:05 +0000)]
r15410: Fix segfaults

16 years agor15409: Start working on GTK+ tool for services management
Jelmer Vernooij [Wed, 3 May 2006 09:12:42 +0000 (09:12 +0000)]
r15409: Start working on GTK+ tool for services management

16 years agor15408: Fix some small bugs in the GTK+ tools
Jelmer Vernooij [Wed, 3 May 2006 09:11:36 +0000 (09:11 +0000)]
r15408: Fix some small bugs in the GTK+ tools
Add utility function for connection to an interface

16 years agor15407: Get rid of some more uint_t
Jelmer Vernooij [Wed, 3 May 2006 09:10:45 +0000 (09:10 +0000)]
r15407: Get rid of some more uint_t

16 years agor15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality
Jelmer Vernooij [Wed, 3 May 2006 09:07:38 +0000 (09:07 +0000)]
r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality
not available on some platforms but is a Samba-specific library.

16 years agor15405: remove define for STAT_ST_BLOCKSIZE
Stefan Metzmacher [Wed, 3 May 2006 08:34:11 +0000 (08:34 +0000)]
r15405: remove define for STAT_ST_BLOCKSIZE
as it's not used anywhere and it doesn't belong to check_ld.m4

metze

16 years agor15400: Move the TLS code behind the socket interface.
Andrew Bartlett [Tue, 2 May 2006 20:15:47 +0000 (20:15 +0000)]
r15400: Move the TLS code behind the socket interface.

This reduces caller complexity, because the TLS code is now called
just like any other socket.  (A new socket context is returned by the
tls_init_server and tls_init_client routines).

When TLS is not available, the original socket is returned.

Andrew Bartlett

16 years agor15397: Fix typo.
Tim Potter [Tue, 2 May 2006 19:20:49 +0000 (19:20 +0000)]
r15397: Fix typo.

16 years agor15395: Fix build by adding another copy of the Python detection m4 fragment.
Tim Potter [Tue, 2 May 2006 19:00:19 +0000 (19:00 +0000)]
r15395: Fix build by adding another copy of the Python detection m4 fragment.
This stuff should be common somewhere.

16 years agor15394: Put initial code for testing async dcerpc binding. Currently
Rafal Szczesniak [Tue, 2 May 2006 13:08:38 +0000 (13:08 +0000)]
r15394: Put initial code for testing async dcerpc binding. Currently
it only tests multiple simultaneous bind requests using transport
specified in command line. It will be interesting to use various
transports at the same time and test it agains windows servers...

rafal

16 years agor15391: Wrap up the nbt_name_query() function as a bit of an experiment. It
Tim Potter [Tue, 2 May 2006 10:59:31 +0000 (10:59 +0000)]
r15391: Wrap up the nbt_name_query() function as a bit of an experiment.  It
seemed to work quite well and this technique might be good for
generating an interface to use for automated testing.

Tested by doing a nbt lookup against smbd.

16 years agor15390: Make test output a bit prettier.
Tim Potter [Tue, 2 May 2006 10:46:03 +0000 (10:46 +0000)]
r15390: Make test output a bit prettier.

16 years agor15389: Add some better torture tests for LdbMessage.
Tim Potter [Tue, 2 May 2006 05:14:00 +0000 (05:14 +0000)]
r15389: Add some better torture tests for LdbMessage.

Fix up behaviour of Ldb.__setitem__() function.  It should overwrite the
element data.

Add wrapper for ldb_msg_sanity_check().

16 years agor15388: Fix cut&paste typo.
Tim Potter [Tue, 2 May 2006 02:36:11 +0000 (02:36 +0000)]
r15388: Fix cut&paste typo.

16 years agor15387: Fix installation of dcerpc headers, remove more instances of uint_t
Jelmer Vernooij [Mon, 1 May 2006 23:03:32 +0000 (23:03 +0000)]
r15387: Fix installation of dcerpc headers, remove more instances of uint_t

16 years agor15384: Improve naming of socket library, disable Requires(.private)? fields in pkg...
Jelmer Vernooij [Mon, 1 May 2006 22:07:12 +0000 (22:07 +0000)]
r15384: Improve naming of socket library, disable Requires(.private)? fields in pkg-config files for now as
they break external projects.

16 years agor15383: Revert making DSO's the default - this caused a few test suite breakages.
Jelmer Vernooij [Mon, 1 May 2006 20:58:49 +0000 (20:58 +0000)]
r15383: Revert making DSO's the default - this caused a few test suite breakages.

16 years agor15382: Use grp.h in this block; it has been cleaned out of the other headers that...
Paul Green [Mon, 1 May 2006 20:57:15 +0000 (20:57 +0000)]
r15382: Use grp.h in this block; it has been cleaned out of the other headers that formerly included it for us.

Paul

16 years agor15381: Make shared libraries the default (where supported). This concludes my rewrit...
Jelmer Vernooij [Mon, 1 May 2006 20:13:25 +0000 (20:13 +0000)]
r15381: Make shared libraries the default (where supported). This concludes my rewrite of the build system, which I'm (overall)
pretty happy with now. I'll continue making smaller changes, but they won't have as much impact as the changes I've made in the past months.

16 years agor15379: Fix shared library build's unresolved dependencies
Jelmer Vernooij [Mon, 1 May 2006 18:11:15 +0000 (18:11 +0000)]
r15379: Fix shared library build's unresolved dependencies

16 years agor15378: Fix installheader script. Alexander, this will break installation of headers
Jelmer Vernooij [Mon, 1 May 2006 15:45:26 +0000 (15:45 +0000)]
r15378: Fix installheader script. Alexander, this will break installation of headers
for srcdir != builddir

16 years agor15377: Remove sys_select() code as it's no longer used.
Jelmer Vernooij [Mon, 1 May 2006 14:33:48 +0000 (14:33 +0000)]
r15377: Remove sys_select() code as it's no longer used.

16 years agor15376: Add detection of -lnsl, required for building on SUN boxes.
Jelmer Vernooij [Mon, 1 May 2006 13:39:36 +0000 (13:39 +0000)]
r15376: Add detection of -lnsl, required for building on SUN boxes.

16 years agor15375: Rename readline.h to smbreadline.h avoid clashes with system header.
Jelmer Vernooij [Mon, 1 May 2006 13:20:05 +0000 (13:20 +0000)]
r15375: Rename readline.h to smbreadline.h avoid clashes with system header.

16 years agor15374: Make subsystem name shorter - Stratos VOS has a filename length limit of 32
Jelmer Vernooij [Mon, 1 May 2006 13:06:39 +0000 (13:06 +0000)]
r15374: Make subsystem name shorter - Stratos VOS has a filename length limit of 32

16 years agor15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocket on SUN
Jelmer Vernooij [Mon, 1 May 2006 12:54:36 +0000 (12:54 +0000)]
r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocket on SUN
boxes.

16 years agor15372: Don't look at possibly undefined controls in failure cases.
Andrew Bartlett [Mon, 1 May 2006 06:49:02 +0000 (06:49 +0000)]
r15372: Don't look at possibly undefined controls in failure cases.

Andrew Bartlett

16 years agor15371: Revert some of my previous patch as it was breaking the plain build
Jelmer Vernooij [Mon, 1 May 2006 01:41:57 +0000 (01:41 +0000)]
r15371: Revert some of my previous patch as it was breaking the plain build

16 years agor15370: Fix more dependencies for shared libs
Jelmer Vernooij [Mon, 1 May 2006 01:34:04 +0000 (01:34 +0000)]
r15370: Fix more dependencies for shared libs

16 years agor15367: Fix unused function warnings in generated EJS code.
Jelmer Vernooij [Sun, 30 Apr 2006 23:11:59 +0000 (23:11 +0000)]
r15367: Fix unused function warnings in generated EJS code.

16 years agor15366: Use type name rather then typedef directly - fixes build on tcc
Jelmer Vernooij [Sun, 30 Apr 2006 21:21:04 +0000 (21:21 +0000)]
r15366: Use type name rather then typedef directly - fixes build on tcc

16 years agor15365: Fix error in my previous commit, caught by metze.
Jelmer Vernooij [Sun, 30 Apr 2006 20:00:37 +0000 (20:00 +0000)]
r15365: Fix error in my previous commit, caught by metze.

16 years agor15364: Use global list of predefined keys
Jelmer Vernooij [Sun, 30 Apr 2006 19:22:56 +0000 (19:22 +0000)]
r15364: Use global list of predefined keys

16 years agor15363: Fix dependencies for shared library
Jelmer Vernooij [Sun, 30 Apr 2006 18:46:14 +0000 (18:46 +0000)]
r15363: Fix dependencies for shared library

16 years agor15362: Consider anything non-zero a failure, bnio\f not just -1
Jelmer Vernooij [Sun, 30 Apr 2006 18:45:43 +0000 (18:45 +0000)]
r15362: Consider anything non-zero a failure, bnio\f not just -1

16 years agor15361: Export table of predefined registry keys
Jelmer Vernooij [Sun, 30 Apr 2006 16:09:00 +0000 (16:09 +0000)]
r15361: Export table of predefined registry keys

16 years agor15358: Fix some compiler warnings / type safety. Found by tcc
Jelmer Vernooij [Sun, 30 Apr 2006 13:54:03 +0000 (13:54 +0000)]
r15358: Fix some compiler warnings / type safety. Found by tcc

16 years agor15357: Fix the build on systems without GNUTLS.
Andrew Bartlett [Sun, 30 Apr 2006 06:44:19 +0000 (06:44 +0000)]
r15357: Fix the build on systems without GNUTLS.

Andrew Bartlett

16 years agor15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett [Sun, 30 Apr 2006 05:58:31 +0000 (05:58 +0000)]
r15356: Remove unused 'flags' argument from socket_send() and friends.

This is in preperation for making TLS a socket library.

Andrew Bartlett

16 years agor15355: Add replacement 'err.h' for systems that don't have it such as SerNet-Tru64
Jelmer Vernooij [Sun, 30 Apr 2006 03:09:32 +0000 (03:09 +0000)]
r15355: Add replacement 'err.h' for systems that don't have it such as SerNet-Tru64

16 years agor15354: Add dependency on libsocket (required for sun1)
Jelmer Vernooij [Sun, 30 Apr 2006 02:47:40 +0000 (02:47 +0000)]
r15354: Add dependency on libsocket (required for sun1)

16 years agor15353: Don't dereference NULL pointer. Found by the IBM checker.
Jelmer Vernooij [Sun, 30 Apr 2006 02:41:50 +0000 (02:41 +0000)]
r15353: Don't dereference NULL pointer. Found by the IBM checker.

16 years agor15352: Remove reference to just-removed subsystem
Jelmer Vernooij [Sun, 30 Apr 2006 02:23:10 +0000 (02:23 +0000)]
r15352: Remove reference to just-removed subsystem

16 years agor15351: Fix tcc compile error
Jelmer Vernooij [Sun, 30 Apr 2006 02:11:25 +0000 (02:11 +0000)]
r15351: Fix tcc compile error

16 years agor15350: Remove empty subsystem, don't install .a files of subsystems
Jelmer Vernooij [Sun, 30 Apr 2006 02:07:33 +0000 (02:07 +0000)]
r15350: Remove empty subsystem, don't install .a files of subsystems

16 years agor15349: Integrate set_socket_options() into the socket library
Jelmer Vernooij [Sun, 30 Apr 2006 01:32:59 +0000 (01:32 +0000)]
r15349: Integrate set_socket_options() into the socket library

16 years agor15348: Start adding a dict interface and tests to LdbMessage class.
Tim Potter [Sun, 30 Apr 2006 01:08:52 +0000 (01:08 +0000)]
r15348: Start adding a dict interface and tests to LdbMessage class.

16 years agor15346: Doc.
Tim Potter [Sun, 30 Apr 2006 01:07:16 +0000 (01:07 +0000)]
r15346: Doc.

16 years agor15345: Add a read-only test to tdb torture tester.
Tim Potter [Sun, 30 Apr 2006 01:00:57 +0000 (01:00 +0000)]
r15345: Add a read-only test to tdb torture tester.

16 years agor15344: Fix shared library build
Jelmer Vernooij [Sun, 30 Apr 2006 00:40:04 +0000 (00:40 +0000)]
r15344: Fix shared library build

16 years agor15343: Some small cleanups.
Tim Potter [Sun, 30 Apr 2006 00:38:19 +0000 (00:38 +0000)]
r15343: Some small cleanups.

Remove LdbMessage.close() method as it's not necessary.

16 years agor15339: Signature for tdb_reopen_all() has changed.
Tim Potter [Sun, 30 Apr 2006 00:22:05 +0000 (00:22 +0000)]
r15339: Signature for tdb_reopen_all() has changed.

16 years agor15338: Fix build of most things with shared libs enabled.
Jelmer Vernooij [Sun, 30 Apr 2006 00:00:28 +0000 (00:00 +0000)]
r15338: Fix build of most things with shared libs enabled.

16 years agor15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB
Jelmer Vernooij [Sat, 29 Apr 2006 23:22:54 +0000 (23:22 +0000)]
r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB

16 years agor15330: Add comment for IBM checker.
Andrew Bartlett [Sat, 29 Apr 2006 20:59:46 +0000 (20:59 +0000)]
r15330: Add comment for IBM checker.

Andrew Bartlett

16 years agor15329: I'm sick of this patch being in my local tree...
Andrew Bartlett [Sat, 29 Apr 2006 20:01:07 +0000 (20:01 +0000)]
r15329: I'm sick of this patch being in my local tree...

Use inet_ntop to convert IPv6 names to strings.  Don't do a reverse
lookup.

Andrew Bartlett

16 years agor15328: Move some functions around, remove dependencies.
Jelmer Vernooij [Sat, 29 Apr 2006 17:34:49 +0000 (17:34 +0000)]
r15328: Move some functions around, remove dependencies.
Remove some autogenerated headers (which had prototypes now autogenerated by pidl)
Remove ndr_security.h from a few places - it's no longer necessary

16 years agor15327: Support 'nosize'. Also write prototypes for print and size functions that...
Jelmer Vernooij [Sat, 29 Apr 2006 17:33:32 +0000 (17:33 +0000)]
r15327: Support 'nosize'. Also write prototypes for print and size functions that are manually written.

16 years agor15326: Fix compiler warnings.
Jelmer Vernooij [Sat, 29 Apr 2006 17:30:21 +0000 (17:30 +0000)]
r15326: Fix compiler warnings.

16 years agor15325: Fix compiler warnings
Jelmer Vernooij [Sat, 29 Apr 2006 16:12:01 +0000 (16:12 +0000)]
r15325: Fix compiler warnings

16 years agor15324: Generate prototype even if the function itself is
Jelmer Vernooij [Sat, 29 Apr 2006 14:51:26 +0000 (14:51 +0000)]
r15324: Generate prototype even if the function itself is
written manually.

16 years agor15323: Fix internal popt build
Jelmer Vernooij [Sat, 29 Apr 2006 14:01:49 +0000 (14:01 +0000)]
r15323: Fix internal popt build

16 years agor15322: Don't depend on nonexisting targets - should fix the build
Jelmer Vernooij [Sat, 29 Apr 2006 12:55:19 +0000 (12:55 +0000)]
r15322: Don't depend on nonexisting targets - should fix the build

16 years agor15321: Reduce the size of rewrite.m4 a bit more
Jelmer Vernooij [Sat, 29 Apr 2006 12:39:19 +0000 (12:39 +0000)]
r15321: Reduce the size of rewrite.m4 a bit more

16 years agor15319: remove unneeded macros
Stefan Metzmacher [Sat, 29 Apr 2006 11:48:56 +0000 (11:48 +0000)]
r15319: remove unneeded macros

metze

16 years agor15318: Don't create empty static libraries as some hosts have trouble with them.
Jelmer Vernooij [Sat, 29 Apr 2006 11:32:54 +0000 (11:32 +0000)]
r15318: Don't create empty static libraries as some hosts have trouble with them.

16 years agor15317: Because LDB is now async, there are more places were we might run the
Andrew Bartlett [Sat, 29 Apr 2006 09:20:22 +0000 (09:20 +0000)]
r15317: Because LDB is now async, there are more places were we might run the
even context again.  We need to ensure we don't process packets until
we are finished setting up the connection, have the ldb in place etc.

We may need to do the same in other servers.

Andrew Bartlett

16 years agor15316: I don't understand quite why this function was ever like this, but we
Andrew Bartlett [Sat, 29 Apr 2006 09:11:07 +0000 (09:11 +0000)]
r15316: I don't understand quite why this function was ever like this, but we
need to replace every instance of the character.  Previously we
skipped the first.

Andrew Bartlett

16 years agor15315: - reenable the ildap backend
Stefan Metzmacher [Sat, 29 Apr 2006 07:21:17 +0000 (07:21 +0000)]
r15315: - reenable the ildap backend
- this fixes the make test panics

jelmer: why have you disabled it in
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15295 ?

metze

16 years agor15314: Fix recursive dependency hack for static libs. Should fix the build
Jelmer Vernooij [Sat, 29 Apr 2006 02:53:44 +0000 (02:53 +0000)]
r15314: Fix recursive dependency hack for static libs. Should fix the build
on most systems.

16 years agor15313: Fix some dependencies in dso mode
Jelmer Vernooij [Sat, 29 Apr 2006 02:45:34 +0000 (02:45 +0000)]
r15313: Fix some dependencies in dso mode

16 years agor15312: Fix dependency on gtksamba when GTK+ is not present
Jelmer Vernooij [Sat, 29 Apr 2006 02:45:06 +0000 (02:45 +0000)]
r15312: Fix dependency on gtksamba when GTK+ is not present

16 years agor15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij [Fri, 28 Apr 2006 01:55:17 +0000 (01:55 +0000)]
r15304: Fix smbd build, more updates on getting --enable-dso to build again

16 years agor15303: Re-add SMB readline replacement header
Jelmer Vernooij [Fri, 28 Apr 2006 00:03:52 +0000 (00:03 +0000)]
r15303: Re-add SMB readline replacement header

16 years agor15302: Remove strangely named function "StrnCpy" - strlcpy is available as a
Jelmer Vernooij [Thu, 27 Apr 2006 22:59:20 +0000 (22:59 +0000)]
r15302: Remove strangely named function "StrnCpy" - strlcpy is available as a
replacement.

16 years agor15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij [Thu, 27 Apr 2006 21:46:44 +0000 (21:46 +0000)]
r15301: Use static libraries internally. This required a few hacks in the build
system - these should be removed later on.

16 years agor15300: Only enable SWIG shared libs if python is available
Jelmer Vernooij [Thu, 27 Apr 2006 20:55:26 +0000 (20:55 +0000)]
r15300: Only enable SWIG shared libs if python is available

16 years agor15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij [Thu, 27 Apr 2006 19:50:13 +0000 (19:50 +0000)]
r15298: Fix the build using a few hacks in the build system.
Recursive dependencies are now forbidden (the build system
will bail out if there are any).

I've split up auth_sam.c into auth_sam.c and sam.c. Andrew,
please rename sam.c / move its contents to whatever/wherever you think suits
best.

16 years agor15297: Move create_security_token() to samdb as it requires SAMDB (and the rest...
Jelmer Vernooij [Thu, 27 Apr 2006 16:09:17 +0000 (16:09 +0000)]
r15297: Move create_security_token() to samdb as it requires SAMDB (and the rest of LIBSECURITY doesn't)
Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal
Some other dependency fixes

16 years agor15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil doesn...
Jelmer Vernooij [Thu, 27 Apr 2006 16:06:18 +0000 (16:06 +0000)]
r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil doesn't need ldb

16 years agor15295: Fix some dependencies
Jelmer Vernooij [Thu, 27 Apr 2006 16:05:05 +0000 (16:05 +0000)]
r15295: Fix some dependencies
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed.

16 years agor15292: fix the IDL_* variable names
Stefan Metzmacher [Thu, 27 Apr 2006 09:34:31 +0000 (09:34 +0000)]
r15292: fix the IDL_* variable names

metze

16 years agor15291: $f already has the $srcdir prefixed
Stefan Metzmacher [Thu, 27 Apr 2006 09:32:26 +0000 (09:32 +0000)]
r15291: $f already has the $srcdir prefixed

metze

16 years agor15290: don't spam the screen
Stefan Metzmacher [Wed, 26 Apr 2006 21:56:21 +0000 (21:56 +0000)]
r15290: don't spam the screen

jelmer: can you please fix this correctly

metze

16 years agor15288: fix some problems
Simo Sorce [Wed, 26 Apr 2006 16:52:45 +0000 (16:52 +0000)]
r15288: fix some problems

16 years agor15287: Simplify dependency detection code
Jelmer Vernooij [Wed, 26 Apr 2006 16:31:40 +0000 (16:31 +0000)]
r15287: Simplify dependency detection code

16 years agor15284: Fix dot generation
Jelmer Vernooij [Wed, 26 Apr 2006 15:55:04 +0000 (15:55 +0000)]
r15284: Fix dot generation

16 years agor15281: A few updates for consistency's sake
Jim McDonough [Wed, 26 Apr 2006 14:42:47 +0000 (14:42 +0000)]
r15281: A few updates for consistency's sake

16 years agor15280: - remove the 2nd check for __FUNCTION__
Stefan Metzmacher [Wed, 26 Apr 2006 14:20:46 +0000 (14:20 +0000)]
r15280: - remove the 2nd check for __FUNCTION__
- fallback to __func__ if __FUNCTION__ isn't there

metze

16 years agor15279: Fix dependencies when using static libraries
Jelmer Vernooij [Wed, 26 Apr 2006 14:15:14 +0000 (14:15 +0000)]
r15279: Fix dependencies when using static libraries

16 years agor15278: Fix recreating symlink every time.
Jelmer Vernooij [Wed, 26 Apr 2006 13:17:43 +0000 (13:17 +0000)]
r15278: Fix recreating symlink every time.

16 years agor15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prototype
Stefan Metzmacher [Wed, 26 Apr 2006 12:54:52 +0000 (12:54 +0000)]
r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prototype
  but --with-setproctitle wasn't used

metze

16 years agor15276: Fix path to perl on some hosts
Jelmer Vernooij [Wed, 26 Apr 2006 12:31:09 +0000 (12:31 +0000)]
r15276: Fix path to perl on some hosts
Fix perl warning

16 years agor15275: run RPC-SRVSRV in make test
Stefan Metzmacher [Wed, 26 Apr 2006 12:25:39 +0000 (12:25 +0000)]
r15275: run RPC-SRVSRV in make test

metze