Volker Lendecke
2a7601fcb4
r14134: Fix Coverity bug # 137
...
(This used to be commit 62e58d939b
)
2007-10-10 11:15:13 -05:00
Volker Lendecke
4d0795a21b
r14133: Fix Coverity bug # 140
...
(This used to be commit 5007f53eb5
)
2007-10-10 11:15:12 -05:00
Volker Lendecke
58e00365c6
r14132: Fix Coverity bug # 150.
...
Jerry, you might want to check this.
Thanks
Volker
(This used to be commit 9ec671c2f8
)
2007-10-10 11:15:12 -05:00
Volker Lendecke
645826673a
r14131: Fix Coverity bug # 127
...
(This used to be commit c105bfae26
)
2007-10-10 11:11:14 -05:00
Günther Deschner
c077d363a4
r14130: Remove make_server_info_pac alltogether, make_server_info_info3 does
...
already do what we need.
Guenther
(This used to be commit 773e33c971
)
2007-10-10 11:11:14 -05:00
Günther Deschner
d3d4e22478
r14129: Add the group sids from the Kerberos PAC to the user token.
...
Guenther
(This used to be commit 1280d79111
)
2007-10-10 11:11:14 -05:00
Steve French
58752bccdd
r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in error path)
...
(This used to be commit 33a1e26114
)
2007-10-10 11:11:14 -05:00
Steve French
f3b39786db
r14127: Remove coverity warning on mount.cifs.c
...
(This used to be commit 2ec51635ae
)
2007-10-10 11:11:13 -05:00
Steve French
84c398a72e
r14126: resolve two warnings from the coverity scan
...
(This used to be commit 32c7243b80
)
2007-10-10 11:11:13 -05:00
Jeremy Allison
dc93156fe9
r14121: We never pass NULL to the rpc_api_pipe fn so don't
...
trigger coverity checks by testing for NULL.
Jeremy.
(This used to be commit 6b44841592
)
2007-10-10 11:11:13 -05:00
Jeremy Allison
acf0c6fb66
r14118: Fix coverity bug #24 . Missing return statement meant
...
a possible NULL ptr deref.
Jeremy.
(This used to be commit 78ac3f9cbd
)
2007-10-10 11:11:13 -05:00
Jeremy Allison
b19d871a1a
r14115: Fix coverity bug #23 . Don't deref a potentially null ptr.
...
Jeremy.
(This used to be commit df32eb70a4
)
2007-10-10 11:11:13 -05:00
Gerald Carter
1de2983de4
r14112: * fix checks on return code from register_vuid() which could actually
...
fail and we would still return success in the SMBsesssetup reply :-(
* Make sure to create the local token for the server_fino struct
in reply_spnego_kerberos() so that register_vuid() does not fail.
(how did this ever work?)
(This used to be commit 8dafa45b97
)
2007-10-10 11:11:13 -05:00
James Peach
f0210601d1
r14111: Work around additional typedefs in the gamin implementation
...
of the FAM API.
(This used to be commit dc96ce90e5
)
2007-10-10 11:11:12 -05:00
Jeremy Allison
433e171482
r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !
...
Jeremy.
(This used to be commit 7d50966d7f
)
2007-10-10 11:11:12 -05:00
Volker Lendecke
b3d058a0ec
r14103: Fix a memleak found by valgrind (!!)
...
(This used to be commit b880602c4c
)
2007-10-10 11:11:12 -05:00
Volker Lendecke
56a99b1d1c
r14102: Fix Coverity bug # 70
...
(This used to be commit 56dc19879c
)
2007-10-10 11:11:12 -05:00
Volker Lendecke
35d2856ae3
r14101: Fix a segfault in trustdom establish, cli is NULL here.
...
(This used to be commit 1df58c7a00
)
2007-10-10 11:11:12 -05:00
Volker Lendecke
d95efac94d
r14099: Fix Coverity # 113
...
(This used to be commit db00570535
)
2007-10-10 11:11:12 -05:00
Volker Lendecke
10373355df
r14098: Fix Coverity # 112
...
(This used to be commit 121a350b92
)
2007-10-10 11:11:11 -05:00
Jeremy Allison
aa3cab954e
r14092: Fix coverity bug #22 . Ensure no possible null
...
deref.
Jeremy.
(This used to be commit 0026fb0b28
)
2007-10-10 11:11:11 -05:00
Jeremy Allison
d12fd8dcb7
r14090: Fix coverity bug #21 , don't deref potential null.
...
Jeremy.
(This used to be commit 76c4d5212b
)
2007-10-10 11:11:11 -05:00
Jeremy Allison
e096440b74
r14088: Fix Coverity bug #20 . Don't deref possible null.
...
Jeremy.
(This used to be commit 7f3ace5481
)
2007-10-10 11:11:11 -05:00
Jeremy Allison
485714ac6b
r14087: Protect against domain being NULL. Finish Coverity #152 .
...
Jeremy.
(This used to be commit 88dd4ab481
)
2007-10-10 11:11:11 -05:00
Jim McDonough
cc7b53f673
r14085: Fix coverity bg #152 , uninit'ed var.
...
(This used to be commit d8e69c18e0
)
2007-10-10 11:11:11 -05:00
Jeremy Allison
a9d1af9d31
r14083: Fix coverity bug #19 . Don't deref possible NULL.
...
Jeremy.
(This used to be commit fc8e1e5c02
)
2007-10-10 11:11:11 -05:00
Jeremy Allison
d785b61a16
r14080: Fix Coverity bug #18 . Ensure non-null before ref.
...
Jeremy.
(This used to be commit 617c5805e5
)
2007-10-10 11:11:10 -05:00
Gerald Carter
17c354acf3
r14077: fix build breakage
...
(This used to be commit a40a7f5ea1
)
2007-10-10 11:11:10 -05:00
Günther Deschner
ba8eff660b
r14076: When the backends trusted_domains call comes back with no trusts the
...
NTSTATUS code will be NT_STATUS_NO_MORE_ENTRIES. In that case store
NT_STATUS_OK in the centry so that the entry does not automatically
deleted upon startup or invalidated upon next query.
Guenther
(This used to be commit 200d456661
)
2007-10-10 11:11:10 -05:00
Gerald Carter
9f18298bee
r14075: * add support for long variable names in smb.conf in the form of %(....)
...
* add support for %(DomainSID)
* replace standard_sub_XXX() functions with wrappers around their
alloc_sub_XXX() counterparts
* add support for using SIDs in read list, et. al. (anything that
is checked by nt_token_contains_name_in_list())
(This used to be commit 71d960250d
)
2007-10-10 11:11:09 -05:00
Günther Deschner
e11a85eebd
r14074: Some cleanup; there is no point in declaring and mapping
...
KRB5KRB_ERR_RESPONSE_TOO_BIG when the krb5 library does not know about
this.
Guenther
(This used to be commit 4a1a3c4808
)
2007-10-10 11:11:09 -05:00
Günther Deschner
aeea749548
r14062: Forgot those in the uint16/32 acb_info switch.
...
Guenther
(This used to be commit 0167b6cca8
)
2007-10-10 11:11:09 -05:00
Günther Deschner
fc5a7fe064
r14061: Some debugging for the new LOGON/ACB-flags.
...
Guenther
(This used to be commit 7616317f9f
)
2007-10-10 11:11:09 -05:00
Günther Deschner
1b0211ca13
r14060: Only set the last rebind timestamp when we did rebind after a non-read
...
LDAP operation. That way we avoid the replication sleep after a simple
redirected search operation
Guenther
(This used to be commit d236caac21
)
2007-10-10 11:11:09 -05:00
Lars Müller
16ea81ba7f
r14057: Remove generated script/gen-8bit-gap.sh while calling rule realclean.
...
Ignore script/gen-8bit-gap.sh in branches/SAMBA_3_0/source/script as we
already do in trunk.
(This used to be commit b974b1879c
)
2007-10-10 11:11:09 -05:00
Lars Müller
24decd1233
r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we have
...
to substitute rootsbindir in {,un}installbin.sh.in.
Pass $prefix as third arg to installbin/ uninstallbin as rootsbindir by
default is $prefix/sbin.
(This used to be commit 7773b8c9e0
)
2007-10-10 11:11:09 -05:00
Jim McDonough
924be04217
r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path for
...
users/workstations
(This used to be commit 2690f015be
)
2007-10-10 11:11:08 -05:00
Lars Müller
f27228fc31
r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.
...
I suggest to stay with ^BASEDIR= @prefix@$ for at least the next release
to give external projects - like samba-vscan project - time to adopt
this change.
BASEDIR is non of the default autoconf variables. prefix is.
Jerry1: If possible please announce this with the next release. I'll
self reply to technical.
Jerry2: This does not break your makepkg stuff as you set BASEDIR
_not_ from the Makefile.
(This used to be commit 730d5ec229
)
2007-10-10 11:11:08 -05:00
Günther Deschner
763a2d7d8e
r14051: Add remaining (documented) userAccountControl bits, thanks to Luke
...
Howard for pointing this out.
Guenther
(This used to be commit 170038f4cd
)
2007-10-10 11:11:08 -05:00
Günther Deschner
ca3df1d3f9
r14050: Add the ACB_PWEXPIRED bit abartlet has found.
...
Guenther
(This used to be commit 5fa3f26b4c
)
2007-10-10 11:11:08 -05:00
Günther Deschner
06d6325da1
r14049: Found some more MSV1_0 bits and their behaviour;
...
just for documentation purpose.
Guenther
(This used to be commit 0b00424e07
)
2007-10-10 11:11:08 -05:00
Jeremy Allison
b05af76541
r14047: Coverity fix #17 . Ensure srv_name and info cannot
...
be zero before deref.
Jeremy.
(This used to be commit fbf9db6624
)
2007-10-10 11:11:08 -05:00
Jeremy Allison
d8ba987bfe
r14045: Coverity fix #14 . Ensure if len is set buf != NULL.
...
Jeremy.
(This used to be commit fb1a607332
)
2007-10-10 11:11:07 -05:00
Jeremy Allison
8d1dd8bb96
r14043: After discussion with Jerry revert part of the
...
Coverity null-ref patch - put prs_rpcbuffer_p
back to the way it was (with an additional
coverity paranoia check) - move the real test
into rpcbuf_alloc_size instead.
Jeremy.
(This used to be commit f74993e65c
)
2007-10-10 11:11:07 -05:00
Gerald Carter
29c8cef22d
r14042: check that create_local_nt_token() succeeds before dereferncing the NT_USER_TOKEN*
...
(This used to be commit 4e5df4cb64
)
2007-10-10 11:11:07 -05:00
Volker Lendecke
753dcde401
r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.
...
net rpc vampire is ugly....
Volker
(This used to be commit c1ea48949d
)
2007-10-10 11:11:07 -05:00
Volker Lendecke
3cc8b8125a
r14035: Fix Coverity bug # 124
...
(This used to be commit 9fe21fd032
)
2007-10-10 11:11:07 -05:00
Volker Lendecke
991fd6c28e
r14034: Fix Coverity id # 125.
...
Jeremy, you might want to take a look here.
Volker
(This used to be commit e6e29937e8
)
2007-10-10 11:11:07 -05:00
Volker Lendecke
4479d1b061
r14033: Fix Coverity bug # 126
...
(This used to be commit bb6d678575
)
2007-10-10 11:11:06 -05:00
Jeremy Allison
77709e58ad
r14031: Coverity bug CID #110 . Free all resources correctly
...
on pipe initialization failure.
Jeremy.
(This used to be commit daa919a94b
)
2007-10-10 11:11:06 -05:00