samba.git
19 years agor1564: checking in changes for 2.2.10 samba-2.2.10 samba-3.0.5
Gerald Carter [Thu, 22 Jul 2004 13:09:38 +0000 (13:09 +0000)]
r1564: checking in changes for 2.2.10

19 years agor1563: checking in changes for 3.0.5
Gerald Carter [Thu, 22 Jul 2004 13:08:58 +0000 (13:08 +0000)]
r1563: checking in changes for 3.0.5

19 years agor1556: another sandbox for experiments
Gerald Carter [Wed, 21 Jul 2004 02:35:55 +0000 (02:35 +0000)]
r1556: another sandbox for experiments

19 years agor1551: removing unused files
Gerald Carter [Tue, 20 Jul 2004 02:37:24 +0000 (02:37 +0000)]
r1551: removing unused files

19 years agor1550: commente out a bunch of code in remote_password_change() to get swat and smbpa...
Gerald Carter [Tue, 20 Jul 2004 01:39:46 +0000 (01:39 +0000)]
r1550: commente out a bunch of code in remote_password_change() to get swat and smbpasswd building

19 years agor1549: More merges. Current status:
Gerald Carter [Mon, 19 Jul 2004 21:53:07 +0000 (21:53 +0000)]
r1549: More merges.  Current status:

TODO
----
servers:        smbd, winbindd, swat
clients:        smbcquotas, smbcacls, net, smbtree, ntlm_auth,
                smbpasswd
libraries:      libnss_wins.so

DONE
----
servers:        nmbd (still needs cli_NetServerEnum to sync browselists)
clients:        nmblookup, smbclient, smbcontrol, smbspool, smbstatus,
                testparm, testprns, tdbbackup, pdbedit, tdbtool,
                profiles,
libraries:      pam_smbpass.so, libnss_winbind.so

19 years agor1548: experiemental sandbox....
Gerald Carter [Mon, 19 Jul 2004 18:07:08 +0000 (18:07 +0000)]
r1548: experiemental sandbox....

19 years agor1491: last checkin for signing off for the night
Gerald Carter [Wed, 14 Jul 2004 02:54:55 +0000 (02:54 +0000)]
r1491: last checkin for signing off for the night

19 years agor1490: more merge fixes
Gerald Carter [Wed, 14 Jul 2004 01:44:51 +0000 (01:44 +0000)]
r1490: more merge fixes

19 years agor1485: These binaries are building now...
Gerald Carter [Tue, 13 Jul 2004 20:30:59 +0000 (20:30 +0000)]
r1485: These binaries are building now...

$ ls bin
nmbd*  nmblookup*  smbclient*  smbspool*  testparm*  testprns*

19 years agor1471: more work on merge
Gerald Carter [Mon, 12 Jul 2004 20:56:16 +0000 (20:56 +0000)]
r1471: more work on merge

19 years agor1427: getting nmbd to build; still missing NetServerEnum() client call; i know this...
Gerald Carter [Sat, 10 Jul 2004 00:27:02 +0000 (00:27 +0000)]
r1427: getting nmbd to build; still missing NetServerEnum() client call; i know this break the smbclient build; reverted to the 3.0 debug system and will look at merging debug.c from 4.0 later

19 years agor1417: get smbclient building again -- remove the case sensitive option to smbclient...
Gerald Carter [Fri, 9 Jul 2004 03:43:48 +0000 (03:43 +0000)]
r1417: get smbclient building again -- remove the case sensitive option to smbclient and will have to rework it later

19 years agor1324: Merge changes from 3.0 and 4.0 branches...
Jelmer Vernooij [Thu, 1 Jul 2004 22:48:24 +0000 (22:48 +0000)]
r1324: Merge changes from 3.0 and 4.0 branches...

19 years agor1265: Merge changes from 3.0
Jelmer Vernooij [Sat, 26 Jun 2004 11:36:37 +0000 (11:36 +0000)]
r1265: Merge changes from 3.0

19 years agor1232: Some work on 'net'
Jelmer Vernooij [Wed, 23 Jun 2004 22:37:06 +0000 (22:37 +0000)]
r1232: Some work on 'net'

19 years agor1218: Make sure BASIC_OBJ from Samba 3.2 and SUBSYSTEM_LIBBASIC_OBJ from
Jelmer Vernooij [Tue, 22 Jun 2004 18:07:18 +0000 (18:07 +0000)]
r1218: Make sure BASIC_OBJ from Samba 3.2 and SUBSYSTEM_LIBBASIC_OBJ from
Samba 4 contain (mostly) the same objects.

19 years agor1217: smbspool in Samba 3.1 works (compiles and runs) now :-)
Jelmer Vernooij [Tue, 22 Jun 2004 17:53:00 +0000 (17:53 +0000)]
r1217: smbspool in Samba 3.1 works (compiles and runs) now :-)
Still a couple of things to fix:
 - util_sock.c contains some evil code (had to comment out something)
 - The Makefile is broken

19 years agor1216: Put 'all' as highest target in the Makefile, so it's the default
Jelmer Vernooij [Tue, 22 Jun 2004 11:47:16 +0000 (11:47 +0000)]
r1216: Put 'all' as highest target in the Makefile, so it's the default

19 years agor1095: more compile fixes -- working on nmblookup
Gerald Carter [Wed, 9 Jun 2004 04:07:41 +0000 (04:07 +0000)]
r1095: more compile fixes -- working on nmblookup

19 years agor1094: fix seg fault in smbclient cause by loadparm.c changes during merge
Gerald Carter [Wed, 9 Jun 2004 03:25:57 +0000 (03:25 +0000)]
r1094: fix seg fault in smbclient cause by loadparm.c changes during merge

19 years agor1082: smbclient now compiles and links -- but segfaults in init_globals()
Gerald Carter [Tue, 8 Jun 2004 03:25:19 +0000 (03:25 +0000)]
r1082: smbclient now compiles and links -- but segfaults in init_globals()

19 years agor1081: down to on file of undefined references when linking smbclient
Gerald Carter [Tue, 8 Jun 2004 03:01:17 +0000 (03:01 +0000)]
r1081: down to on file of undefined references when linking smbclient

19 years agor1079: getting closer...checking in changes before I head home...probably more later
Gerald Carter [Mon, 7 Jun 2004 21:57:37 +0000 (21:57 +0000)]
r1079: getting closer...checking in changes before I head home...probably more later

19 years agor1076: around and around we go....
Gerald Carter [Mon, 7 Jun 2004 21:23:30 +0000 (21:23 +0000)]
r1076: around and around we go....

19 years agor1075: all of libcli/* now compiles....
Gerald Carter [Mon, 7 Jun 2004 20:34:16 +0000 (20:34 +0000)]
r1075: all of libcli/* now compiles....

19 years agor1074: more compile fixes.....
Gerald Carter [Mon, 7 Jun 2004 20:02:22 +0000 (20:02 +0000)]
r1074: more compile fixes.....

19 years agor1072: few more compile fixes so I can start fresh
Gerald Carter [Mon, 7 Jun 2004 16:08:51 +0000 (16:08 +0000)]
r1072: few more compile fixes so I can start fresh

19 years agor1071: ignore generated code directories
Gerald Carter [Mon, 7 Jun 2004 16:08:32 +0000 (16:08 +0000)]
r1071: ignore generated code directories

19 years agor1070: adding build directory (and pidl)
Gerald Carter [Mon, 7 Jun 2004 15:57:22 +0000 (15:57 +0000)]
r1070: adding build directory (and pidl)

19 years agor1069: large initial checkin of merge from Samba 4.
Gerald Carter [Mon, 7 Jun 2004 15:47:14 +0000 (15:47 +0000)]
r1069: large initial checkin of merge from Samba 4.
at least client.c and clitar.c compile.

20 years agor926: tmp branch for working on the client merge from 4.0 -> 3.1/3.2
Gerald Carter [Thu, 27 May 2004 21:21:01 +0000 (21:21 +0000)]
r926: tmp branch for working on the client merge from 4.0 -> 3.1/3.2

20 years agor915: Memory leak fix from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison [Thu, 27 May 2004 00:04:39 +0000 (00:04 +0000)]
r915: Memory leak fix from kawasa_r@itg.hitachi.co.jp.
Jeremy

20 years agor913: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure
Jeremy Allison [Wed, 26 May 2004 18:52:42 +0000 (18:52 +0000)]
r913: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure
correct sid type returned for builtin sids.
Jeremy.

20 years agor912: Patch from "Jerome Borsboom" <j.borsboom@erasmusmc.nl>, don't
Jeremy Allison [Wed, 26 May 2004 18:27:20 +0000 (18:27 +0000)]
r912: Patch from "Jerome Borsboom" <j.borsboom@erasmusmc.nl>, don't
overwrite error code.
Jeremy.

20 years agor909: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison [Wed, 26 May 2004 17:45:05 +0000 (17:45 +0000)]
r909: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.
Don't use non-consts in a structure initialization.
Jeremy.

20 years agor908: fixing browse.dat bug -- don't include the resouce byte from the netbios name...
Gerald Carter [Wed, 26 May 2004 14:21:42 +0000 (14:21 +0000)]
r908: fixing browse.dat bug -- don't include the resouce byte from the netbios name when pulling a string from a packet (jra, please double check this

20 years agor856: remove my tmp branch for the new build system
Stefan Metzmacher [Mon, 24 May 2004 18:04:44 +0000 (18:04 +0000)]
r856: remove my tmp branch for the new build system
it's not needed anymore

metze

20 years agor855: merge from SAMBA_3_0:
Stefan Metzmacher [Mon, 24 May 2004 17:55:12 +0000 (17:55 +0000)]
r855: merge from SAMBA_3_0:
use quota debug class

metze

20 years agor842: re-enable jfm's background_queue_update() process after ensuring that it only...
Gerald Carter [Mon, 24 May 2004 14:16:51 +0000 (14:16 +0000)]
r842: re-enable jfm's background_queue_update() process after ensuring that it only runs when smbd is launched as a daemon and that it properly responds to the TERM and HUP signals; will monitor the buildfarm carefully, but all my tests pass locally

20 years agor841: allow printername != sharename in the 'Printers...' folder
Gerald Carter [Mon, 24 May 2004 14:15:12 +0000 (14:15 +0000)]
r841: allow printername != sharename in the 'Printers...' folder

20 years agor823: merge from: SAMBA_4_0:
Stefan Metzmacher [Sat, 22 May 2004 14:50:52 +0000 (14:50 +0000)]
r823: merge from: SAMBA_4_0:
use 'Last Change Rev:' instead of 'Revision:' from the svn info output
for setting the SVN_REVISION in version.h

metze

20 years agor820: merge from SAMBA_3_0:
Stefan Metzmacher [Sat, 22 May 2004 13:00:20 +0000 (13:00 +0000)]
r820: merge from SAMBA_3_0:
- fix a configure logic bug for linux/XFS quotas
  when using --with-sys-quotas

metze

20 years agor809: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure error status
Jeremy Allison [Fri, 21 May 2004 18:06:20 +0000 (18:06 +0000)]
r809: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure error status
codes don't get overwritten.
Jeremy.

20 years agor804: Fix to stop smbd hanging on missing group member from "Jianliang Lu" <j.lu...
Jeremy Allison [Fri, 21 May 2004 00:13:08 +0000 (00:13 +0000)]
r804: Fix to stop smbd hanging on missing group member from "Jianliang Lu" <j.lu@tiesse.com>.
Jeremy.

20 years agor802: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct group
Jeremy Allison [Thu, 20 May 2004 18:30:09 +0000 (18:30 +0000)]
r802: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct group
types.
Jeremy.

20 years agor800: BUG 1259 -- add 'printcap cache time' (defaults to 750 seconds) patch from...
Gerald Carter [Thu, 20 May 2004 16:27:18 +0000 (16:27 +0000)]
r800: BUG 1259 -- add 'printcap cache time' (defaults to 750 seconds) patch from Lars

20 years agor798: removing empty directories
Gerald Carter [Thu, 20 May 2004 14:10:16 +0000 (14:10 +0000)]
r798: removing empty directories

20 years agor794: removing unused variables
Gerald Carter [Thu, 20 May 2004 13:33:08 +0000 (13:33 +0000)]
r794: removing unused variables

20 years agor787: Inspired by patch from "Jianliang Lu" <j.lu@tiesse.com>. Correct
Jeremy Allison [Thu, 20 May 2004 01:38:21 +0000 (01:38 +0000)]
r787: Inspired by patch from "Jianliang Lu" <j.lu@tiesse.com>. Correct
sid type is WKN_GROUP, not alias. Added some more known types.
Jeremy.

20 years agor785: Memory leak fixes in (mostly) error code paths from
Jeremy Allison [Wed, 19 May 2004 21:49:55 +0000 (21:49 +0000)]
r785: Memory leak fixes in (mostly) error code paths from
kawasa_r@itg.hitachi.co.jp. A couple of mem leak fixes in
mainline code paths though :-).
Jeremy.

20 years agor784: fix bug in reading printer data from disk; all ow valuenames with embedded...
Gerald Carter [Wed, 19 May 2004 17:19:24 +0000 (17:19 +0000)]
r784: fix bug in reading printer data from disk;  all ow valuenames with embedded '\'s

20 years agor778: Fix specific case of open that doesn't cause oplock break, or share mode check.
Jeremy Allison [Wed, 19 May 2004 02:25:27 +0000 (02:25 +0000)]
r778: Fix specific case of open that doesn't cause oplock break, or share mode check.
Test case provided by Volker will be added later. There may be other tests
needed.
Jeremy.

20 years agor777: merge 775 from samba_3_0
Herb Lewis [Tue, 18 May 2004 20:50:18 +0000 (20:50 +0000)]
r777: merge 775 from samba_3_0

20 years agor774: fix typo in compare - get rid of unneeded ifdef
Herb Lewis [Tue, 18 May 2004 18:10:17 +0000 (18:10 +0000)]
r774: fix typo in compare - get rid of unneeded ifdef

20 years agor773: merge 772 into trunk (fix cut-and-paste error in comment)
Herb Lewis [Tue, 18 May 2004 17:31:37 +0000 (17:31 +0000)]
r773: merge 772 into trunk (fix cut-and-paste error in comment)

20 years agor763: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison [Tue, 18 May 2004 01:05:53 +0000 (01:05 +0000)]
r763: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy.

20 years agor761: Fix for #1319 when security > share.
Jeremy Allison [Tue, 18 May 2004 00:25:58 +0000 (00:25 +0000)]
r761: Fix for #1319 when security > share.
Jeremy.

20 years agor760: Volker discovered that we can truncate a locked file. Well I never ! :-).
Jeremy Allison [Mon, 17 May 2004 20:35:49 +0000 (20:35 +0000)]
r760: Volker discovered that we can truncate a locked file. Well I never ! :-).
Jeremy

20 years agor732: merge debian stuff to trunk
Simo Sorce [Fri, 14 May 2004 12:51:21 +0000 (12:51 +0000)]
r732: merge debian stuff to trunk

20 years agor731: add the current debian directory for debian stable (woody) targeted releases
Simo Sorce [Fri, 14 May 2004 12:44:59 +0000 (12:44 +0000)]
r731: add the current debian directory for debian stable (woody) targeted releases

20 years agor730: move the current debian dir to debian-unstable
Simo Sorce [Fri, 14 May 2004 12:42:42 +0000 (12:42 +0000)]
r730: move the current debian dir to debian-unstable

20 years agor717: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after upgrade...
Jeremy Allison [Fri, 14 May 2004 01:22:19 +0000 (01:22 +0000)]
r717: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after upgrade to 3.0.4).
Cause was premature optimization in unix_convert(). My fault, sorry.
Jeremy.

20 years agor716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after upgrade...
Jeremy Allison [Fri, 14 May 2004 01:22:17 +0000 (01:22 +0000)]
r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after upgrade to 3.0.4).
Cause was premature optimization in unix_convert(). My fault, sorry.
Jeremy.

20 years agor710: Fix smbclient symlink command when widelinks = no.
Jeremy Allison [Thu, 13 May 2004 23:34:00 +0000 (23:34 +0000)]
r710: Fix smbclient symlink command when widelinks = no.
Jeremy.

20 years agor709: Fix smbclient symlink command when widelinks = no.
Jeremy Allison [Thu, 13 May 2004 23:33:57 +0000 (23:33 +0000)]
r709: Fix smbclient symlink command when widelinks = no.
Jeremy.

20 years agor706: Fix erroneous commit... I've not finished testing the
Jeremy Allison [Thu, 13 May 2004 21:23:40 +0000 (21:23 +0000)]
r706: Fix erroneous commit... I've not finished testing the
symlink stuff yet. Noticed by Stefan (metze).
Jeremy.

20 years agor705: BUG 1315: fix for schannel client connections to server's that don't support...
Gerald Carter [Thu, 13 May 2004 20:33:46 +0000 (20:33 +0000)]
r705: BUG 1315: fix for schannel client connections to server's that don't support 128 bit encryption

20 years agor704: BUG 1315: fix for schannel client connections to server's that don't support...
Gerald Carter [Thu, 13 May 2004 20:32:21 +0000 (20:32 +0000)]
r704: BUG 1315: fix for schannel client connections to server's that don't support 128 bit encryption

20 years agor699: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy Allison [Thu, 13 May 2004 18:37:57 +0000 (18:37 +0000)]
r699: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy.

20 years agor698: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy Allison [Thu, 13 May 2004 18:37:54 +0000 (18:37 +0000)]
r698: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy.

20 years agor694: bad merge bring fix from 3.0
Herb Lewis [Thu, 13 May 2004 17:28:59 +0000 (17:28 +0000)]
r694: bad merge bring fix from 3.0

20 years agor689: removed unneeded forward declarations
Gerald Carter [Thu, 13 May 2004 16:11:24 +0000 (16:11 +0000)]
r689: removed unneeded forward declarations

20 years agor676: merge from SAMBA_4_0:
Stefan Metzmacher [Thu, 13 May 2004 12:08:57 +0000 (12:08 +0000)]
r676: merge from SAMBA_4_0:
display the version on top of configure

this will help in the build farm

metze

20 years agor675: merge from SAMBA_4_0:
Stefan Metzmacher [Thu, 13 May 2004 12:00:15 +0000 (12:00 +0000)]
r675: merge from SAMBA_4_0:
display the version on top of configure

this will help in the build farm

metze

20 years agor664: we now create a smb_build.h
Stefan Metzmacher [Thu, 13 May 2004 09:28:32 +0000 (09:28 +0000)]
r664: we now create a smb_build.h
there we put in the static_init_<subsystem> defines

metze

20 years agor663: fix comments
Stefan Metzmacher [Thu, 13 May 2004 09:16:22 +0000 (09:16 +0000)]
r663: fix comments

metze

20 years agor662: fix the module init function names
Stefan Metzmacher [Thu, 13 May 2004 09:15:16 +0000 (09:15 +0000)]
r662: fix the module init function names

metze

20 years agor661: run make proto by make pch
Stefan Metzmacher [Thu, 13 May 2004 09:14:02 +0000 (09:14 +0000)]
r661: run make proto by make pch

metze

20 years agor660: merge SAMBA_4_0 changes -r 635:659 into my tmp branch
Stefan Metzmacher [Thu, 13 May 2004 09:10:24 +0000 (09:10 +0000)]
r660: merge SAMBA_4_0 changes -r 635:659 into my tmp branch

metze

20 years agor659: Oops - make smbclient work again with widelinks = no :-).
Jeremy Allison [Thu, 13 May 2004 00:56:05 +0000 (00:56 +0000)]
r659: Oops - make smbclient work again with widelinks = no :-).
Jeremy.

20 years agor658: Oops - make smbclient work again with widelinks = no :-).
Jeremy Allison [Thu, 13 May 2004 00:56:00 +0000 (00:56 +0000)]
r658: Oops - make smbclient work again with widelinks = no :-).
Jeremy.

20 years agor657: Make widelinks use realpath(). Tidy up cases where we need to become a service.
Jeremy Allison [Thu, 13 May 2004 00:20:57 +0000 (00:20 +0000)]
r657: Make widelinks use realpath(). Tidy up cases where we need to become a service.
Jeremy.

20 years agor656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
Jeremy Allison [Thu, 13 May 2004 00:20:50 +0000 (00:20 +0000)]
r656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
Jeremy.

20 years agor654: There is no point in having two lines of:
Richard Sharpe [Wed, 12 May 2004 07:06:05 +0000 (07:06 +0000)]
r654: There is no point in having two lines of:

        sbuf.st_mtime &= ~1;

So I had one refer to st_ctime.

20 years agor653: Ok, so tridge convinced me. Allow full UNIX path symlinks
Jeremy Allison [Wed, 12 May 2004 00:35:43 +0000 (00:35 +0000)]
r653: Ok, so tridge convinced me. Allow full UNIX path symlinks
to anywhere on the server filesystem so long as widelinks
is set to true.... :-).
Jeremy.

20 years agor652: Ok, so tridge convinced me. Allow full UNIX path symlinks
Jeremy Allison [Wed, 12 May 2004 00:35:34 +0000 (00:35 +0000)]
r652: Ok, so tridge convinced me. Allow full UNIX path symlinks
to anywhere on the server filesystem so long as widelinks
is set to true.... :-).
Jeremy.

20 years agor651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind
Jeremy Allison [Tue, 11 May 2004 22:09:09 +0000 (22:09 +0000)]
r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind
pipe in non-blocking mode to prevent process hang.
Jeremy.

20 years agor650: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind
Jeremy Allison [Tue, 11 May 2004 22:09:05 +0000 (22:09 +0000)]
r650: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind
pipe in non-blocking mode to prevent process hang.
Jeremy.

20 years agor648: fix for setting the called name to by our IP if the called name was *SMBSERVER...
Gerald Carter [Tue, 11 May 2004 15:14:58 +0000 (15:14 +0000)]
r648: fix for setting the called name to by our IP if the called name was *SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path

20 years agor647: fix for setting the called name to by our IP if the called name was *SMBSERVER...
Gerald Carter [Tue, 11 May 2004 14:54:54 +0000 (14:54 +0000)]
r647: fix for setting the called name to by our IP if the called name was *SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path

20 years agor646: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison [Tue, 11 May 2004 01:06:03 +0000 (01:06 +0000)]
r646: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy.

20 years agor645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison [Tue, 11 May 2004 01:05:59 +0000 (01:05 +0000)]
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy.

20 years agor643: fix typo
Herb Lewis [Mon, 10 May 2004 23:59:23 +0000 (23:59 +0000)]
r643: fix typo

20 years agor642: use RPC_CLIENT_OBJ instead of file name
Herb Lewis [Mon, 10 May 2004 23:57:40 +0000 (23:57 +0000)]
r642: use RPC_CLIENT_OBJ instead of file name
already included in PROTO_OBJ by LIBMSRPC_OBJ

20 years agor640: Make cifsvfs symlinks work with paths within and external to the
Jeremy Allison [Mon, 10 May 2004 23:04:31 +0000 (23:04 +0000)]
r640: Make cifsvfs symlinks work with paths within and external to the
share. Store external paths prefixed with smbln:.
Jeremy.

20 years agor639: Make cifsvfs symlinks work with paths within and external to the
Jeremy Allison [Mon, 10 May 2004 23:04:28 +0000 (23:04 +0000)]
r639: Make cifsvfs symlinks work with paths within and external to the
share. Store external paths prefixed with smbln:.
Jeremy.

20 years agor637: the new build system is now ready for 'make all' and 'make install'
Stefan Metzmacher [Mon, 10 May 2004 22:40:49 +0000 (22:40 +0000)]
r637: the new build system is now ready for 'make all' and 'make install'

there're a lot of hacks with should be removed...:-)
but it's working now

metze

20 years agor636: merge change 635 from samba 3
Herb Lewis [Mon, 10 May 2004 21:30:22 +0000 (21:30 +0000)]
r636: merge change 635 from samba 3

20 years agor635: put files that are referenced multiple times in separate
Herb Lewis [Mon, 10 May 2004 19:57:54 +0000 (19:57 +0000)]
r635: put files that are referenced multiple times in separate
definitions to be consistent.