Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r5696: BUG 2355: use bsd style commands for 'printing = cups' but ↵ | Gerald Carter | 2005-03-08 | 1 | -3/+3 | |
| | | | | \!defined(HAVE_CUPS) | |||||
* | r5692: Fix compile warnings | Volker Lendecke | 2005-03-08 | 1 | -3/+3 | |
| | ||||||
* | r5691: wrapping the pause/resume/purge printer commands in | Gerald Carter | 2005-03-08 | 1 | -53/+62 | |
| | | | | | | | | | | | | | {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. | |||||
* | r5688: ignore user_xattr mount parm so as not to confuse it with a user name | Steve French | 2005-03-08 | 1 | -1/+3 | |
| | ||||||
* | r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>. | Jeremy Allison | 2005-03-07 | 1 | -5/+1 | |
| | | | | | smbtar shouldn't assume /dev/null means dryrun. Jeremy. | |||||
* | r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined | Gerald Carter | 2005-03-07 | 1 | -0/+2 | |
| | ||||||
* | r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> ↵ | Gerald Carter | 2005-03-07 | 2 | -2/+2 | |
| | | | | to define 'lpstat' printcap output on HPUX | |||||
* | r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows ↵ | Gerald Carter | 2005-03-07 | 1 | -8/+47 | |
| | | | | NT x86' driver remains' | |||||
* | r5657: Fix uninitialized variable warning | Volker Lendecke | 2005-03-05 | 1 | -1/+1 | |
| | ||||||
* | r5655: Added support for Novell NDS universal password. Code donated by | Jeremy Allison | 2005-03-05 | 7 | -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. | |||||
* | r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains. | Volker Lendecke | 2005-03-04 | 1 | -3/+34 | |
| | | | | | | | TODO: This needs to be merged to trunk separately, it has changed a little, but it's friday evening here. Volker | |||||
* | r5653: Fixiing typos. | John Terpstra | 2005-03-04 | 1 | -1/+1 | |
| | ||||||
* | r5650: add help lines for net rpc group addmem and delmem commands | Herb Lewis | 2005-03-03 | 1 | -0/+2 | |
| | | | | | partial fix for Bug 2417 - we need to look for other missing commands | |||||
* | r5647: Caches are good for performance, but you get a consistency problem. | Volker Lendecke | 2005-03-03 | 4 | -0/+19 | |
| | | | | | | Fix bug # 2401. Volker | |||||
* | r5645: Add an autoconf test for -Wdeclaration-after-statement so we don't add it | Tim Potter | 2005-03-03 | 1 | -0/+16 | |
| | | | | to the configure.developer CFLAGS if it's not supported. | |||||
* | r5641: Fix from James Peach @ SGI for oplock2 test. | Jeremy Allison | 2005-03-03 | 1 | -2/+3 | |
| | | | | Jeremy. | |||||
* | r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to ↵ | Steve French | 2005-03-03 | 1 | -1/+20 | |
| | | | | FastConnect AIX SMB server) | |||||
* | r5639: update smb.h with missing defines | Steve French | 2005-03-03 | 1 | -0/+3 | |
| | ||||||
* | r5637: Actually test and fix the crash bugs (sorry:-). | Jeremy Allison | 2005-03-03 | 3 | -9/+9 | |
| | | | | Jeremy. | |||||
* | r5636: Re-add the allocation size - parameterized by share as | Jeremy Allison | 2005-03-03 | 6 | -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. | |||||
* | r5634: Fix 64-bit overflow problems found by BlueArc torture tester. | Jeremy Allison | 2005-03-03 | 1 | -9/+0 | |
| | | | | | | We still have a few strange bugs with 64-bit locking values. I will get traces. Jeremy. | |||||
* | r5632: Fix infinite looping bug found by nasty BlueArc test :-). | Jeremy Allison | 2005-03-03 | 1 | -0/+20 | |
| | | | | | | When finding a singleton directory remember that we're at the end and don't continuously return the same name. Jeremy. | |||||
* | r5630: This may be a mistake ... needs more cthon investigation. | Jeremy Allison | 2005-03-02 | 1 | -0/+3 | |
| | | | | Jeremy. | |||||
* | r5628: Deprecate the write cache parameter - this code will go away soon. | Jeremy Allison | 2005-03-02 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r5625: Reformat (tidy). | Jeremy Allison | 2005-03-02 | 1 | -4/+4 | |
| | ||||||
* | r5623: Horrible band-aid patch to fix Blue-Arc torture tester. | Jeremy Allison | 2005-03-02 | 1 | -1/+7 | |
| | | | | | | I know this isn't right but will work until I can refactor the deny mode code with the Samba4 algorithm. Jeremy. | |||||
* | r5616: Forgot about the sticky bit on directories (commonly set on /tmp). If ↵ | Jeremy Allison | 2005-03-02 | 1 | -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. | |||||
* | r5614: fix proto for copy_fn() after changes to cli_list() | Gerald Carter | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | r5612: Add -Wdeclaration-after-statement to CFLAGS for --enable-developer. | Tim Potter | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | r5608: BUG 2399 - removing dead code (not finished with bug yet). | Gerald Carter | 2005-03-01 | 1 | -13/+0 | |
| | ||||||
* | r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of stat | Jeremy Allison | 2005-03-01 | 1 | -1/+2 | |
| | | | | | when checking for existance of a pathname. Jeremy. | |||||
* | r5605: only display the publish check box on printer if | Gerald Carter | 2005-03-01 | 1 | -12/+20 | |
| | | | | | | we are a member of an AD domain clean up some hardcoded constands with the REG_XXX constant. | |||||
* | r5597: full fix for BUG 2394 (unresolved symbols on IRIX) | Gerald Carter | 2005-02-28 | 1 | -17/+15 | |
| | ||||||
* | r5596: BUG 2394: fix nmbd linking issue on IRIX | Gerald Carter | 2005-02-28 | 1 | -1/+1 | |
| | ||||||
* | r5594: Fix comment to read "remove" instead of "add" | Jim McDonough | 2005-02-28 | 1 | -1/+1 | |
| | ||||||
* | r5593: More reversal of accidental commit. | Jim McDonough | 2005-02-28 | 1 | -2/+2 | |
| | ||||||
* | r5592: Oops, accidentally committed test version of rpcclient. Reverting ↵ | Jim McDonough | 2005-02-28 | 1 | -6/+5 | |
| | | | | changes. | |||||
* | r5591: Implement "net rpc trustdom del", including client side of | Jim McDonough | 2005-02-28 | 4 | -12/+170 | |
| | | | | samr_remove_sid_from_foreign_domain. | |||||
* | r5589: Ensure the torture code that uses cli_list and cli_list_old | Jeremy Allison | 2005-02-28 | 1 | -2/+2 | |
| | | | | | | matches the new MS-DFS function prototypes. Should fix the build farm tests. Jeremy. | |||||
* | r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stop | Jim McDonough | 2005-02-26 | 4 | -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. | |||||
* | r5578: get 'recurse; dir' working across multiple levels of dfs referrals | Gerald Carter | 2005-02-26 | 2 | -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 * | |||||
* | r5577: get recurse; dir working across single level dfs referrals | Gerald Carter | 2005-02-26 | 3 | -8/+66 | |
| | ||||||
* | r5571: fix another breakage on gcc 2.96 | Gerald Carter | 2005-02-25 | 1 | -1/+1 | |
| | ||||||
* | r5568: fix more breakage on gcc 2.96 | Gerald Carter | 2005-02-25 | 1 | -1/+1 | |
| | ||||||
* | r5565: fix breakage on gcc 2.96 | Gerald Carter | 2005-02-25 | 1 | -1/+1 | |
| | ||||||
* | r5562: * bump version to 3.0.12pre2 | Gerald Carter | 2005-02-25 | 2 | -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 | |||||
* | r5560: make sure session setup message is displayed after changes to client.c | Gerald Carter | 2005-02-25 | 1 | -2/+2 | |
| | ||||||
* | r5556: Fix the build on AIX. | Günther Deschner | 2005-02-25 | 1 | -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 | |||||
* | r5548: Stop lying about allocation sizes to Windows clients. It was a nice | Jeremy Allison | 2005-02-25 | 4 | -29/+4 | |
| | | | | | | idea, and aparently improved performance in some circumstances, but it breaks the VC++ compiler :-(. Not cool. Fix bug #2146. Jeremy. | |||||
* | r5547: Fix compile warning. | Günther Deschner | 2005-02-24 | 1 | -1/+1 | |
| | | | | Guenther |