gd/samba/.git
16 years agor6490: BUG 1998: patch from Olaf Imig <Olaf.Imig@bifab.de>; fix byte ordering bug...
Gerald Carter [Tue, 26 Apr 2005 14:14:16 +0000 (14:14 +0000)]
r6490: BUG 1998: patch from Olaf Imig <Olaf.Imig@bifab.de>; fix byte ordering bug when storing 16-bit RAP print job ids
(This used to be commit 2c66a4098a3c9ca0a12160d4193d65085ece1dfe)

16 years agor6488: net rpc printer migrate should not try to set stuff that's not there. This
Volker Lendecke [Tue, 26 Apr 2005 12:26:32 +0000 (12:26 +0000)]
r6488: net rpc printer migrate should not try to set stuff that's not there. This
fixes two segfaults. Thanks to Karolin Segger <ks@sernet.de> to find the bug
and test the patch.

Volker
(This used to be commit 5fa5454218acf9975578dee1386d530f09ac7339)

16 years agor6482: Add support so umount.cifs can update mtab
Steve French [Tue, 26 Apr 2005 05:19:22 +0000 (05:19 +0000)]
r6482: Add support so umount.cifs can update mtab
(This used to be commit 66ec66ed1b9ac8ec2db12f3afecf4031a621eca6)

16 years agor6473: Fix for bug #2644 - test for special files to be ignored was reversed.
Jeremy Allison [Mon, 25 Apr 2005 23:15:48 +0000 (23:15 +0000)]
r6473: Fix for bug #2644 - test for special files to be ignored was reversed.
Jeremy.
(This used to be commit 7c173dec2efcbe3fe42ffb9a2e85f3fbc8710ec4)

16 years agor6450: * fix typo in htlm_auth help message
Gerald Carter [Mon, 25 Apr 2005 02:30:12 +0000 (02:30 +0000)]
r6450: * fix typo in htlm_auth help message
* add synonym for idmap_rid in better lining with
  other idmap backend names
* remove old debug messages when idmap {uid|gid} options
  are not defined
(This used to be commit 03ebf3ebfe83897d8c18e57ed378154d1377874b)

16 years agor6447: Add missing error mapping for EMLINK to NT_STATUS_TOO_MANY_LINKS (we have...
Steve French [Sun, 24 Apr 2005 02:59:40 +0000 (02:59 +0000)]
r6447: Add missing error mapping for EMLINK to NT_STATUS_TOO_MANY_LINKS (we have it the other direction
in clierror already).  This fixes the return code when we try to hardlink from a client.
(This used to be commit ccbdffb94e22c17b03b0a464071df027ebdc6264)

16 years agor6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
Volker Lendecke [Sat, 23 Apr 2005 18:07:01 +0000 (18:07 +0000)]
r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
--enable-developer=yes?

Volker
(This used to be commit 61d40ac60dd9c8c9bbcf92e4fc57fe1d706bc721)

16 years agor6421: use add machine script when creating a user (ACB_NORMAL)
Gerald Carter [Thu, 21 Apr 2005 17:13:50 +0000 (17:13 +0000)]
r6421: use add machine script when creating a user (ACB_NORMAL)
who has a name ending in '$' (usrmgr.exe does this for
domain trusts (that's was jfm's original comment I think).

avoid an assert() call in libldap.
(This used to be commit 0ac57ae94202190ddbe538f7180a0443463b48cf)

16 years agor6417: Strange old IRIX systems return -1 for telldir() when
Jeremy Allison [Thu, 21 Apr 2005 07:57:52 +0000 (07:57 +0000)]
r6417: Strange old IRIX systems return -1 for telldir() when
end of directory reached. Don't check for that and bail
when reading directory entries as it's a valid value.
Excellent work from Cale Fairchild <cale@brocku.ca>
tracked this down.
Jeremy.
(This used to be commit a60fe9aba16eac4f195a2359d8b7672d8c8aa240)

16 years agor6412: Add fflush(stdout) after displaying username prompt in smbsh if
Tim Potter [Thu, 21 Apr 2005 05:09:05 +0000 (05:09 +0000)]
r6412: Add fflush(stdout) after displaying username prompt in smbsh if
username not specified on command line.  Bugzilla 2611.
(This used to be commit b568e5188c3bc514d747b4c1c4e612e924fc6a4f)

16 years agor6411: Remove configure check for FTRUNCATE_NEEDS_ROOT as it's not actually
Tim Potter [Thu, 21 Apr 2005 05:00:29 +0000 (05:00 +0000)]
r6411: Remove configure check for FTRUNCATE_NEEDS_ROOT as it's not actually
used anywhere in the code anymore.  Bugzilla 2625.
(This used to be commit 6a50b304e7e028032cf97f2a2a0749c096155d9c)

16 years agor6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.
Tim Potter [Thu, 21 Apr 2005 01:46:18 +0000 (01:46 +0000)]
r6408: Fix compile error lurking where PATH_MAX is not defined.  Bugzilla #2560.
(This used to be commit 5921fcadd5bdf8e600132db6d5cc6393f3d26f58)

16 years agor6407: Fix for bugzilla 2623 and 2630: $< and $* are not valid in explicit
Tim Potter [Thu, 21 Apr 2005 01:40:44 +0000 (01:40 +0000)]
r6407: Fix for bugzilla 2623 and 2630: $< and $* are not valid in explicit
rules according to POSIX.
(This used to be commit 3216125bed39cbfe20bb8ac98d7489f660f9dfa0)

16 years agor6401: Fix a debug message
Volker Lendecke [Wed, 20 Apr 2005 07:30:03 +0000 (07:30 +0000)]
r6401: Fix a debug message
(This used to be commit fb561fe26cc61272e24965b81e276fa5420b146d)

16 years agor6395: Fix for Bug 2137, from Jay Fenlason <fenlason@redhat.com>
Deryck Hodge [Tue, 19 Apr 2005 21:35:42 +0000 (21:35 +0000)]
r6395: Fix for Bug 2137, from Jay Fenlason <fenlason@redhat.com>
Encode quotes for display in HTML.

deryck
(This used to be commit b9b18a09ea3bf3edba15dc073dd20b195bc6082b)

16 years agor6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than
Derrell Lipman [Tue, 19 Apr 2005 19:23:49 +0000 (19:23 +0000)]
r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than
  a directory, the errno returned could end up as ENOENT rather than ENOTDIR.

- Fixes some compiler warnings which showed up on IRIX, as reported by
  James Peach.
(This used to be commit 615a62b21f8d2f7f97bde2f166ddd6849d39b95c)

16 years agor6388: BUG 2626: ensure that the calling_name is set to something after parsing smb...
Gerald Carter [Tue, 19 Apr 2005 14:03:08 +0000 (14:03 +0000)]
r6388: BUG 2626: ensure that the calling_name is set to something after parsing smb.conf (if not set via -n)
(This used to be commit 97c68ec1e86c1de44fa1ab6e5a9d7f58b2843a34)

16 years agor6385: Convert checking of egid and secondary egid list into
Jeremy Allison [Tue, 19 Apr 2005 07:12:44 +0000 (07:12 +0000)]
r6385: Convert checking of egid and secondary egid list into
iterator functions so it can be used easily in a for loop.
Drops duplicated code from posix_acls.c
Jeremy.
(This used to be commit 81f30bf5985f5c6dc8399c4695dfa6f14140fde1)

16 years agor6378: Other systems may not return 1 for checking WRITE permission.
Jeremy Allison [Mon, 18 Apr 2005 22:53:51 +0000 (22:53 +0000)]
r6378: Other systems may not return 1 for checking WRITE permission.
Canaonicalise any +ve return to 1.
Jeremy.
(This used to be commit e594222d0ba7713088420f6c6603a74c1d5def8e)

16 years agor6373: minor changes to solaris packaging readme to bring it up to date
Gerald Carter [Mon, 18 Apr 2005 17:48:31 +0000 (17:48 +0000)]
r6373: minor changes to solaris packaging readme to bring it up to date
(This used to be commit 4213739ca28afe18fe9a352ccd8b867336c1f8ae)

16 years agor6372: removing outdated Mandrake packaging files and pointing at Mandriva cooker...
Gerald Carter [Mon, 18 Apr 2005 17:46:46 +0000 (17:46 +0000)]
r6372: removing outdated Mandrake packaging files and pointing at Mandriva cooker (after clearing with Buchan)
(This used to be commit f8fb342d4371dcbbedd63de84535e8e4dc35ce7a)

16 years agor6367: Slim down pdb_interface.c a bit. next_entry and search_end are function
Volker Lendecke [Mon, 18 Apr 2005 16:07:49 +0000 (16:07 +0000)]
r6367: Slim down pdb_interface.c a bit. next_entry and search_end are function
pointers now.

Yes, Jeremy, this is about re-inventing C++... :-)

Volker
(This used to be commit a831e54738c7854e68c696e9cbb132c012ff223c)

16 years agor6365: Wow, how much worse does this get. From info provided by
Jeremy Allison [Sun, 17 Apr 2005 07:57:45 +0000 (07:57 +0000)]
r6365: Wow, how much worse does this get. From info provided by
Eric Stewart <eric@lib.usf.edu> I realised we weren't checking
against the current effective groupid (set by force group) as
well as the group list. Fix this.
Jeremy.
(This used to be commit 0c4058c0732b1faa87ca64b8f95ad2fe3106a69f)

16 years agor6358: merging SMB_ASSERT() changes from the release branch
Gerald Carter [Sat, 16 Apr 2005 20:48:04 +0000 (20:48 +0000)]
r6358: merging SMB_ASSERT() changes from the release branch
(This used to be commit 70178d5d27900d56ad1da3c99f3a63d863fb324c)

16 years agor6354: merge from 4_0 rev 6353:
Stefan Metzmacher [Fri, 15 Apr 2005 15:39:00 +0000 (15:39 +0000)]
r6354: merge from 4_0 rev 6353:
we need the english output from the svn commands

metze
(This used to be commit 6b84f30e3d746a13613d94071501430fef8ee2ca)

16 years agor6351: This is quite a large and intrusive patch, but there are not many pieces that
Volker Lendecke [Fri, 15 Apr 2005 13:41:49 +0000 (13:41 +0000)]
r6351: This is quite a large and intrusive patch, but there are not many pieces that
can be taken out of it, so I decided to commit this in one lump. It changes
the passdb enumerating functions to use ldap paged results where possible. In
particular the samr calls querydispinfo, enumdomusers and friends have
undergone significant internal changes. I have tested this extensively with
rpcclient and a bit with usrmgr.exe. More tests and the merge to trunk will
follow later.

The code is based on a first implementation by Günther Deschner, but has
evolved quite a bit since then.

Volker
(This used to be commit f0bb44ac58e190e19eb4e92928979b0446e611c9)

16 years agor6349: Update cifs umount utility
Steve French [Fri, 15 Apr 2005 05:42:03 +0000 (05:42 +0000)]
r6349: Update cifs umount utility
(This used to be commit c3030229512455657d86f5e8f01ece03047b0abb)

16 years agor6348: Fix for bug #2605 reported by Daniel Patterson <Daniel_Patterson@national...
Jeremy Allison [Fri, 15 Apr 2005 00:39:03 +0000 (00:39 +0000)]
r6348: Fix for bug #2605 reported by Daniel Patterson <Daniel_Patterson@national.com.au>.
Ensure smbclient doesn't perform commands if the "chdir" fails in a scripted set.
Jeremy.
(This used to be commit 644608ea7db6d8d73a8c028a82cd0767ffe32af6)

16 years agor6346: Add a counter for the number of SMB operations per connection/file.
Jeremy Allison [Thu, 14 Apr 2005 23:32:56 +0000 (23:32 +0000)]
r6346: Add a counter for the number of SMB operations per connection/file.
You will need to do a make clean after SVN updating this. Next will
come a smbcontrol message to dump this info. This should be interesting
to profile client activity.
Jeremy.
(This used to be commit 743174da86ac724fc9ee3d4b7bd9a2a97a234bd8)

16 years agor6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. Needed
Jeremy Allison [Thu, 14 Apr 2005 21:01:01 +0000 (21:01 +0000)]
r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. Needed
for Win9x and OS/2 clients. More Samba4 tests against W2k3 will be needed
to confirm this but in the meantime get it up and running.
Jeremy.
(This used to be commit 77c0ade9fa1e6a31739823be0faa50799bac2775)

16 years agor6319: add prototype so -Wstrict-prototypes will not fail
Herb Lewis [Tue, 12 Apr 2005 21:56:34 +0000 (21:56 +0000)]
r6319: add prototype so -Wstrict-prototypes will not fail
(This used to be commit b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4)

16 years agor6318: don't include smbwrapper stuff unless asked for
Herb Lewis [Tue, 12 Apr 2005 18:59:49 +0000 (18:59 +0000)]
r6318: don't include smbwrapper stuff unless asked for
(This used to be commit ce38ead0fccf434f90671201d3c50cd79b3f3ed4)

16 years agor6316: Remove over-cautious asserts. Damn wish I'd made the release
Jeremy Allison [Tue, 12 Apr 2005 17:30:14 +0000 (17:30 +0000)]
r6316: Remove over-cautious asserts. Damn wish I'd made the release
with this....
Jeremy.
(This used to be commit 11c464268df2a0a5155e93d4a7d053d2920fcff0)

16 years agor6311: setting version to 3.0.15pre2
Gerald Carter [Tue, 12 Apr 2005 06:47:04 +0000 (06:47 +0000)]
r6311: setting version to 3.0.15pre2
(This used to be commit 005427f73f4438bffc0d8d085f4b40a634e3f381)

16 years agor6307: Ensure info requested bitmask is printed in log when querying security descrip...
Jeremy Allison [Tue, 12 Apr 2005 01:20:23 +0000 (01:20 +0000)]
r6307: Ensure info requested bitmask is printed in log when querying security descriptors.
Jeremy.
(This used to be commit 4db288e3143c1ce691ae586a7353da00fec85879)

16 years agor6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangled names
Jeremy Allison [Tue, 12 Apr 2005 00:00:19 +0000 (00:00 +0000)]
r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangled names
if mangled names is off.
Jeremy.
(This used to be commit b2330c38881baceaafe1ef6b7ce00d1b5cd8d5c7)

16 years agor6297: Fix bug in our trans2 secondary processing. We need to pass in the
Jeremy Allison [Mon, 11 Apr 2005 20:52:02 +0000 (20:52 +0000)]
r6297: Fix bug in our trans2 secondary processing. We need to pass in the
trans2 call info from the primary trans2 packet as it isn't present
in secondary transs packets. We only need to do this for functions that
satisfy more than one case in the switch statement. Found by Marcel Müller <mueller@maazl.de>.
Jeremy.
(This used to be commit 62edc3d5dc68fbfe6cd77c588791453e29274dd9)

16 years agor6296: add message about known interoperability issue with Windows 2003 SP1 DCs
Gerald Carter [Mon, 11 Apr 2005 19:41:47 +0000 (19:41 +0000)]
r6296: add message about known interoperability issue with Windows 2003 SP1 DCs
(This used to be commit 88c2ed1534d5239273458768b7b3f05102a2af16)

16 years agor6291: BUG 2588: force smbclient messages to port 139 unless someone set the -p option
Gerald Carter [Mon, 11 Apr 2005 03:34:27 +0000 (03:34 +0000)]
r6291: BUG 2588: force smbclient messages to port 139 unless someone set the -p option
(This used to be commit 40f573e202096088957bfff8ca2eb49f5b4985bd)

16 years agor6290: and now the development tree becomes 3.0.15pre1
Gerald Carter [Mon, 11 Apr 2005 00:15:28 +0000 (00:15 +0000)]
r6290: and now the development tree becomes 3.0.15pre1
(This used to be commit 5ea3fdff1b2781322a048e9c1334be5fa7f9a1f8)

16 years agor6282: Before converting enum_dom_groups, better get the previous version a bit
Volker Lendecke [Sun, 10 Apr 2005 17:12:25 +0000 (17:12 +0000)]
r6282: Before converting enum_dom_groups, better get the previous version a bit
closer to being correct. 'svn blame' shows CVSIN, but somehow I get the
feeling this is my code...

Volker
(This used to be commit 5d34bd617535a26ae121a72add41dc7b8cec4580)

16 years agor6281: Fix the build for FreeBSD 4 -- no winbind
Volker Lendecke [Sun, 10 Apr 2005 15:54:18 +0000 (15:54 +0000)]
r6281: Fix the build for FreeBSD 4 -- no winbind
(This used to be commit 1ce9a0159d36c2e4f154fb60c86cebcfbc2038dc)

16 years agor6279: Convert the RAP enum functions to the pdb_search API. Who is using this
Volker Lendecke [Sun, 10 Apr 2005 15:45:46 +0000 (15:45 +0000)]
r6279: Convert the RAP enum functions to the pdb_search API. Who is using this
nowadays? This looks rather broken, but survives basic tests with 'net'.

Volker
(This used to be commit 7ae1b94e3eda574729272238cd08e83a33278a7e)

16 years agor6277: This implements a new caching API for enumerating the pdb elements. It is
Volker Lendecke [Sun, 10 Apr 2005 15:26:37 +0000 (15:26 +0000)]
r6277: This implements a new caching API for enumerating the pdb elements. It is
modeled after query_displayinfo and should hide the differences between users,
groups and aliases while allowing a cache analog load_sampw_entries:

struct pdb_search *pdb_search_users(uint16 acct_flags);
struct pdb_search *pdb_search_groups(void);
struct pdb_search *pdb_search_aliases(const DOM_SID *sid);
uint32 pdb_search_entries(struct pdb_search *search, uint32 start_idx,
                          uint32 max_entries,
                          struct samr_displayentry **result);
void pdb_search_destroy(struct pdb_search *search);

Why this API? Eventually we will need to apply the work gd has started on
enumerating users with paged ldap searches to groups and aliases. Before doing
that I want to clean up the search routines we have.

The sample application (more to follow) is 'net maxrid'.

Volker
(This used to be commit 8b4f67a1e9d459145cde10b1064781d58d62b805)

16 years agor6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not gone mad,
Volker Lendecke [Sun, 10 Apr 2005 14:44:56 +0000 (14:44 +0000)]
r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not gone mad,
this is to test future changes to enumeration functions...

This can successfully list users from nt4 and w2k3sp1.

Volker
(This used to be commit c73f2656fd89e227a8a3e2ab20f7393ff2c515c7)

16 years agor6273: Remove some unused code, minor cleanup
Volker Lendecke [Sun, 10 Apr 2005 14:20:29 +0000 (14:20 +0000)]
r6273: Remove some unused code, minor cleanup
(This used to be commit b451434e378e52e8ab6b932d7b26657ea9d0353c)

16 years agor6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the bug,
Jeremy Allison [Sun, 10 Apr 2005 06:57:55 +0000 (06:57 +0000)]
r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the bug,
fix trans2 and nttrans secondary packet processing. We were being too strict checking
the incoming packet (by 1 byte).
Jeremy.
(This used to be commit 3eea1ff4b7428325c7f304bcac61d6297209a4b8)

16 years agor6266: Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code.
Jeremy Allison [Sun, 10 Apr 2005 04:27:14 +0000 (04:27 +0000)]
r6266: Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code.
Jeremy.
(This used to be commit 695d45bcadbcc1528900255534be47f135160529)

16 years agor6263: Get rid of generate_wellknown_sids, they are const static and initializable
Volker Lendecke [Sat, 9 Apr 2005 11:46:40 +0000 (11:46 +0000)]
r6263: Get rid of generate_wellknown_sids, they are const static and initializable
statically.

Volker
(This used to be commit 3493d9f383567d286e69c0e60c0708ed400a04d9)

16 years agor6262: Minor updates to cifs umount helper
Steve French [Sat, 9 Apr 2005 05:01:00 +0000 (05:01 +0000)]
r6262: Minor updates to cifs umount helper
(This used to be commit cd8b93edc6d488ab6f6652ef533ce13e885b265b)

16 years agor6261: Tidyup message str printf. Ensure tvs struct is zeroed.
Jeremy Allison [Sat, 9 Apr 2005 00:50:12 +0000 (00:50 +0000)]
r6261: Tidyup message str printf. Ensure tvs struct is zeroed.
Jeremy.
(This used to be commit 6c9f227ef400f32def85268f411691b569d29889)

16 years agor6258: Fix found by OS/2 set_ea call. When setting specific info remember to terminate
Jeremy Allison [Sat, 9 Apr 2005 00:41:38 +0000 (00:41 +0000)]
r6258: Fix found by OS/2 set_ea call. When setting specific info remember to terminate
once we've done that and not "break" into the generic file metadata set code.
Jeremy.
(This used to be commit f1e12be9ed0ca0077bac8e5f32051758e1d84ad7)

16 years agor6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar <metaur...
Jeremy Allison [Fri, 8 Apr 2005 22:58:07 +0000 (22:58 +0000)]
r6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar <metaur@telia.com>
Jeremy.
(This used to be commit 3dfa6c40fc726ddf38d4cfc6e0604ceed0035d18)

16 years agor6255: Initial checkin of cifs umount utility
Steve French [Fri, 8 Apr 2005 22:46:31 +0000 (22:46 +0000)]
r6255: Initial checkin of cifs umount utility
(This used to be commit 8f7c36a6c442ce5030be546b761f807fd2fa8087)

16 years agor6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev <timur...
Jeremy Allison [Fri, 8 Apr 2005 21:05:14 +0000 (21:05 +0000)]
r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev <timur@com.bat.ru>
Jeremy.
(This used to be commit 059a2e30c94f7bbcf01c1f4c5539f0b0f5ab0e09)

16 years agor6252: Re-order position of become_root() to allow directory to be
Jeremy Allison [Fri, 8 Apr 2005 19:21:41 +0000 (19:21 +0000)]
r6252: Re-order position of become_root() to allow directory to be
read first.
Jeremy.
(This used to be commit 9fa32282ebe78c3ecd433e8ece600881774560b7)

16 years agor6249: Get the comparison the right way around...
Jeremy Allison [Fri, 8 Apr 2005 17:04:59 +0000 (17:04 +0000)]
r6249: Get the comparison the right way around...
Jeremy.
(This used to be commit 1d542eee571b80259568d49bd5dc2eb14fd80d01)

16 years agor6243: Yes. I *will* hate myself in the morning for this one.
Gerald Carter [Fri, 8 Apr 2005 04:13:19 +0000 (04:13 +0000)]
r6243: Yes.  I *will* hate myself in the morning for this one.
I need to gather some more information to know if these
extra context id's may be used later.  But for now,
pw changes via CTL+ALT+DEL from win2k3sp1 clients work.
(This used to be commit e7189a4e4b2211ce396944559d38056fa5b57f65)

16 years agor6242: after talking to jeremy, we can actually consolidate
Gerald Carter [Thu, 7 Apr 2005 22:37:03 +0000 (22:37 +0000)]
r6242: after talking to jeremy, we can actually consolidate
the 2 BOOL flags in dfs_redirect() down to one since
they both are used in essentially the same context
(from what we can tell).

Tested Win98SE, WinXP sp 1 & 2, Win2k3 sp1, and WIn2k Sp4.
All dfs operations still seem to work.
(This used to be commit 59ffacf59c98f2f8277d76ec22712e438fd40618)

16 years agor6240: Fix for bug #2581. Add size limit (in kb) to stat cache.
Jeremy Allison [Thu, 7 Apr 2005 20:59:37 +0000 (20:59 +0000)]
r6240: Fix for bug #2581. Add size limit (in kb) to stat cache.
Jeremy.
(This used to be commit 836b73d0018c3137b7a924b6345e69ae5d23431d)

16 years agor6237: fix my breakage of WinXP sp2 msdfs support.
Gerald Carter [Thu, 7 Apr 2005 19:43:19 +0000 (19:43 +0000)]
r6237: fix my breakage of WinXP sp2 msdfs support.
We did need the special case for RESOLVE_DFSPATH
in the findfirst() code.

Jeremy, please verify I haven't broken the allow_wcard
code you added to resolve_dfs_path()
(This used to be commit 29983398e2f7f1dc609d4d981e20f594918243bb)

16 years agor6235: Partial fix for bugid #2581. Ensure if realloc fails on an internal
Jeremy Allison [Thu, 7 Apr 2005 19:39:34 +0000 (19:39 +0000)]
r6235: Partial fix for bugid #2581. Ensure if realloc fails on an internal
tdb we fail gracefully.
Jeremy.
(This used to be commit 28772dfca1f9e7afd01f7ea522cb2e697c318e22)

16 years agor6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au
Jeremy Allison [Thu, 7 Apr 2005 18:27:28 +0000 (18:27 +0000)]
r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au
Jeremy.
(This used to be commit dbf021a2e04e74dd7f072c927a34043fd8c3ae30)

16 years agor6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename REG_CRE...
Gerald Carter [Thu, 7 Apr 2005 04:58:38 +0000 (04:58 +0000)]
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename REG_CREATE_VALE -> REG_SET_VALUE
(This used to be commit 28d433351cf813c7fb57ebac0e0f4973c85f73e8)

16 years agor6231: Herb, I think this checkin was a mistake. Are you sure this is
Gerald Carter [Thu, 7 Apr 2005 03:24:02 +0000 (03:24 +0000)]
r6231: Herb,  I think this checkin was a mistake.  Are you sure this is
what you meant to change?

Fix build breakage....
(This used to be commit b3643b732ba35af6e329dbda82bb05da81e5da64)

16 years agor6230: don't know how this ever worked! the compiler complained we
Herb Lewis [Wed, 6 Apr 2005 23:50:48 +0000 (23:50 +0000)]
r6230: don't know how this ever worked! the compiler complained we
were comparing an integer to a pointer and it was right.
(This used to be commit b6117dd72de1f2a8e158d1a5f2b2991ef93deb72)

16 years agor6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
Gerald Carter [Wed, 6 Apr 2005 22:27:55 +0000 (22:27 +0000)]
r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
Tested client and server code.
(This used to be commit efb3ac4c69c72c0fa01c558951fa357893562bce)

16 years agor6225: get rid of warnings from my compiler about nested externs
Herb Lewis [Wed, 6 Apr 2005 16:28:04 +0000 (16:28 +0000)]
r6225: get rid of warnings from my compiler about nested externs
(This used to be commit efea76ac71412f8622cd233912309e91b9ea52da)

16 years agor6221: format cleanup (got tied of looking for related structures)
Gerald Carter [Wed, 6 Apr 2005 03:08:25 +0000 (03:08 +0000)]
r6221: format cleanup (got tied of looking for related structures)

also remove unused SID_ARRAY structure....
(This used to be commit c8f808b0763f7abcc0d879057f4f17002e65b4e1)

16 years agor6220: cleaning up spoolss header; removing unused structures
Gerald Carter [Tue, 5 Apr 2005 23:47:42 +0000 (23:47 +0000)]
r6220: cleaning up spoolss header; removing unused structures
(This used to be commit c474222e0d4ffc7278a1698bcaa7830e63cfa426)

16 years agor6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does not provi...
Gerald Carter [Tue, 5 Apr 2005 17:49:16 +0000 (17:49 +0000)]
r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does not provide an
  RPC_BUFFER in the request

* add initial (but wire untested) support for RegRestoreKey()
(This used to be commit 22855c7aae940cc4082c231a470f612b8fc6fa0d)

16 years agor6217: After talking to jerry, commit the partial fix for wbinfo -r. This fixes the
Volker Lendecke [Tue, 5 Apr 2005 16:42:06 +0000 (16:42 +0000)]
r6217: After talking to jerry, commit the partial fix for wbinfo -r. This fixes the
expansion of domain local groups in case the netsamlogon_cache is valid. The
non-samlogon-cache side needs more work, as well as the samlogon cache itself.

Volker
(This used to be commit b6352a3c46f8e67503945eeac33e157ecea01bfb)

16 years agor6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to really use
Volker Lendecke [Tue, 5 Apr 2005 14:24:50 +0000 (14:24 +0000)]
r6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to really use
domain local groups ...

Volker
(This used to be commit ed2d76d663a4388acc26a724cf2cdb5c40763def)

16 years agor6204: Fix double-free of talloc context.
Jeremy Allison [Tue, 5 Apr 2005 01:24:04 +0000 (01:24 +0000)]
r6204: Fix double-free of talloc context.
Jeremy.
(This used to be commit d5c56d25741e148ccae7c91f9b0157498d7ff148)

16 years agor6203: Fix attribute return on creating a directory with nttrans_create.
Jeremy Allison [Tue, 5 Apr 2005 01:20:32 +0000 (01:20 +0000)]
r6203: Fix attribute return on creating a directory with nttrans_create.
Fix strange allocation semantics of openX.
Jeremy.
(This used to be commit da5a8b539d39d2765de22c3e55e9f284992ff966)

16 years agor6200: Returned access should contain share mode as well as open mode.
Jeremy Allison [Mon, 4 Apr 2005 20:46:16 +0000 (20:46 +0000)]
r6200: Returned access should contain share mode as well as open mode.
Jeremy.
(This used to be commit 3aa784c07723430b429adc9abab9cc7c1325cb35)

16 years agor6199: Only do the strange DOS error for openX, not trans2open.
Jeremy Allison [Mon, 4 Apr 2005 20:40:39 +0000 (20:40 +0000)]
r6199: Only do the strange DOS error for openX, not trans2open.
Jeremy.
(This used to be commit 65970dfc5b8f174fe29201789d6ddcf8802ad48c)

16 years agor6176: Fix a possibly uninitialised variable warning.
Tim Potter [Sat, 2 Apr 2005 00:59:12 +0000 (00:59 +0000)]
r6176: Fix a possibly uninitialised variable warning.
(This used to be commit 3cf5ad4e80f95c302a502a78e2ee1b23524625bf)

16 years agor6175: Fix crash bug and compiler warnings in strchr_m() test. Bugzilla #2565.
Tim Potter [Sat, 2 Apr 2005 00:56:30 +0000 (00:56 +0000)]
r6175: Fix crash bug and compiler warnings in strchr_m() test.  Bugzilla #2565.
(This used to be commit 17d13b57136d1f58c450d4587476304482bbd12a)

16 years agor6174: Fixup T2 open call - we were returning 2 bytes short.
Jeremy Allison [Sat, 2 Apr 2005 00:13:27 +0000 (00:13 +0000)]
r6174: Fixup T2 open call - we were returning 2 bytes short.
Jeremy.
(This used to be commit 0c7de7615bf0edbb36a3afee445db13a71e26d2e)

16 years agor6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nastyness.
Jeremy Allison [Fri, 1 Apr 2005 23:11:28 +0000 (23:11 +0000)]
r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nastyness.
Jeremy.
(This used to be commit d3379fe61bb934082b51a37adac232a96bafcf46)

16 years agor6170: Remove redundant flag that I had just added.
Steve French [Fri, 1 Apr 2005 21:15:09 +0000 (21:15 +0000)]
r6170: Remove redundant flag that I had just added.
(This used to be commit 981b44e600e2410395d6d02252795623e400d624)

16 years agor6169: Fix bug #2563. Infinite loop on non-existant file with findnext.
Jeremy Allison [Fri, 1 Apr 2005 19:57:22 +0000 (19:57 +0000)]
r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.
Jeremy
(This used to be commit 065ab9182dc39557b8c26d3d110abe9963ad9568)

16 years agor6167: Add more defines for POSIX extensions to match the newly added
Steve French [Fri, 1 Apr 2005 18:14:24 +0000 (18:14 +0000)]
r6167: Add more defines for POSIX extensions to match the newly added
client implementation
(This used to be commit 8f6dba2cc3f337e990ef3e4b46718a5c1dca65ab)

16 years agor6166: Derell, I'm reverting this part of -r4917 because it modifies the keys
Günther Deschner [Fri, 1 Apr 2005 13:12:51 +0000 (13:12 +0000)]
r6166: Derell, I'm reverting this part of -r4917 because it modifies the keys
to search in tdbs in a way that is not upgrade-safe and somewhat weird
to use: Users have to modify policies like

        pdbedit -P "maximum password policies (seconds since 1970)"

The value-description should better go into the manpage.

Guenther
(This used to be commit f46c0c12274cd0bf1c24bc2d1d708b2960433195)

16 years agor6163: Well I never, all this time the t2open code was incorrectly decting
Jeremy Allison [Fri, 1 Apr 2005 00:54:55 +0000 (00:54 +0000)]
r6163: Well I never, all this time the t2open code was incorrectly decting
oplock requests and no one noticed. Hmmm. Don't think this is a commonly
used codepath :-).
Jeremy.
(This used to be commit 75a0c11de4b7baf693e5c62e690e4bb26554f8e2)

16 years agor6160: Ensure allocation size is correctly returned for OpenX. Only set allocation
Jeremy Allison [Fri, 1 Apr 2005 00:21:55 +0000 (00:21 +0000)]
r6160: Ensure allocation size is correctly returned for OpenX. Only set allocation
on create/truncate for nttrans.
Jeremy.
(This used to be commit fb05ac4c03eec21f3f18668610022ebfa6d6bf4a)

16 years agor6158: fix some misleading error messages
Gerald Carter [Thu, 31 Mar 2005 22:02:38 +0000 (22:02 +0000)]
r6158: fix some misleading error messages
(This used to be commit 91a8e1ac6debffe457624a625e0f407bdbbbcb15)

16 years agor6157: 'editorial changes' to example code
Derrell Lipman [Thu, 31 Mar 2005 21:17:36 +0000 (21:17 +0000)]
r6157: 'editorial changes' to example code
(This used to be commit fa0294ddbf7c93c24fca670b7ed52821a0507174)

16 years agor6156: Fixes bug #2543. Properly cache anonmous username when reverting to anonymous...
Derrell Lipman [Thu, 31 Mar 2005 21:16:20 +0000 (21:16 +0000)]
r6156: Fixes bug #2543.  Properly cache anonmous username when reverting to anonymous login, in libsmbclient.
(This used to be commit cf2dcc110824cb3a4ce4e4bf608de25b7cfc2054)

16 years agor6155: Fixes bug #1133
Derrell Lipman [Thu, 31 Mar 2005 20:28:47 +0000 (20:28 +0000)]
r6155: Fixes bug #1133

Added provision for overloading some global configuration options via the new,
per-user file ~/.smb/smb.conf.append which is read after the global config
file is read (and only if the global config file was read).  This leave the
original, BC behavior of ~/.smb/smb.conf which, if found, is read but causes
the global config file to not be read.

Also fixed a potential seg fault in to lp_dump_one().
(This used to be commit 2c5a6305bd127b1a7e65356c2b3aa5c13cd2bd74)

16 years agor6154: fix winbindd <-> Windows 2003 sp1 issue.
Gerald Carter [Thu, 31 Mar 2005 20:11:20 +0000 (20:11 +0000)]
r6154: fix winbindd <-> Windows 2003 sp1 issue.
Can't do LsaOpenPolicy() over schannel anymore.
This is an interesting find as it could imply that there are
other changes we haven't seen yet in sp1.

Volker, You might want to look at this for trunk.
(This used to be commit 82e3a9d9b526522376ea967c66c67b02f2c68dd8)

16 years agor6152: Correctly check OpenX open modes.
Jeremy Allison [Thu, 31 Mar 2005 19:10:59 +0000 (19:10 +0000)]
r6152: Correctly check OpenX open modes.
Jeremy.
(This used to be commit 326124a7b366feaca6162f7defae89618b005adc)

16 years agor6151: additional examples/tests for libsmbclient
Derrell Lipman [Thu, 31 Mar 2005 16:26:15 +0000 (16:26 +0000)]
r6151: additional examples/tests for libsmbclient
(This used to be commit a3bd496c921dc775b59be4ff2941f4824ffbec03)

16 years agor6149: Fixes bugs #2498 and 2484.
Derrell Lipman [Thu, 31 Mar 2005 05:06:04 +0000 (05:06 +0000)]
r6149: Fixes bugs #2498 and 2484.

1. using smbc_getxattr() et al, one may now request all access control
   entities in the ACL without getting all other NT attributes.
2. added the ability to exclude specified attributes from the result set
   provided by smbc_getxattr() et al, when requesting all attributes,
   all NT attributes, or all DOS attributes.
3. eliminated all compiler warnings, including when --enable-developer
   compiler flags are in use.  removed -Wcast-qual flag from list, as that
   is specifically to force warnings in the case of casting away qualifiers.

Note: In the process of eliminating compiler warnings, a few nasties were
      discovered.  In the file libads/sasl.c, PRIVATE kerberos interfaces
      are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED
      kerberos interfaces are being used.  Someone who knows kerberos
      should look at these and determine if there is an alternate method
      of accomplishing the task.
(This used to be commit 994694f7f26da5099f071e1381271a70407f33bb)

16 years agor6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttrans_create.
Jeremy Allison [Thu, 31 Mar 2005 02:12:09 +0000 (02:12 +0000)]
r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttrans_create.
Jeremy.
(This used to be commit 989fcb4c084c63f1e3b114af68ef5bc0a2fbc09e)

16 years agor6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.
Jeremy Allison [Thu, 31 Mar 2005 00:36:22 +0000 (00:36 +0000)]
r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.
Jeremy.
(This used to be commit 106f91ff65acd23a7dda4d0ec89ae41ecb28153e)

16 years agor6138: Refactor length reading out of EA code so we can read length
Jeremy Allison [Wed, 30 Mar 2005 20:53:02 +0000 (20:53 +0000)]
r6138: Refactor length reading out of EA code so we can read length
external to buffer. Needed to add EA code to create calls.
Jeremy.
(This used to be commit 7c4262d6ba48695c2622ea2eba8da6ac889ce543)

16 years agor6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers". The
Derrell Lipman [Wed, 30 Mar 2005 04:40:24 +0000 (04:40 +0000)]
r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers".  The
whole of samba comiles warning-free with the default compiler flags.

Temporarily defined -Wall to locate other potential problems.  Found an
unused static function (#ifdefed out rather than deleted, in case it's
needed for something in progress).

There are also a number of uses of undeclared functions, mostly krb5_*.
Files with these problems need to have appropriate header files included,
but they are not fixed in this update.

oplock_linux.c.c has undefined functions capget() and capset(), which need
to have "#undef _POSIX_SOURCE" specified before including <sys/capability.h>,
but that could potentially have other side effects, so that remains uncorrected
as well.

The flag -Wall should be added permanently to CFLAGS, and all warnings then
generated should be eliminated.
(This used to be commit 5b19ede88ed80318e392f8017f4573fbb2ecbe0f)

16 years agor6126: added utility for testing smbc_stat()
Derrell Lipman [Wed, 30 Mar 2005 02:39:22 +0000 (02:39 +0000)]
r6126: added utility for testing smbc_stat()
(This used to be commit e1df648ea13651e1df3d209937034b351a7f1c2b)