]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
18 years agor6062: work around autoconf setting the CFLAGS="-g -O2" by default in AC_CACHE_CHECK
Gerald Carter [Fri, 25 Mar 2005 14:37:10 +0000 (14:37 +0000)] 
r6062: work around autoconf setting the CFLAGS="-g -O2" by default in AC_CACHE_CHECK

18 years agor6060: It's not quite accurate to say not having write access causes a group
Jeremy Allison [Fri, 25 Mar 2005 03:41:02 +0000 (03:41 +0000)] 
r6060: It's not quite accurate to say not having write access causes a group
entry never to match - it matches but if doesn't grant access is recorded
so the "other" entry isn't subsequently checked.
Fix the algorithm.
Jeremy.

18 years agor6057: Don't put the assert in the wrong place :-).
Jeremy Allison [Fri, 25 Mar 2005 01:36:39 +0000 (01:36 +0000)] 
r6057: Don't put the assert in the wrong place :-).
Jeremy.

18 years agor6055: Fix algorithm. If any of the primary or supplementary group ids match
Jeremy Allison [Fri, 25 Mar 2005 01:30:21 +0000 (01:30 +0000)] 
r6055: Fix algorithm. If any of the primary or supplementary group ids match
a "allow" entry of GROUP or GROUP_OBJ, then access is allowed. It doesn't
terminate on the first match. Added debug to show where the match occured
(or didn't).
Jeremy.

18 years agor6053: Fixup dfs path with the new wildcard parser code split out.
Jeremy Allison [Fri, 25 Mar 2005 00:58:15 +0000 (00:58 +0000)] 
r6053: Fixup dfs path with the new wildcard parser code split out.
Jeremy.

18 years agor6051: finish off
Gerald Carter [Fri, 25 Mar 2005 00:38:30 +0000 (00:38 +0000)] 
r6051: finish off

        net rpc service stop
        net rpc service start
        net rpc service pause
        net rpc service resume

18 years agor6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-only"
Jeremy Allison [Thu, 24 Mar 2005 22:34:28 +0000 (22:34 +0000)] 
r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-only"
issue.
Jeremy.

18 years agor6048: Split out the check_path_syntax into a findfirst/next/wildcard version.
Jeremy Allison [Thu, 24 Mar 2005 22:32:52 +0000 (22:32 +0000)] 
r6048: Split out the check_path_syntax into a findfirst/next/wildcard version.
The semantics are different with wildcards.
Jeremy.

18 years agor6046: $ net -S block -U % -W VALE rpc service status spooler
Gerald Carter [Thu, 24 Mar 2005 22:32:31 +0000 (22:32 +0000)] 
r6046: $ net -S block -U % -W VALE rpc service status spooler

spooler service is SVCCTL_RUNNING.
Configuration details:
        Service Type         = 0x110
        Start Type           = 0x2
        Error Control        = 0x1
        Tag ID               = 0x0
        Executable Path      = C:\WINNT\system32\spoolsv.exe
        Load Order Group     = SpoolerGroup
        Dependencies         = RPCSS/
        Start Name           = LocalSystem
        Display Name         = Print Spooler

18 years agor6044: Ensure the old search calls always ask mask_match to translate
Jeremy Allison [Thu, 24 Mar 2005 19:33:02 +0000 (19:33 +0000)] 
r6044: Ensure the old search calls always ask mask_match to translate
patterns like ????????.??? - even if using an NT1 protocol.
Matches W2K3 behavior.
Jeremy.

18 years agor6041: cleaning up output from 'rpc service list'
Gerald Carter [Thu, 24 Mar 2005 18:13:51 +0000 (18:13 +0000)] 
r6041: cleaning up output from 'rpc service list'

18 years agor6040: finish out 'net rpc service list'
Gerald Carter [Thu, 24 Mar 2005 18:05:31 +0000 (18:05 +0000)] 
r6040: finish out 'net rpc service list'

18 years agor6039: add CLI_DO_RPC macro for cookie cutter code; no new functionality to 'net...
Gerald Carter [Thu, 24 Mar 2005 17:11:51 +0000 (17:11 +0000)] 
r6039: add CLI_DO_RPC macro for cookie cutter code; no new functionality to 'net rpc service'

18 years agor6038: adding more flesh to 'net rpc service'
Gerald Carter [Thu, 24 Mar 2005 16:11:23 +0000 (16:11 +0000)] 
r6038: adding more flesh to 'net rpc service'
open and close the service control manager.

Also experimenting with ideas for cli_xxx() interface.

18 years agor6037: little cleanup of unused vars and unnecessary codepaths
Gerald Carter [Thu, 24 Mar 2005 14:40:35 +0000 (14:40 +0000)] 
r6037: little cleanup of unused vars and unnecessary codepaths

18 years agor6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are initialized...
Gerald Carter [Thu, 24 Mar 2005 14:39:55 +0000 (14:39 +0000)] 
r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are initialized whenenumerating users and groups

18 years agor6034: Check only once
Simo Sorce [Thu, 24 Mar 2005 08:36:00 +0000 (08:36 +0000)] 
r6034: Check only once

18 years agor6029: adding files necessary to support 'net rpc service' functions; will fill in...
Gerald Carter [Thu, 24 Mar 2005 04:25:49 +0000 (04:25 +0000)] 
r6029: adding files necessary to support 'net rpc service' functions; will fill in tomorrow

18 years agor6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.
Jeremy Allison [Thu, 24 Mar 2005 02:23:32 +0000 (02:23 +0000)] 
r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.
Jeremy.

18 years agor6020: Never do NT status codes with protocols before NT1 as we don't get client...
Jeremy Allison [Thu, 24 Mar 2005 01:02:52 +0000 (01:02 +0000)] 
r6020: Never do NT status codes with protocols before NT1 as we don't get client caps.
Jeremy.

18 years agor6016: Give access only to root and Domain Users
Simo Sorce [Thu, 24 Mar 2005 00:01:56 +0000 (00:01 +0000)] 
r6016: Give access only to root and Domain Users

18 years agor6014: rather large change set....
Gerald Carter [Wed, 23 Mar 2005 23:26:33 +0000 (23:26 +0000)] 
r6014: rather large change set....

pulling back all recent rpc changes from trunk into
3.0.  I've tested a compile and so don't think I've missed
any files.  But if so, just mail me and I'll clean backup
in a couple of hours.

Changes include \winreg, \eventlog, \svcctl, and
general parse_misc.c updates.

I am planning on bracketing the event code with an
#ifdef ENABLE_EVENTLOG until I finish merging Marcin's
changes (very soon).

18 years agor6009: Add privillage check for SE_DISK_OP (is this the right privilage?)
Jeremy Allison [Wed, 23 Mar 2005 21:46:09 +0000 (21:46 +0000)] 
r6009: Add privillage check for SE_DISK_OP (is this the right privilage?)
before allowing users to shut down any sessions.
Simo - please check security before allowing state changes. Please
review this change.
Jeremy.

18 years agor6004: Let's make server manager able to kill a user session.
Simo Sorce [Wed, 23 Mar 2005 20:57:03 +0000 (20:57 +0000)] 
r6004: Let's make server manager able to kill a user session.
This will send a shutdown command to the right process by pid read from the sessions list.

18 years agor6001: Oops. Checing the wrong tagtype - should have been SMB_ACL_GROUP, not SMB_ACL_...
Jeremy Allison [Wed, 23 Mar 2005 19:35:56 +0000 (19:35 +0000)] 
r6001: Oops. Checing the wrong tagtype - should have been SMB_ACL_GROUP, not SMB_ACL_MASK.
Fix bug #2521.
Jeremy.

18 years agor5994: proper fix for smbclient and win98 file servers; check the WCT value in the...
Gerald Carter [Wed, 23 Mar 2005 15:36:48 +0000 (15:36 +0000)] 
r5994: proper fix for smbclient and win98 file servers; check the WCT value in the tcon&X reply before setting the cli_state->dfsroot flag

18 years agor5993: compiler warning fix
Gerald Carter [Wed, 23 Mar 2005 14:28:27 +0000 (14:28 +0000)] 
r5993: compiler warning fix

18 years agor5991: Fixup last entry offset correctly for level 260.
Jeremy Allison [Wed, 23 Mar 2005 03:55:02 +0000 (03:55 +0000)] 
r5991: Fixup last entry offset correctly for level 260.
Should fix bug found by Derrell.Lipman@UnwiredUniverse.com.
Jeremy.

18 years agor5981: Hack to fix DFS code to work with Win98 server. JERRY PLEASE REVIEW THIS !
Jeremy Allison [Tue, 22 Mar 2005 23:45:57 +0000 (23:45 +0000)] 
r5981: Hack to fix DFS code to work with Win98 server. JERRY PLEASE REVIEW THIS !
I don't think this is correct - it just happens to work and fix bug #2530
to return all the files.
Jeremy.

18 years agor5979: Don't crash when talking to a Win98 server (bugid #2530 - not a fix
Jeremy Allison [Tue, 22 Mar 2005 23:18:41 +0000 (23:18 +0000)] 
r5979: Don't crash when talking to a Win98 server (bugid #2530 - not a fix
buy just prevent the crash).
Jeremy.

18 years agor5975: Re-arrange code and comments to make more sense.
Jeremy Allison [Tue, 22 Mar 2005 22:04:01 +0000 (22:04 +0000)] 
r5975: Re-arrange code and comments to make more sense.
Jeremy.

18 years agor5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).
Jeremy Allison [Tue, 22 Mar 2005 21:43:51 +0000 (21:43 +0000)] 
r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).
Jeremy.

18 years agor5971: Check for the correct cli-struct when copying files.
Günther Deschner [Tue, 22 Mar 2005 21:24:16 +0000 (21:24 +0000)] 
r5971: Check for the correct cli-struct when copying files.
Good catch from Lars Mueller <lmuelle@suse.de>.

Guenther

18 years agor5970: Fix old bug where ff_searchcount was being compared -1 ! This caused a
Jeremy Allison [Tue, 22 Mar 2005 21:22:59 +0000 (21:22 +0000)] 
r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused a
filename to be processed twice.
Jeremy.

18 years agor5968: derrell's large file fix for libsmbclient (BUG 2505)
Gerald Carter [Tue, 22 Mar 2005 21:17:01 +0000 (21:17 +0000)] 
r5968: derrell's large file fix for libsmbclient (BUG 2505)

18 years agor5967: Fix typo bug where flags overwrote info level.
Jeremy Allison [Tue, 22 Mar 2005 20:54:19 +0000 (20:54 +0000)] 
r5967: Fix typo bug where flags overwrote info level.
Jeremy.

18 years agor5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids. Gives us
Jim McDonough [Tue, 22 Mar 2005 20:50:29 +0000 (20:50 +0000)] 
r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids.  Gives us
again up to ~6x improvement on group membership lookups.

18 years agor5961: final round of compiler warning fixes based on feedback from Jason Mader
Gerald Carter [Tue, 22 Mar 2005 18:07:58 +0000 (18:07 +0000)] 
r5961: final round of compiler warning fixes based on feedback from Jason Mader

18 years agor5960: Integer wrap paranoia when reading EA buffers.
Jeremy Allison [Tue, 22 Mar 2005 17:48:41 +0000 (17:48 +0000)] 
r5960: Integer wrap paranoia when reading EA buffers.
Jeremy.

18 years agor5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) on IRIX
Gerald Carter [Tue, 22 Mar 2005 17:31:23 +0000 (17:31 +0000)] 
r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) on IRIX

18 years agor5957: BUGS 2478, 2093: compiler warning patches from Jason Mader
Gerald Carter [Tue, 22 Mar 2005 17:08:09 +0000 (17:08 +0000)] 
r5957: BUGS 2478, 2093: compiler warning patches from Jason Mader

18 years agor5956: more compile warngin fixes from the Mr. Mader
Gerald Carter [Tue, 22 Mar 2005 16:39:09 +0000 (16:39 +0000)] 
r5956: more compile warngin fixes from the Mr. Mader

18 years agor5955: BUG 2517: use the realm from smb.conf for 'net ads info' when 'disable netbios...
Gerald Carter [Tue, 22 Mar 2005 16:35:15 +0000 (16:35 +0000)] 
r5955: BUG 2517: use the realm from smb.conf for 'net ads info' when 'disable netbios = yes'

18 years agor5954: Fix some compiler warnings and add missing exclude-block in "net rpc
Günther Deschner [Tue, 22 Mar 2005 15:45:38 +0000 (15:45 +0000)] 
r5954: Fix some compiler warnings and add missing exclude-block in "net rpc
share migrate" (found by Lars Mueller <lmuelle@suse.de>).

Guenther

18 years agor5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to cleanup...
Gerald Carter [Tue, 22 Mar 2005 15:39:24 +0000 (15:39 +0000)] 
r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to cleanup the name space

18 years agor5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not using...
Gerald Carter [Tue, 22 Mar 2005 15:12:50 +0000 (15:12 +0000)] 
r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not using krb5

18 years agor5951: gotta love that SGI compiler :-) (thanks Jason)
Gerald Carter [Tue, 22 Mar 2005 15:03:17 +0000 (15:03 +0000)] 
r5951: gotta love that SGI compiler :-)  (thanks Jason)

18 years agor5950: more compiler warning's from Jason Mader
Gerald Carter [Tue, 22 Mar 2005 14:54:12 +0000 (14:54 +0000)] 
r5950: more compiler warning's from Jason Mader

18 years agor5948: more compile cleanups from Jason Mader
Gerald Carter [Tue, 22 Mar 2005 14:48:18 +0000 (14:48 +0000)] 
r5948: more compile cleanups from Jason Mader

18 years agor5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete all...
Gerald Carter [Tue, 22 Mar 2005 14:44:16 +0000 (14:44 +0000)] 
r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete all versions of a driver

18 years agor5945: BUG 2516: fix compile issue on True64
Gerald Carter [Tue, 22 Mar 2005 14:39:32 +0000 (14:39 +0000)] 
r5945: BUG 2516: fix compile issue on True64

18 years agor5944: cleaning up compiler warnings reported by Jason Mader
Gerald Carter [Tue, 22 Mar 2005 14:33:30 +0000 (14:33 +0000)] 
r5944: cleaning up compiler warnings reported by Jason Mader

18 years agor5943: remove unneccessary se_priv_copy()
Gerald Carter [Tue, 22 Mar 2005 14:20:25 +0000 (14:20 +0000)] 
r5943: remove unneccessary se_priv_copy()

18 years agor5936: Fix bugs in earlier work in progress commit. Closer to properly supporting...
Jeremy Allison [Tue, 22 Mar 2005 02:23:52 +0000 (02:23 +0000)] 
r5936: Fix bugs in earlier work in progress commit. Closer to properly supporting EA's now.
Jeremy.

18 years agor5933: We were handling setting of EA's incorrectly - we should be able to set
Jeremy Allison [Tue, 22 Mar 2005 02:14:38 +0000 (02:14 +0000)] 
r5933: We were handling setting of EA's incorrectly - we should be able to set
a list. Also not converting names from DOS CP to UNIX CP correctly. This
code doesn't quite work yet but it's a work in progress to be fixed
tomorrow (don't want to lose it).
Jeremy.

18 years agor5927: Fix ldapsam trusted enum_group_members. We were searching in the user
Jim McDonough [Mon, 21 Mar 2005 21:09:21 +0000 (21:09 +0000)] 
r5927: Fix ldapsam trusted enum_group_members.  We were searching in the user
suffix instead of the group suffix.

Thanks to John Janosik (jpjanosi@us.ibm.com).

18 years agor5926: setting version to 3.0.14pre1-svn
Gerald Carter [Mon, 21 Mar 2005 19:07:40 +0000 (19:07 +0000)] 
r5926: setting version to 3.0.14pre1-svn

18 years agor5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.
Jeremy Allison [Mon, 21 Mar 2005 18:10:21 +0000 (18:10 +0000)] 
r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.
Stops Win98 from looping doing findnext on a singleton directory. More
testing very welcome.
Jeremy.

18 years agor5918: Fix typo.
John Terpstra [Mon, 21 Mar 2005 16:11:44 +0000 (16:11 +0000)] 
r5918: Fix typo.

18 years agor5916: Only one C++ guard is necessary, not one around each smbc function.
Tim Potter [Sun, 20 Mar 2005 21:54:19 +0000 (21:54 +0000)] 
r5916: Only one C++ guard is necessary, not one around each smbc function.

18 years agor5915: Remove --with-manpages-languages= from configure (we only have them in one
Jelmer Vernooij [Sun, 20 Mar 2005 21:08:50 +0000 (21:08 +0000)] 
r5915: Remove --with-manpages-languages= from configure (we only have them in one
lanuage, English, at the moment). Fixes #2261. If other languages
might are added in the future, this parameter will still not be needed.

18 years agor5912: - Enhance net rpc rights utility
Simo Sorce [Sun, 20 Mar 2005 18:01:46 +0000 (18:01 +0000)] 
r5912: - Enhance net rpc rights utility
- Make it possible to list users that are given a specific privilege
- Make the lisitng interface a bit more usable by distinguishing
  between "keys" and "names", using user names directly still
  supported for backward compatibility

18 years agor5910: Partial fix for bug 2438. I'll leave the debug message in place, that fix...
Volker Lendecke [Sun, 20 Mar 2005 11:51:01 +0000 (11:51 +0000)] 
r5910: Partial fix for bug 2438. I'll leave the debug message in place, that fix is a
bit more effort.

The real fix for this would be to open an schannel netlogon connection to the
remote DC and change the trust account password...

Volker

18 years agor5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.
Tim Potter [Sun, 20 Mar 2005 09:23:37 +0000 (09:23 +0000)] 
r5909: Remove some unecessary casts.  Patch from Jason Mader for bugzill #2468.

18 years agor5907: Fix compile warning noticed by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison [Sat, 19 Mar 2005 20:49:09 +0000 (20:49 +0000)] 
r5907: Fix compile warning noticed by Jason Mader <jason@ncac.gwu.edu>.
Bug #2483.
Jeremy.

18 years agor5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit
Volker Lendecke [Sat, 19 Mar 2005 18:21:39 +0000 (18:21 +0000)] 
r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit
platforms.

Volker

18 years agor5897: Fix domain name parsing for cifs mount util
Steve French [Sat, 19 Mar 2005 05:45:53 +0000 (05:45 +0000)] 
r5897: Fix domain name parsing for cifs mount util

18 years agor5896: Fix cifs mounts to handle commas embedded in prompted password, and password...
Steve French [Sat, 19 Mar 2005 05:00:57 +0000 (05:00 +0000)] 
r5896: Fix cifs mounts to handle commas embedded in prompted password, and password and credential files.
Fix cifs mounts to handle domain name and user name in username field (in form domain\user)

18 years agor5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to be
Jeremy Allison [Sat, 19 Mar 2005 00:31:45 +0000 (00:31 +0000)] 
r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to be
working - need to valgrind it to be sure.
Jeremy.

18 years agor5891: Make enum- and getform use the same form_display-function.
Günther Deschner [Fri, 18 Mar 2005 23:48:46 +0000 (23:48 +0000)] 
r5891: Make enum- and getform use the same form_display-function.

Guenther

18 years agor5888: fix incorrect test - don't print anything if user is not in any groups
Herb Lewis [Fri, 18 Mar 2005 22:31:44 +0000 (22:31 +0000)] 
r5888: fix incorrect test - don't print anything if user is not in any groups

18 years agor5884: require cups to build and install; remove restruction from winbindd.init to...
Gerald Carter [Fri, 18 Mar 2005 15:58:47 +0000 (15:58 +0000)] 
r5884: require cups to build and install; remove restruction from winbindd.init to have 'idmap [g|u]id' range set in smb.conf

18 years agor5880: From the comment....
Volker Lendecke [Fri, 18 Mar 2005 13:13:38 +0000 (13:13 +0000)] 
r5880: From the comment....

 * Implement a fixed mapping of forbidden NT characters in filenames that are
 * used a lot by the CAD package Catia.
 *
 * Yes, this a BAD BAD UGLY INCOMPLETE hack, but it helps quite some people
 * out there. Catia V4 on AIX uses characters like "<*$ a *lot*, all forbidden
 * under Windows...

Volker

18 years agor5874: Work in progress. EA list infolevel.
Jeremy Allison [Fri, 18 Mar 2005 02:32:35 +0000 (02:32 +0000)] 
r5874: Work in progress. EA list infolevel.
Jeremy

18 years agor5872: Restructure ea list code to start to fix the EA_LIST calls. This does not
Jeremy Allison [Fri, 18 Mar 2005 01:55:30 +0000 (01:55 +0000)] 
r5872: Restructure ea list code to start to fix the EA_LIST calls. This does not
work yet but it's a work in progress.
Jeremy.

18 years agor5864: Stop using 'INFO' names on find calls. Getting ready to fixup OS/2 EA
Jeremy Allison [Thu, 17 Mar 2005 19:26:23 +0000 (19:26 +0000)] 
r5864: Stop using 'INFO' names on find calls. Getting ready to fixup OS/2 EA
support.
Jeremy.

18 years agor5862: And some more const
Volker Lendecke [Thu, 17 Mar 2005 18:27:32 +0000 (18:27 +0000)] 
r5862: And some more const

18 years agor5861: Apply some const
Volker Lendecke [Thu, 17 Mar 2005 18:25:15 +0000 (18:25 +0000)] 
r5861: Apply some const

18 years agor5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].).
Jim McDonough [Thu, 17 Mar 2005 14:32:52 +0000 (14:32 +0000)] 
r5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].).
Bugzilla 2338.

Thanks to Guenter Kukkukk <guenter.kukkukk@kukkukk.com>

18 years agor5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my fault);...
Gerald Carter [Thu, 17 Mar 2005 04:55:00 +0000 (04:55 +0000)] 
r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my fault); should fix some builds with non-gcc compilers

18 years agor5848: Fix inherit owner to chown directories in a porable and secure way (from
Jeremy Allison [Thu, 17 Mar 2005 01:50:09 +0000 (01:50 +0000)] 
r5848: Fix inherit owner to chown directories in a porable and secure way (from
just secure on Linux). Idea from tridge.
Jeremy.

18 years agor5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDS
Jeremy Allison [Thu, 17 Mar 2005 01:25:16 +0000 (01:25 +0000)] 
r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDS
schema.
Jeremy.

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