summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | merge torture target from headHerb Lewis2002-03-061-0/+3
| | | |
| * | | Reformatting preparing for the changes to come.... :-).Jeremy Allison2002-03-061-153/+154
| | | | | | | | | | | | | | | | Jeremy.
| * | | new spoolss notify message formatGerald Carter2002-03-051-2/+3
| | | |
| * | | move data format from individual entries to a statically sizedGerald Carter2002-03-052-73/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | structure for srv_spoolss_sendnotify(). This will make it easier to add information to specify changed values. I'll merge this into HEAD a little later. Not quite done.
| * | | Fix -d option being overridden with log level parameter.Jeremy Allison2002-03-051-0/+2
| | | | | | | | | | | | | | | | Jeremy.
| * | | Ignore 0/0 lock (don't error out).Jeremy Allison2002-03-051-3/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Add missing error codes. Tify up libsmb error return.Jeremy Allison2002-03-052-1/+2
| | | | | | | | | | | | | | | | Jeremy.
| * | | More connectathon fixes. srvsvc returns WERRORs not NTSTATUS codes.Jeremy Allison2002-03-059-185/+192
| | | | | | | | | | | | | | | | | | | | Added aDIR mask for setfileinfo. Jeremy.
| * | | Canonicalise pathnames returned to Windows directory separators.Jeremy Allison2002-03-041-1/+3
| | | | | | | | | | | | | | | | | | | | Found by Andrew at connectathon with some new tests Jeremy.
| * | | fixed typoGerald Carter2002-03-041-1/+1
| | | |
| * | | Fix for missing arg to message_send_all.Jeremy Allison2002-03-031-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix for extra arg.Jeremy Allison2002-03-031-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed extra arg needed for message send all.Jeremy Allison2002-03-032-4/+4
| | | | | | | | | | | | | | | | Jeremy.
| * | | Merge in the mutex code to stop multiple domain logon failures. ThisJeremy Allison2002-03-023-18/+110
| | | | | | | | | | | | | | | | | | | | code already in HEAD and app-head. Jeremy.
| * | | This code is so obviously correct it really needs to be in 2.2.x.Jeremy Allison2002-03-021-36/+47
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix lseek-on-pipe problem in VFS (where it belongs IMHO).Jeremy Allison2002-03-022-18/+19
| | | | | | | | | | | | | | | | Jeremy.
| * | | Added requested cast for splint.Jeremy Allison2002-03-011-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix the memory corruption bug. It was caused by trying to deep-free anJeremy Allison2002-03-011-37/+6
| | | | | | | | | | | | | | | | | | | | | | | | array whose internal pointers were talloced. We can just get away with SAFE_FREE'ing the array pointer. Jeremy.
| * | | fix typo caught by Mike Gerdts <Michael.Gerdts@alcatel.com>Herb Lewis2002-03-011-1/+1
| | | |
| * | | typo fix from David TerceroGerald Carter2002-03-011-2/+2
| | | |
| * | | This is an intermediate commit.Gerald Carter2002-03-011-29/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * comment out the call to free_notify_data() as it corrupts the heap right now. At least we won't seg fault. * only call srv_spoolss_sendnotify() on a PRINTER_CHANGE_SET_PRINTER_DRIVER This needs to be fixed to check for what events the client is monitoring. * add debugs to free_notify_data()
| * | | off by one fix from Peter HaightGerald Carter2002-03-011-2/+7
| | | |
| * | | typo fix from Ian NichollsGerald Carter2002-03-011-1/+1
| | | |
| * | | couple of typo fixes from Ian Nicholls and peter.a.bryantGerald Carter2002-03-013-323/+331
| | | |
| * | | Attempt to fix Solaris winbind nss build.Jeremy Allison2002-03-013-15/+39
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix CUPS build broken when fstrcpy added.Jeremy Allison2002-02-281-2/+2
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed autodetection of PDC if no remote machine given when joiningJeremy Allison2002-02-281-22/+51
| | | | | | | | | | | | | | | | | | | | domain. Jeremy.
| * | | Ensure that all methods of looking up and connecting to DC's workJeremy Allison2002-02-2831-122/+156
| | | | | | | | | | | | | | | | | | | | using identical logic. Remove the zero_ip global. Jeremy.
| * | | Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length ↵Jeremy Allison2002-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | DEVMODE as is the case with the Okidata Okipage 20 PCLXL Advanced printer driver.
| * | | Fix the build by moving the client notify code into srv_spoolss_nt.cJeremy Allison2002-02-273-143/+138
| | | | | | | | | | | | | | | | Jeremy.
| * | | Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.Jeremy Allison2002-02-271-11/+11
| | | | | | | | | | | | | | | | Jeremy.
| * | | Added "nt status support" to enable NT status codes to be turned off (IJeremy Allison2002-02-278-54/+45
| | | | | | | | | | | | | | | | | | | | | | | | though I'd done that for 2.2.3, oh well). Docs added soon. Removed another "magic" define. Fixed the offline folder synchronisation bug. Jeremy.
| * | | Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison2002-02-271-7/+6
| | | | | | | | | | | | | | | | Jeremy.
| * | | Added Provides parameter to get around problems users have when updating a ↵John Terpstra2002-02-271-0/+1
| | | | | | | | | | | | | | | | Red Hat system.
| * | | Immediate structure and vsnprintf fixes from Andrew from HEAD.Jeremy Allison2002-02-272-594/+616
| | | | | | | | | | | | | | | | Jeremy.
| * | | * Fix the printer change notify code to fill in theGerald Carter2002-02-276-69/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SPOOL_NOTIFY_INFO correctly on driver changes. * modify srv_spoolss_sendnotify() to pass in the printer name as well * do not reset the devmode when we change the driver for a printer (observed behavior on both NT and 2k) * removed some old commented out code we need to fix the cli_spoolss_notify code to use talloc for better maintainability....
| * | | fix a few error definesGerald Carter2002-02-271-2/+4
| | | |
| * | | make syntax work on non-linux systems - parse server parameter beforeHerb Lewis2002-02-261-13/+16
| | | | | | | | | | | | | | | | calling getopt for options.
| * | | Back port tridge's xcopy /o fix.Jeremy Allison2002-02-263-17/+59
| | | | | | | | | | | | | | | | Jeremy.
| * | | bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-263-3/+8
| | | | | | | | | | | | | | | | | | | | (and yes I know who you are..... :-). Jeremy.
| * | | Fix up sending of JOB change messages.Jeremy Allison2002-02-263-18/+45
| | | | | | | | | | | | | | | | Jeremy.
| * | | [merge from APPLIANCE_HEAD]Martin Pool2002-02-267-66/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "constants aren't, safe_strcat isn't." This patch tries to fix a bug in the lpq parsing code that causes a crash in lprng and BSD parsers when there are long lines in the output. A too-short length parameter was passed to safe_strcat, which provoked a signedness bug. It also makes the lpq parser consistently use fstring routines, rather than its own hand-crafted strlen/sizeof guff. Some variables were renamed to make this obvious. Finally safe_strcat is changed so that it actually does handle the situation where strlen(dest)>maxlen, rather than crying for help by clobbering -1 bytes of memory. (HP CR #430)
| * | | Removed shadow variables.Jeremy Allison2002-02-262-3/+0
| | | | | | | | | | | | | | | | Jeremy.
| * | | Tidyup of safe_strXXX fns.Jeremy Allison2002-02-261-36/+37
| | | | | | | | | | | | | | | | Jeremy.
| * | | Merge of printing performance fixes from appliance.Tim Potter2002-02-253-25/+39
| | | |
| * | | Fix string returns that require unicode.Jeremy Allison2002-02-252-8/+5
| | | | | | | | | | | | | | | | Jeremy.
| * | | Merge in \\ fixes from HEAD.Jeremy Allison2002-02-251-10/+13
| | | | | | | | | | | | | | | | Jeremy.
| * | | add required flags to "nt acl support" so it will show up in SWATHerb Lewis2002-02-251-1/+1
| | | |
| * | | removed unnecessary code (was already commented out a long time ago)Gerald Carter2002-02-251-18/+0
| | | |
| * | | Only set smb_read_error if not already set.Jeremy Allison2002-02-231-6/+20
| | | | | | | | | | | | | | | | Jeremy.