Volker Lendecke
66471de977
r5767: Get rid of some compiler warnings
2007-10-10 10:56:00 -05:00
Jeremy Allison
1ace2ca1be
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.
2007-10-10 10:56:00 -05:00
Günther Deschner
0f25c35fb9
r5760: Be more verbose on listing forms.
...
Guenther
2007-10-10 10:56:00 -05:00
Jeremy Allison
c687e73f24
r5759: Patch from Doug VanLeuven <roamdad@sonic.net> to add more case/realm/name
...
permutations to the kerberos keytab.
Jeremy.
2007-10-10 10:55:59 -05:00
Jeremy Allison
fd1999f1d7
r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.
...
Jeremy.
2007-10-10 10:55:59 -05:00
Gerald Carter
6e8d171551
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
2007-10-10 10:55:59 -05:00
Gerald Carter
642a2d5a0a
r5751: fix another (correct) compiler warning
2007-10-10 10:55:59 -05:00
Gerald Carter
3f12dbb1cf
r5749: fix some build issues
2007-10-10 10:55:59 -05:00
Gerald Carter
68fe1f194a
r5746: remove unneeded header that caused problems on rh73
2007-10-10 10:55:59 -05:00
Günther Deschner
31bd709a41
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
2007-10-10 10:55:59 -05:00
Gerald Carter
81651b4d8b
r5740: setting version in 3.0 development branch to 3.0.13pre1
2007-10-10 10:55:58 -05:00
Gerald Carter
acbe9efeb6
r5738: fix my build breakage; fix a few compiler warnings
2007-10-10 10:55:58 -05:00
Gerald Carter
a5ea01bf15
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)
2007-10-10 10:55:58 -05:00
Jelmer Vernooij
a281148168
r5733: Don't crash when the SID column contains NULL ( Fixes #2316 )
...
Patch by Justin Ossevoort
2007-10-10 10:55:58 -05:00
Jeremy Allison
a27c351e6b
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
...
This may fix bug #2382 .
Jeremy.
2007-10-10 10:55:58 -05:00
Gerald Carter
88678bc05c
r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <derrell.lipman@unwireduniverse.com>
2007-10-10 10:55:58 -05:00
Gerald Carter
277203b535
r5726: merge LsaLookupPrivValue() code from trunk
2007-10-10 10:55:57 -05:00
Volker Lendecke
c2f710e321
r5724: Fix compiler warning
2007-10-10 10:55:57 -05:00
Jeremy Allison
710bceee32
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.
2007-10-10 10:55:57 -05:00
Jeremy Allison
4f3b12ac73
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.
2007-10-10 10:55:57 -05:00
Jelmer Vernooij
5c682c665d
r5718: Don't update fields that haven't changed ( fixes #1957 )
2007-10-10 10:55:57 -05:00
Gerald Carter
fa7eb56933
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
2007-10-10 10:55:56 -05:00
Steve French
af12daba2a
r5715: Update for new CIFS POSIX info levels
2007-10-10 10:55:56 -05:00
Gerald Carter
c1727dc9e0
r5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure that uidNumber and gidNumber use match the rfc2307 schema
2007-10-10 10:55:56 -05:00
Gerald Carter
6511bfe84a
r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capability bit
2007-10-10 10:55:56 -05:00
Jelmer Vernooij
710ce847a7
r5705: Have unknown_6 default to 1260 ( fixed #892 )
2007-10-10 10:55:56 -05:00
Jeremy Allison
4f2da9ecf1
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.
2007-10-10 10:55:55 -05:00
Jeremy Allison
76fb181031
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.
2007-10-10 10:55:55 -05:00
Gerald Carter
5216728d82
r5696: BUG 2355: use bsd style commands for 'printing = cups' but \!defined(HAVE_CUPS)
2007-10-10 10:55:55 -05:00
Volker Lendecke
6fad82d3d5
r5692: Fix compile warnings
2007-10-10 10:55:55 -05:00
Gerald Carter
f75369ec86
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.
2007-10-10 10:55:55 -05:00
Jim McDonough
dafdd8d074
r5689: Allow for better protection of sensitive attributes in IBM Directory Server.
2007-10-10 10:55:55 -05:00
Steve French
58afef91c5
r5688: ignore user_xattr mount parm so as not to confuse it with a user name
2007-10-10 10:55:55 -05:00
Jeremy Allison
84e7b7db89
r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>.
...
smbtar shouldn't assume /dev/null means dryrun.
Jeremy.
2007-10-10 10:55:54 -05:00
Gerald Carter
a42e3fc63c
r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined
2007-10-10 10:55:54 -05:00
Gerald Carter
98596037ca
r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> to define 'lpstat' printcap output on HPUX
2007-10-10 10:55:54 -05:00
Gerald Carter
743ddbc7f2
r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows NT x86' driver remains'
2007-10-10 10:55:54 -05:00
Volker Lendecke
f74737ce57
r5657: Fix uninitialized variable warning
2007-10-10 10:55:54 -05:00
Jeremy Allison
6f5ea963ab
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.
2007-10-10 10:55:54 -05:00
Volker Lendecke
49c3e04632
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
2007-10-10 10:55:53 -05:00
John Terpstra
7df1cfed72
r5653: Fixiing typos.
2007-10-10 10:55:53 -05:00
Herb Lewis
bd4405b415
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
2007-10-10 10:55:53 -05:00
Volker Lendecke
eb4ef94f24
r5647: Caches are good for performance, but you get a consistency problem.
...
Fix bug # 2401.
Volker
2007-10-10 10:55:53 -05:00
Tim Potter
ce0dedea8d
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.
2007-10-10 10:55:53 -05:00
Jeremy Allison
69e99d97d1
r5641: Fix from James Peach @ SGI for oplock2 test.
...
Jeremy.
2007-10-10 10:55:53 -05:00
Steve French
8bd98b643d
r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to FastConnect AIX SMB server)
2007-10-10 10:55:53 -05:00
Steve French
0f188da857
r5639: update smb.h with missing defines
2007-10-10 10:55:52 -05:00
Jeremy Allison
4348ca4854
r5637: Actually test and fix the crash bugs (sorry:-).
...
Jeremy.
2007-10-10 10:55:52 -05:00
Jeremy Allison
833ca10177
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.
2007-10-10 10:55:52 -05:00
Jeremy Allison
ff4c201d93
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.
2007-10-10 10:55:51 -05:00