summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug #226. Stop unmangle of name into a wildcard name from deleting moreJeremy Allison2003-07-291-9/+20
* Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-295-45/+373
* Finish tridge's patch as referenced here :Jeremy Allison2003-07-291-0/+17
* Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison2003-07-291-1/+1
* Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough2003-07-291-1/+1
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-295-2/+586
* Typo fix for bug 258.Tim Potter2003-07-291-1/+1
* 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
* 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
* Ensure all code paths set add_script.Jeremy Allison2003-07-271-4/+3
* Format tidy up.John Terpstra2003-07-261-6/+5
* Added buttons to change view mode. Fixes bug #212John Terpstra2003-07-261-1/+17
* fix typo in debugGerald Carter2003-07-261-1/+1
* 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
* 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
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-243-25/+122
* Some more [ug]id_t printf fixes.Tim Potter2003-07-241-4/+4