Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | get rid of compiler warning | Herb Lewis | 2002-02-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | * fix smbd crash when netbios session request fails | Gerald Carter | 2002-02-13 | 5 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | from spoolss_connect_to_client(). * Added check against running cli_errstr() against an uninitialised cli_state struct | |||||
| * | | | reformat | Gerald Carter | 2002-02-13 | 1 | -37/+38 | |
| | | | | ||||||
| * | | | removed extra get_printer_snum() calls | Gerald Carter | 2002-02-12 | 1 | -9/+0 | |
| | | | | ||||||
| * | | | fix to make device mode changes be saved again | Gerald Carter | 2002-02-12 | 1 | -4/+18 | |
| | | | | ||||||
| * | | | fixes for some compile warnings in psm_smbpass | Gerald Carter | 2002-02-12 | 5 | -5/+6 | |
| | | | | ||||||
| * | | | sync with 2.2 release | Herb Lewis | 2002-02-12 | 1 | -4/+23 | |
| | | | | ||||||
| * | | | reorder some functions to remove compiler warnings | Gerald Carter | 2002-02-12 | 1 | -54/+55 | |
| | | | | ||||||
| * | | | fixed compile error | Gerald Carter | 2002-02-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | regenerated docs that didn't get checked in for 2.2.3a :-( | Gerald Carter | 2002-02-11 | 6 | -18/+112 | |
| | | | | | | | | | | | | | | | | Mostly just typos.... | |||||
| * | | | add missing print_access_check() for _spoolss_addform() | Gerald Carter | 2002-02-11 | 1 | -6/+7 | |
| | | | | ||||||
| * | | | fixed typo in comments | Gerald Carter | 2002-02-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | fix stupid typo in OID :-( | Gerald Carter | 2002-02-11 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | fix small typo in OID | Gerald Carter | 2002-02-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | pdb_tdb was not working properly in 2.2 (yes also 2.2.3a), it was my fault, ↵ | Simo Sorce | 2002-02-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | I'm so sorry :( addedd the missing line... | |||||
| * | | | allocate an arc to JF | Gerald Carter | 2002-02-09 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Fix changes between app-head and 2.2.x. | Jeremy Allison | 2002-02-09 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Merge JohnR's stop form set spinning change. | Jeremy Allison | 2002-02-09 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | merge from APPLIANCE_HEAD | Gerald Carter | 2002-02-08 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Add -c option to specify smb.conf file (-s was already used). | Herb Lewis | 2002-02-07 | 1 | -172/+159 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow you to use smbpasswd if your smb.conf file is not in the compiled location. Move all the command line agrument processing to one place. Process args before calling lp_load services so it gets correct smb.conf file I'm not sure of the intent of the -L option (it no longer needs to be first). The usage message shows only root can use it, but there is no check in the original code to see if you were root before processing the arg. I left it so you can specify the arg as non-root but doesn't seem correct. Also this arg is not documented in smb.conf man page. Could people test the various forms of using smbpasswd to make sure I didn't break anything. I tried the ones I can think of and it seems OK. | |||||
| * | | | re-added definition of share modes | Herb Lewis | 2002-02-06 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | someone needs to regenerate docs | |||||
| * | | | no longer need separate build of o32 smbwrapper | Herb Lewis | 2002-02-06 | 1 | -13/+0 | |
| | | | | ||||||
| * | | | fix for IRIX toolroot builds | Herb Lewis | 2002-02-06 | 2 | -285/+287 | |
| | | | | ||||||
| * | | | removed unused variable | Gerald Carter | 2002-02-05 | 1 | -1/+0 | |
| | | | |