Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed autodetection of PDC if no remote machine given when joining | Jeremy Allison | 2002-02-28 | 1 | -22/+51 | |
| | | | | | | | | | | domain. Jeremy. | |||||
* | | Ensure that all methods of looking up and connecting to DC's work | Jeremy Allison | 2002-02-28 | 31 | -122/+156 | |
| | | | | | | | | | | using identical logic. Remove the zero_ip global. Jeremy. | |||||
* | | Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length ↵ | Jeremy Allison | 2002-02-27 | 1 | -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.c | Jeremy Allison | 2002-02-27 | 3 | -143/+138 | |
| | | | | | | | | Jeremy. | |||||
* | | Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>. | Jeremy Allison | 2002-02-27 | 1 | -11/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | Added "nt status support" to enable NT status codes to be turned off (I | Jeremy Allison | 2002-02-27 | 8 | -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 Allison | 2002-02-27 | 1 | -7/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Added Provides parameter to get around problems users have when updating a ↵ | John Terpstra | 2002-02-27 | 1 | -0/+1 | |
| | | | | | | | | Red Hat system. | |||||
* | | Immediate structure and vsnprintf fixes from Andrew from HEAD. | Jeremy Allison | 2002-02-27 | 2 | -594/+616 | |
| | | | | | | | | Jeremy. | |||||
* | | * Fix the printer change notify code to fill in the | Gerald Carter | 2002-02-27 | 6 | -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 defines | Gerald Carter | 2002-02-27 | 1 | -2/+4 | |
| | | ||||||
* | | make syntax work on non-linux systems - parse server parameter before | Herb Lewis | 2002-02-26 | 1 | -13/+16 | |
| | | | | | | | | calling getopt for options. | |||||
* | | Back port tridge's xcopy /o fix. | Jeremy Allison | 2002-02-26 | 3 | -17/+59 | |
| | | | | | | | | Jeremy. | |||||
* | | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 2002-02-26 | 3 | -3/+8 | |
| | | | | | | | | | | (and yes I know who you are..... :-). Jeremy. | |||||
* | | Fix up sending of JOB change messages. | Jeremy Allison | 2002-02-26 | 3 | -18/+45 | |
| | | | | | | | | Jeremy. | |||||
* | | [merge from APPLIANCE_HEAD] | Martin Pool | 2002-02-26 | 7 | -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 Allison | 2002-02-26 | 2 | -3/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Tidyup of safe_strXXX fns. | Jeremy Allison | 2002-02-26 | 1 | -36/+37 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of printing performance fixes from appliance. | Tim Potter | 2002-02-25 | 3 | -25/+39 | |
| | | ||||||
* | | Fix string returns that require unicode. | Jeremy Allison | 2002-02-25 | 2 | -8/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge in \\ fixes from HEAD. | Jeremy Allison | 2002-02-25 | 1 | -10/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | add required flags to "nt acl support" so it will show up in SWAT | Herb Lewis | 2002-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | removed unnecessary code (was already commented out a long time ago) | Gerald Carter | 2002-02-25 | 1 | -18/+0 | |
| | | ||||||
* | | Only set smb_read_error if not already set. | Jeremy Allison | 2002-02-23 | 1 | -6/+20 | |
| | | | | | | | | Jeremy. | |||||
* | | logic error in SetPrinterDataEx() | Gerald Carter | 2002-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | comment out bad assumption about REG_SZ in EnumPrinterDataEx() | Gerald Carter | 2002-02-21 | 1 | -0/+5 | |
| | | ||||||
* | | fix server GetPrinterData() fields to be more sensible | Gerald Carter | 2002-02-20 | 1 | -5/+8 | |
| | | ||||||
* | | merge from appliance_head | Gerald Carter | 2002-02-19 | 1 | -2/+10 | |
| | | ||||||
* | | drop debug level to 0 | Herb Lewis | 2002-02-19 | 1 | -2/+1 | |
| | | ||||||
* | | fix swat to show full log level info | Herb Lewis | 2002-02-19 | 1 | -1/+16 | |
| | | ||||||
* | | logic merge from APPLIANCE_HEAD. | Gerald Carter | 2002-02-19 | 1 | -2/+19 | |
| | | ||||||
* | | this is a hack to get testparm to print the correct value for log level | Herb Lewis | 2002-02-19 | 2 | -10/+17 | |
| | | ||||||
* | | print out entire log level information not just DBG_ALL | Herb Lewis | 2002-02-19 | 1 | -0/+7 | |
| | | ||||||
* | | clarify the [add|delete] user script parameters. | Gerald Carter | 2002-02-19 | 3 | -79/+36 | |
| | | ||||||
* | | 9x pnp fix from APPLIANCE_HEAD | Gerald Carter | 2002-02-19 | 1 | -2/+2 | |
| | | ||||||
* | | changed version to 2.2.4-pre | Gerald Carter | 2002-02-18 | 1 | -1/+1 | |
| | | ||||||
* | | merge from head | Herb Lewis | 2002-02-16 | 1 | -2/+11 | |
| | | | | | | | | Try not to malloc -1 bytes (apx 4GB) when the data is already in error. | |||||
* | | merge from head | Herb Lewis | 2002-02-15 | 1 | -1/+4 | |
| | | ||||||
* | | merge from APPLIANCE_HEAD | Gerald Carter | 2002-02-15 | 1 | -75/+18 | |
| | | ||||||
* | | move charset initialize to before processing options. Spotted by | Herb Lewis | 2002-02-15 | 1 | -2/+2 | |
| | | | | | | | | Michael Steffens <michael_steffens@hp.com> | |||||
* | | More merge of smbclient print crash bug fix. | Tim Potter | 2002-02-15 | 1 | -2/+4 | |
| | | ||||||
* | | one more compiler warning. I introduced this one myself :-) | Herb Lewis | 2002-02-15 | 1 | -1/+1 | |
| | | ||||||
* | | another compiler warning | Herb Lewis | 2002-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | really get rid of compiler warning this time :-) | Herb Lewis | 2002-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | get rid of compiler warning | Herb Lewis | 2002-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | allow nmbd to register 1b name with wins server if there is an old IP there. | Herb Lewis | 2002-02-14 | 1 | -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 Lewis | 2002-02-14 | 1 | -1/+5 | |
| | | ||||||
* | | allow command line arg to override smb.conf log level | Herb Lewis | 2002-02-14 | 1 | -0/+2 | |
| | | ||||||
* | | fix joining domain on big endian machine when using -U to smbpasswd | Herb Lewis | 2002-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | get rid of compiler warnings | Herb Lewis | 2002-02-13 | 1 | -6/+6 | |
| | |