summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Sync up with changes to startpageprinter in HEAD.Tim Potter2002-01-231-5/+5
| | | |
| * | | bug in processing message for spoolss_notify. We we never using theGerald Carter2002-01-231-1/+2
| | | | | | | | | | | | | | | | low,high values (didn't read the mesage buffer).
| * | | fixed inverted logic with the lp_default_devmode() check.Gerald Carter2002-01-231-3/+3
| | | | | | | | | | | | | | | | Jeremy, you can beat me later for this one.... :-(
| * | | I know believe the GetPrinter info level 4 and 5 to be correct.Gerald Carter2002-01-231-8/+0
| | | | | | | | | | | | | | | | | | | | Although the Win2k spooler seems a little funny at times with these (against both Win2k and Samba print servers).
| * | | Don't clear a printer handle before passing it to the close fn (D'oh !).Jeremy Allison2002-01-232-5/+5
| | | | | | | | | | | | | | | | Jeremy.
| * | | Insure caught memleak.Jeremy Allison2002-01-231-0/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Insure fixes.Jeremy Allison2002-01-232-12/+8
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed link list add in wrong place that caused coredump.Jeremy Allison2002-01-231-3/+9
| | | | | | | | | | | | | | | | Jeremy.
| * | | Reformatting fix.Jeremy Allison2002-01-221-26/+26
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed change notify as per app-head.Jeremy Allison2002-01-221-108/+47
| | | | | | | | | | | | | | | | Jeremy.
| * | | Updating build file for 2.2.3 release. Update provided by <evanh@caldera.com>.John Terpstra2002-01-2214-1553/+2486
| | | |
| * | | Formatting tidyups in printing/nt_printing.c rpc_server/srv_lsa_hnd.c ↵Jeremy Allison2002-01-224-56/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc_server/srv_spoolss_nt.c. Fixed bug in handle check in rpc_server/srv_reg_nt.c. Jeremy.
| * | | added comment about NT4 spoolsv.exe 12Mb PDU bugGerald Carter2002-01-221-0/+3
| | | |
| * | | merge from appliance_headGerald Carter2002-01-221-1/+1
| | | |
| * | | add "default devmode" parameter to control the generation ofGerald Carter2002-01-223-675/+682
| | | | | | | | | | | | | | | | | | | | default device mode for a printer when info_2.devmode == NULL. Defaults to "no" and is a service level parameter.
| * | | Oops. Couple of tests that shouldn't have been checked in.Gerald Carter2002-01-222-3/+7
| | | | | | | | | | | | | | | | Commented out uintil I get them finished.
| * | | Added in some comments and minor fixes fromGerald Carter2002-01-221-3/+42
| | | | | | | | | | | | | | | | last week's work.
| * | | start syncing up9 printing fixes from last week.Gerald Carter2002-01-222-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 changes.... * removed a bug I introduced during testing where the setup time for a printer was set to to current_time - 1day * set the printer attributes to PRINTER_ATTRIBUTE_SHARED | PRINTER_ATTRIBUTE_NETWORK. This matches NT and is needed to match the output files generated during testing.... * Respond to the GetPrinterData("W3SvcInstalled") client query. I think this is right (what I saw from NT). My only guess is that the client spooler is looking for IIS.
| * | | Merged Martin's RAP names.Jeremy Allison2002-01-221-20/+24
| | | | | | | | | | | | | | | | Jeremy.
| * | | Ensure fsp->size is up to date.Jeremy Allison2002-01-221-3/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Ensure fsp->size is up to date so readraw's work.Jeremy Allison2002-01-221-9/+14
| | | | | | | | | | | | | | | | Jeremy.
| * | | Merged in the new c_setprinter code from JohnR - fixed up the tdb_store_intJeremy Allison2002-01-223-46/+146
| | | | | | | | | | | | | | | | | | | | to use endian independent modes. Jeremy.
| * | | Fixed the search for the passed handle. JohnR - please look at this as IJeremy Allison2002-01-221-9/+29
| | | | | | | | | | | | | | | | | | | | believe this is the correct fix. Jeremy.
| * | | Brillient discovery by JohnR. When we're sending a change notify toJeremy Allison2002-01-221-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | ourselves on printer change we *must* use the same handle that the change was caused on, or we really confuse the client spooler.... Jeremy.
| * | | Ensure non-root users cannot update the ldap backend. Jerry, pleaseJeremy Allison2002-01-211-21/+30
| | | | | | | | | | | | | | | | | | | | | | | | look at this - we need to ensure that password changing by the local user still works. Jeremy.
| * | | Removed freebsd hack. Not correct.Jeremy Allison2002-01-211-4/+0
| | | | | | | | | | | | | | | | Jeremy.
| * | | Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison2002-01-211-4/+10
| | | | | | | | | | | | | | | | | | | | work from Juergen.Hasch@de.bosch.com in tracking this down. Jermy.
| * | | make sure the setuptime is getting set on an AddPrinterEx().Gerald Carter2002-01-211-14/+6
| | | | | | | | | | | | | | | | | | | | This was deleted from 2.2. for some reason. I'm guessing a mistaken checkin....
| * | | updated debug to make it clearer.Gerald Carter2002-01-211-2/+5
| | | |
| * | | change to use the SAM_ACCOUNT flags and make user existence cheks in ↵Simo Sorce2002-01-201-112/+122
| | | | | | | | | | | | | | | | init_sam_from_buffer as pdb_ldap do.
| * | | Ensure we delete the wcp pointer from the fsp.Jeremy Allison2002-01-201-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix file size calculations for write cache code.Jeremy Allison2002-01-201-5/+41
| | | | | | | | | | | | | | | | Jeremy.
| * | | Attempt to fix bugs in write cache....Jeremy Allison2002-01-202-3/+21
| | | | | | | | | | | | | | | | Jeremy.
| * | | Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison2002-01-191-26/+39
| | | | | | | | | | | | | | | | | | | | where stdin is !isatty to allow stripts to work. Jeremy.
| * | | Tidyup of macro code from andreas moroder ↵Jeremy Allison2002-01-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | <claudiamoroder@st-ulrich.suedtirol.net> Jeremy.
| * | | Added #ifdef for FreeBSD TCP bug.Jeremy Allison2002-01-191-0/+4
| | | | | | | | | | | | | | | | Jeremy.
| * | | Report error on smb_dump write.Jeremy Allison2002-01-191-1/+3
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix for CP1251 encoding on unix side. Supports Bulgarian, Belarussian,Jeremy Allison2002-01-193-660/+961
| | | | | | | | | | | | | | | | | | | | and variants of Russian and Ukrainian locales. Patch from Alexander Bokovoy. Jeremy.
| * | | Added close call to winbindd idmap. Pointed out by Alexander Bokovoy.Jeremy Allison2002-01-193-0/+11
| | | | | | | | | | | | | | | | Jeremy.
| * | | fixes to check asprintf returnSimo Sorce2002-01-195-21/+31
| | | | | | | | | | | | | | | | thanks to Andreas Moroder for spotting them
| * | | Ensure (C) message is output on startup.Jeremy Allison2002-01-182-4/+4
| | | | | | | | | | | | | | | | Jeremy.
| * | | status is a uint32, not WERROR in this case.Jeremy Allison2002-01-184-4/+4
| | | | | | | | | | | | | | | | Jeremy.
| * | | If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ↵Jeremy Allison2002-01-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | vorlon@netexpress.net Jeremy.
| * | | Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison2002-01-181-32/+25
| | | | | | | | | | | | | | | | Jeremy.
| * | | Ensure we log tdb open fails. Patch from Alexander Bokovoy ↵Jeremy Allison2002-01-181-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | <a.bokovoy@sam-solutions.net> Jeremy.
| * | | Allow for winbind separator in connects. Patch from Alexander Bokovoy ↵Jeremy Allison2002-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | <a.bokovoy@sam-solutions.net>. Jeremy.
| * | | Added unix extensions entry. Updated smbclient man page with unix extensionJeremy Allison2002-01-183-16/+101
| | | | | | | | | | | | | | | | | | | | commands. Fix for BROWSING.txt. Jeremy.
| * | | Fixup for type from Steve Langasek <vorlon@netexpress.net>Jeremy Allison2002-01-181-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2002-01-183-11/+20
| | | | | | | | | | | | | | | | | | | | we're not returning what the client gave us. Jeremy.
| * | | Always clear malloced memory for parse structs.Jeremy Allison2002-01-181-0/+1
| | | | | | | | | | | | | | | | Jeremy.