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