sfrench/samba-autobuild/.git
16 years agor22555: Ensure our paranoid malloc functions return NULL on
Jeremy Allison [Sat, 28 Apr 2007 14:33:46 +0000 (14:33 +0000)]
r22555: Ensure our paranoid malloc functions return NULL on
size == 0 so we have a known behavior.
Jeremy.

16 years agor22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.
Volker Lendecke [Sat, 28 Apr 2007 13:52:49 +0000 (13:52 +0000)]
r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.

Volker

16 years agor22553: Fix the build
Volker Lendecke [Sat, 28 Apr 2007 12:50:35 +0000 (12:50 +0000)]
r22553: Fix the build

16 years agor22543: Fix bad call to talloc_strict (too few args).
Jeremy Allison [Sat, 28 Apr 2007 02:51:55 +0000 (02:51 +0000)]
r22543: Fix bad call to talloc_strict (too few args).
Should fix build farm breakage.
Jeremy.

16 years agor22542: Move over to using the _strict varients of the talloc
Jeremy Allison [Fri, 27 Apr 2007 23:18:41 +0000 (23:18 +0000)]
r22542: Move over to using the _strict varients of the talloc
calls. No functional changes. Looks bigger than it is :-).
Jeremy.

16 years agor22541: Added talloc_size_strict macro.
Jeremy Allison [Fri, 27 Apr 2007 22:04:27 +0000 (22:04 +0000)]
r22541: Added talloc_size_strict macro.
Jeremy.

16 years agor22540: Added _strict varients of the macro calls - added
Jeremy Allison [Fri, 27 Apr 2007 21:58:10 +0000 (21:58 +0000)]
r22540: Added _strict varients of the macro calls - added
prototypes.
Jeremy.

16 years agor22539: Added _strict varients of the talloc calls to
Jeremy Allison [Fri, 27 Apr 2007 21:09:16 +0000 (21:09 +0000)]
r22539: Added _strict varients of the talloc calls to
return NULL on size == 0 varients.
Jeremy.

16 years agor22537: Use a (more speaking) macro when there is one.
Michael Adam [Fri, 27 Apr 2007 15:26:40 +0000 (15:26 +0000)]
r22537: Use a (more speaking) macro when there is one.

16 years agor22533: Use lib functions where we have them
Volker Lendecke [Fri, 27 Apr 2007 14:00:27 +0000 (14:00 +0000)]
r22533: Use lib functions where we have them

16 years agor22529: Add implementation of HP-UX ACLs in the new vfs-module framework.
Michael Adam [Fri, 27 Apr 2007 08:43:06 +0000 (08:43 +0000)]
r22529: Add implementation of HP-UX ACLs in the new vfs-module framework.

16 years agor22527: note the svn location of samba-docs on svnanon.samba.org
James Peach [Thu, 26 Apr 2007 17:36:19 +0000 (17:36 +0000)]
r22527: note the svn location of samba-docs on svnanon.samba.org

16 years agor22526: Support deep tree mounts after share (instead of having to specify
Steve French [Thu, 26 Apr 2007 17:23:33 +0000 (17:23 +0000)]
r22526: Support deep tree mounts after share (instead of having to specify
prepath)

16 years agor22524: Fix memleak.
Günther Deschner [Thu, 26 Apr 2007 12:09:25 +0000 (12:09 +0000)]
r22524: Fix memleak.

Guenther

16 years agor22511: Remove unused LDAPMessage.
Günther Deschner [Wed, 25 Apr 2007 10:01:21 +0000 (10:01 +0000)]
r22511: Remove unused LDAPMessage.

Guenther

16 years agor22509: Fix some memory corruption caused by calling free()
Gerald Carter [Wed, 25 Apr 2007 09:32:03 +0000 (09:32 +0000)]
r22509: Fix some memory corruption caused by calling free()
on talloc()'d memory when adding/removing members
from Local Groups.

16 years agor22507: Wrap the method of obtaining sockets to listen on.
James Peach [Tue, 24 Apr 2007 18:19:13 +0000 (18:19 +0000)]
r22507: Wrap the method of obtaining sockets to listen on.

16 years agor22505: Fix build
Alexander Bokovoy [Tue, 24 Apr 2007 18:01:46 +0000 (18:01 +0000)]
r22505: Fix build

16 years agor22504: Fix bug Jerry found during his tutorial. Sorry :-(
Jim McDonough [Tue, 24 Apr 2007 15:56:02 +0000 (15:56 +0000)]
r22504: Fix bug Jerry found during his tutorial.  Sorry :-(

Allows authorized users (e.g. BUILTIN\Administrators members) to
set attributes on an account, particularly "user cannot change
password".

add become_root() around updating attributes, after checking that
access has been granted.

16 years agor22502: Fix bug #4536 - delete symlinks to a directory correctly.
Jeremy Allison [Tue, 24 Apr 2007 12:56:23 +0000 (12:56 +0000)]
r22502: Fix bug #4536 - delete symlinks to a directory correctly.
Jeremy.

16 years agor22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead of
Michael Adam [Tue, 24 Apr 2007 00:12:28 +0000 (00:12 +0000)]
r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead of
WERR_BAD_FILE when all items have been successfully enumerated.
Besides seeming the reasonable code to return,
this is what I have seen from w2k3, w2k, wxp.

16 years agor22495: Create wrapper to hide the details of obtaining a set of sockets
James Peach [Mon, 23 Apr 2007 22:17:06 +0000 (22:17 +0000)]
r22495: Create wrapper to hide the details of obtaining a set of sockets
to listen on.

16 years agor22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.
Jeremy Allison [Mon, 23 Apr 2007 21:40:54 +0000 (21:40 +0000)]
r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.
Found by SteveF + valgrind :-). Jerry - essential for rc3.
Jeremy.

16 years agor22492: Add objectid code.
Jeremy Allison [Mon, 23 Apr 2007 21:07:05 +0000 (21:07 +0000)]
r22492: Add objectid code.
Jeremy.

16 years agor22491: Fix the build (3.0.25 and 3.0 are different here).
Jeremy Allison [Mon, 23 Apr 2007 16:45:56 +0000 (16:45 +0000)]
r22491: Fix the build (3.0.25 and 3.0 are different here).
Jeremy.

16 years agor22490: Fix a couple of bugs found whist investigating CSC Vista issues.
Jeremy Allison [Mon, 23 Apr 2007 16:32:24 +0000 (16:32 +0000)]
r22490: Fix a couple of bugs found whist investigating CSC Vista issues.
Ensure we correctly NULL out allocation size fields. Allow
QFILEINFO on pipes (Vista bug ?). Jerry - don't automatically
merge for 3.0.25.
Jeremy.

16 years agor22489: Add a deletedomgroup command to rpcclient (samr).
Michael Adam [Mon, 23 Apr 2007 16:31:31 +0000 (16:31 +0000)]
r22489: Add a deletedomgroup command to rpcclient (samr).
Corresponding to deletedomuser.

Michael

16 years agor22484: Check for the talloc_strdup to succeed.
Günther Deschner [Mon, 23 Apr 2007 10:04:15 +0000 (10:04 +0000)]
r22484: Check for the talloc_strdup to succeed.

Guenther

16 years agor22483: Attempt to fix the build.
Günther Deschner [Mon, 23 Apr 2007 09:56:54 +0000 (09:56 +0000)]
r22483: Attempt to fix the build.

Guenther

16 years agor22481: Move check for non-mappable SIDs to after sid_to_uid,
Jeremy Allison [Mon, 23 Apr 2007 09:19:35 +0000 (09:19 +0000)]
r22481: Move check for non-mappable SIDs to after sid_to_uid,
sid_to_gid mapping, add LocalSystem to non-mappable
list.
Jeremy.

16 years agor22480: Remove accidentially comitted getpeereid hunks again.
Günther Deschner [Mon, 23 Apr 2007 08:46:10 +0000 (08:46 +0000)]
r22480: Remove accidentially comitted getpeereid hunks again.

Guenther

16 years agor22479: Add "net ads keytab list".
Günther Deschner [Mon, 23 Apr 2007 08:40:54 +0000 (08:40 +0000)]
r22479: Add "net ads keytab list".

Guenther

16 years agor22473: Correct fix for setting a default compat tdb idmap backend.
Gerald Carter [Mon, 23 Apr 2007 06:10:22 +0000 (06:10 +0000)]
r22473: Correct fix for setting a default compat tdb idmap backend.
Previous code would always fill in "idmap backend = tdb"
even if you defined idmap domains.  My fault.  I should
have tested the original patch more before committing.

16 years agor22468: Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is hidden by
Günther Deschner [Sun, 22 Apr 2007 21:21:26 +0000 (21:21 +0000)]
r22468: Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is hidden by
KRB5_PRIVATE in MIT and doesn't exist on Heimdal).

Guenther

16 years agor22467: Adding configure check for -Werror-implicit-function-declaration and use...
Günther Deschner [Sun, 22 Apr 2007 21:17:49 +0000 (21:17 +0000)]
r22467: Adding configure check for -Werror-implicit-function-declaration and use it in
-enable-developer.

Guenther

16 years agor22466: Fix build warning.
Günther Deschner [Sun, 22 Apr 2007 20:15:00 +0000 (20:15 +0000)]
r22466: Fix build warning.

Guenther

16 years agor22465: Last attempt to fix the build before dinner.
Günther Deschner [Sun, 22 Apr 2007 17:06:22 +0000 (17:06 +0000)]
r22465: Last attempt to fix the build before dinner.

Guenther

16 years agor22464: remove double code and use a function
Stefan Metzmacher [Sun, 22 Apr 2007 17:00:58 +0000 (17:00 +0000)]
r22464: remove double code and use a function

metze

16 years agor22463: Add prototype.
Günther Deschner [Sun, 22 Apr 2007 16:45:03 +0000 (16:45 +0000)]
r22463: Add prototype.

Guenther

16 years agor22461: Use ranged LDAP queries in lookup_usergroups_member() and start to optinmize
Günther Deschner [Sun, 22 Apr 2007 15:25:54 +0000 (15:25 +0000)]
r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to optinmize
lookup_groupmem(). In the later, at least try to avoid those massive LDAP
dn_lookups by looking in the cache before.

Guenther

16 years agor22460: Adding a generic ads_ranged_search() function.
Günther Deschner [Sun, 22 Apr 2007 15:15:00 +0000 (15:15 +0000)]
r22460: Adding a generic ads_ranged_search() function.

Guenther

16 years agor22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ranged LDAP
Günther Deschner [Sun, 22 Apr 2007 15:13:50 +0000 (15:13 +0000)]
r22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ranged LDAP
queries more generic. Michael, feel free to overwrite these and the following.

Guenther

16 years agor22458: Fix a comment
Volker Lendecke [Sun, 22 Apr 2007 14:51:07 +0000 (14:51 +0000)]
r22458: Fix a comment

16 years agor22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmap
Gerald Carter [Sun, 22 Apr 2007 10:09:41 +0000 (10:09 +0000)]
r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmap
plugin when neither idmap domains nor idmap backend have
been defined.

16 years agor22444: * Validate a SID before trying to convert it to a uid/gid via the public
Gerald Carter [Sun, 22 Apr 2007 09:32:14 +0000 (09:32 +0000)]
r22444: * Validate a SID before trying to convert it to a uid/gid via the public
  winbindd interface

* Add nss_info/*so files to the RHEL/Fedora packaging

16 years agor22441: Add automatic dependency tracking. The dependency generation is
James Peach [Sun, 22 Apr 2007 03:17:31 +0000 (03:17 +0000)]
r22441: Add automatic dependency tracking. The dependency generation is
toolchain independent, but since there's no portable method for
doing makefile includes, we can actually use the dependencies with
GNU make. It's easy to add this for other makes, but I don't have
any to test.

This also moves as much m4 as possible into the m4 directory where
no-one has to look at it. AFAICT, there's no way to hide depcomp
in there too, which is unfortunate.

16 years agor22430: Add SID validate to sid2uid() and sid2gid() public entry points in winbindd
Gerald Carter [Sat, 21 Apr 2007 21:29:31 +0000 (21:29 +0000)]
r22430: Add SID validate to sid2uid() and sid2gid() public entry points in winbindd

16 years agor22425: Avoid to segfault if we only have the realm.
Simo Sorce [Sat, 21 Apr 2007 20:43:54 +0000 (20:43 +0000)]
r22425: Avoid to segfault if we only have the realm.

16 years agor22419: Update configure so that we only need one copy of os2_delete.c
James Peach [Fri, 20 Apr 2007 21:31:04 +0000 (21:31 +0000)]
r22419: Update configure so that we only need one copy of os2_delete.c

16 years agor22418: Support running under launchd. We abstract the method of obtaining
James Peach [Fri, 20 Apr 2007 21:09:44 +0000 (21:09 +0000)]
r22418: Support running under launchd. We abstract the method of obtaining
sockets to listen on a little, because in the launchd case these
are provided for us. We also add an idle timeout so that a daemon
can exit after a period of inactivity.

16 years agor22417: Refactor the various daemon run-mode options to make the semantics
James Peach [Fri, 20 Apr 2007 18:34:33 +0000 (18:34 +0000)]
r22417: Refactor the various daemon run-mode options to make the semantics
of the various flags explicit.

16 years agor22416: Remove precompiled headers on clean.
James Peach [Fri, 20 Apr 2007 18:12:07 +0000 (18:12 +0000)]
r22416: Remove precompiled headers on clean.

16 years agor22413: Simplify the build rules for plugin modules. Add support for per-platform
James Peach [Fri, 20 Apr 2007 16:07:16 +0000 (16:07 +0000)]
r22413: Simplify the build rules for plugin modules. Add support for per-platform
exports files. Fix the shared library build pf pdb_ldap.

16 years agor22412: Add a "deletelocalgroup" subcommand to net sam.
Michael Adam [Fri, 20 Apr 2007 12:23:36 +0000 (12:23 +0000)]
r22412: Add a "deletelocalgroup" subcommand to net sam.

Thanks to Karolin Seeger <ks@sernet.de>.

16 years agor22411: Fix the build:
Michael Adam [Fri, 20 Apr 2007 12:06:38 +0000 (12:06 +0000)]
r22411: Fix the build:

Prototype of create_aio_ex_read, set_message and definition of
UNIXERROR have changed in r22389 and r22391? to require an additional
"inbuf" argument. Some places in smbd/aio.c had not been adapted.

This patch fixes the build.

Michael

16 years agor22402: Fix build warning.
Günther Deschner [Fri, 20 Apr 2007 10:54:55 +0000 (10:54 +0000)]
r22402: Fix build warning.

Guenther

16 years agor22401: Add bzr revision+nick support to mkversion.sh.
Michael Adam [Fri, 20 Apr 2007 10:27:33 +0000 (10:27 +0000)]
r22401: Add bzr revision+nick support to mkversion.sh.

The plan is to actually synchronize with SAMBA_4_0's mkversion.sh,
which is more elaborate. But there are a few differences in
behaviour I still have to check. So I am cheching this here in for
a start...

Michael

16 years agor22395: allow profiling level to be set on startup
Herb Lewis [Fri, 20 Apr 2007 01:52:44 +0000 (01:52 +0000)]
r22395: allow profiling level to be set on startup

16 years agor22394: Remove test directory once we are finished.
James Peach [Thu, 19 Apr 2007 23:47:55 +0000 (23:47 +0000)]
r22394: Remove test directory once we are finished.

16 years agor22393: fix cut&paste error
Simo Sorce [Thu, 19 Apr 2007 23:25:37 +0000 (23:25 +0000)]
r22393: fix cut&paste error

16 years agor22392: Remove leftover potentially segfaulty code.
Simo Sorce [Thu, 19 Apr 2007 23:15:33 +0000 (23:15 +0000)]
r22392: Remove leftover potentially segfaulty code.
Check we are online before actually trying to connect anywhere

16 years agor22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison [Thu, 19 Apr 2007 22:40:32 +0000 (22:40 +0000)]
r22391: Looks bigger than it is. Make "inbuf" available
to all callers of smb_setlen (via set_message()
calls). This will allow the server to reflect back
the correct encryption context.
Jeremy.

16 years agor22390: Patchset sent to samba-technical to address the winbind
Gerald Carter [Thu, 19 Apr 2007 22:26:09 +0000 (22:26 +0000)]
r22390: Patchset sent to samba-technical to address the winbind
loop when allocating a new id for a SID:

auth_util.patch Revert create_local_token() to
the 3.0.24 codebase

idmap_type.patch Have the caller fillin the
id_map.xid.type field when
resolving a SID so that if we allocate
a new id, we know what type to use

winbindd_api.patch Remove the WINBINDD_SIDS_TO_XIDS calls
from the public winbindd interface
for the 3.0.25 release

idmap_rid.patch Cleanup the idmap_rid backend to not
call back into winbindd to resolve
the SID in order to verify it's type.

16 years agor22389: Start preparing for multiple encryption contexts in the
Jeremy Allison [Thu, 19 Apr 2007 20:50:49 +0000 (20:50 +0000)]
r22389: Start preparing for multiple encryption contexts in the
server. Allow server to reflect back to calling client
the encryption context that was sent.
Jeremy.

16 years agor22388: clearer message, thanks David
Simo Sorce [Thu, 19 Apr 2007 20:00:40 +0000 (20:00 +0000)]
r22388: clearer message, thanks David

16 years agor22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x)
Günther Deschner [Thu, 19 Apr 2007 14:58:22 +0000 (14:58 +0000)]
r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x)
Timur, please check.

Guenther

16 years agor22366: sync lib/talloc/ with samba4
Stefan Metzmacher [Thu, 19 Apr 2007 09:08:53 +0000 (09:08 +0000)]
r22366: sync lib/talloc/ with samba4

metze

16 years agor22364: sync lib/tdb/ with samba4
Stefan Metzmacher [Thu, 19 Apr 2007 08:50:14 +0000 (08:50 +0000)]
r22364: sync lib/tdb/ with samba4

there's no code change here...

metze

16 years agor22363: merge from samba4:
Stefan Metzmacher [Thu, 19 Apr 2007 08:49:09 +0000 (08:49 +0000)]
r22363: merge from samba4:

fix compiler warning

metze

16 years agor22362: fix the build on othersystems
Stefan Metzmacher [Thu, 19 Apr 2007 08:45:29 +0000 (08:45 +0000)]
r22362: fix the build on othersystems

metze

16 years agor22358: Use gss error to NTSTATUS mapping function for errors.
Jeremy Allison [Thu, 19 Apr 2007 01:26:38 +0000 (01:26 +0000)]
r22358: Use gss error to NTSTATUS mapping function for errors.
Jeremy.

16 years agor22355: Ensure we get good debug messages from gss_XX calls.
Jeremy Allison [Thu, 19 Apr 2007 01:20:37 +0000 (01:20 +0000)]
r22355: Ensure we get good debug messages from gss_XX calls.
Jeremy.

16 years agor22354: Make client select krb5 encrpyt if krb5 already on.
Jeremy Allison [Thu, 19 Apr 2007 00:51:18 +0000 (00:51 +0000)]
r22354: Make client select krb5 encrpyt if krb5 already on.
Jeremy.

16 years agor22353: Fix bad #ifdefs.
Jeremy Allison [Thu, 19 Apr 2007 00:45:01 +0000 (00:45 +0000)]
r22353: Fix bad #ifdefs.
Jeremy.

16 years agor22352: Wow - working gss SMB sealing !
Jeremy Allison [Thu, 19 Apr 2007 00:44:39 +0000 (00:44 +0000)]
r22352: Wow - working gss SMB sealing !
Jeremy.

16 years agor22351: Making progress in tests...
Jeremy Allison [Thu, 19 Apr 2007 00:40:08 +0000 (00:40 +0000)]
r22351: Making progress in tests...
Jeremy.

16 years agor22350: Add some helpful debug messages.
Jeremy Allison [Thu, 19 Apr 2007 00:35:18 +0000 (00:35 +0000)]
r22350: Add some helpful debug messages.
Jeremy.

16 years agor22349: Fix missing ) in #else path.
Jeremy Allison [Wed, 18 Apr 2007 22:34:23 +0000 (22:34 +0000)]
r22349: Fix missing ) in #else path.
Jeremy.

16 years agor22348: 3_0 as well
Simo Sorce [Wed, 18 Apr 2007 22:25:17 +0000 (22:25 +0000)]
r22348: 3_0 as well

16 years agor22345: Only use new krb5 OID.
Jeremy Allison [Wed, 18 Apr 2007 22:02:30 +0000 (22:02 +0000)]
r22345: Only use new krb5 OID.
Jeremy.

16 years agor22344: Correctly create sub-struct for GSS encryption.
Jeremy Allison [Wed, 18 Apr 2007 21:56:18 +0000 (21:56 +0000)]
r22344: Correctly create sub-struct for GSS encryption.
Jeremy.

16 years agor22343: Commit to 3_0 as well after adapting the patch.
Simo Sorce [Wed, 18 Apr 2007 21:10:37 +0000 (21:10 +0000)]
r22343: Commit to 3_0 as well after adapting the patch.
(tdb_delete_bystring instead of tdb_delete is used here)

16 years agor22341: Fix build of examples/VFS: adapt include for new place of tdb...
Michael Adam [Wed, 18 Apr 2007 20:18:43 +0000 (20:18 +0000)]
r22341: Fix build of examples/VFS: adapt include for new place of tdb...

16 years agor22340: Fix another segfault in idmap_ldap.c caused by setting the iterator
Gerald Carter [Wed, 18 Apr 2007 16:45:00 +0000 (16:45 +0000)]
r22340: Fix another segfault in idmap_ldap.c caused by setting the iterator
LDAPMessage * to NULL on each loop rotation.

16 years agor22330: For my own convenience (changes discussed some weeks ago with
Michael Adam [Wed, 18 Apr 2007 11:12:31 +0000 (11:12 +0000)]
r22330: For my own convenience (changes discussed some weeks ago with
Jerry, who basically didn't care - now I can commit them myself;-):

- Add a call to mkversion.sh to ensure sane version number even
  from a plain checkout.
- Add a "nodocs" switch to allow for calling make-tarball.sh without
  the need of having samba-docs and using-samba around.

16 years agor22327: Finish the gss-spnego part of the seal code. Now
Jeremy Allison [Wed, 18 Apr 2007 00:34:10 +0000 (00:34 +0000)]
r22327: Finish the gss-spnego part of the seal code. Now
for testing....
Jeremy.

16 years agor22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so
Gerald Carter [Tue, 17 Apr 2007 21:32:59 +0000 (21:32 +0000)]
r22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so
plugins in $libdir/nss_info to idmap/ad.so

16 years agor22320: Be more careful and check for the euid instead of the uid.
Lars Müller [Tue, 17 Apr 2007 18:35:10 +0000 (18:35 +0000)]
r22320: Be more careful and check for the euid instead of the uid.

Thx for the hint James!

16 years agor22318: If we're running as non root we might not be able to dump the core file
Lars Müller [Tue, 17 Apr 2007 17:17:19 +0000 (17:17 +0000)]
r22318: If we're running as non root we might not be able to dump the core file
to the corepath.

Even the chdir() will fail if the LOGFILEBASE path is set 0700.

If the currrent user doesn't have the permission to create the core file
we end with:
   unable to change to <LOGFILEBASE>
   refusing to dump core

The alternative would be to change the permissions of the directory.
But taht would not ensure core dumps are working out of the box.

16 years agor22317: add tdb_ prefix to non static function
Stefan Metzmacher [Tue, 17 Apr 2007 17:07:14 +0000 (17:07 +0000)]
r22317: add tdb_ prefix to non static function

metze

16 years agor22316: merge from samba4:
Stefan Metzmacher [Tue, 17 Apr 2007 17:03:38 +0000 (17:03 +0000)]
r22316: merge from samba4:

this function should be static

metze

16 years agor22315: move tdbback.c content into tdbbackup.c
Stefan Metzmacher [Tue, 17 Apr 2007 16:53:06 +0000 (16:53 +0000)]
r22315: move tdbback.c content into tdbbackup.c
and make the functions static.

also use libreplace headers in tdbbackup.c

metze

16 years agor22314: use libreplace headers
Stefan Metzmacher [Tue, 17 Apr 2007 16:36:24 +0000 (16:36 +0000)]
r22314: use libreplace headers

metze

16 years agor22313: as discussed with simo:
Stefan Metzmacher [Tue, 17 Apr 2007 16:06:20 +0000 (16:06 +0000)]
r22313: as discussed with simo:

remove the only usage of backup_tdb() in samba3.
As backup_tdb() will go completely soon.

metze

16 years agor22304: remove unused stuff completely to fix the build, sorry
Stefan Metzmacher [Tue, 17 Apr 2007 12:21:47 +0000 (12:21 +0000)]
r22304: remove unused stuff completely to fix the build, sorry

metze

16 years agor22302: fix the build when no shared-library support is detected
Stefan Metzmacher [Tue, 17 Apr 2007 10:07:12 +0000 (10:07 +0000)]
r22302: fix the build when no shared-library support is detected

metze

16 years agor22301: remove unused vars
Stefan Metzmacher [Tue, 17 Apr 2007 10:05:43 +0000 (10:05 +0000)]
r22301: remove unused vars

metze

16 years agor22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
Stefan Metzmacher [Tue, 17 Apr 2007 08:03:29 +0000 (08:03 +0000)]
r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace

metze

16 years agor22291: Fix off-by-one in tconX parsing.
Jeremy Allison [Tue, 17 Apr 2007 02:14:28 +0000 (02:14 +0000)]
r22291: Fix off-by-one in tconX parsing.
Jeremy.

16 years agor22285: Allow arbitrary bases in int and ulong parsing.
Jeremy Allison [Mon, 16 Apr 2007 22:42:45 +0000 (22:42 +0000)]
r22285: Allow arbitrary bases in int and ulong parsing.
Jeremy.