]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
18 years agor5844: Fix typo. Add cast for bug #2464 reported by jason@ncac.gwu.edu.
Jeremy Allison [Thu, 17 Mar 2005 01:19:49 +0000 (01:19 +0000)] 
r5844: Fix typo. Add cast for bug #2464 reported by jason@ncac.gwu.edu.
Jeremy.

18 years agor5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #2460.
Jeremy Allison [Thu, 17 Mar 2005 01:02:30 +0000 (01:02 +0000)] 
r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #2460.
Jeremy.

18 years agor5840: Fix findfirst/findnext with protocol level < NT1.
Jeremy Allison [Thu, 17 Mar 2005 00:37:39 +0000 (00:37 +0000)] 
r5840: Fix findfirst/findnext with protocol level < NT1.
Jeremy.

18 years agor5836: Correct fix for OS/2 bug #2335. The error return code in this case is protocol
Jeremy Allison [Wed, 16 Mar 2005 23:32:42 +0000 (23:32 +0000)] 
r5836: Correct fix for OS/2 bug #2335. The error return code in this case is protocol
level dependent.
Jeremy.

18 years agor5835: Make smbclient obey the max protocol argument again.
Jeremy Allison [Wed, 16 Mar 2005 20:07:08 +0000 (20:07 +0000)] 
r5835: Make smbclient obey the max protocol argument again.
Jeremy.

18 years agor5833: Revert change for bug #2335. Tested with a Win9x client and the original
Jeremy Allison [Wed, 16 Mar 2005 19:31:15 +0000 (19:31 +0000)] 
r5833: Revert change for bug #2335. Tested with a Win9x client and the original
error code is correct. I have some theories as to why this is different,
I'll add some code to the torture tester to confirm.
Jeremy.

18 years agor5831: Along with jra's recent checkins, fix dir/xcopy of empty dirs on OS/2. Bugs
Jim McDonough [Wed, 16 Mar 2005 16:14:04 +0000 (16:14 +0000)] 
r5831: Along with jra's recent checkins, fix dir/xcopy of empty dirs on OS/2.  Bugs
2335, 2337.

18 years agor5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.
Jeremy Allison [Wed, 16 Mar 2005 02:11:44 +0000 (02:11 +0000)] 
r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.
Jeremy.

18 years agor5822: Actually return an error message if disk_free fails ! Pointed out by Ying...
Jeremy Allison [Wed, 16 Mar 2005 01:41:21 +0000 (01:41 +0000)] 
r5822: Actually return an error message if disk_free fails ! Pointed out by Ying Li <ying.li2@hp.com>.
Jeremy.

18 years agor5820: Fix bug #2451 - missing functions in full audit vfs module.
Jeremy Allison [Wed, 16 Mar 2005 00:40:28 +0000 (00:40 +0000)] 
r5820: Fix bug #2451 - missing functions in full audit vfs module.
Jeremy.

18 years agor5817: Patch from Vince Brimhall <vbrimhall@novell.com> to change the way pdb_nds
Jeremy Allison [Wed, 16 Mar 2005 00:26:57 +0000 (00:26 +0000)] 
r5817: Patch from Vince Brimhall <vbrimhall@novell.com> to change the way pdb_nds
handles users with no Universal or Simple Password. Bug #2453.
Jeremy.

18 years agor5816: Catch the "." resume name case also.
Jeremy Allison [Tue, 15 Mar 2005 23:46:22 +0000 (23:46 +0000)] 
r5816: Catch the "." resume name case also.
Jeremy.

18 years agor5813: Fix bug found by Jim McDonough <jmcd@us.ibm.com>
Jeremy Allison [Tue, 15 Mar 2005 23:40:47 +0000 (23:40 +0000)] 
r5813: Fix bug found by Jim McDonough <jmcd@us.ibm.com>
Win9x can send a resume name of "..". This will cause the parser to
complain (it thinks we're asking for the directory above the shared
path). Catch this as the resume name is only compared, never used in
a file access and replace it with "..".
Jeremy.

18 years agor5812: We missed some RESOLVE_DFSPATH calls on pathnames for older calls.
Jeremy Allison [Tue, 15 Mar 2005 23:17:03 +0000 (23:17 +0000)] 
r5812: We missed some RESOLVE_DFSPATH calls on pathnames for older calls.
Jeremy.

18 years agor5809: try to catch NULL pointers during developerment for rpcbuf_move()
Gerald Carter [Tue, 15 Mar 2005 20:51:14 +0000 (20:51 +0000)] 
r5809: try to catch NULL pointers during developerment for rpcbuf_move()

18 years agor5808: removing unneeded structure field from RPC_BUFFER
Gerald Carter [Tue, 15 Mar 2005 20:46:26 +0000 (20:46 +0000)] 
r5808: removing unneeded structure field from RPC_BUFFER

18 years agor5807: fix segfault after compiler warning clean up (and cleanup another warning)
Gerald Carter [Tue, 15 Mar 2005 20:27:17 +0000 (20:27 +0000)] 
r5807: fix segfault after compiler warning clean up (and cleanup another warning)

18 years agor5806: * fix a couple more segvs in spoolss
Gerald Carter [Tue, 15 Mar 2005 20:12:51 +0000 (20:12 +0000)] 
r5806: * fix a couple more segvs in spoolss

* comment out unused variable after jra's change to revert the 56bit des
  smb signing changes

18 years agor5805: merging spoolss parsing changes from trunk and cleaning up resulting segvs
Gerald Carter [Tue, 15 Mar 2005 19:43:44 +0000 (19:43 +0000)] 
r5805: merging spoolss parsing changes from trunk and cleaning up resulting segvs

18 years agor5804: Revert the signing change by Nalin Dahyabhai <nalin@redhat.com>.
Jeremy Allison [Tue, 15 Mar 2005 18:21:35 +0000 (18:21 +0000)] 
r5804: Revert the signing change by Nalin Dahyabhai <nalin@redhat.com>.
Seems to be incorrect (several user reports).
Jeremy.

18 years agor5792: Added new parameter "inherit owner". If set on a share, the created file/directory
Jeremy Allison [Tue, 15 Mar 2005 01:19:58 +0000 (01:19 +0000)] 
r5792: Added new parameter "inherit owner". If set on a share, the created file/directory
will be owned by the same uid as the containing directory. Doing this for directories
in a race-free mannor has only been tested on Linux (it depends on being able to open
a directory and then do a fchown on that file descriptor). If this functionality is
not available then the code silently downgrades to not changing the ownership of a
new directory. This new parameter (docs to follow) finally makes it possible to create
"drop boxes" on Samba, which requires all files within a directory to be commonly owned.
A HOWTO on how to use this will follow.
Jeremy.

18 years agor5790: Added ability to set account description.
John Terpstra [Tue, 15 Mar 2005 00:42:38 +0000 (00:42 +0000)] 
r5790: Added ability to set account description.

18 years agor5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.
Jeremy Allison [Mon, 14 Mar 2005 20:03:32 +0000 (20:03 +0000)] 
r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.
Bug #2445.
Jeremy.

18 years agor5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser.
Tim Potter [Mon, 14 Mar 2005 11:00:31 +0000 (11:00 +0000)] 
r5786: Bugzilla #2443.  Fix gcc4 compile found by Mark Loeser.

18 years agor5776: Fix typo (found by lieschen).
Günther Deschner [Sat, 12 Mar 2005 18:03:54 +0000 (18:03 +0000)] 
r5776: Fix typo (found by lieschen).

Guenther

18 years agor5770: Get rid of some compiler warnings
Volker Lendecke [Sat, 12 Mar 2005 09:58:35 +0000 (09:58 +0000)] 
r5770: Get rid of some compiler warnings

18 years agor5767: Get rid of some compiler warnings
Volker Lendecke [Sat, 12 Mar 2005 09:49:23 +0000 (09:49 +0000)] 
r5767: Get rid of some compiler warnings

18 years agor5762: Modified version of patch from Michael Brown <mbrown@fensystems.co.uk> to...
Jeremy Allison [Sat, 12 Mar 2005 01:28:10 +0000 (01:28 +0000)] 
r5762: Modified version of patch from Michael Brown <mbrown@fensystems.co.uk> to case
insentively search for a principal match on logon verification in the system
keytab. UNTESTED (although it compiles). Please test.
Jeremy.

18 years agor5760: Be more verbose on listing forms.
Günther Deschner [Sat, 12 Mar 2005 00:50:47 +0000 (00:50 +0000)] 
r5760: Be more verbose on listing forms.

Guenther

18 years agor5759: Patch from Doug VanLeuven <roamdad@sonic.net> to add more case/realm/name
Jeremy Allison [Fri, 11 Mar 2005 20:59:16 +0000 (20:59 +0000)] 
r5759: Patch from Doug VanLeuven <roamdad@sonic.net> to add more case/realm/name
permutations to the kerberos keytab.
Jeremy.

18 years agor5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.
Jeremy Allison [Fri, 11 Mar 2005 18:50:09 +0000 (18:50 +0000)] 
r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.
Jeremy.

18 years agor5752: implement derrell's solution for binary compatibilty in the _SMBCCTX structure...
Gerald Carter [Fri, 11 Mar 2005 17:01:30 +0000 (17:01 +0000)] 
r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX structure; note that we break compat with 3.0.11 but are ok with earlier versions

18 years agor5751: fix another (correct) compiler warning
Gerald Carter [Fri, 11 Mar 2005 16:31:32 +0000 (16:31 +0000)] 
r5751: fix another (correct) compiler warning

18 years agor5749: fix some build issues
Gerald Carter [Fri, 11 Mar 2005 16:13:46 +0000 (16:13 +0000)] 
r5749: fix some build issues

18 years agor5746: remove unneeded header that caused problems on rh73
Gerald Carter [Fri, 11 Mar 2005 15:53:45 +0000 (15:53 +0000)] 
r5746: remove unneeded header that caused problems on rh73

18 years agor5743: Add perl-script to check for multiple LDAP-entries on request of Richard
Günther Deschner [Fri, 11 Mar 2005 12:24:24 +0000 (12:24 +0000)] 
r5743: Add perl-script to check for multiple LDAP-entries on request of Richard
Sharpe.

Users my run this script after they have vampired a windows domain
controller to verify their system has no double sids, double uids, etc.

Guenther

18 years agor5740: setting version in 3.0 development branch to 3.0.13pre1
Gerald Carter [Fri, 11 Mar 2005 10:53:22 +0000 (10:53 +0000)] 
r5740: setting version in 3.0 development branch to 3.0.13pre1

18 years agor5738: fix my build breakage; fix a few compiler warnings
Gerald Carter [Fri, 11 Mar 2005 10:35:41 +0000 (10:35 +0000)] 
r5738: fix my build breakage; fix a few compiler warnings

18 years agor5735: rest of derrel's patch for BUG 2308; had to move the options structure from...
Gerald Carter [Thu, 10 Mar 2005 23:41:19 +0000 (23:41 +0000)] 
r5735: rest of derrel's patch for BUG 2308; had to move the options structure from the _SMBCCTX to the internals structure to maintain binary compatibility (derrel, we should talk more about this)

18 years agor5733: Don't crash when the SID column contains NULL (Fixes #2316)
Jelmer Vernooij [Thu, 10 Mar 2005 22:47:56 +0000 (22:47 +0000)] 
r5733: Don't crash when the SID column contains NULL (Fixes #2316)
Patch by Justin Ossevoort

18 years agor5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
Jeremy Allison [Thu, 10 Mar 2005 21:43:58 +0000 (21:43 +0000)] 
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
This may fix bug #2382.
Jeremy.

18 years agor5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <derrell...
Gerald Carter [Thu, 10 Mar 2005 20:14:24 +0000 (20:14 +0000)] 
r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <derrell.lipman@unwireduniverse.com>

18 years agor5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter [Thu, 10 Mar 2005 18:50:47 +0000 (18:50 +0000)] 
r5726: merge LsaLookupPrivValue() code from trunk

18 years agor5724: Fix compiler warning
Volker Lendecke [Thu, 10 Mar 2005 17:23:49 +0000 (17:23 +0000)] 
r5724: Fix compiler warning

18 years agor5723: Add missing part of fix for #2271. After analysing the actions of a XP
Jeremy Allison [Thu, 10 Mar 2005 02:00:24 +0000 (02:00 +0000)] 
r5723: Add missing part of fix for #2271. After analysing the actions of a XP
client against a Samba server. It never uses the "continue" flag, but always
does "new search, continue from this file" instead. Change our client code
to do the same (it appears that's all they test in W2K etc.).
Jeremy.

18 years agor5720: Attempt to fix bug #2382 (Excel shared workbook stops working). Also
Jeremy Allison [Thu, 10 Mar 2005 01:30:14 +0000 (01:30 +0000)] 
r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). Also
incorporates part of the fix created by ke_miyata@itg.hitachi.co.jp
for bug #2045 (MS-Office behavior of timestamp).
Jeremy.

18 years agor5718: Don't update fields that haven't changed (fixes #1957)
Jelmer Vernooij [Thu, 10 Mar 2005 01:06:16 +0000 (01:06 +0000)] 
r5718: Don't update fields that haven't changed (fixes #1957)

18 years agor5717: BUG 2215: horrible code in nmbd_winsproxy.c; gcc folks at redhat claim its...
Gerald Carter [Wed, 9 Mar 2005 22:20:40 +0000 (22:20 +0000)] 
r5717: BUG 2215: horrible code in nmbd_winsproxy.c;  gcc folks at redhat claim its in violation of the C spec.  It's so horrible I believe them

18 years agor5715: Update for new CIFS POSIX info levels
Steve French [Wed, 9 Mar 2005 21:43:00 +0000 (21:43 +0000)] 
r5715: Update for new CIFS POSIX info levels

18 years agor5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure that...
Gerald Carter [Wed, 9 Mar 2005 15:22:06 +0000 (15:22 +0000)] 
r5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure that uidNumber and gidNumber use match the rfc2307 schema

18 years agor5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capability bit
Gerald Carter [Wed, 9 Mar 2005 15:13:23 +0000 (15:13 +0000)] 
r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capability bit

18 years agor5705: Have unknown_6 default to 1260 (fixed #892)
Jelmer Vernooij [Wed, 9 Mar 2005 10:10:43 +0000 (10:10 +0000)] 
r5705: Have unknown_6 default to 1260 (fixed #892)

18 years agor5702: Fix bug #2271. Correctly pull out and use resume names in a
Jeremy Allison [Wed, 9 Mar 2005 00:06:27 +0000 (00:06 +0000)] 
r5702: Fix bug #2271. Correctly pull out and use resume names in a
directory listing (we were incorrectly understanding what was
returned in the "last name" entry).
Jeremy.

18 years agor5700: Fix problems where we're not pointing to the start of entry for a
Jeremy Allison [Tue, 8 Mar 2005 23:03:38 +0000 (23:03 +0000)] 
r5700: Fix problems where we're not pointing to the start of entry for a
couple of info levels - W2K3 always points to the start, not the name.
Jeremy.

18 years agor5696: BUG 2355: use bsd style commands for 'printing = cups' but \!defined(HAVE_CUPS)
Gerald Carter [Tue, 8 Mar 2005 21:04:36 +0000 (21:04 +0000)] 
r5696: BUG 2355: use bsd style commands for 'printing = cups' but \!defined(HAVE_CUPS)

18 years agor5692: Fix compile warnings
Volker Lendecke [Tue, 8 Mar 2005 17:42:59 +0000 (17:42 +0000)] 
r5692: Fix compile warnings

18 years agor5691: wrapping the pause/resume/purge printer commands in
Gerald Carter [Tue, 8 Mar 2005 17:22:39 +0000 (17:22 +0000)] 
r5691: wrapping the pause/resume/purge printer commands in
{become,unbecome}_root() blocks.  We've already done
a print_access_check() to ensure the user is admin.
The means that non-root users can pause and manage printers.
I really don't see how this worked before without setuid
binaries on the server.

Also update print_queue_update() interface to allow an smbd
to update the print queue cache locally rather than going through
the bg lpq daemon.  This is needed for things like pjob_delete()
to ensure the cache is current for the specific client.

18 years agor5689: Allow for better protection of sensitive attributes in IBM Directory Server.
Jim McDonough [Tue, 8 Mar 2005 11:02:48 +0000 (11:02 +0000)] 
r5689: Allow for better protection of sensitive attributes in IBM Directory Server.

18 years agor5688: ignore user_xattr mount parm so as not to confuse it with a user name
Steve French [Tue, 8 Mar 2005 00:00:13 +0000 (00:00 +0000)] 
r5688: ignore user_xattr mount parm so as not to confuse it with a user name

18 years agor5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>.
Jeremy Allison [Mon, 7 Mar 2005 23:54:24 +0000 (23:54 +0000)] 
r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>.
smbtar shouldn't assume /dev/null means dryrun.
Jeremy.

18 years agor5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined
Gerald Carter [Mon, 7 Mar 2005 23:24:19 +0000 (23:24 +0000)] 
r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined

18 years agor5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> to define...
Gerald Carter [Mon, 7 Mar 2005 22:10:27 +0000 (22:10 +0000)] 
r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> to define 'lpstat' printcap output on HPUX

18 years agor5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows NT x86...
Gerald Carter [Mon, 7 Mar 2005 22:06:25 +0000 (22:06 +0000)] 
r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows NT x86' driver remains'

18 years agor5657: Fix uninitialized variable warning
Volker Lendecke [Sat, 5 Mar 2005 08:12:40 +0000 (08:12 +0000)] 
r5657: Fix uninitialized variable warning

18 years agor5655: Added support for Novell NDS universal password. Code donated by
Jeremy Allison [Sat, 5 Mar 2005 01:22:53 +0000 (01:22 +0000)] 
r5655: Added support for Novell NDS universal password. Code donated by
Vince Brimhall <vbrimhall@novell.com> - slight tidyup by me to
use Samba conventions.
Vince - thanks a *lot* for this code - please test to make sure
I haven't messed anything up.
Jeremy.

18 years agor5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains.
Volker Lendecke [Fri, 4 Mar 2005 19:29:18 +0000 (19:29 +0000)] 
r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains.

TODO: This needs to be merged to trunk separately, it has changed a little,
but it's friday evening here.

Volker

18 years agor5653: Fixiing typos.
John Terpstra [Fri, 4 Mar 2005 17:38:25 +0000 (17:38 +0000)] 
r5653: Fixiing typos.

18 years agor5650: add help lines for net rpc group addmem and delmem commands
Herb Lewis [Thu, 3 Mar 2005 18:55:36 +0000 (18:55 +0000)] 
r5650: add help lines for net rpc group addmem and delmem commands
partial fix for Bug 2417 - we need to look for other missing
commands

18 years agor5647: Caches are good for performance, but you get a consistency problem.
Volker Lendecke [Thu, 3 Mar 2005 16:52:44 +0000 (16:52 +0000)] 
r5647: Caches are good for performance, but you get a consistency problem.

Fix bug # 2401.

Volker

18 years agor5645: Add an autoconf test for -Wdeclaration-after-statement so we don't add it
Tim Potter [Thu, 3 Mar 2005 06:15:13 +0000 (06:15 +0000)] 
r5645: Add an autoconf test for -Wdeclaration-after-statement so we don't add it
to the configure.developer CFLAGS if it's not supported.

18 years agor5641: Fix from James Peach @ SGI for oplock2 test.
Jeremy Allison [Thu, 3 Mar 2005 04:08:13 +0000 (04:08 +0000)] 
r5641: Fix from James Peach @ SGI for oplock2 test.
Jeremy.

18 years agor5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to FastConnec...
Steve French [Thu, 3 Mar 2005 04:07:55 +0000 (04:07 +0000)] 
r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to FastConnect AIX SMB server)

18 years agor5639: update smb.h with missing defines
Steve French [Thu, 3 Mar 2005 04:05:33 +0000 (04:05 +0000)] 
r5639: update smb.h with missing defines

18 years agor5637: Actually test and fix the crash bugs (sorry:-).
Jeremy Allison [Thu, 3 Mar 2005 04:03:36 +0000 (04:03 +0000)] 
r5637: Actually test and fix the crash bugs (sorry:-).
Jeremy.

18 years agor5636: Re-add the allocation size - parameterized by share as
Jeremy Allison [Thu, 3 Mar 2005 03:43:57 +0000 (03:43 +0000)] 
r5636: Re-add the allocation size - parameterized by share as
"allocation roundup size", by default set as 1Mb. From
advice by BlueArc about Windows client behaviour. VC++
people can set this to zero to turn it off.
Jeremy.

18 years agor5634: Fix 64-bit overflow problems found by BlueArc torture tester.
Jeremy Allison [Thu, 3 Mar 2005 02:07:00 +0000 (02:07 +0000)] 
r5634: Fix 64-bit overflow problems found by BlueArc torture tester.
We still have a few strange bugs with 64-bit locking values. I will
get traces.
Jeremy.

18 years agor5632: Fix infinite looping bug found by nasty BlueArc test :-).
Jeremy Allison [Thu, 3 Mar 2005 02:04:36 +0000 (02:04 +0000)] 
r5632: Fix infinite looping bug found by nasty BlueArc test :-).
When finding a singleton directory remember that we're
at the end and don't continuously return the same name.
Jeremy.

18 years agor5630: This may be a mistake ... needs more cthon investigation.
Jeremy Allison [Wed, 2 Mar 2005 21:43:54 +0000 (21:43 +0000)] 
r5630: This may be a mistake ... needs more cthon investigation.
Jeremy.

18 years agor5628: Deprecate the write cache parameter - this code will go away soon.
Jeremy Allison [Wed, 2 Mar 2005 20:30:37 +0000 (20:30 +0000)] 
r5628: Deprecate the write cache parameter - this code will go away soon.
Jeremy.

18 years agor5625: Reformat (tidy).
Jeremy Allison [Wed, 2 Mar 2005 20:19:10 +0000 (20:19 +0000)] 
r5625: Reformat (tidy).

18 years agor5623: Horrible band-aid patch to fix Blue-Arc torture tester.
Jeremy Allison [Wed, 2 Mar 2005 18:19:32 +0000 (18:19 +0000)] 
r5623: Horrible band-aid patch to fix Blue-Arc torture tester.
I know this isn't right but will work until I can refactor
the deny mode code with the Samba4 algorithm.
Jeremy.

18 years agor5616: Forgot about the sticky bit on directories (commonly set on /tmp). If this...
Jeremy Allison [Wed, 2 Mar 2005 03:41:44 +0000 (03:41 +0000)] 
r5616: Forgot about the sticky bit on directories (commonly set on /tmp). If this is set
then only the owner or root can delete a file. We now use
the same algorithm to check file delete.
Jeremy.

18 years agor5614: fix proto for copy_fn() after changes to cli_list()
Gerald Carter [Wed, 2 Mar 2005 03:24:40 +0000 (03:24 +0000)] 
r5614: fix proto for copy_fn() after changes to cli_list()

18 years agor5612: Add -Wdeclaration-after-statement to CFLAGS for --enable-developer.
Tim Potter [Wed, 2 Mar 2005 00:33:40 +0000 (00:33 +0000)] 
r5612: Add -Wdeclaration-after-statement to CFLAGS for --enable-developer.

18 years agor5608: BUG 2399 - removing dead code (not finished with bug yet).
Gerald Carter [Tue, 1 Mar 2005 21:48:34 +0000 (21:48 +0000)] 
r5608: BUG 2399 - removing dead code (not finished with bug yet).

18 years agor5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of stat
Jeremy Allison [Tue, 1 Mar 2005 21:26:01 +0000 (21:26 +0000)] 
r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of stat
when checking for existance of a pathname.
Jeremy.

18 years agor5605: only display the publish check box on printer if
Gerald Carter [Tue, 1 Mar 2005 17:28:25 +0000 (17:28 +0000)] 
r5605: only display the publish check box on printer if
we are a member of an AD domain

clean up some hardcoded constands with the REG_XXX constant.

18 years agor5600: Bring IBM Directory Server schema up to date with openldap schema
Jim McDonough [Tue, 1 Mar 2005 14:00:25 +0000 (14:00 +0000)] 
r5600: Bring IBM Directory Server schema up to date with openldap schema

18 years agor5597: full fix for BUG 2394 (unresolved symbols on IRIX)
Gerald Carter [Mon, 28 Feb 2005 19:14:07 +0000 (19:14 +0000)] 
r5597: full fix for BUG 2394 (unresolved symbols on IRIX)

18 years agor5596: BUG 2394: fix nmbd linking issue on IRIX
Gerald Carter [Mon, 28 Feb 2005 17:14:18 +0000 (17:14 +0000)] 
r5596: BUG 2394: fix nmbd linking issue on IRIX

18 years agor5594: Fix comment to read "remove" instead of "add"
Jim McDonough [Mon, 28 Feb 2005 11:17:13 +0000 (11:17 +0000)] 
r5594: Fix comment to read "remove" instead of "add"

18 years agor5593: More reversal of accidental commit.
Jim McDonough [Mon, 28 Feb 2005 11:13:22 +0000 (11:13 +0000)] 
r5593: More reversal of accidental commit.

18 years agor5592: Oops, accidentally committed test version of rpcclient. Reverting changes.
Jim McDonough [Mon, 28 Feb 2005 11:11:55 +0000 (11:11 +0000)] 
r5592: Oops, accidentally committed test version of rpcclient.  Reverting changes.

18 years agor5591: Implement "net rpc trustdom del", including client side of
Jim McDonough [Mon, 28 Feb 2005 10:55:13 +0000 (10:55 +0000)] 
r5591: Implement "net rpc trustdom del", including client side of
samr_remove_sid_from_foreign_domain.

18 years agor5589: Ensure the torture code that uses cli_list and cli_list_old
Jeremy Allison [Mon, 28 Feb 2005 07:01:52 +0000 (07:01 +0000)] 
r5589: Ensure the torture code that uses cli_list and cli_list_old
matches the new MS-DFS function prototypes. Should fix the
build farm tests.
Jeremy.

18 years agor5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stop
Jim McDonough [Sat, 26 Feb 2005 15:26:55 +0000 (15:26 +0000)] 
r5580: Fix "net rpc trustdom add".  Much closer to what windows does.  Also stop
referencing unknown_6 from sam, because it's just fixed at 1260, the max
len of LOGON_HRS.  Need to go in and mark it as "remove me" from passdb.

18 years agor5578: get 'recurse; dir' working across multiple levels of dfs referrals
Gerald Carter [Sat, 26 Feb 2005 15:03:16 +0000 (15:03 +0000)] 
r5578: get 'recurse; dir' working across multiple levels of dfs referrals

note that this does not handle the situation where the same \\server\share
is mounted mutliple times in the dfs tree since I store a single mount
path per struct cli_state *

18 years agor5577: get recurse; dir working across single level dfs referrals
Gerald Carter [Sat, 26 Feb 2005 14:42:55 +0000 (14:42 +0000)] 
r5577: get recurse; dir working across single level dfs referrals

18 years agor5571: fix another breakage on gcc 2.96
Gerald Carter [Fri, 25 Feb 2005 19:26:07 +0000 (19:26 +0000)] 
r5571: fix another breakage on gcc 2.96

18 years agor5568: fix more breakage on gcc 2.96
Gerald Carter [Fri, 25 Feb 2005 18:49:42 +0000 (18:49 +0000)] 
r5568: fix more breakage on gcc 2.96