1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00

17452 Commits

Author SHA1 Message Date
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
Jeremy Allison
3da5006027 r5632: Fix infinite looping bug found by nasty BlueArc test :-).
When finding a singleton directory remember that we're
at the end and don't continuously return the same name.
Jeremy.
2007-10-10 10:55:51 -05:00
Jeremy Allison
0322c58846 r5630: This may be a mistake ... needs more cthon investigation.
Jeremy.
2007-10-10 10:55:51 -05:00
Jeremy Allison
743cd4a536 r5628: Deprecate the write cache parameter - this code will go away soon.
Jeremy.
2007-10-10 10:55:51 -05:00
Jeremy Allison
b94db3a758 r5625: Reformat (tidy). 2007-10-10 10:55:51 -05:00
Jeremy Allison
f38f464c72 r5623: Horrible band-aid patch to fix Blue-Arc torture tester.
I know this isn't right but will work until I can refactor
the deny mode code with the Samba4 algorithm.
Jeremy.
2007-10-10 10:55:51 -05:00
Jeremy Allison
eb18104d10 r5616: Forgot about the sticky bit on directories (commonly set on /tmp). If this is set
then only the owner or root can delete a file. We now use
the same algorithm to check file delete.
Jeremy.
2007-10-10 10:55:50 -05:00
Gerald Carter
fb8e746ed6 r5614: fix proto for copy_fn() after changes to cli_list() 2007-10-10 10:55:50 -05:00
Tim Potter
f952da9efb r5612: Add -Wdeclaration-after-statement to CFLAGS for --enable-developer. 2007-10-10 10:55:50 -05:00
Gerald Carter
48353c199c r5608: BUG 2399 - removing dead code (not finished with bug yet). 2007-10-10 10:55:50 -05:00
Jeremy Allison
08aac40e3a r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of stat
when checking for existance of a pathname.
Jeremy.
2007-10-10 10:55:50 -05:00
Gerald Carter
a1d0be740d r5605: only display the publish check box on printer if
we are a member of an AD domain

clean up some hardcoded constands with the REG_XXX constant.
2007-10-10 10:55:50 -05:00
Jim McDonough
639de6afc0 r5600: Bring IBM Directory Server schema up to date with openldap schema 2007-10-10 10:55:49 -05:00
Gerald Carter
cb08dd5f90 r5597: full fix for BUG 2394 (unresolved symbols on IRIX) 2007-10-10 10:55:49 -05:00
Gerald Carter
0a07f2b1d9 r5596: BUG 2394: fix nmbd linking issue on IRIX 2007-10-10 10:55:49 -05:00
Jim McDonough
6884a2fa6e r5594: Fix comment to read "remove" instead of "add" 2007-10-10 10:55:49 -05:00
Jim McDonough
ec78c3f2a2 r5593: More reversal of accidental commit. 2007-10-10 10:55:49 -05:00
Jim McDonough
a5fe34ca7d r5592: Oops, accidentally committed test version of rpcclient. Reverting changes. 2007-10-10 10:55:49 -05:00
Jim McDonough
8360695fc0 r5591: Implement "net rpc trustdom del", including client side of
samr_remove_sid_from_foreign_domain.
2007-10-10 10:55:49 -05:00
Jeremy Allison
3d4d8bb654 r5589: Ensure the torture code that uses cli_list and cli_list_old
matches the new MS-DFS function prototypes. Should fix the
build farm tests.
Jeremy.
2007-10-10 10:55:48 -05:00
Jim McDonough
ffac752875 r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stop
referencing unknown_6 from sam, because it's just fixed at 1260, the max
len of LOGON_HRS.  Need to go in and mark it as "remove me" from passdb.
2007-10-10 10:55:48 -05:00
Gerald Carter
52c82b51ba r5578: get 'recurse; dir' working across multiple levels of dfs referrals
note that this does not handle the situation where the same \\server\share
is mounted mutliple times in the dfs tree since I store a single mount
path per struct cli_state *
2007-10-10 10:55:48 -05:00
Gerald Carter
d4443807bc r5577: get recurse; dir working across single level dfs referrals 2007-10-10 10:55:48 -05:00
Gerald Carter
cadd5a44e7 r5571: fix another breakage on gcc 2.96 2007-10-10 10:55:48 -05:00
Gerald Carter
3eeecff05e r5568: fix more breakage on gcc 2.96 2007-10-10 10:55:48 -05:00
Gerald Carter
67f8a1e3bc r5565: fix breakage on gcc 2.96 2007-10-10 10:55:47 -05:00
Gerald Carter
8bff048650 r5562: * bump version to 3.0.12pre2
* change special character in gd's valid workstation
  check to a '+' to be more in line with the characters
  used by valid users
2007-10-10 10:55:47 -05:00
Gerald Carter
3f5e52e908 r5560: make sure session setup message is displayed after changes to client.c 2007-10-10 10:55:47 -05:00
Günther Deschner
526d6a9493 r5556: Fix the build on AIX.
use AF_UNIX instead of AF_LOCAL (thanks to Doug VanLeuven
<roamdad-at-sonic.net>) and make smbldap_open() a bit more readable.

Guenther
2007-10-10 10:55:47 -05:00
Jeremy Allison
b9f147634d r5548: Stop lying about allocation sizes to Windows clients. It was a nice
idea, and aparently improved performance in some circumstances, but it
breaks the VC++ compiler :-(. Not cool. Fix bug #2146.
Jeremy.
2007-10-10 10:55:47 -05:00
Günther Deschner
a5e215650e r5547: Fix compile warning.
Guenther
2007-10-10 10:55:47 -05:00
Günther Deschner
67552103ee r5546: Fix some comments in "net rpc printer migrate settings"
Guenther
2007-10-10 10:55:46 -05:00
Gerald Carter
d6a05ffd66 r5545: move cli_cm_XXX() connection handling code to clidfs and out of client.c; client.c still maintains a pointer to the first connection so the change is fairly reansparent to other smbclient functions such as -L and -M 2007-10-10 10:55:46 -05:00
Jeremy Allison
5bd027e9ed r5543: Fix for bug #962 - using MB sharenames containing a ']' character.
Processing a share name is now MB safe so long as the correct
unix charset is in scope.
Jeremy.
2007-10-10 10:55:46 -05:00