summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> t...Gerald Carter2-2/+2
2007-10-10r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows ...Gerald Carter1-8/+47
2007-10-10r5657: Fix uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison7-58/+1092
2007-10-10r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains.Volker Lendecke1-3/+34
2007-10-10r5653: Fixiing typos.John Terpstra1-1/+1
2007-10-10r5650: add help lines for net rpc group addmem and delmem commandsHerb Lewis1-0/+2
2007-10-10r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke4-0/+19
2007-10-10r5645: Add an autoconf test for -Wdeclaration-after-statement so we don't add itTim Potter1-0/+16
2007-10-10r5641: Fix from James Peach @ SGI for oplock2 test.Jeremy Allison1-2/+3
2007-10-10r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to Fa...Steve French1-1/+20
2007-10-10r5639: update smb.h with missing definesSteve French1-0/+3
2007-10-10r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison3-9/+9
2007-10-10r5636: Re-add the allocation size - parameterized by share asJeremy Allison6-6/+36
2007-10-10r5634: Fix 64-bit overflow problems found by BlueArc torture tester.Jeremy Allison1-9/+0
2007-10-10r5632: Fix infinite looping bug found by nasty BlueArc test :-).Jeremy Allison1-0/+20
2007-10-10r5630: This may be a mistake ... needs more cthon investigation.Jeremy Allison1-0/+3
2007-10-10r5628: Deprecate the write cache parameter - this code will go away soon.Jeremy Allison1-1/+1
2007-10-10r5625: Reformat (tidy).Jeremy Allison1-4/+4
2007-10-10r5623: Horrible band-aid patch to fix Blue-Arc torture tester.Jeremy Allison1-1/+7
2007-10-10r5616: Forgot about the sticky bit on directories (commonly set on /tmp). If ...Jeremy Allison1-0/+16
2007-10-10r5614: fix proto for copy_fn() after changes to cli_list()Gerald Carter1-1/+1
2007-10-10r5612: Add -Wdeclaration-after-statement to CFLAGS for --enable-developer.Tim Potter1-1/+1
2007-10-10r5608: BUG 2399 - removing dead code (not finished with bug yet).Gerald Carter1-13/+0
2007-10-10r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of statJeremy Allison1-1/+2
2007-10-10r5605: only display the publish check box on printer ifGerald Carter1-12/+20
2007-10-10r5597: full fix for BUG 2394 (unresolved symbols on IRIX)Gerald Carter1-17/+15
2007-10-10r5596: BUG 2394: fix nmbd linking issue on IRIXGerald Carter1-1/+1
2007-10-10r5594: Fix comment to read "remove" instead of "add"Jim McDonough1-1/+1
2007-10-10r5593: More reversal of accidental commit.Jim McDonough1-2/+2
2007-10-10r5592: Oops, accidentally committed test version of rpcclient. Reverting cha...Jim McDonough1-6/+5
2007-10-10r5591: Implement "net rpc trustdom del", including client side ofJim McDonough4-12/+170
2007-10-10r5589: Ensure the torture code that uses cli_list and cli_list_oldJeremy Allison1-2/+2
2007-10-10r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough4-73/+44
2007-10-10r5578: get 'recurse; dir' working across multiple levels of dfs referralsGerald Carter2-31/+34
2007-10-10r5577: get recurse; dir working across single level dfs referralsGerald Carter3-8/+66
2007-10-10r5571: fix another breakage on gcc 2.96Gerald Carter1-1/+1
2007-10-10r5568: fix more breakage on gcc 2.96Gerald Carter1-1/+1
2007-10-10r5565: fix breakage on gcc 2.96Gerald Carter1-1/+1
2007-10-10r5562: * bump version to 3.0.12pre2Gerald Carter2-2/+2
2007-10-10r5560: make sure session setup message is displayed after changes to client.cGerald Carter1-2/+2
2007-10-10r5556: Fix the build on AIX.Günther Deschner1-4/+14
2007-10-10r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison4-29/+4
2007-10-10r5547: Fix compile warning.Günther Deschner1-1/+1
2007-10-10r5546: Fix some comments in "net rpc printer migrate settings"Günther Deschner1-14/+5
2007-10-10r5545: move cli_cm_XXX() connection handling code to clidfs and out of client...Gerald Carter3-275/+307
2007-10-10r5543: Fix for bug #962 - using MB sharenames containing a ']' character.Jeremy Allison1-13/+41
2007-10-10r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter3-10/+53
2007-10-10r5541: Fix crash bug in the client-spoolss enumdataex-call.Günther Deschner2-2/+2
2007-10-10r5536: Avoid intermediate copy of NT and LM responses in NETLOGON client.Andrew Bartlett1-14/+0