Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | add missing print_access_check() for _spoolss_addform() | Gerald Carter | 2002-02-11 | 1 | -6/+7 | |
| | | | | ||||||
| * | | | 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... | |||||
| * | | | 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. | |||||
| * | | | fix for IRIX toolroot builds | Herb Lewis | 2002-02-06 | 2 | -285/+287 | |
| | | | | ||||||
| * | | | removed unused variable | Gerald Carter | 2002-02-05 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Fix HPUX build (less than 11.x). | Jeremy Allison | 2002-02-05 | 4 | -3/+6 | |
| | | | | ||||||
| * | | | Check for NULL params (from HEAD). | Jeremy Allison | 2002-02-05 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Stupid errormap typo fix ! | Jeremy Allison | 2002-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | fix for compiling | Gerald Carter | 2002-02-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Mandrake codepage patch. Make version officially 2.2.3 | Jeremy Allison | 2002-02-02 | 2 | -1/+1881 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Ensure winbindd is built for HPUX11, fix some SGI compiler warnings, fix | Jeremy Allison | 2002-02-02 | 6 | -22/+23 | |
| | | | | | | | | | | | | | | | | | | | | the UNIX link path. Jeremy. | |||||
| * | | | remove duplicate code | Herb Lewis | 2002-02-02 | 1 | -42/+2 | |
| | | | | ||||||
| * | | | Comment out AUTH_CRAP by default as a security measure. | Jeremy Allison | 2002-02-02 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix link code from UNIX clients. | Jeremy Allison | 2002-02-02 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | remove leading slash from tdb file name | Simo Sorce | 2002-02-01 | 1 | -5/+9 | |
| | | | | ||||||
| * | | | Merging in JohnR's changes to DEVICEMODE. | Jeremy Allison | 2002-02-01 | 2 | -18/+40 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix the UNIX stat/lstat issue. When changing UNIX mode don't let dosmode | Jeremy Allison | 2002-02-01 | 1 | -10/+24 | |
| | | | | | | | | | | | | | | | | | | | | overwrite it. Jeremy. | |||||
| * | | | Fix the UNIX stat/lstat bug. Factor some code that should have been | Jeremy Allison | 2002-02-01 | 5 | -776/+718 | |
| | | | | | | | | | | | | | | | | | | | | factored a long time ago. Jeremy. | |||||
| * | | | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 13 | -696/+730 | |
| | | | | | | | | | | | | | | | | | | | | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy. | |||||
| * | | | Make revert fix for winbind. Fixups for compiling on HPUX 10.x and AIX. | Jeremy Allison | 2002-01-31 | 6 | -17/+23 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fixed missing read error set on return. | Jeremy Allison | 2002-01-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Reverted change as Andrew suggested. | Jeremy Allison | 2002-01-31 | 2 | -4/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Spelling fix. | Tim Potter | 2002-01-31 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fixed error in DEBUG output with -i | Gerald Carter | 2002-01-30 | 1 | -1/+8 | |
| | | | | ||||||
| * | | | allow smbpasswd -x to delete account even if not in /etc/passwd | Herb Lewis | 2002-01-30 | 1 | -19/+20 | |
| | | | | ||||||
| * | | | Fix "strict allocate" to write the data out on ftruncate with extend. | Jeremy Allison | 2002-01-29 | 1 | -8/+70 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Only allow ldap connect as root - fix from Andrew Bartlett. | Jeremy Allison | 2002-01-28 | 1 | -17/+5 | |
| | | | | | | | | | | | | | | | | Jeremy. |