summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Backport of the HEAD vfs changes....Jeremy Allison2000-09-2815-346/+503
| | | | | | | | Jeremy.
* | Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" ↵Jeremy Allison2000-09-271-2/+2
| | | | | | | | | | | | <jmcd@us.ibm.com>. Jeremy.
* | fix for IRIX 6.2 compiler errorHerb Lewis2000-09-261-1/+1
| |
* | Added JF's print spooler notification code. Too good to miss for 2.2.x :-).Jeremy Allison2000-09-267-15/+335
| | | | | | | | Jeremy.
* | Added --with-vfs to allow VFS code to be compiled off or on.Jeremy Allison2000-09-265-611/+663
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-09-251-0/+295
|\|
| * printer notify code.Jean-François Micouleau2000-09-256-14/+602
| | | | | | | | | | | | | | It only sends notifies to one client. The broadcasting notify code will code soon. J.F.
| * Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison2000-09-211-4/+15
| | | | | | | | | | being done if any of the directory timestamps were changed. Jeremy.
| * Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison2000-09-211-33/+33
| | | | | | | | | | closed before a printer is closed/deleted. Jeremy.
| * Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-203-11/+105
| | | | | | | | | | will be needed soon. Jeremy.
| * Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-204-6/+30
| | | | | | | | | | | | scan - then call this from renames. This allows instantaneous update for W2k renames. Jeremy.
* | update to 2.0.7 version (was 2.0.4b) still needs major overhaulHerb Lewis2000-09-221-63/+472
| |
* | Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison2000-09-211-4/+15
| | | | | | | | | | being done if any of the directory timestamps were changed. Jeremy.
* | Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison2000-09-211-33/+33
| | | | | | | | | | closed before a printer is closed/deleted. Jeremy.
* | add smbcontrol to listHerb Lewis2000-09-211-1/+2
| |
* | remove config.h as it is placed in include directory not hereHerb Lewis2000-09-211-1/+0
| |
* | changes for IRIX compiler errorsHerb Lewis2000-09-213-9/+9
| |
* | Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-203-11/+105
| | | | | | | | | | will be needed soon. Jeremy.
* | Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-204-6/+30
| | | | | | | | | | | | scan - then call this from renames. This allows instantaneous update for W2k renames. Jeremy.
* | changed to pre-2.2.0 instead of pre-3.0.0Herb Lewis2000-09-201-1/+1
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-09-190-0/+0
|\ \ | |/ |/|
* | param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ↵Jeremy Allison2000-09-192-121/+116
| | | | | | | | | | | | | | | | | | overwritten. rpc_parse/parse_spoolss.c: Tidyup to call function for relstring arrays. Win2000 now does "Add Printer" successfully !!!!! Jeremy.
* | Modified test.h generator to return error if structure passed to vlukeTim Potter2000-09-182-1/+5
| | | | | | | | doesn't match any known structure names.
* | Removed emacs backup file from repository.Tim Potter2000-09-181-7/+0
| |
* | in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-163-4/+21
| | | | | | | | | | | | padding before. J.F.
* | Fixes from JF as I didn't understand the string array sizing code correctly.Jeremy Allison2000-09-151-17/+17
| | | | | | | | Jeremy.
* | Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-154-31/+364
| | | | | | | | | | | | | | not sure why (JF - a glance at this would be appreciated). Removed code that JF objected to with enumprinterdata. Added translations to/from level 6 - but Win2k still not happy... hmmm... Jeremy.
* | Placeholder for some forthcoming documentationGerald Carter2000-09-141-0/+7
| | | | | | | | jerry
* | fixed typoGerald Carter2000-09-141-1/+1
| | | | | | | | jerry
* | Added a gew more mods by Patrick Powell (lprng guy)Gerald Carter2000-09-141-5/+22
| | | | | | | | jerry
* | First draft of new printing doc describing the SPOOLSS support in theGerald Carter2000-09-141-0/+290
| | | | | | | | | | | | | | | | | | | | upcoming 2.2.0 release. Needs some other eyes to review it. :-) jerry
* | Ensure old DACL and SACL are preserved if the new SD is a 'set' only.Jeremy Allison2000-09-131-2/+11
| | | | | | | | Jeremy.
* | Added SIGHUP when printer deleted as well as added.Jeremy Allison2000-09-131-0/+3
| | | | | | | | Jeremy.
* | don't show equivalent enum options in swatAndrew Tridgell2000-09-131-5/+8
| |
* | first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-135-18/+209
| | | | | | | | | | | | | | smbcontrol nmbd debug 7 smbcontrol smbd debug 9 smbcontrol 3278 debug 1 smbcontrol nmbd force-election
* | When creating a print job entry for the printing backend, use the WindowsTim Potter2000-09-131-11/+21
| | | | | | | | | | | | username rather than the Unix username. The Windows username will then be shown in the port monitor regardless of the Unix username used to spool the job.
* | Added time check test before allowing print job.Jeremy Allison2000-09-132-1/+13
| | | | | | | | Jeremy.
* | Added missing break statement for manage documents check inTim Potter2000-09-131-1/+3
| | | | | | | | print_access_check() function.
* | Updated manual pages to point at http://lists.samba.org instead of oldTim Potter2000-09-126-81/+60
| | | | | | | | listproc address.
* | Fix for enumjobs infor level 2 which caused smbd to coredump.Jeremy Allison2000-09-121-0/+1
| | | | | | | | | | Uninitialized element in struct. Jeremy.
* | Fixed error return when printer is PAUSED - should be returning "Pause".Jeremy Allison2000-09-121-1/+1
| | | | | | | | Jeremy.
* | With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison2000-09-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authorising logins. If a user connected to a share as guest, then the snum was getting flagged as "force guest", meaning that all subsequent connections to it, even under a different vuid, would be bounced to guest. This explains several very hard to reproduce access denied bugs, and as the NT client also has bugs in that it will sometimes erroneously use guest instead of the correct vuid on an IPC$ connection lead to a *very* hard problem to find. This fix should be propagated into all branches (TNG/Applience take note) and I'll also make a separate patch availalble on the samba-technical list. Jeremy.
* | spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter2000-09-123-3/+11
| | | | | | | | | | | | | | | | | | | | driver information. Will merge into TNG. jerry
* | fixed a race in the pipe() setup in sys_select()Andrew Tridgell2000-09-121-1/+1
| |
* | - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-123-4/+50
| | | | | | | | - added a MSG_PING message for performance testing.
* | - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-128-34/+56
| | | | | | | | | | | | | | easier to add new message types to messages.h without breaking old binaries - added a MSG_FORCE_ELECTION message to force nmbd to hold an election
* | we should not lowercase the username we receive inAndrew Tridgell2000-09-121-2/+0
| | | | | | | | | | | | | | reply_sesssetup_and_X(). The getpwnam() wrapper handles the case munging operations later. this fixes a problem with mixed case usernames.
* | much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-123-28/+66
| | | | | | | | | | | | | | | | | | allowing new bits of code or vfs modules to register functions without impacting on the messaging code itself. Also note that multiple registrations for the same message type are possible allowing the same message to be delivered to multiple parts of the code (possibly useful for reload messages).
* | Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison2000-09-112-8/+11
| | | | | | | | Jeremy.
* | Fix for malloc of zero bytes found by insure.Jeremy Allison2000-09-111-0/+5
| | | | | | | | Jeremy.