summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>.Jeremy Allison2007-10-101-5/+1
| | | | | | smbtar shouldn't assume /dev/null means dryrun. Jeremy. (This used to be commit 84e7b7db8992db7812b8e09b8633c257657fb91c)
* r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already definedGerald Carter2007-10-101-0/+2
| | | | (This used to be commit a42e3fc63cdbabd96f05e6af64344e1489ebf9da)
* r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> ↵Gerald Carter2007-10-102-2/+2
| | | | | | to define 'lpstat' printcap output on HPUX (This used to be commit 98596037caa47a27c4f87793f9875ec18b0f23c2)
* r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows ↵Gerald Carter2007-10-101-8/+47
| | | | | | NT x86' driver remains' (This used to be commit 743ddbc7f204977431b8eaa48c3838b3cc9bdb11)
* r5657: Fix uninitialized variable warningVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit f74737ce574aa4b47367fccb1b95769778187515)
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2007-10-107-58/+1092
| | | | | | | | | 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. (This used to be commit 6f5ea963abe8e19d17a1803d4bedd9d87a317e58)
* r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains.Volker Lendecke2007-10-101-3/+34
| | | | | | | | TODO: This needs to be merged to trunk separately, it has changed a little, but it's friday evening here. Volker (This used to be commit 49c3e04632e9fcdf552259412e8ec54d18269516)
* r5653: Fixiing typos.John Terpstra2007-10-101-1/+1
| | | | (This used to be commit 7df1cfed723d1c22070b0a829946fe61d064e0d1)
* r5650: add help lines for net rpc group addmem and delmem commandsHerb Lewis2007-10-101-0/+2
| | | | | | partial fix for Bug 2417 - we need to look for other missing commands (This used to be commit bd4405b41592e064428bfa0dab8f216692f0fec6)
* r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke2007-10-104-0/+19
| | | | | | | Fix bug # 2401. Volker (This used to be commit eb4ef94f244d28fe531d0b9f724a66ed3834b687)
* r5645: Add an autoconf test for -Wdeclaration-after-statement so we don't add itTim Potter2007-10-101-0/+16
| | | | | to the configure.developer CFLAGS if it's not supported. (This used to be commit ce0dedea8d95f07745ba3e945dc88bceb97989d7)
* r5641: Fix from James Peach @ SGI for oplock2 test.Jeremy Allison2007-10-101-2/+3
| | | | | Jeremy. (This used to be commit 69e99d97d1547ec8f8e7f9756b87f211c90557b6)
* r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to ↵Steve French2007-10-101-1/+20
| | | | | | FastConnect AIX SMB server) (This used to be commit 8bd98b643d097cbd5e1650ec63a2f3176c3879d7)
* r5639: update smb.h with missing definesSteve French2007-10-101-0/+3
| | | | (This used to be commit 0f188da8578165077b6d6df58c6e82be11943d40)
* r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison2007-10-103-9/+9
| | | | | Jeremy. (This used to be commit 4348ca48549ded8c056877befa216f0e768cb2c1)
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2007-10-106-6/+36
| | | | | | | | "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. (This used to be commit 833ca101772bfab65dbd79eb64f63464177f144e)
* r5634: Fix 64-bit overflow problems found by BlueArc torture tester.Jeremy Allison2007-10-101-9/+0
| | | | | | | We still have a few strange bugs with 64-bit locking values. I will get traces. Jeremy. (This used to be commit ff4c201d93e1f59ce61e9341f7f94ce92389ed7b)
* r5632: Fix infinite looping bug found by nasty BlueArc test :-).Jeremy Allison2007-10-101-0/+20
| | | | | | | When finding a singleton directory remember that we're at the end and don't continuously return the same name. Jeremy. (This used to be commit 3da50060279609f534aeffe6338b0a2b07d0e8f1)
* r5630: This may be a mistake ... needs more cthon investigation.Jeremy Allison2007-10-101-0/+3
| | | | | Jeremy. (This used to be commit 0322c5884666bf62a37de069a1cd0ae888ac4285)
* r5628: Deprecate the write cache parameter - this code will go away soon.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 743cd4a53627cc2be5271fa78f6b0980a4407862)
* r5625: Reformat (tidy).Jeremy Allison2007-10-101-4/+4
| | | | (This used to be commit b94db3a75806f1b09a8a0366029812ba2195727c)
* r5623: Horrible band-aid patch to fix Blue-Arc torture tester.Jeremy Allison2007-10-101-1/+7
| | | | | | | I know this isn't right but will work until I can refactor the deny mode code with the Samba4 algorithm. Jeremy. (This used to be commit f38f464c722a441402e2d6e2622bcce9227c33b5)
* r5616: Forgot about the sticky bit on directories (commonly set on /tmp). If ↵Jeremy Allison2007-10-101-0/+16
| | | | | | | | | this is set then only the owner or root can delete a file. We now use the same algorithm to check file delete. Jeremy. (This used to be commit eb18104d10428a5daef2316088edc3dbaff58708)
* r5614: fix proto for copy_fn() after changes to cli_list()Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit fb8e746ed65fa3aacda3d6be0e3f28f690fbdacb)
* r5612: Add -Wdeclaration-after-statement to CFLAGS for --enable-developer.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit f952da9efbd11d2c84d9fe4993f70e4ceda7d9ae)
* r5608: BUG 2399 - removing dead code (not finished with bug yet).Gerald Carter2007-10-101-13/+0
| | | | (This used to be commit 48353c199cfbfd56760b34ccf99b089bb627e2ed)
* r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of statJeremy Allison2007-10-101-1/+2
| | | | | | when checking for existance of a pathname. Jeremy. (This used to be commit 08aac40e3ac0911673ea7e6ef35ba7fe9822d2fd)
* r5605: only display the publish check box on printer ifGerald Carter2007-10-101-12/+20
| | | | | | | we are a member of an AD domain clean up some hardcoded constands with the REG_XXX constant. (This used to be commit a1d0be740d9ea8c9ea8c04950da826dd84bbc51b)
* r5597: full fix for BUG 2394 (unresolved symbols on IRIX)Gerald Carter2007-10-101-17/+15
| | | | (This used to be commit cb08dd5f9087ac2e965dec8ba24c9e908fd6fcd3)
* r5596: BUG 2394: fix nmbd linking issue on IRIXGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 0a07f2b1d91e071618e67c4e9ee8274763eaf5aa)
* r5594: Fix comment to read "remove" instead of "add"Jim McDonough2007-10-101-1/+1
| | | | (This used to be commit 6884a2fa6e3d19a436edfb428056978ae127f442)
* r5593: More reversal of accidental commit.Jim McDonough2007-10-101-2/+2
| | | | (This used to be commit ec78c3f2a2e38abe96132475a22bfd52c850b001)
* r5592: Oops, accidentally committed test version of rpcclient. Reverting ↵Jim McDonough2007-10-101-6/+5
| | | | | | changes. (This used to be commit a5fe34ca7d57c18f510b9cc68e75c4db370fe052)
* r5591: Implement "net rpc trustdom del", including client side ofJim McDonough2007-10-104-12/+170
| | | | | samr_remove_sid_from_foreign_domain. (This used to be commit 8360695fc02dfb09aff92a434bf9d411e65c478c)
* r5589: Ensure the torture code that uses cli_list and cli_list_oldJeremy Allison2007-10-101-2/+2
| | | | | | | matches the new MS-DFS function prototypes. Should fix the build farm tests. Jeremy. (This used to be commit 3d4d8bb6544abc4959f75bb962d8e1fb3d37a55e)
* r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough2007-10-104-73/+44
| | | | | | 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. (This used to be commit ffac752875938d510446ebbeba6fc983f65cda1e)
* r5578: get 'recurse; dir' working across multiple levels of dfs referralsGerald Carter2007-10-102-31/+34
| | | | | | | 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 * (This used to be commit 52c82b51ba9729cc53a049d8e9fbb7365d652c51)
* r5577: get recurse; dir working across single level dfs referralsGerald Carter2007-10-103-8/+66
| | | | (This used to be commit d4443807bc7a5a8615c69517365a92709db7ce29)
* r5571: fix another breakage on gcc 2.96Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit cadd5a44e7f1d532aa4dad7a4233e5ea2c814a10)
* r5568: fix more breakage on gcc 2.96Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 3eeecff05efec9310cf2bed7c6fe9a6d80dd6d0d)
* r5565: fix breakage on gcc 2.96Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 67f8a1e3bc545d4ebbe0f7d05ea16c6231f2e82c)
* r5562: * bump version to 3.0.12pre2Gerald Carter2007-10-102-2/+2
| | | | | | | * change special character in gd's valid workstation check to a '+' to be more in line with the characters used by valid users (This used to be commit 8bff0486508b9952c192345302b9313ac0b2270e)
* r5560: make sure session setup message is displayed after changes to client.cGerald Carter2007-10-101-2/+2
| | | | (This used to be commit 3f5e52e90861d071870a369fac246a822f4ff2ce)
* r5556: Fix the build on AIX.Günther Deschner2007-10-101-4/+14
| | | | | | | | use AF_UNIX instead of AF_LOCAL (thanks to Doug VanLeuven <roamdad-at-sonic.net>) and make smbldap_open() a bit more readable. Guenther (This used to be commit 526d6a9493cd091f2a9b8e072f11e673133fe5c1)
* r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison2007-10-104-29/+4
| | | | | | | idea, and aparently improved performance in some circumstances, but it breaks the VC++ compiler :-(. Not cool. Fix bug #2146. Jeremy. (This used to be commit b9f147634df0126320ffe3b9a23068e76f6c1681)
* r5547: Fix compile warning.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit a5e215650e09f087f8aede96475bd26649aa244e)
* r5546: Fix some comments in "net rpc printer migrate settings"Günther Deschner2007-10-101-14/+5
| | | | | Guenther (This used to be commit 67552103ee77013d08e06ed651f6ca6b3b76813e)
* r5545: move cli_cm_XXX() connection handling code to clidfs and out of ↵Gerald Carter2007-10-103-275/+307
| | | | | | 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 (This used to be commit d6a05ffd664e2e304f6e481af34a4c5d640fc3f9)
* r5543: Fix for bug #962 - using MB sharenames containing a ']' character.Jeremy Allison2007-10-101-13/+41
| | | | | | | Processing a share name is now MB safe so long as the correct unix charset is in scope. Jeremy. (This used to be commit 5bd027e9ed095c01fc176178ff51b5839fe0c140)
* r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter2007-10-103-10/+53
| | | | | shares. (This used to be commit 5d2624c453b0bc961302edd9f2421a7c3d504d1f)