Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ok. This introduces the 'lanman printing only' parameter | Gerald Carter | 2001-08-06 | 3 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which disables the spoolss pipe. This provides us with full backwards compatibility with Samba 2.0.x and NT printing clients. The reason for this patch is that an NT print server cannot have a printer with no driver installed. Samba can, so NT clients get confused because they have never seen that before. So now we start installing local drivers for printers served using MS-RPC. But the NT client tries to issue an open_printer_ex() call with the printer rights of the locally logged in user (e.g. the local administrator would try to open this printer with PRINTER_ADMINISTER_ACCESS). If this fails, the client puts a nice "access denied. unable to connect" message in the title bar of the print queue window. Jeremy, i know we need to talk about this. See api_DosPrintQGetInfo() in smbd/lanman.c. | |||||
* | | Fix for getting allocate_file_space to return the correct errno. | Jeremy Allison | 2001-08-06 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Adding the 'Creator Group' well known sid. | Gerald Carter | 2001-08-06 | 1 | -0/+3 | |
| | | | | | | | | jerry | |||||
* | | Some fixes about malloc/Realloc and mem leak | Simo Sorce | 2001-08-05 | 3 | -6/+15 | |
| | | | | | | | | | | thanks to andreas moroder (this builds ok) | |||||
* | | Print an error message if database could not be opened. | Volker Lendecke | 2001-08-04 | 1 | -0/+7 | |
| | | | | | | | | Volker | |||||
* | | Extra debug to see what errno is on write fail. | Jeremy Allison | 2001-08-04 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | The write zero bytes is an allocate, not set EOF. | Jeremy Allison | 2001-08-03 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | autogen | Gerald Carter | 2001-08-03 | 4 | -7/+20 | |
| | | ||||||
* | | update from Volker to add the close-share command | Gerald Carter | 2001-08-03 | 1 | -0/+5 | |
| | | ||||||
* | | update to indicate nmbd also collects profiling data. Mention new | Herb Lewis | 2001-08-03 | 1 | -7/+7 | |
| | | | | | | | | --with-profiling-data option name. | |||||
* | | update to indicate nmbd also collects profiling data. Mention new | Herb Lewis | 2001-08-03 | 1 | -5/+8 | |
| | | | | | | | | --with-profiling-data option name. | |||||
* | | Allow smbpasswd to join a domain like samedit against a W2K AD server. | Jeremy Allison | 2001-08-02 | 4 | -5/+18 | |
| | | | | | | | | Jeremy. | |||||
* | | Put HPUX on the mmap blacklist. | Jeremy Allison | 2001-08-02 | 5 | -683/+696 | |
| | | | | | | | | Jeremy. | |||||
* | | Added mmap fix to pass lock test from HP. | Jeremy Allison | 2001-08-02 | 1 | -115/+222 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ok - now we're no longer trying to reach a silly 1k loc target, change the formatting to be *readable* - eg. change if (x) y else z to be : if (x) y else z and other compact sillyness. Oh look - when I did this I found some areas where we *WEREN'T CHECKING SYSTEM CALL ERROR RETURNS !!!!* CompSci 101 guys....... :-). Jeremy. | |||||
* | | changed --with-profile to --with-profiling-data to "stop the madness!" | Gerald Carter | 2001-08-02 | 2 | -599/+596 | |
| | | | | | | | | | | | | | | | | | | | | of people somehow thinking this was related to user profiles. Hope this is ok Herb. jerry | |||||
* | | Merged winbind configure.in fragment from HEAD. Samba now compiles and | Tim Potter | 2001-08-02 | 2 | -39/+107 | |
| | | | | | | | | rpms build in both head and 2.2 - phew. | |||||
* | | Merge of winbind Makefile changes from HEAD. | Tim Potter | 2001-08-02 | 1 | -3/+5 | |
| | | ||||||
* | | Added Nigel Williams vuid tester code. | Jeremy Allison | 2001-08-02 | 1 | -327/+1278 | |
| | | | | | | | | Jeremy. | |||||
* | | Merged .cvsignore files from HEAD. | Tim Potter | 2001-08-02 | 0 | -0/+0 | |
| | | ||||||
* | | Added "strict allocate" per share parameter. This causes actual on-disk ↵ | Jeremy Allison | 2001-08-01 | 4 | -12/+129 | |
| | | | | | | | | | | | | | | allocation to be done. Without it just does the ftruncate. Jeremy. | |||||
* | | Oops. Typo. | Jeremy Allison | 2001-08-01 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Pidfile check can be read-only. Removed old ifdef in password.c | Jeremy Allison | 2001-08-01 | 2 | -30/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | Reran autoconf. | Tim Potter | 2001-08-01 | 1 | -591/+638 | |
| | | ||||||
* | | Added unix domain socket test. Remove header check for sys/un.h | Tim Potter | 2001-08-01 | 1 | -1/+19 | |
| | | ||||||
* | | Merge of tridge's fix for #include <sys/un.h> bug in redhat 7 | Tim Potter | 2001-08-01 | 4 | -5/+4 | |
| | | ||||||
* | | Merge of winbind spec file changes from head, but I kept the codepage stuff | Tim Potter | 2001-08-01 | 1 | -4/+25 | |
| | | | | | | | | | | | | | | in. (-: Jeremy or JHT, could you please take a quick look and see whether I have done anything silly? | |||||
* | | few updates. Nothing major..... | Gerald Carter | 2001-08-01 | 5 | -1033/+1038 | |
| | | | | | | | | jerry | |||||
* | | at least these build now. Have not tested to see how well they work yet. | Gerald Carter | 2001-08-01 | 2 | -100/+94 | |
| | | | | | | | | jerry | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-08-01 | 5 | -0/+20 | |
|\| | ||||||
| * | Added autogenerated spec files for various rpm versions. | Tim Potter | 2001-08-01 | 1 | -0/+1 | |
| | | ||||||
| * | Rewrite of winbind autoconf fragment. | Tim Potter | 2001-08-01 | 1 | -17/+50 | |
| | | | | | | | | | | | | | | | | | | - can now use --with-winbind to force compilation on systems that are not linux or solaris (-: - don't compile winbind if the unix domain socket test fails - compile right number of bits if --with-pam used | |||||
| * | Fixed up compilation of pam_winbind.so to be consistent with value of | Tim Potter | 2001-08-01 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | --with-pam passed to configure. Fixed nsswitch target to compile the sbin and lib winbind targets. Winbind still doesn't install its lib targets (libnss_winbind.so and pam_winbind.so) properly - the install script is a big mess. )-: | |||||
| * | Added some command line argument checking and usage info. | Tim Potter | 2001-08-01 | 1 | -0/+5 | |
| | | ||||||
| * | Added and populated .cvsignore files for packaging subdirectories. | Tim Potter | 2001-08-01 | 4 | -0/+16 | |
| | | ||||||
| * | Fix for rare tdb pattern store failure. Found & fixed by Rusty. | Jeremy Allison | 2001-07-31 | 1 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixup error returns in updating driver db version. | Jeremy Allison | 2001-07-30 | 1 | -22/+40 | |
| | | | | | | | | Jeremy. | |||||
* | | Added some command line argument checking and usage info. | Tim Potter | 2001-08-01 | 1 | -0/+5 | |
| | | ||||||
* | | fixed a few typos which were pointed out. Also included | Gerald Carter | 2001-07-31 | 10 | -51/+56 | |
| | | | | | | | | | | | | the submitted update for the smbd/nmbd man pages to correct the information about changing the debug level of a running process. | |||||
* | | Port printer driver initialization from APPLIANCE_HEAD. | John Reilly | 2001-07-31 | 4 | -3/+328 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/proto.h: Udate printing/nt_printing.c: set_driver_init_2() Bind saved driver init info to new printer set_driver_init() update_driver_init_2() Save driver init info to new tdb key update_driver_init() convert_driver_init() Parse REG_BINARY data into DEVMODE save_driver_init_2() save_driver_init() Convert and save driver init info rpc_parse/parse_spoolss.c: spoolss_io_devmode() Changed to non-static (see convert_driver_init) rpc_server/srv_spoolss_nt.c spoolss_addprinterex_level_2() Bind appropriate driver init info _spoolss_setprinterdata() Save driver init info on 'magic key' set JohnR | |||||
* | | Fix for rare tdb pattern store failure. Found & fixed by Rusty. | Jeremy Allison | 2001-07-31 | 1 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Added JF's code to split printing tdb's into 3, when upgrading. | Jeremy Allison | 2001-07-30 | 1 | -38/+117 | |
| | | | | | | | | | | Speeds printer access greatly. Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-07-30 | 1 | -0/+815 | |
|\| | ||||||
| * | Added "use mmap" for HPUX. | Jeremy Allison | 2001-07-30 | 16 | -22/+27 | |
| | | | | | | | | Jeremy. | |||||
| * | Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicode | Jeremy Allison | 2001-07-30 | 1 | -57/+6 | |
| | | | | | | | | | | push calls. If this breaks authentication then good, it needed fixing anyway :-). Jeremy. | |||||
| * | uint -> uint32. | Jeremy Allison | 2001-07-30 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixes for varargs problems with std c. | Jeremy Allison | 2001-07-30 | 4 | -13/+13 | |
| | | | | | | | | | | Fix from Rick Lake <rwlake@anp.nl> for QNX. Jeremy. | |||||
| * | Ignore some of the autoconf files. | Tim Potter | 2001-07-30 | 1 | -0/+3 | |
| | | ||||||
| * | Fix invalid uid being used after logoff. Thanks to Nigel Williams | Jeremy Allison | 2001-07-28 | 1 | -2/+1 | |
| | | | | | | | | | | for this bug report. Jeremy. | |||||
| * | Fix for potential crash bug with bad fid. | Jeremy Allison | 2001-07-28 | 1 | -1/+13 | |
| | | | | | | | | Jeremy. | |||||
| * | Return an exit code when connect failed. | Tim Potter | 2001-07-27 | 1 | -1/+1 | |
| | | | | | | | | Patch from Michael Sweet <mike@easysw.com> |