summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | logic error in SetPrinterDataEx()Gerald Carter2002-02-211-1/+1
| |
* | comment out bad assumption about REG_SZ in EnumPrinterDataEx()Gerald Carter2002-02-211-0/+5
| |
* | fix server GetPrinterData() fields to be more sensibleGerald Carter2002-02-201-5/+8
| |
* | merge from appliance_headGerald Carter2002-02-191-2/+10
| |
* | drop debug level to 0Herb Lewis2002-02-191-2/+1
| |
* | fix swat to show full log level infoHerb Lewis2002-02-191-1/+16
| |
* | logic merge from APPLIANCE_HEAD.Gerald Carter2002-02-191-2/+19
| |
* | this is a hack to get testparm to print the correct value for log levelHerb Lewis2002-02-192-10/+17
| |
* | print out entire log level information not just DBG_ALLHerb Lewis2002-02-191-0/+7
| |
* | clarify the [add|delete] user script parameters.Gerald Carter2002-02-193-79/+36
| |
* | 9x pnp fix from APPLIANCE_HEADGerald Carter2002-02-191-2/+2
| |
* | changed version to 2.2.4-preGerald Carter2002-02-181-1/+1
| |
* | merge from headHerb Lewis2002-02-161-2/+11
| | | | | | | | Try not to malloc -1 bytes (apx 4GB) when the data is already in error.
* | merge from headHerb Lewis2002-02-151-1/+4
| |
* | merge from APPLIANCE_HEADGerald Carter2002-02-151-75/+18
| |
* | move charset initialize to before processing options. Spotted byHerb Lewis2002-02-151-2/+2
| | | | | | | | Michael Steffens <michael_steffens@hp.com>
* | More merge of smbclient print crash bug fix.Tim Potter2002-02-151-2/+4
| |
* | one more compiler warning. I introduced this one myself :-)Herb Lewis2002-02-151-1/+1
| |
* | another compiler warningHerb Lewis2002-02-141-1/+1
| |
* | really get rid of compiler warning this time :-)Herb Lewis2002-02-141-1/+1
| |
* | get rid of compiler warningHerb Lewis2002-02-141-1/+1
| |
* | allow nmbd to register 1b name with wins server if there is an old IP there.Herb Lewis2002-02-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | This causes the become_domain_master_query_success function to try to continue to become a dmb even if we got a response to the 1b name query. If the machine is still alive, and defending the name, we will get an error and fail to become dmb (as we should). If there is no machine defending, we will register the name. This was tested with broadcast as well and I could see no problems with this. If the name query is not tried again in broadcast mode you can get an old IP from your browse cache and not register even though the machine is gone.
* | print out debug level even when we don't allow it to be changed.Herb Lewis2002-02-141-1/+5
| |
* | allow command line arg to override smb.conf log levelHerb Lewis2002-02-141-0/+2
| |
* | fix joining domain on big endian machine when using -U to smbpasswdHerb Lewis2002-02-141-1/+1
| |
* | get rid of compiler warningsHerb Lewis2002-02-131-6/+6
| |
* | get rid of compiler warningHerb Lewis2002-02-131-1/+1
| |
* | * fix smbd crash when netbios session request failsGerald Carter2002-02-135-9/+13
| | | | | | | | | | | | | | from spoolss_connect_to_client(). * Added check against running cli_errstr() against an uninitialised cli_state struct
* | reformatGerald Carter2002-02-131-37/+38
| |
* | removed extra get_printer_snum() callsGerald Carter2002-02-121-9/+0
| |