ira/wip.git
15 years agoMove sys_symlink() to libreplace.
Jelmer Vernooij [Sat, 1 Nov 2008 02:35:58 +0000 (03:35 +0100)]
Move sys_symlink() to libreplace.

15 years agoMove sys_readlink() to libreplace.
Jelmer Vernooij [Sat, 1 Nov 2008 02:33:39 +0000 (03:33 +0100)]
Move sys_readlink() to libreplace.

15 years agoMove sys_link to libreplace.
Jelmer Vernooij [Sat, 1 Nov 2008 02:30:47 +0000 (03:30 +0100)]
Move sys_link to libreplace.

15 years agoUse 'regular' chown, libreplace will provide (dummy) replacement if necessary.
Jelmer Vernooij [Sat, 1 Nov 2008 02:29:06 +0000 (03:29 +0100)]
Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.

15 years agoMove sys_chown() to rep_chown().
Jelmer Vernooij [Sat, 1 Nov 2008 02:27:45 +0000 (03:27 +0100)]
Move sys_chown() to rep_chown().

15 years agoOnly provide valgrind_strlen prototype when it's being compiled in.
Jelmer Vernooij [Sat, 1 Nov 2008 02:27:41 +0000 (03:27 +0100)]
Only provide valgrind_strlen prototype when it's being compiled in.

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Sat, 1 Nov 2008 02:15:59 +0000 (03:15 +0100)]
Merge branch 'master' of git://git.samba.org/samba

15 years agoproto.h: Remove prototypes already in other header files.
Jelmer Vernooij [Sat, 1 Nov 2008 02:15:10 +0000 (03:15 +0100)]
proto.h: Remove prototypes already in other header files.

15 years agoSamba3: Include util.h header file rather than having custom prototypes.
Jelmer Vernooij [Sat, 1 Nov 2008 02:14:43 +0000 (03:14 +0100)]
Samba3: Include util.h header file rather than having custom prototypes.

15 years agoGet closer to passing S4 RAW-ACLs.
Jeremy Allison [Sat, 1 Nov 2008 01:04:53 +0000 (18:04 -0700)]
Get closer to passing S4 RAW-ACLs.
Jeremy.

15 years agos4-smbtorture: fix segfault in RPC-SAMLOGON test.
Günther Deschner [Sat, 1 Nov 2008 00:37:31 +0000 (01:37 +0100)]
s4-smbtorture: fix segfault in RPC-SAMLOGON test.

Use torture_context when calling test_ChangePasswordUser3.

Guenther

15 years agos3-net: fix build warning.
Günther Deschner [Fri, 31 Oct 2008 23:00:03 +0000 (00:00 +0100)]
s3-net: fix build warning.

Jeremy, please check.

Guenther

15 years agos3-accessmask: re-run make samba3-idl and remove duplicate copies.
Günther Deschner [Fri, 31 Oct 2008 21:39:25 +0000 (22:39 +0100)]
s3-accessmask: re-run make samba3-idl and remove duplicate copies.

Guenther

15 years agosecurity-idl: fix typo.
Günther Deschner [Fri, 31 Oct 2008 22:58:25 +0000 (23:58 +0100)]
security-idl: fix typo.

Guenther

15 years agoAnother unused variable.
Jeremy Allison [Sat, 1 Nov 2008 00:25:44 +0000 (17:25 -0700)]
Another unused variable.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Fri, 31 Oct 2008 23:34:39 +0000 (00:34 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoSplit out torture results from torture context.
Jelmer Vernooij [Fri, 31 Oct 2008 23:24:55 +0000 (00:24 +0100)]
Split out torture results from torture context.

15 years agoRemove a pointles call to smb_bufrem
Volker Lendecke [Fri, 31 Oct 2008 21:02:45 +0000 (22:02 +0100)]
Remove a pointles call to smb_bufrem

This call expanded to

(smb_buflen(req->inbuf)
  - PTR_DIFF(smb_buf(req->inbuf) - smb_buf(req->inbuf)))

which seems pretty pointless :-)

15 years agosecurity-idl: add STANDARD_RIGHTS_X bits.
Günther Deschner [Thu, 23 Oct 2008 23:58:05 +0000 (01:58 +0200)]
security-idl: add STANDARD_RIGHTS_X bits.

Guenther

15 years agos3-samr: remove duplicate copies of Alias Object specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:53:11 +0000 (19:53 +0200)]
s3-samr: remove duplicate copies of Alias Object specific access rights.

Guenther

15 years agos3-samr-idl: add Alias Object specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:52:34 +0000 (19:52 +0200)]
s3-samr-idl: add Alias Object specific access rights.

Guenther

15 years agos3-samr: remove duplicate copies of Group Object specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:45:58 +0000 (19:45 +0200)]
s3-samr: remove duplicate copies of Group Object specific access rights.

Guenther

15 years agos3-samr-idl: add Group Object specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:45:17 +0000 (19:45 +0200)]
s3-samr-idl: add Group Object specific access rights.

Guenther

15 years agos3-samr: remove duplicate copies of Domain Object specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:39:14 +0000 (19:39 +0200)]
s3-samr: remove duplicate copies of Domain Object specific access rights.

Guenther

15 years agos3-samr-idl: add Domain Object specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:38:21 +0000 (19:38 +0200)]
s3-samr-idl: add Domain Object specific access rights.

Guenther

15 years agos3-samr: remove duplicate copies of SAM user specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:24:41 +0000 (19:24 +0200)]
s3-samr: remove duplicate copies of SAM user specific access rights.

Guenther

15 years agos3-samr-idl: add User Object specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:23:43 +0000 (19:23 +0200)]
s3-samr-idl: add User Object specific access rights.

Guenther

15 years agos3-samr: remove duplicate copies of SAM server specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:01:04 +0000 (19:01 +0200)]
s3-samr: remove duplicate copies of SAM server specific access rights.

Guenther

15 years agos3-samr-idl: add SAM server specific access rights.
Günther Deschner [Thu, 23 Oct 2008 17:00:21 +0000 (19:00 +0200)]
s3-samr-idl: add SAM server specific access rights.

Guenther

15 years agoTypo
Volker Lendecke [Fri, 31 Oct 2008 18:57:47 +0000 (19:57 +0100)]
Typo

15 years agoUnify se_access_check with the S4 code. Will make
Jeremy Allison [Fri, 31 Oct 2008 17:51:45 +0000 (10:51 -0700)]
Unify se_access_check with the S4 code. Will make
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier
for files.
Jeremy.

15 years agoAdd comments in torture code, allow creating subcontexts.
Jelmer Vernooij [Fri, 31 Oct 2008 15:37:02 +0000 (16:37 +0100)]
Add comments in torture code, allow creating subcontexts.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Fri, 31 Oct 2008 15:17:10 +0000 (16:17 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agodcerpc: Fix include path so header installer translates it correctly during install.
Jelmer Vernooij [Fri, 31 Oct 2008 15:15:08 +0000 (16:15 +0100)]
dcerpc: Fix include path so header installer translates it correctly during install.

15 years agosamba4.rpc.samr: Use torture API in a couple more places.
Jelmer Vernooij [Fri, 31 Oct 2008 15:09:29 +0000 (16:09 +0100)]
samba4.rpc.samr: Use torture API in a couple more places.

15 years agobuild: re-run make samba3-idl.
Günther Deschner [Fri, 31 Oct 2008 14:33:38 +0000 (15:33 +0100)]
build: re-run make samba3-idl.

Guenther

15 years agosrvsvc: fix typo in srvsvc_NetSrvInfo403.
Günther Deschner [Fri, 31 Oct 2008 14:33:14 +0000 (15:33 +0100)]
srvsvc: fix typo in srvsvc_NetSrvInfo403.

Guenther

15 years agosamba4.rpc.samr: Use more torture API functions
Jelmer Vernooij [Fri, 31 Oct 2008 14:24:24 +0000 (15:24 +0100)]
samba4.rpc.samr: Use more torture API functions

15 years agoDisable lanman authentication by default in Samba 4.
Jelmer Vernooij [Fri, 31 Oct 2008 14:07:34 +0000 (15:07 +0100)]
Disable lanman authentication by default in Samba 4.

15 years agoerrors: share dcerpc error function.
Günther Deschner [Wed, 29 Oct 2008 22:21:06 +0000 (23:21 +0100)]
errors: share dcerpc error function.

Guenther

15 years agouse the new CH_UTF16_MUNGED charset for utf16 password buffers
Andrew Tridgell [Fri, 31 Oct 2008 04:48:47 +0000 (15:48 +1100)]
use the new CH_UTF16_MUNGED charset for utf16 password buffers

now to work out how to test this ...

15 years agofinished adding UTF16_MUNGED charset
Andrew Tridgell [Fri, 31 Oct 2008 04:41:34 +0000 (15:41 +1100)]
finished adding UTF16_MUNGED charset

Changed the approach for the charset to go via utf16, which makes a
bit more sense to read.

Added a testsuiite for UTF16_MUNGED as part of LOCAL-ICONV

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell [Fri, 31 Oct 2008 02:55:26 +0000 (13:55 +1100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoadded a new charset for string2key
Andrew Tridgell [Fri, 31 Oct 2008 02:51:37 +0000 (13:51 +1100)]
added a new charset for string2key

This charset follows the rules for converting random buffers to utf8
strings, matching the way windows does it. This should allow us to be
compatible for the generation of AES keys

15 years agosrvsvc: re-move idl file to main directory.
Günther Deschner [Fri, 31 Oct 2008 02:07:28 +0000 (03:07 +0100)]
srvsvc: re-move idl file to main directory.

Guenther

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Fri, 31 Oct 2008 01:49:43 +0000 (02:49 +0100)]
Merge branch 'master' of git://git.samba.org/samba

15 years agos3-build: re-run make samba3-idl.
Günther Deschner [Thu, 30 Oct 2008 17:23:13 +0000 (18:23 +0100)]
s3-build: re-run make samba3-idl.

Guenther

15 years agosrvsvc: share srvsvc idl between s3 and s4.
Günther Deschner [Thu, 30 Oct 2008 17:22:43 +0000 (18:22 +0100)]
srvsvc: share srvsvc idl between s3 and s4.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetShareEnum from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 17:21:49 +0000 (18:21 +0100)]
s4-srvsvc: merge srvsvc_NetShareEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetShareEnumAll from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 17:02:40 +0000 (18:02 +0100)]
s4-srvsvc: merge srvsvc_NetShareEnumAll from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetSessEnum from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 16:21:31 +0000 (17:21 +0100)]
s4-srvsvc: merge srvsvc_NetSessEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetFileEnum from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 16:05:11 +0000 (17:05 +0100)]
s4-srvsvc: merge srvsvc_NetFileEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetConnEnum from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 15:59:03 +0000 (16:59 +0100)]
s4-srvsvc: merge srvsvc_NetConnEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetCharDevQEnum from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 15:49:21 +0000 (16:49 +0100)]
s4-srvsvc: merge srvsvc_NetCharDevQEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetCharDevEnum from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 15:34:28 +0000 (16:34 +0100)]
s4-srvsvc: merge srvsvc_NetCharDevEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetDiskEnum from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 10:21:52 +0000 (11:21 +0100)]
s4-srvsvc: merge srvsvc_NetDiskEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetFileGetInfo from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 19:53:28 +0000 (20:53 +0100)]
s4-srvsvc: merge srvsvc_NetFileGetInfo from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetCharDevQGetInfo from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 19:50:15 +0000 (20:50 +0100)]
s4-srvsvc: merge srvsvc_NetCharDevQGetInfo from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetCharDevGetInfo from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 19:44:04 +0000 (20:44 +0100)]
s4-srvsvc: merge srvsvc_NetCharDevGetInfo from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetSrvGetInfo from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 19:39:57 +0000 (20:39 +0100)]
s4-srvsvc: merge srvsvc_NetSrvGetInfo from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetSrvSetInfo from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 18:28:11 +0000 (19:28 +0100)]
s4-srvsvc: merge srvsvc_NetSrvSetInfo from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetTransportEnum from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 15:33:47 +0000 (16:33 +0100)]
s4-srvsvc: merge srvsvc_NetTransportEnum from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetTransportDel from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 14:53:27 +0000 (15:53 +0100)]
s4-srvsvc: merge srvsvc_NetTransportDel from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetShareGetInfo from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 14:38:18 +0000 (15:38 +0100)]
s4-srvsvc: merge srvsvc_NetShareGetInfo from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetShareSetInfo from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 14:11:27 +0000 (15:11 +0100)]
s4-srvsvc: merge srvsvc_NetShareSetInfo from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetShareAdd from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 13:52:49 +0000 (14:52 +0100)]
s4-srvsvc: merge srvsvc_NetShareAdd from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetServerStatisticsGet from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 13:24:18 +0000 (14:24 +0100)]
s4-srvsvc: merge srvsvc_NetServerStatisticsGet from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetShareCheck from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 13:19:14 +0000 (14:19 +0100)]
s4-srvsvc: merge srvsvc_NetShareCheck from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetPathType from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 13:04:28 +0000 (14:04 +0100)]
s4-srvsvc: merge srvsvc_NetPathType from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetPathCanonicalize from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 13:03:09 +0000 (14:03 +0100)]
s4-srvsvc: merge srvsvc_NetPathCanonicalize from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetRemoteTOD from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 13:01:04 +0000 (14:01 +0100)]
s4-srvsvc: merge srvsvc_NetRemoteTOD from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetSetFileSecurity from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 12:52:23 +0000 (13:52 +0100)]
s4-srvsvc: merge srvsvc_NetSetFileSecurity from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetSetFileSecurity from s3 idl.
Günther Deschner [Wed, 29 Oct 2008 12:50:17 +0000 (13:50 +0100)]
s4-srvsvc: merge srvsvc_NetSetFileSecurity from s3 idl.

Guenther

15 years agos4-srvsvc: merge srvsvc_NetShareInfo502 from s3.
Günther Deschner [Wed, 29 Oct 2008 20:04:31 +0000 (21:04 +0100)]
s4-srvsvc: merge srvsvc_NetShareInfo502 from s3.

Apparently both s3 and s4 are not entirely correct one this. metze is looking
into hand-marshalling security descriptors so this will fix this finally. For
now, just keep the two in sync.

Guenther

15 years agos4-srvsvc-idl: pure cosmetic merge from s3 idl.
Günther Deschner [Thu, 30 Oct 2008 18:03:02 +0000 (19:03 +0100)]
s4-srvsvc-idl: pure cosmetic merge from s3 idl.

Guenther

15 years agos4-srvsvc-idl: use maxuses as uint32 consistently.
Günther Deschner [Thu, 30 Oct 2008 18:06:58 +0000 (19:06 +0100)]
s4-srvsvc-idl: use maxuses as uint32 consistently.

Guenther

15 years agos3-srvsvc-idl: fix srvsvc_NetCharDevQEnum.
Günther Deschner [Thu, 30 Oct 2008 15:48:26 +0000 (16:48 +0100)]
s3-srvsvc-idl: fix srvsvc_NetCharDevQEnum.

Guenther

15 years agos3-srvsvc-idl: fix srvsvc_NetCharDevEnum.
Günther Deschner [Thu, 30 Oct 2008 15:20:51 +0000 (16:20 +0100)]
s3-srvsvc-idl: fix srvsvc_NetCharDevEnum.

Guenther

15 years agos3-srvsvc-idl: add missing field to srvsvc_SrvInfo402/403.
Günther Deschner [Thu, 30 Oct 2008 15:14:07 +0000 (16:14 +0100)]
s3-srvsvc-idl: add missing field to srvsvc_SrvInfo402/403.

Guenther

15 years agos3-srvsvc-idl: merge STR_LEN4 removal from s4.
Günther Deschner [Thu, 30 Oct 2008 10:07:24 +0000 (11:07 +0100)]
s3-srvsvc-idl: merge STR_LEN4 removal from s4.

Guenther

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Fri, 31 Oct 2008 01:40:28 +0000 (02:40 +0100)]
Merge branch 'master' of git://git.samba.org/samba

15 years agoStart moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr module...
Jeremy Allison [Thu, 30 Oct 2008 23:13:03 +0000 (16:13 -0700)]
Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr module. Inheritance fails at the moment though.
Jeremy.

15 years agomksyms.sh: Fix typo in comment.
Jelmer Vernooij [Thu, 30 Oct 2008 22:50:35 +0000 (23:50 +0100)]
mksyms.sh: Fix typo in comment.

15 years agoDon't create LanMan Directory Replication Service key (bug 4934).
Jelmer Vernooij [Thu, 30 Oct 2008 22:39:38 +0000 (23:39 +0100)]
Don't create LanMan Directory Replication Service key (bug 4934).

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Thu, 30 Oct 2008 22:29:14 +0000 (23:29 +0100)]
Merge branch 'master' of git://git.samba.org/samba

15 years agoFix building of SWIG files from merged build.
Jelmer Vernooij [Thu, 30 Oct 2008 22:28:50 +0000 (23:28 +0100)]
Fix building of SWIG files from merged build.

15 years agoFix installation of Samba 4 during merged build.
Jelmer Vernooij [Thu, 30 Oct 2008 22:19:51 +0000 (23:19 +0100)]
Fix installation of Samba 4 during merged build.

15 years agoInherit Windows ACLs on a new directory.
Jeremy Allison [Thu, 30 Oct 2008 20:51:28 +0000 (13:51 -0700)]
Inherit Windows ACLs on a new directory.
Jeremy.

15 years agouse glibc sys/inotify.h header
Andrew Tridgell [Thu, 30 Oct 2008 19:30:04 +0000 (12:30 -0700)]
use glibc sys/inotify.h header

when we first added the inotify code glibc didn't have the inotify
functions yet. Now that it does we can use the official header and
avoid the asm/unistd.h syscall workaround

15 years agoFix Debian maintainers email address.
Jelmer Vernooij [Thu, 30 Oct 2008 16:19:19 +0000 (17:19 +0100)]
Fix Debian maintainers email address.

15 years agoRevert "Length comparison of the linearized version is not correct."
Simo Sorce [Thu, 30 Oct 2008 12:28:07 +0000 (08:28 -0400)]
Revert "Length comparison of the linearized version is not correct."

This reverts commit 753af36a3e194f645ec0b68a033199035e71c909.

15 years agouse glibc sys/inotify.h header
Andrew Tridgell [Thu, 30 Oct 2008 04:53:46 +0000 (15:53 +1100)]
use glibc sys/inotify.h header

when we first added the inotify code glibc didn't have the inotify
functions yet. Now that it does we can use the official header and
avoid the asm/unistd.h syscall workaround

15 years agoMerge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison [Thu, 30 Oct 2008 00:10:04 +0000 (17:10 -0700)]
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba

15 years agoFix CID: 456 - resource leak on function exit.
Jeremy Allison [Thu, 30 Oct 2008 00:07:14 +0000 (17:07 -0700)]
Fix CID: 456 - resource leak on function exit.
Jeremy.

15 years agoFix CID 606 - failed to return -1 after socket() fail.
Jeremy Allison [Wed, 29 Oct 2008 23:43:19 +0000 (16:43 -0700)]
Fix CID 606 - failed to return -1 after socket() fail.
Jeremy.

15 years agoFix CID 574 - tidies up the code expression.
Jeremy Allison [Wed, 29 Oct 2008 23:28:57 +0000 (16:28 -0700)]
Fix CID 574 - tidies up the code expression.
Jeremy.

15 years agoCoverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).
Jeremy Allison [Wed, 29 Oct 2008 23:02:45 +0000 (16:02 -0700)]
Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).
Jeremy.

15 years agoCoverity fix #CID: 607 - resource leak on error path.
Jeremy Allison [Wed, 29 Oct 2008 22:55:45 +0000 (15:55 -0700)]
Coverity fix #CID: 607 - resource leak on error path.
Jeremy.

15 years agoLength comparison of the linearized version is not correct.
Simo Sorce [Wed, 29 Oct 2008 12:34:05 +0000 (08:34 -0400)]
Length comparison of the linearized version is not correct.
The linearized version is not casefolded so length might not match
and yet the strings be equivalent. This can happen if one component
is case-insensitive and a letter that have an uppercase version of
a multibyte character that differ in legth from the corresponding
lowercase one.

15 years agoMerge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison [Wed, 29 Oct 2008 20:27:59 +0000 (13:27 -0700)]
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba