summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-07-29Typo fix for bug 258.Tim Potter1-1/+1
2003-07-29Improved debug messages whilst trying to track down kerb issues.Jeremy Allison1-13/+20
2003-07-29More memory leak fixes from Brett! It turns out PyDict_SetItemStringTim Potter1-16/+23
2003-07-29Memory leak fixes from Brett A. Funderburg - don't use the connection tallocTim Potter1-7/+20
2003-07-29Add debug output api's from lsa/spoolss modules to smb module. PatchTim Potter1-1/+33
2003-07-28Corrected description of SWAT FLAGS since they have changed as a result of theJohn Terpstra1-5/+4
2003-07-28Cleanup of loadparm and swat to correctly display all parameters as required.John Terpstra2-435/+422
2003-07-27Add buttons to Printers ViewJohn Terpstra1-0/+10
2003-07-27Clarified what the SWAT FLAGS mean and what they do.John Terpstra1-3/+5
2003-07-27Fix commentAndrew Bartlett1-1/+1
2003-07-27the testsuite lib needs dummyroot too.Andrew Bartlett1-1/+1
2003-07-27Fix typo.John Terpstra1-1/+1
2003-07-27Use the specified workgroup in 'net ads'. (Defaults to lp_workgroup()).Andrew Bartlett1-3/+3
2003-07-27Allow the stat cache to better handle invalid multibyte strings, by usingAndrew Bartlett1-8/+25
2003-07-27Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2-14/+7
2003-07-27If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett1-2/+2
2003-07-27When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett1-76/+0
2003-07-27Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2-45/+9
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett3-57/+82
2003-07-27Adding idmap backend man page section.John Terpstra1-0/+18
2003-07-27Ensure all code paths set add_script.Jeremy Allison1-4/+3
2003-07-26Format tidy up.John Terpstra1-6/+5
2003-07-26Fixes bug #243John Terpstra2-1/+5
2003-07-26Added buttons to change view mode. Fixes bug #212John Terpstra1-1/+17
2003-07-26remove unnceccsary $; spotted by Lee TaylorGerald Carter1-1/+1
2003-07-26fix typo in debugGerald Carter1-1/+1
2003-07-26Updating missing flags.John Terpstra1-0/+2
2003-07-26Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',Jeremy Allison1-1/+1
2003-07-25Start the packet signing engine in the kerberos case in the same placeJeremy Allison1-3/+8
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison7-19/+48
2003-07-25Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...Gerald Carter1-1/+1
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter2-1/+8
2003-07-25fix case where no realm or workgroup means to use our ownGerald Carter1-2/+19
2003-07-25fix user_in_list to work with winbind groups again; my bugGerald Carter1-1/+1
2003-07-25fix some error returns and strings; patch from metzeGerald Carter1-6/+14
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter15-37/+37
2003-07-25new swat icons from Marc Jacobsen @ HPGerald Carter8-0/+0
2003-07-25call chkconfig --del winbind on removal (bug #238)Gerald Carter1-0/+1
2003-07-25fix libsmbclientr symlink (patch by Alex Duggan for bug #247)Gerald Carter1-20/+5
2003-07-25fix bug config file path in winbind init script (bug #237)Gerald Carter1-7/+2
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2-36/+83
2003-07-25Make wbinfo -p work again. Fixes bug 251.Tim Potter1-1/+1
2003-07-25Jean-Baptiste Marchand on the ethereal list used some auditing tricks toTim Potter1-10/+10
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter15-26/+26
2003-07-24Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison1-0/+1
2003-07-24Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison3-10/+75
2003-07-24Add a macro to check whether module-specific data set already or not. Returns...Alexander Bokovoy1-0/+3
2003-07-24Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...Alexander Bokovoy1-1/+1
2003-07-24Some fclose -> x_fclose found by Tony Jago.Jeremy Allison1-2/+2
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison4-250/+256