diff options
author | Jeremy Allison <jra@samba.org> | 1998-05-05 19:24:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-05-05 19:24:32 +0000 |
commit | 19f76f391b97b405879fd8574e711a6d59e4e60c (patch) | |
tree | 306956cdaf7e11d9b5733c77ddb317e1c27c6639 /source3/nmbd | |
parent | a5cab2bd8a29fd3d855948cc1fef5c119e29b3cf (diff) | |
download | samba-19f76f391b97b405879fd8574e711a6d59e4e60c.tar.gz samba-19f76f391b97b405879fd8574e711a6d59e4e60c.tar.bz2 samba-19f76f391b97b405879fd8574e711a6d59e4e60c.zip |
genrand.c: SGI compile warning fix.
ipc.c: Fix for duplicate printer names being long.
loadparm.c: Set bNetWkstaUserLogon to false by default - new code in password.c
protects us.
nmbd_logonnames.c:
nmbd_namequery.c:
nmbd_namerelease.c: Debug messages fix.
password.c: SGI compile warning fix, fix for tcon() with bNetWkstaUserLogon call.
reply.c: SGI compile warning fix.
server.c Debug messages fix.
smbpass.c: Fix for incorrect pointer.
Jeremy.
(This used to be commit 567d3f838988cafab4770fce1cf68b73085e6c71)
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_logonnames.c | 2 | ||||
-rw-r--r-- | source3/nmbd/nmbd_namequery.c | 2 | ||||
-rw-r--r-- | source3/nmbd/nmbd_namerelease.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/nmbd/nmbd_logonnames.c b/source3/nmbd/nmbd_logonnames.c index c5e2e6ca4f..dbbb8defaf 100644 --- a/source3/nmbd/nmbd_logonnames.c +++ b/source3/nmbd/nmbd_logonnames.c @@ -114,7 +114,7 @@ in workgroup %s on subnet %s\n", /* Tell the namelist writer to write out a change. */ subrec->work_changed = True; - DEBUG(0,("become_logon_server_success: Samba is now a logon server\ + DEBUG(0,("become_logon_server_success: Samba is now a logon server \ for workgroup %s on subnet %s\n", work->work_group, subrec->subnet_name)); } diff --git a/source3/nmbd/nmbd_namequery.c b/source3/nmbd/nmbd_namequery.c index 1794efe890..509b3b3107 100644 --- a/source3/nmbd/nmbd_namequery.c +++ b/source3/nmbd/nmbd_namequery.c @@ -76,7 +76,7 @@ from IP %s for name %s. Error code was %d.\n", subrec->subnet_name, inet_ntoa(p- success = True; putip((char *)&answer_ip,&nmb->answers->rdata[2]); - DEBUG(5,("query_name_response: On subnet %s - positive response from IP %s\ + DEBUG(5,("query_name_response: On subnet %s - positive response from IP %s \ for name %s. IP of that name is %s\n", subrec->subnet_name, inet_ntoa(p->ip), namestr(question_name), inet_ntoa(answer_ip))); diff --git a/source3/nmbd/nmbd_namerelease.c b/source3/nmbd/nmbd_namerelease.c index b2f9b47878..f72de8c20e 100644 --- a/source3/nmbd/nmbd_namerelease.c +++ b/source3/nmbd/nmbd_namerelease.c @@ -60,7 +60,7 @@ name %s.\n", namestr(answer_name), namestr(question_name))); if(bcast) { /* Someone sent a response. This shouldn't happen/ */ - DEBUG(1,("release_name_response: A response for releasing name %s was received on a\ + DEBUG(1,("release_name_response: A response for releasing name %s was received on a \ broadcast subnet %s. This should not happen !\n", namestr(answer_name), subrec->subnet_name)); return; } |