summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Always return NT_STATUS_DISK_FULL even for quota errors.Jeremy Allison2001-08-071-1/+1
| | | | | | | | | | | | Jeremy.
| * | fix for systems which used MD5 passwords but not PAM (i.e. Slackware)Gerald Carter2001-08-072-116/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were testing for HAVE_TRUNCATED_SALT before checking for the need to use -lcrypt and thus setting HAVE_TRUNCATED_SALT. Reordered the configure.in script to fix this. jerry
| * | added a description of the 'lanman printing only' parameterGerald Carter2001-08-073-10/+88
| | | | | | | | | | | | | | | | | | | | | and regenerated docs. jerry
| * | Added fixes to return correct error codes on space allocation fail.Jeremy Allison2001-08-074-19/+48
| | | | | | | | | | | | Jeremy.
| * | Correctly report amount written in debug when allocation space.Jeremy Allison2001-08-071-1/+1
| | | | | | | | | | | | Jeremy.
| * | Removed #ifdef'ed 0 "hack" code now we have a proper workaround.Jeremy Allison2001-08-061-68/+0
| | | | | | | | | | | | Jeremy.
| * | Added lp_lanman_printing_only() proto.Jeremy Allison2001-08-062-109/+92
| | | | | | | | | | | | | | | Removed old #ifdef 0'ed code. Jeremy
| * | correct fix for getting the NT/@k client to downgrade to lanmanGerald Carter2001-08-061-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | style printing. Need to set the errocode to ERRbuftoosmall if lp_lanman_printing_only() and the max data return count == 0. tested against WInNT 4.0 Sp6a, Win2k [no sp|sp1|sp2] jerry
| * | Fix - change last malloc() to talloc().Jeremy Allison2001-08-061-1/+1
| | | | | | | | | | | | Jeremy.
| * | ok. This introduces the 'lanman printing only' parameterGerald Carter2001-08-063-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 Allison2001-08-061-2/+2
| | | | | | | | | | | | Jeremy.
| * | Adding the 'Creator Group' well known sid.Gerald Carter2001-08-061-0/+3
| | | | | | | | | | | | jerry
| * | Some fixes about malloc/Realloc and mem leakSimo Sorce2001-08-053-6/+15
| | | | | | | | | | | | | | | thanks to andreas moroder (this builds ok)
| * | Print an error message if database could not be opened.Volker Lendecke2001-08-041-0/+7
| | | | | | | | | | | | Volker
| * | Extra debug to see what errno is on write fail.Jeremy Allison2001-08-041-0/+2
| | | | | | | | | | | | Jeremy.
| * | The write zero bytes is an allocate, not set EOF.Jeremy Allison2001-08-031-1/+2
| | | | | | | | | | | | Jeremy.
| * | autogenGerald Carter2001-08-034-7/+20
| | |
| * | update from Volker to add the close-share commandGerald Carter2001-08-031-0/+5
| | |
| * | update to indicate nmbd also collects profiling data. Mention newHerb Lewis2001-08-031-7/+7
| | | | | | | | | | | | --with-profiling-data option name.
| * | update to indicate nmbd also collects profiling data. Mention newHerb Lewis2001-08-031-5/+8
| | | | | | | | | | | | --with-profiling-data option name.
| * | Allow smbpasswd to join a domain like samedit against a W2K AD server.Jeremy Allison2001-08-024-5/+18
| | | | | | | | | | | | Jeremy.
| * | Put HPUX on the mmap blacklist.Jeremy Allison2001-08-025-683/+696
| | | | | | | | | | | | Jeremy.
| * | Added mmap fix to pass lock test from HP.Jeremy Allison2001-08-021-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 Carter2001-08-022-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 andTim Potter2001-08-022-39/+107
| | | | | | | | | | | | rpms build in both head and 2.2 - phew.
| * | Merge of winbind Makefile changes from HEAD.Tim Potter2001-08-021-3/+5
| | |
| * | Added Nigel Williams vuid tester code.Jeremy Allison2001-08-021-327/+1278
| | | | | | | | | | | | Jeremy.
| * | Merged .cvsignore files from HEAD.Tim Potter2001-08-020-0/+0
| | |
| * | Added "strict allocate" per share parameter. This causes actual on-disk ↵Jeremy Allison2001-08-014-12/+129
| | | | | | | | | | | | | | | | | | | | | allocation to be done. Without it just does the ftruncate. Jeremy.
| * | Oops. Typo.Jeremy Allison2001-08-011-1/+1
| | | | | | | | | | | | Jeremy.
| * | Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2001-08-012-30/+9
| | | | | | | | | | | | Jeremy.
| * | Reran autoconf.Tim Potter2001-08-011-591/+638
| | |
| * | Added unix domain socket test. Remove header check for sys/un.hTim Potter2001-08-011-1/+19
| | |
| * | Merge of tridge's fix for #include <sys/un.h> bug in redhat 7Tim Potter2001-08-014-5/+4
| | |
| * | Merge of winbind spec file changes from head, but I kept the codepage stuffTim Potter2001-08-011-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 Carter2001-08-015-1033/+1038
| | | | | | | | | | | | jerry
| * | at least these build now. Have not tested to see how well they work yet.Gerald Carter2001-08-012-100/+94
| | | | | | | | | | | | jerry
* | | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-08-015-0/+20
|\| | | | | | | | 'SAMBA_2_2_RELEASE'.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-08-015-0/+20
| |\|
| | * Added autogenerated spec files for various rpm versions.Tim Potter2001-08-011-0/+1
| | |
| | * Rewrite of winbind autoconf fragment.Tim Potter2001-08-011-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 ofTim Potter2001-08-011-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 Potter2001-08-011-0/+5
| | |
| | * Added and populated .cvsignore files for packaging subdirectories.Tim Potter2001-08-014-0/+16
| | |
| | * Fix for rare tdb pattern store failure. Found & fixed by Rusty.Jeremy Allison2001-07-311-1/+4
| | | | | | | | | | | | Jeremy.
| | * Fixup error returns in updating driver db version.Jeremy Allison2001-07-301-22/+40
| | | | | | | | | | | | Jeremy.
| * | Added some command line argument checking and usage info.Tim Potter2001-08-011-0/+5
| | |
| * | fixed a few typos which were pointed out. Also includedGerald Carter2001-07-3110-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 Reilly2001-07-314-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 Allison2001-07-311-1/+4
| | | | | | | | | | | | Jeremy.